From 30ad5603dcea4a9910c6fc4dadff9ee18fdd6e27 Mon Sep 17 00:00:00 2001 From: xuexinpeng Date: Thu, 9 Sep 2021 20:26:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=98=E6=96=97=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 518cf32..b234a2d 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -1040,6 +1040,7 @@ option optimize_for = SPEED; repeated int32 resultList = 14;//战斗结果集合 optional int32 score = 15; //当前玩家的积分 optional int32 serverName = 16; //服务器名称 + repeated int32 result = 17; //战斗结果 } \ No newline at end of file