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