抽出开始战斗
parent
3d678bf934
commit
49a5fc318c
|
|
@ -174,8 +174,14 @@ option optimize_for = SPEED;
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
message FightData {
|
||||
// 战斗属性
|
||||
optional FightTeamInfo heroFightInfos = 1;
|
||||
// 怪物属性
|
||||
repeated FightTeamInfo monsterList = 2;
|
||||
//战斗随机种子
|
||||
optional int32 fightSeed = 3;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -32,8 +32,8 @@ import "CommonProto.proto";
|
|||
optional int32 fightType = 1;
|
||||
}
|
||||
message FightStartResponse {
|
||||
// 怪物的属性
|
||||
//repeated Monster monsterList = 1;
|
||||
// 战斗属性
|
||||
optional FightData fightData = 1;
|
||||
}
|
||||
|
||||
// 战斗结束
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
// 更新地图状态
|
||||
|
|
|
|||
Loading…
Reference in New Issue