From 5f1eeb3893881eda57e4c64054befebf86e3bd50 Mon Sep 17 00:00:00 2001 From: wangyuan Date: Fri, 13 Dec 2019 10:56:09 +0800 Subject: [PATCH] score --- protos/ArenaInfoProto.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/ArenaInfoProto.proto b/protos/ArenaInfoProto.proto index fe7027d..2a5d510 100644 --- a/protos/ArenaInfoProto.proto +++ b/protos/ArenaInfoProto.proto @@ -61,6 +61,8 @@ import "CommonProto.proto"; optional int32 maxRank = 5; //历史最高排名 optional ChampionBattleInfo championBattleInfo=6; + + optional int32 myscore= 7; } message ChampionProgressUpdateIndication{