6 lines
71 B
ActionScript
6 lines
71 B
ActionScript
|
shared enum MoveCategory {
|
||
|
Physical = 0,
|
||
|
Special = 1,
|
||
|
Status = 2,
|
||
|
}
|