Gen7Data/Scripts/Interfaces/Statistic.astypedef

9 lines
108 B
Plaintext
Raw Normal View History

2021-10-23 12:20:18 +00:00
enum Statistic {
HP = 0,
Attack = 1,
Defense = 2,
SpecialAttack = 3,
SpecialDefense = 4,
Speed = 5,
}