新增任务枚举

This commit is contained in:
wh_zcy 2022-12-30 15:23:41 +08:00
parent aec58a4c2d
commit 2674883fb4

View File

@ -535,6 +535,12 @@ const (
Rtype138 TaskType = 138 //在线N分钟(从接到任务开始,记录玩家在线时间并记入进度)
Rtype139 TaskType = 139 //通过融合获得指定英雄(从接到任务开始记录,通过融合获得指定英雄则任务完成)
Rtype140 TaskType = 140 //关卡编辑器完成条件
Rtype141 TaskType = 141 //成长任务接取抽卡
Rtype142 TaskType = 142 //成长任务阵营接取抽卡
Rtype143 TaskType = 143 //日常任务接取抽卡
Rtype144 TaskType = 144 //日常任务阵营接取抽卡
Rtype145 TaskType = 145 //周长任务接取抽卡
Rtype146 TaskType = 146 //周长任务阵营接取抽卡
)
const (