From 7d0fc24d6b11a7e1ee86b33d13e17035cf463578 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Wed, 23 Apr 2025 15:08:10 +0800 Subject: [PATCH] =?UTF-8?q?playroom=E4=BB=BB=E5=8A=A1=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/Gameapi.proto | 5 +++++ 1 file changed, 5 insertions(+) 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