森罗幻境修改协议
parent
ce37ffbb99
commit
727400720f
|
|
@ -331,6 +331,7 @@ import "CommonProto.proto";
|
|||
optional Drop boxDrop = 1;//宝箱奖励
|
||||
repeated int32 buffIds = 2;//进图buffId
|
||||
}
|
||||
|
||||
message UseAddHpItemRequest{
|
||||
optional string heroId = 1;
|
||||
}
|
||||
|
|
@ -450,3 +451,11 @@ import "CommonProto.proto";
|
|||
message TowerGetRewardInfoShowResponse{
|
||||
optional Drop drop = 1;//奖励
|
||||
}
|
||||
|
||||
//森罗幻境扫荡关卡
|
||||
message TowerCleanFloorRequest{
|
||||
}
|
||||
|
||||
message TowerCleanFloorResponse{
|
||||
optional Drop drop = 1;//奖励
|
||||
}
|
||||
|
|
@ -1486,6 +1486,10 @@ enum MessageType{
|
|||
USER_LIKE_HERO_RANK_INFO_REQUEST = 3050093;
|
||||
USER_LIKE_HERO_RANK_INFO_RESPONSE = 3050094;
|
||||
|
||||
//森罗幻境扫荡关卡
|
||||
TOWER_CLEAN_FLOOR_REQUEST = 3050095;
|
||||
TOWER_CLEAN_FLOOR_RESPONSE = 3050096;
|
||||
|
||||
//==========================================================800000起为global 协议==========================================================
|
||||
|
||||
GetWorldServerRequest = 800001;//获取世界服ip
|
||||
|
|
|
|||
Loading…
Reference in New Issue