排行榜请求

master_huanxiang
lvxinran 2019-11-27 18:08:31 +08:00
parent 0ea8ca16c7
commit 2fc264ff6c
1 changed files with 3 additions and 0 deletions

View File

@ -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;