Gen7Data/Scripts/Interfaces/ChoiceQueue.astypedef

6 lines
136 B
Plaintext
Raw Normal View History

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