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