diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 4d9c0b2b..e964158e 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -1916,6 +1916,11 @@ message ResPlayroom{ repeated int32 DailyTaskReward = 24; // 任务大奖励 } +message NotifyPlayroomTask{ + map DailyTask = 1; // 每日任务 + repeated int32 DailyTaskReward = 2; // 任务大奖励 +} + // 领取任务奖励 message ReqPlayroomTask{ int32 Id = 1; // 任务id