Fixes for scopedowner.
This commit is contained in:
@@ -30,7 +30,7 @@ namespace PkmnLibSharpTests.Battling.BattleTests
|
||||
party.SwapInto(0,
|
||||
new PokemonBuilder(lib, "testSpecies", 50)
|
||||
.LearnMove("testMove", MoveLearnMethod.Unknown)
|
||||
.Build());
|
||||
.Build().TakeOwnership());
|
||||
return party;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user