From 06d53034a3e3012e5389e1e046f68cd4ba93772b Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:09:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9D=E7=AE=B1=E9=9B=A8=E6=94=B9=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/Gameapi.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 1aad2f7b..b6e680ff 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -52,6 +52,7 @@ enum ITEM_POP_LABEL { // item弹窗标签 GM = 45; Friendtreasure = 46; CardHandbookReward = 47; // 卡牌图鉴奖励 + LimitEventChestRain = 48; // 限时事件宝箱雨 } enum HANDLE_TYPE { ADD = 0;