副本排行加字段
parent
332cf2da0e
commit
3e7059c333
|
|
@ -106,12 +106,13 @@ import "CommonProto.proto";
|
|||
message MapRankInfo{
|
||||
optional int32 uid = 1;
|
||||
optional int32 forces = 2;
|
||||
repeated int32 heroIds = 3;
|
||||
repeated Hero heroIds = 3;
|
||||
optional string head = 4;
|
||||
optional int32 level = 5;
|
||||
optional int32 rank = 6;
|
||||
optional int32 time = 7;
|
||||
optional string name = 8;
|
||||
repeated int32 pokemonIds = 9;
|
||||
}
|
||||
|
||||
message MapGetRankInfoResponse{
|
||||
|
|
|
|||
Loading…
Reference in New Issue