mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-17 04:22:27 +08:00
场景LUA触发器
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
FETTER_STATE_NONE uint16 = 0
|
||||
FETTER_STATE_NOT_OPEN uint16 = 1
|
||||
FETTER_STATE_OPEN uint16 = 1
|
||||
FETTER_STATE_FINISH uint16 = 3
|
||||
FETTER_STATE_NONE = 0
|
||||
FETTER_STATE_NOT_OPEN = 1
|
||||
FETTER_STATE_OPEN = 1
|
||||
FETTER_STATE_FINISH = 3
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user