增加队伍ID

gaojie 2019-06-27 00:14:40 +08:00
parent 2fd2313ab9
commit 00ab5c2365
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ import "CommonProto.proto";
optional int32 fightType = 1;
optional int32 type = 2; // 1:
optional int32 fightId = 3;
optional int32 teamId = 4; //id
}
message FightStartResponse {