Gen7Data/Scripts/Interfaces/FleeTurnChoice.as

6 lines
139 B
ActionScript
Raw Normal View History

2021-03-28 18:22:46 +00:00
shared interface FleeTurnChoice {
TurnChoiceKind Kind { get const; }
const Pokemon@ User { get const; }
BaseTurnChoice@ opImplCast();
}