6 lines
138 B
Plaintext
6 lines
138 B
Plaintext
type FleeTurnChoice {
|
|
TurnChoiceKind Kind { get const; };
|
|
const Pokemon@ User { get const; };
|
|
BaseTurnChoice@ opImplCast();
|
|
}
|