Switch to astypedef, adds unit tests
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
6
Scripts/Interfaces/LearnedMove.astypedef
Normal file
6
Scripts/Interfaces/LearnedMove.astypedef
Normal file
@@ -0,0 +1,6 @@
|
||||
type LearnedMove {
|
||||
const MoveData@ MoveData { get const; };
|
||||
uint8 MaxUses { get const; };
|
||||
uint8 RemainingUses { get const; };
|
||||
Gender LearnMethod { get const; };
|
||||
}
|
||||
Reference in New Issue
Block a user