fix
parent
6059e4ce3d
commit
2fd2313ab9
|
|
@ -212,10 +212,6 @@ option optimize_for = SPEED;
|
|||
optional int32 type = 1;
|
||||
optional int32 id =2;
|
||||
}
|
||||
message LevelDifficultyInfos{
|
||||
optional int32 areaId = 1;
|
||||
repeated LevelDifficulty LevelDifficulty = 2;
|
||||
}
|
||||
|
||||
message LevelDifficulty{
|
||||
optional int32 fightId = 1;
|
||||
|
|
@ -224,6 +220,11 @@ option optimize_for = SPEED;
|
|||
optional int32 type = 4; //1:简单 2:中等 3:困难
|
||||
}
|
||||
|
||||
message LevelDifficultyInfos{
|
||||
optional int32 areaId = 1;
|
||||
repeated LevelDifficulty LevelDifficulty = 2;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -46,6 +46,8 @@ import "CommonProto.proto";
|
|||
optional int32 monsterGroupId = 1;
|
||||
// 战斗序列帧 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: 关卡
|
||||
}
|
||||
message FightEndResponse {
|
||||
//战斗结果
|
||||
|
|
|
|||
Loading…
Reference in New Issue