diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index bee8f43..1003932 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -630,6 +630,9 @@ import "CommonProto.proto"; repeated SpecialEffects SpecialEffects = 3;//属性信息 optional int32 force = 4 ; //战力 } + message RankRequest{ + optional int32 type = 1;//排行榜类型 + } message RankResponse{ repeated UserRank ranks = 1; optional RankInfo myRankInfo = 2;