6 lines
139 B
ActionScript
6 lines
139 B
ActionScript
|
shared interface FleeTurnChoice {
|
||
|
TurnChoiceKind Kind { get const; }
|
||
|
const Pokemon@ User { get const; }
|
||
|
BaseTurnChoice@ opImplCast();
|
||
|
}
|