Gen7Data/Scripts/Interfaces/ChoiceQueue.astypedef

5 lines
110 B
Plaintext
Raw Normal View History

2021-10-23 12:20:18 +00:00
type ChoiceQueue {
bool MovePokemonChoiceNext(Pokemon@ target);
const BaseTurnChoice@ Peek() const;
}