Gen7Data/Scripts/Interfaces/ChoiceQueue.astypedef

5 lines
110 B
Plaintext

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