Gen7Data/Scripts/Interfaces/LearnedMove.astypedef

7 lines
179 B
Plaintext

type LearnedMove {
const MoveData@ MoveData { get const; };
uint8 MaxUses { get const; };
uint8 RemainingUses { get const; };
Gender LearnMethod { get const; };
}