地图协议修改

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

@ -80,6 +80,15 @@ import "CommonProto.proto";
optional int32 curTower = 20;// optional int32 curTower = 20;//
optional int32 bombUsed = 21;//使 optional int32 bombUsed = 21;//使
optional int32 killCount = 22;//
repeated int32 trialRewardInfo = 23;//
// boss -1
optional int32 essenceValue = 24;
} }
@ -158,32 +167,6 @@ import "CommonProto.proto";
message UseTowerBuffResponse { message UseTowerBuffResponse {
optional EventBehaviorCommon EventBehaviorCommon =1; optional EventBehaviorCommon EventBehaviorCommon =1;
} }
//
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;//使
}
// //
@ -193,12 +176,10 @@ import "CommonProto.proto";
repeated MapInfo mapInfos = 2; repeated MapInfo mapInfos = 2;
// //
optional int32 starNum = 3; optional int32 starNum = 3;
//
optional TowerCopyInfo towerCopyInfo = 4;
//id //id
repeated int32 playedGenMapId = 5; repeated int32 playedGenMapId = 4;
// //
repeated DifficultMapOption difficultMapOptions = 6; repeated DifficultMapOption difficultMapOptions = 5;
} }
// //