5 lines
116 B
ActionScript
5 lines
116 B
ActionScript
|
shared interface ChoiceQueue {
|
||
|
bool MovePokemonChoiceNext(Pokemon@ target);
|
||
|
const BaseTurnChoice@ Peek() const;
|
||
|
}
|