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:
8
Scripts/Interfaces/Statistic.astypedef
Normal file
8
Scripts/Interfaces/Statistic.astypedef
Normal file
@@ -0,0 +1,8 @@
|
||||
enum Statistic {
|
||||
HP = 0,
|
||||
Attack = 1,
|
||||
Defense = 2,
|
||||
SpecialAttack = 3,
|
||||
SpecialDefense = 4,
|
||||
Speed = 5,
|
||||
}
|
||||
Reference in New Issue
Block a user