Gen7Data/Scripts/Interfaces/BaseTurnChoice.as

6 lines
129 B
ActionScript

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