Gen7Data/Scripts/Interfaces/ChoiceQueue.astypedef

6 lines
136 B
Plaintext

type ChoiceQueue {
bool MovePokemonChoiceNext(Pokemon@ target);
const BaseTurnChoice@ Peek() const;
bool HasNext() const;
}