玉虚论道
parent
4bed9e9eea
commit
c1993567fd
|
@ -674,6 +674,7 @@ option optimize_for = SPEED;
|
|||
optional int32 isApplyed = 8;//是否已经申请过
|
||||
optional int32 userTitle = 9;
|
||||
optional int32 practiceLevel = 10;//修行等级
|
||||
repeated TeamOneTeamInfo crossTeam = 11;//跨服玉虚论道 三队伍
|
||||
}
|
||||
|
||||
//妖兽排行
|
||||
|
|
|
@ -519,6 +519,7 @@ import "CommonProto.proto";
|
|||
optional int32 playerId = 1;
|
||||
optional int32 teamId = 2;
|
||||
optional int32 serverId = 3;
|
||||
repeated int32 crossteamId = 4;//跨服玉虚论道的teamId
|
||||
}
|
||||
message GetPlayerOneTeamInfoResponse{
|
||||
optional TeamOneInfo teamInfo = 1;
|
||||
|
|
Loading…
Reference in New Issue