玉虚论道

master_huanxiang
xuexinpeng 2021-09-02 11:49:22 +08:00
parent 4bed9e9eea
commit c1993567fd
2 changed files with 2 additions and 0 deletions

View File

@ -674,6 +674,7 @@ option optimize_for = SPEED;
optional int32 isApplyed = 8;//
optional int32 userTitle = 9;
optional int32 practiceLevel = 10;//
repeated TeamOneTeamInfo crossTeam = 11;//
}
//

View File

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