Gen7Data/Scripts/Interfaces/ChoiceQueue.as

5 lines
116 B
ActionScript

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