playroom每日任务
This commit is contained in:
parent
d7b96c4b36
commit
5c9374c810
Binary file not shown.
@ -68,6 +68,7 @@ enum ITEM_POP_LABEL { // item弹窗标签
|
||||
AddWish = 61; // 心愿单奖励
|
||||
GetWish = 62; // 心愿单奖励
|
||||
PlayroomTask = 63; // playroom任务
|
||||
PlayroomTaskReward = 64; // playroom任务奖励 大奖
|
||||
}
|
||||
enum HANDLE_TYPE {
|
||||
ADD = 0;
|
||||
@ -1912,6 +1913,7 @@ message ResPlayroom{
|
||||
int32 RoomPoint = 21; // 房间积分
|
||||
repeated int32 Unlock = 22; // 解锁的房间id
|
||||
map<int32, DailyTask> DailyTask = 23; // 每日任务
|
||||
repeated int32 DailyTaskReward = 24; // 任务大奖励
|
||||
}
|
||||
|
||||
// 领取任务奖励
|
||||
|
||||
Loading…
Reference in New Issue
Block a user