From 26fc056a1dbe8c906ab181ae3743b2616ddd1579 Mon Sep 17 00:00:00 2001 From: xuexinpeng Date: Sat, 9 Oct 2021 20:25:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=98=E6=96=97=E5=9B=9E=E6=94=BE=E5=8A=A0?= =?UTF-8?q?=E6=88=98=E5=8A=9B=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index e47d84e..2170d29 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -1048,6 +1048,8 @@ option optimize_for = SPEED; optional string serverName = 16; //服务器名称 repeated int32 result = 17; //战斗结果 optional string myServerName = 18; //我的服务器名称 + repeated int32 yxldMyForce = 19;//自己三个队伍的战力 + repeated int32 yxldDefForce = 20;//队手三个队伍的战力 }