From 7d8d42cd52e0171c34b4762059bfe385a9562837 Mon Sep 17 00:00:00 2001 From: grimm <1769111741@qq.com> Date: Fri, 2 Feb 2024 17:37:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=9E=E6=8A=80=E5=9C=BA=E5=8D=8F=E8=AE=AE?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=9B=E7=89=88=E5=BE=AE=E6=94=B9=EF=BC=8C?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=AB=9E=E6=8A=80=E5=9C=BA=E6=88=BF=E9=97=B4?= =?UTF-8?q?=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/ArenaInfoProto.proto | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/protos/ArenaInfoProto.proto b/protos/ArenaInfoProto.proto index 54fcc38..f61a22d 100644 --- a/protos/ArenaInfoProto.proto +++ b/protos/ArenaInfoProto.proto @@ -261,11 +261,10 @@ import "CommonProto.proto"; optional int32 ranking = 1;//我的排名 optional int32 score = 2;//我的积分 optional string roomId = 3;//房间id - optional string roomName = 4;//房间名称 - optional int32 lvScore = 5;//段位积分 - optional int32 fightNum = 6;//挑战次数 - repeated int32 receivedBox = 7;//已领取得盒子id - repeated ArenaPersonInfo opponent = 8;//对手信息 + optional int32 lvScore = 4;//段位积分 + optional int32 fightNum = 5;//挑战次数 + repeated int32 receivedBox = 6;//已领取得盒子id + repeated ArenaPersonInfo opponent = 7;//对手信息 } //刷新竞技场对手信息