mirror of
https://github.com/Walter-Sparrow/lunar-tear.git
synced 2026-07-02 05:43:41 +03:00
Implement world-map entities
Build and Push Docker images to Docker Hub / build-and-push (push) Has been cancelled
Build and Push Docker images to Docker Hub / build-and-push (push) Has been cancelled
This commit is contained in:
@@ -43,6 +43,15 @@ const (
|
||||
QuestResultTypeFullResult QuestResultType = 3
|
||||
)
|
||||
|
||||
type MissionProgressStatusType int32
|
||||
|
||||
const (
|
||||
MissionProgressStatusTypeUnknown MissionProgressStatusType = 0
|
||||
MissionProgressStatusTypeInProgress MissionProgressStatusType = 1
|
||||
MissionProgressStatusTypeClear MissionProgressStatusType = 2
|
||||
MissionProgressStatusTypeRewardReceived MissionProgressStatusType = 9
|
||||
)
|
||||
|
||||
type QuestSceneType int32
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user