From d2ac44bf2555c7d338d36caed4b08d574e86f4c5 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Fri, 9 May 2025 16:47:04 +0800 Subject: [PATCH] =?UTF-8?q?playroom=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, 3 insertions(+), 2 deletions(-) diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 60ea4ab4..06c9065b 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -69,6 +69,7 @@ enum ITEM_POP_LABEL { // item弹窗标签 GetWish = 62; // 心愿单奖励 PlayroomTask = 63; // playroom任务 PlayroomTaskReward = 64; // playroom任务奖励 大奖 + PlayroomUpvote = 65; // 玩家点赞 } enum HANDLE_TYPE { ADD = 0; @@ -2063,13 +2064,13 @@ message ResPlayroomInfo{ int32 Status = 8; // 状态 0 未开始 1 选择奖励 2 已结束 bool defense = 9; // 是否有防御 map flip = 10; // 翻牌 <位置, 牌> - repeated ChipInfo Chip = 11; // 碎片 + int32 Chip = 11; // 碎片 string PetName = 12; // 宠物名 map Emoji = 13; // 表情 bool Upvote = 14; // 是否点赞 int32 UpvoteCount = 15; // 点赞次数 + map DressSet = 16; // 服装装饰 位置 =》 服装id } - // 请求翻牌 message ReqPlayroomFlip{ int32 Id = 1; // 翻牌位置