Implements Formes iterator.

This commit is contained in:
2020-08-09 11:01:43 +02:00
parent a19c3bdeb4
commit cae763fdc0
11 changed files with 93 additions and 57 deletions

View File

@@ -29,7 +29,7 @@ namespace PkmnLibSharpTests.Battling
new Forme("default", 10f, 10f, 100, new byte[] {0, 1}, 100,
100, 100, 100, 100, 100, new[] {"testAbility", "testAbility2"},
new[] {"testHiddenAbility"}, new LearnableMoves(100)), 0.5f, "growthRate",
20, 100));
20, 100, new[]{"testEggGroup"}));
var moves = new MoveLibrary(10);
moves.Insert("testMove", new MoveData("testMove", 0, MoveCategory.Physical, 100,