Gen7Data/Scripts/Interfaces/MoveTurnChoice.astypedef

8 lines
204 B
Plaintext
Raw Normal View History

2021-10-23 12:20:18 +00:00
type MoveTurnChoice {
TurnChoiceKind Kind { get const; };
Pokemon@ User { get const; };
LearnedMove@ Move { get const; };
int8 Priority { get const; };
BaseTurnChoice@ opImplCast();
}