Gen7Data/Scripts/Interfaces/SwitchTurnChoice.astypedef

7 lines
180 B
Plaintext

type SwitchTurnChoice {
TurnChoiceKind Kind { get const; };
const Pokemon@ User { get const; };
Pokemon@ NewPokemon { get const; };
BaseTurnChoice@ opImplCast();
}