地图协议修改

master_huanxiang
lvxinran 2020-12-12 16:23:12 +08:00
parent 8ee13742ed
commit a0ce3e163c
1 changed files with 11 additions and 30 deletions

View File

@ -81,6 +81,15 @@ import "CommonProto.proto";
optional int32 bombUsed = 21;//使
optional int32 killCount = 22;//
repeated int32 trialRewardInfo = 23;//
// boss -1
optional int32 essenceValue = 24;
}
//
@ -160,32 +169,6 @@ import "CommonProto.proto";
}
//
message TowerCopyInfo{
//
optional int32 tower = 1;
//
optional int32 fightCount = 2;
//
optional int32 highestTower = 3;
// boss -1
optional int32 essenceValue = 4;
// 10
optional int32 mapIntoReset = 5;
// 使
optional int32 towerUseTime = 6;
repeated int32 trialRewardInfo = 7;//
optional int32 killCount = 8;//
optional int32 bombUsed = 9;//使
}
//
message getAllLevelDifficultyInfosResponse{
repeated LevelDifficultyInfos levelDifficultyInfos = 1;
@ -193,12 +176,10 @@ import "CommonProto.proto";
repeated MapInfo mapInfos = 2;
//
optional int32 starNum = 3;
//
optional TowerCopyInfo towerCopyInfo = 4;
//id
repeated int32 playedGenMapId = 5;
repeated int32 playedGenMapId = 4;
//
repeated DifficultMapOption difficultMapOptions = 6;
repeated DifficultMapOption difficultMapOptions = 5;
}
//