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