删除多余爬塔协议

master_huanxiang
jiahuiwen 2019-06-27 20:27:33 +08:00
parent 84dd7e5a9a
commit 8c7db44f02
2 changed files with 0 additions and 43 deletions

View File

@ -173,33 +173,6 @@ import "CommonProto.proto";
optional Drop FbStarReward = 1; optional Drop FbStarReward = 1;
} }
//
message MapTowerEnterRequest{
//
optional int32 teamId = 1;
}
message MapTowerEnterResponse{
//
repeated Cell mapList = 1;
//
optional int32 curXY = 2;
//
repeated HeroInfo heroInfos = 3;
//
optional int32 leftTime = 4;
//
optional Drop temporaryItems = 5;
// buff
repeated FoodBuffer foodBuffers = 6;
//
repeated int32 wakeCells = 7;
//
optional int32 fightCount = 8;
//
optional int32 essenceValue = 9;
}
// //
message MapTowerResetResponse { message MapTowerResetResponse {
// //
@ -215,11 +188,3 @@ import "CommonProto.proto";
// bossId // bossId
optional int32 bossId = 2; optional int32 bossId = 2;
} }
//
message MapTowerOutResponse{
//
optional Drop drop = 1;
//
optional int32 highestTower = 2;
}

View File

@ -225,10 +225,6 @@ enum MessageType{
MISSION_UPDATE_INDICATION = 11220; // MISSION_UPDATE_INDICATION = 11220; //
//
MAP_TOWER_ENTER_REQUEST = 11221;
MAP_TOWER_ENTER_RESPONSE = 11222;
// //
MAP_TOWER_RESET_REQUEST = 11223; MAP_TOWER_RESET_REQUEST = 11223;
MAP_TOWER_RESET_RESPONSE = 11224; MAP_TOWER_RESET_RESPONSE = 11224;
@ -237,10 +233,6 @@ enum MessageType{
MAP_TOWER_CALL_CHIEF_REQUEST = 11225; MAP_TOWER_CALL_CHIEF_REQUEST = 11225;
MAP_TOWER_CALL_CHIEF_RESPONSE = 11226; MAP_TOWER_CALL_CHIEF_RESPONSE = 11226;
//
MAP_TOWER_OUT_REQUEST = 11227;
MAP_TOWER_OUT_RESPONSE = 11228;
// N 11300 // N 11300
// O 11400 // O 11400
// P 11500 // P 11500