Gen7Data/Scripts/Interfaces/FleeTurnChoice.astypedef

6 lines
138 B
Plaintext
Raw Normal View History

2021-10-23 12:20:18 +00:00
type FleeTurnChoice {
TurnChoiceKind Kind { get const; };
const Pokemon@ User { get const; };
BaseTurnChoice@ opImplCast();
}