From 9f7e7cad95cefa924f9d80aeabaeb908d931afee Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Thu, 10 Apr 2025 15:57:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=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 7f1c88bf..8adbb503 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -1317,6 +1317,7 @@ message ResFriendIgnore{ message ReqFriendList{} message ResFriendList{ repeated ResPlayerSimple FriendList = 1; + repeated int32 ReqApplyList = 3; // 已申请好友列表 repeated int32 Npc = 2; // npc列表 }