Gen7Data/Scripts/Interfaces/FleeTurnChoice.as

6 lines
139 B
ActionScript

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