More moves
This commit is contained in:
@@ -8,7 +8,7 @@ public class MoveDataLoaderTests
|
||||
[Test]
|
||||
public async Task TestPrimaryMoveFile()
|
||||
{
|
||||
using var stream = File.OpenRead("Data/Moves.json");
|
||||
await using var stream = File.OpenRead("Data/Moves.jsonc");
|
||||
var typeLibrary = new TypeLibrary();
|
||||
typeLibrary.RegisterType("Normal");
|
||||
typeLibrary.RegisterType("Fire");
|
||||
|
||||
Reference in New Issue
Block a user