7 lines
180 B
Plaintext
7 lines
180 B
Plaintext
|
type SwitchTurnChoice {
|
||
|
TurnChoiceKind Kind { get const; };
|
||
|
const Pokemon@ User { get const; };
|
||
|
Pokemon@ NewPokemon { get const; };
|
||
|
BaseTurnChoice@ opImplCast();
|
||
|
}
|