mirror of
https://github.com/Walter-Sparrow/lunar-tear.git
synced 2026-07-02 05:43:41 +03:00
Add auto-repeat quest and memoir auto-sell
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:
@@ -2,6 +2,16 @@ package model
|
||||
|
||||
import "fmt"
|
||||
|
||||
type QuestType int32
|
||||
|
||||
const (
|
||||
QuestTypeUnknown QuestType = 0
|
||||
QuestTypeMain QuestType = 1
|
||||
QuestTypeEvent QuestType = 2
|
||||
QuestTypeExtra QuestType = 3
|
||||
QuestTypeBigHunt QuestType = 4
|
||||
)
|
||||
|
||||
type QuestFlowType int32
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user