Gen7Data/Scripts/Interfaces/SwitchTurnChoice.as

7 lines
177 B
ActionScript

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