Gen7Data/Scripts/Interfaces/SwitchTurnChoice.as

8 lines
198 B
ActionScript

shared interface SwitchTurnChoice {
TurnChoiceKind Kind { get const; }
Pokemon@ User { get const; }
Pokemon@ NewPokemon { get const; }
MoveTurnChoice@ opCast();
BaseTurnChoice@ opImplCast();
}