场景LUA触发器

This commit is contained in:
flswld
2023-03-02 19:32:29 +08:00
parent a7b3f41839
commit 58b98f189d
45 changed files with 1044 additions and 878 deletions

View File

@@ -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
)