master_huanxiang
gaojie 2019-04-11 20:37:22 +08:00
parent 6059e4ce3d
commit 2fd2313ab9
2 changed files with 7 additions and 4 deletions

View File

@ -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;
}

View File

@ -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 {
//