7 lines
179 B
Plaintext
7 lines
179 B
Plaintext
type LearnedMove {
|
|
const MoveData@ MoveData { get const; };
|
|
uint8 MaxUses { get const; };
|
|
uint8 RemainingUses { get const; };
|
|
Gender LearnMethod { get const; };
|
|
}
|