传送门协议

master_huanxiang
lvxinran 2020-06-01 09:58:35 +08:00
parent ed99cb1e68
commit 7182b2ea5b
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,6 @@ import "CommonProto.proto";
optional int32 type = 2; // 1: 2 3 4: 5 optional int32 type = 2; // 1: 2 3 4: 5
optional int32 fightId = 3; optional int32 fightId = 3;
optional int32 teamId = 4; //id optional int32 teamId = 4; //id
} }
message FightStartResponse { message FightStartResponse {
// //
@ -81,6 +80,8 @@ import "CommonProto.proto";
optional int32 testXY = 9; // optional int32 testXY = 9; //
optional FightData fightData = 10;// optional FightData fightData = 10;//
optional Cell cell = 11;//
} }