From d7535e6c88bc6d39b38135a9f41afff6395c232f Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Wed, 17 Sep 2025 11:02:53 +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 8ae7ebda..38dbcc66 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -1458,6 +1458,7 @@ message NotifyFriendLog{ message FriendBubbleInfo{ int32 Id = 1; // 气泡id int32 Type = 2; // 气泡类型 1:普通 2: + repeated ItemInfo Items = 3; // 奖励 } message NotifyFriendCard{