Gen7Data/Scripts/Interfaces/BattleSide.as

6 lines
157 B
ActionScript
Raw Normal View History

2021-03-28 18:22:46 +00:00
shared interface BattleSide {
bool SwapPositions(uint8 a, uint8 b);
uint8 SideIndex { get const; }
uint8 GetPokemonIndex(const Pokemon@ pokemon) const;
}