From b459a8e9e9bdd943551a695baf4ec952ecebcf79 Mon Sep 17 00:00:00 2001 From: zhangshanxue Date: Sun, 12 Jul 2020 23:10:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=85=E5=B3=B0=E8=B5=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/ArenaInfoProto.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protos/ArenaInfoProto.proto b/protos/ArenaInfoProto.proto index 4f8cbfe..f8d42b3 100644 --- a/protos/ArenaInfoProto.proto +++ b/protos/ArenaInfoProto.proto @@ -59,11 +59,12 @@ import "CommonProto.proto"; optional int32 endTime = 3; //进度结束时间 optional int32 myrank = 4; //排名 optional int32 maxRank = 5; //历史最高排名 - + optional ChampionBattleInfo championBattleInfo=6; optional int32 myscore= 7; optional int32 process = 8;// 3局两胜 -1 初始值 0final负 1final胜 2 胜 3 负 4 胜负 5 负胜 + optional bool loser = 9;//是否被淘汰 } message ChampionProgressUpdateIndication{