From fc9a01aab727e11f7cc0557ea83dce48d4aaf7bc Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Mon, 12 May 2025 17:29:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0playroom=E5=BC=95=E5=AF=BC?= =?UTF-8?q?=E5=A5=96=E5=8A=B1=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/Gameapi.proto | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 06c9065b..a0861e33 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -931,6 +931,15 @@ message ResGuideReward{ string Msg = 2; } +message ReqGuidePlayroom{ + int32 Id = 1; +} + +message ResGuidePlayroom{ + RES_CODE Code = 1; + string Msg = 2; +} + message ResGuildInfo{ map Reward = 1; }