6 lines
136 B
Plaintext
6 lines
136 B
Plaintext
type ChoiceQueue {
|
|
bool MovePokemonChoiceNext(Pokemon@ target);
|
|
const BaseTurnChoice@ Peek() const;
|
|
bool HasNext() const;
|
|
}
|