Gen7Data/Scripts/Interfaces/LearnedMove.astypedef

7 lines
179 B
Plaintext
Raw Normal View History

2021-10-23 12:20:18 +00:00
type LearnedMove {
const MoveData@ MoveData { get const; };
uint8 MaxUses { get const; };
uint8 RemainingUses { get const; };
Gender LearnMethod { get const; };
}