9 lines
115 B
ActionScript
9 lines
115 B
ActionScript
|
shared enum Statistic {
|
||
|
HP = 0,
|
||
|
Attack = 1,
|
||
|
Defense = 2,
|
||
|
SpecialAttack = 3,
|
||
|
SpecialDefense = 4,
|
||
|
Speed = 5,
|
||
|
}
|