diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index 8a565fc..537c4a5 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -441,3 +441,10 @@ import "CommonProto.proto"; message EndlessTakeTreasureResponse{ optional Drop drop =1; } + + //森罗幻境自动挂机奖励展示 + message TowerGetRewardInfoShowRequest{ + } + message TowerGetRewardInfoShowResponse{ + optional Drop drop = 1;//奖励 + } diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index c05373c..3a04394 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1382,6 +1382,7 @@ enum MessageType{ WeekCardRewardResponse = 3050033; WeekCardIndicationInfoResponse = 3050034; + //探索地图 ExplorerMapInfoRequest = 3050040; ExplorerMapInfoResponse = 3050041; @@ -1392,6 +1393,10 @@ enum MessageType{ ExplorerMapRewardRequest = 3050046; ExplorerMapRewardResponse = 3050047; ExplorerMapIndicationResponse = 3050048; + + //森罗幻境自动挂机奖励展示 + TowerGetRewardInfoShowRequest = 3050050; + TowerGetRewardInfoShowResponse = 3050051; //800000起为global 协议