Gen7Data/Scripts/Interfaces/LearnedMove.astypedef
Deukhoofd 40dcd8a407
Some checks failed
continuous-integration/drone/push Build is failing
Switch to astypedef, adds unit tests
2021-10-23 14:20:18 +02:00

7 lines
179 B
Plaintext

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