Merge branch 'master_test_hw' into master_test_hw_arean

master_huanxiang
zhangshanxue 2020-12-15 15:27:03 +08:00
commit 4f03c96481
1 changed files with 11 additions and 30 deletions

View File

@ -80,6 +80,15 @@ import "CommonProto.proto";
optional int32 curTower = 20;//
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 {
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;
//
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;
}
//