试炼副本 修改

master_huanxiang
jiahuiwen 2019-06-26 11:20:36 +08:00
parent c3254ab43c
commit 9841869b38
3 changed files with 3 additions and 5 deletions

View File

@ -110,7 +110,7 @@ option optimize_for = SPEED;
message Cell{
// id
optional int32 cellId = 1;
// mapPointConfig id
// mapPointConfig id pointId id
optional int32 pointId = 2;
}

View File

@ -10,7 +10,7 @@ import "CommonProto.proto";
message FightStartRequest {
//
optional int32 fightType = 1;
optional int32 type = 2; // 1: 2 3
optional int32 type = 2; // 1: 2 3 4:
optional int32 fightId = 3;
optional int32 teamId = 4; //id
@ -27,7 +27,7 @@ import "CommonProto.proto";
// 14#1#0|14#1#0|14#1#0|...|14#1#0
optional string frames = 2;
optional int32 fightId = 3;
optional int32 type = 4; // 1: 2 3
optional int32 type = 4; // 1: 2 3 4:
}
message FightEndResponse {
//

View File

@ -220,6 +220,4 @@ import "CommonProto.proto";
optional Drop drop = 1;
//
optional int32 highestTower = 2;
// ()
optional int32 time = 3;
}