mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-20 19:57:46 +00:00
8 lines
111 B
Lua
8 lines
111 B
Lua
![]() |
BattleActionType =
|
||
|
{
|
||
|
None = 0,
|
||
|
AttackPhysical = 1,
|
||
|
AttackMagic = 2,
|
||
|
Heal = 3,
|
||
|
Status = 4
|
||
|
}
|