mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 14:22:26 +08:00
9 lines
164 B
Go
9 lines
164 B
Go
package constant
|
|
|
|
const (
|
|
FETTER_STATE_NONE uint16 = 0
|
|
FETTER_STATE_NOT_OPEN uint16 = 1
|
|
FETTER_STATE_OPEN uint16 = 1
|
|
FETTER_STATE_FINISH uint16 = 3
|
|
)
|