From 9a1f3db2d1447fceb1e14f623791ee842ee196ec Mon Sep 17 00:00:00 2001 From: lvxinran Date: Thu, 5 Sep 2019 17:18:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=80=E6=88=98=E6=8E=92=E8=A1=8C=E6=A6=9C?= =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/RoomProto.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/RoomProto.proto b/protos/RoomProto.proto index bca4d1e..2413aed 100644 --- a/protos/RoomProto.proto +++ b/protos/RoomProto.proto @@ -65,6 +65,8 @@ import "CommonProto.proto"; //血战排行榜 message BloodRankResponse{ repeated BloodPersonInfo infos = 1; + optional int32 myRank = 2; + optional int32 myScore = 3; } \ No newline at end of file