Gen7Data/Scripts/Interfaces/SwitchTurnChoice.astypedef

7 lines
180 B
Plaintext
Raw Normal View History

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