From a396b5dcdef1f343976ba7373dad44757dfbab05 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Mon, 21 Apr 2025 12:15:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=B6=E9=97=B4=E7=BA=BF=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/Gameapi.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 8b05f5f3..bc057d74 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -120,6 +120,8 @@ enum TIME_LINE_TYPE { LOG_TYPE_WISH = 20; // 心愿单 LOG_TYPE_FRIEND_BECOME_NPC = 21; // NPC成为好友 LOG_TYPE_PLAYROOM_UPVOTE = 22; // playroom点赞 + LOG_TYPE_PLAYROOM_CHAMPSHIP = 23; // 竞标赛排名 + LOG_TYPE_TREASURE = 24; // 宠物宝藏 }