精英副本选择协议修改

master_huanxiang
lvxinran 2019-07-04 17:39:16 +08:00
parent 0d3d997df8
commit fa81ab9d07
2 changed files with 14 additions and 3 deletions

View File

@ -9,6 +9,12 @@ import "CommonProto.proto";
optional int32 heroHp = 2;
optional int32 heroMaxHp =3;
}
message DifficultMapOption {
//Id
optional int32 Id = 1;
//
optional int32 mapdifficulty = 2;
}
message TowerBuff {
//
@ -156,7 +162,7 @@ import "CommonProto.proto";
//id
repeated int32 playedGenMapId = 5;
//
repeated int32 difficultMapOptions = 6;
repeated DifficultMapOption difficultMapOptions = 6;
}
//
@ -222,10 +228,11 @@ import "CommonProto.proto";
//
optional Drop drop = 2;
}
//
message DifficultMapRequest{
//mapid
optional int32 mapId = 1;
optional DifficultMapOption mapInfo = 1;
}

View File

@ -84,6 +84,10 @@ enum MessageType{
DEL_FRIEND_REQUEST = 10302; //
DEL_FRIEND_RESPONSE = 10303;
DIFFICULT_MAP_OPTION_RECORD_REQUEST = 10304;//
DIFFICULT_MAP_OPTION_RECORD_RESPONSE = 10305;
// E 10400
ERROR_CODE_INDICATION = 10400;