mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
场景LUA触发器
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
LIFE_STATE_NONE uint16 = 0
|
||||
LIFE_STATE_ALIVE uint16 = 1
|
||||
LIFE_STATE_DEAD uint16 = 2
|
||||
LIFE_STATE_REVIVE uint16 = 3
|
||||
LIFE_STATE_NONE = 0
|
||||
LIFE_STATE_ALIVE = 1
|
||||
LIFE_STATE_DEAD = 2
|
||||
LIFE_STATE_REVIVE = 3
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user