From bc5bb019d37cf91b25e263ab40c17142e40d22c5 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Mon, 1 Jun 2020 19:41:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=95=E7=82=BC=E6=9C=AC=E5=AE=9D=E7=AE=B1?= =?UTF-8?q?=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MapInfoProto.proto | 7 ++++++- protos/MessageTypeProto.proto | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index c8114e2..d2dab67 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -105,7 +105,7 @@ import "CommonProto.proto"; // 当前所在坐标 optional int32 curXY = 2; // 触发坐标 - optional int32 triggerXY = 3; + optional int32 trigger XY = 3; } message MapUpdateResponse{ optional int32 eventId = 1; @@ -318,3 +318,8 @@ import "CommonProto.proto"; message TrialHeroInfoSaveRequest{ repeated string heroIds = 1;//保存上阵英雄 } + + message GetTrialBoxRewardResponse{ + optional Drop boxDrop = 1;//宝箱奖励 + } + diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 3cc1d4d..7619ecc 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -799,6 +799,9 @@ enum MessageType{ TRIAL_HERO_INFO_SAVE_REQUEST = 11920;//试炼保存阵容 TRIAL_HERO_INFO_SAVE_RESPONSE = 11921; + + TRIAL_GET_BOX_REQUEST = 11922;//试炼获取宝箱 + TRIAL_GET_BOX_RESPONSE = 11923; // U 12000 UP_HERO_LEVEL_REQUEST = 12000; // 升级或突破