diff --git a/config/UserData.xlsx b/config/UserData.xlsx index 2b3d0cde..f207cfb2 100644 Binary files a/config/UserData.xlsx and b/config/UserData.xlsx differ diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 606362c6..06fef7cb 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -2196,6 +2196,16 @@ message ResPlayroomFlip{ int32 CardId = 4; // 卡牌id } +// 引导修改playroom生理值 +message ReqPlayroomGuide{ + int32 Type = 1; // +} + +message ResPlayroomGuide{ + RES_CODE Code = 1; + string Msg = 2; +} + // 领取游戏奖励 message ReqPlayroomFlipReward{ int32 EmojiId = 1; // 表情id