排行榜请求
parent
0ea8ca16c7
commit
2fc264ff6c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue