Gen7Data/Scripts/Interfaces/ChoiceQueue.astypedef
Deukhoofd 6302ca9809
Some checks failed
continuous-integration/drone/push Build is failing
Adds a bunch of abilities
2021-11-19 18:12:10 +01:00

6 lines
136 B
Plaintext

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