Switch to astypedef, adds unit tests
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
6
Scripts/Interfaces/BattleSide.astypedef
Normal file
6
Scripts/Interfaces/BattleSide.astypedef
Normal file
@@ -0,0 +1,6 @@
|
||||
type BattleSide {
|
||||
bool SwapPositions(uint8 a, uint8 b);
|
||||
uint8 SideIndex { get const; };
|
||||
uint8 GetPokemonIndex(const Pokemon@ pokemon) const;
|
||||
Pokemon@ GetPokemon(uint8 index) const;
|
||||
}
|
||||
Reference in New Issue
Block a user