diff --git a/protos/ArenaInfoProto.proto b/protos/ArenaInfoProto.proto index c652fb0..83ab307 100644 --- a/protos/ArenaInfoProto.proto +++ b/protos/ArenaInfoProto.proto @@ -91,7 +91,7 @@ import "CommonProto.proto"; message ChampionGetWorldRankResponse{ repeated ArenaEnemy rankInfos = 1; //成员排名信息 - optional int32 myRank =3 ;// 我的排名 + optional ArenaEnemy myInfo =3 ;// 我的排名 } message ChampionGetMyTeamInfoResponse{