playroom每日任务

This commit is contained in:
hahwu 2025-04-22 11:33:31 +08:00
parent d7b96c4b36
commit 5c9374c810
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -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; //
}
//