mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 14:22:26 +08:00
任务接取、进度、完成状态
This commit is contained in:
15
common/constant/quest_type.go
Normal file
15
common/constant/quest_type.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
QUEST_STATE_TYPE_ACCEPT uint32 = 1
|
||||
QUEST_STATE_TYPE_EXEC uint32 = 2
|
||||
QUEST_STATE_TYPE_FINISH uint32 = 3
|
||||
)
|
||||
|
||||
const (
|
||||
QUEST_ACCEPT_COND_TYPE_QUEST_STATE_EQ int32 = 1
|
||||
)
|
||||
|
||||
const (
|
||||
QUEST_FINISH_COND_TYPE_SCENE_TRIGGER = 6
|
||||
)
|
||||
Reference in New Issue
Block a user