Gen7Data/Scripts/Interfaces/BaseTurnChoice.as

8 lines
191 B
ActionScript

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