From 39a8e70e09f4d0b151a6cbb5baf5ec5f8efbdf51 Mon Sep 17 00:00:00 2001 From: duhui Date: Sat, 5 Mar 2022 09:59:25 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=BD=A6=E8=BF=9F=E6=96=97=E6=B3=95?= =?UTF-8?q?=E3=80=91=E5=A2=9E=E5=8A=A0serverName?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/Family.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/Family.proto b/protos/Family.proto index 5b6babb..efe3f21 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -415,6 +415,7 @@ import "CommonProto.proto"; optional int32 rank = 7; repeated TeamSimpleInfo teamInfo = 8; optional int32 practiceLevel = 9;//修行等级 + optional string serverName = 10;//服务器名称 } message GetCarChallenegListResponse{