5 lines
110 B
Plaintext
5 lines
110 B
Plaintext
type ChoiceQueue {
|
|
bool MovePokemonChoiceNext(Pokemon@ target);
|
|
const BaseTurnChoice@ Peek() const;
|
|
}
|