抽出开始战斗

master_huanxiang
jiahuiwen 2019-03-20 15:55:10 +08:00
parent 3d678bf934
commit 49a5fc318c
3 changed files with 11 additions and 11 deletions

View File

@ -174,8 +174,14 @@ option optimize_for = SPEED;
}
message FightData {
//
optional FightTeamInfo heroFightInfos = 1;
//
repeated FightTeamInfo monsterList = 2;
//
optional int32 fightSeed = 3;
}

View File

@ -32,8 +32,8 @@ import "CommonProto.proto";
optional int32 fightType = 1;
}
message FightStartResponse {
//
//repeated Monster monsterList = 1;
//
optional FightData fightData = 1;
}
//

View File

@ -45,14 +45,8 @@ import "CommonProto.proto";
optional Drop drop = 3;
// 线
repeated Mission mission = 4;
//
optional FightTeamInfo heroFightInfos = 5;
//
repeated FightTeamInfo monsterList = 6;
//
optional int32 leftStep = 7;
//
optional int32 fightSeed = 8;
optional int32 leftStep = 5;
}
//