From e57437bc383c3ab48d750f114580f53ea51f6082 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:28:35 +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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index d7650ddd..992fa1c0 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -2876,6 +2876,9 @@ message ResFriendIgnore{ } + +// 好友基础信息 +message ReqFriendList{} message ResFriendList{ repeated ResPlayerSimple FriendList = 1; }