From f6079eea0df6fbdb35aefb2ae7c023dc02d5195b Mon Sep 17 00:00:00 2001 From: xuexinpeng Date: Thu, 30 Dec 2021 16:00:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=AE=E7=BD=97=E5=B9=BB=E5=A2=83=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E6=8C=82=E6=9C=BA=E5=A5=96=E5=8A=B1=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MapInfoProto.proto | 7 +++++++ protos/MessageTypeProto.proto | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) 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 fc51846..42010ea 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1381,7 +1381,11 @@ enum MessageType{ WeekCardRewardRequest = 3050032; WeekCardRewardResponse = 3050033; WeekCardIndicationInfoResponse = 3050034; - + + + //森罗幻境自动挂机奖励展示 + TowerGetRewardInfoShowRequest = 3050050; + TowerGetRewardInfoShowResponse = 3050051; //800000起为global 协议 GetWorldServerRequest = 800001;//获取世界服ip