From 36546e24b9b7d2e5c935b1d683a9ecef4a392d23 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Fri, 7 Feb 2025 11:05:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=8F=E8=AE=AE?= 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 791c0897..6eda07b2 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -57,6 +57,7 @@ enum ITEM_POP_LABEL { // item弹窗标签 SourceChest = 50; // 开启资源宝箱 PlayroomBuyItem = 51; // playroom打工购买物品 CardSeasonFirstReward = 52; // 卡牌赛季初奖励 + AllCollectRewardHB = 53; // 图鉴全收集奖励 图鉴体力补发 } enum HANDLE_TYPE { ADD = 0;