增加队伍ID
parent
2fd2313ab9
commit
00ab5c2365
|
@ -33,6 +33,7 @@ import "CommonProto.proto";
|
||||||
optional int32 fightType = 1;
|
optional int32 fightType = 1;
|
||||||
optional int32 type = 2; // 类型 1: 关卡
|
optional int32 type = 2; // 类型 1: 关卡
|
||||||
optional int32 fightId = 3;
|
optional int32 fightId = 3;
|
||||||
|
optional int32 teamId = 4; //队伍id
|
||||||
|
|
||||||
}
|
}
|
||||||
message FightStartResponse {
|
message FightStartResponse {
|
||||||
|
|
Loading…
Reference in New Issue