限时事件

This commit is contained in:
hahwu 2025-11-26 14:43:36 +08:00
parent cd303b5658
commit b1af9103bf

View File

@ -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 {