限时事件
This commit is contained in:
parent
cd303b5658
commit
b1af9103bf
@ -27,6 +27,7 @@ const (
|
||||
EVENT_TYPE_CAT_TRICK = 14 // 猫咪戏法
|
||||
EVENT_TYPE_PAYBACK_DAY = 15 // 回收日
|
||||
EVENT_TYPE_LITTLE_APPRENTICE = 16 // 小学徒
|
||||
EVENT_TYPE_CAT_DAY_SALE = 17 // 猫咪大甩卖
|
||||
)
|
||||
|
||||
const (
|
||||
@ -46,6 +47,7 @@ type LimitedTimeEventMod struct {
|
||||
BonusNum int
|
||||
First bool
|
||||
FirstReward bool
|
||||
CatDaySale bool // 是否参与猫咪大甩卖活动
|
||||
}
|
||||
|
||||
type LTEInfo struct {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user