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