From f7c12c7ed772e23e8e4addbf916ce1a06580ea37 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Thu, 27 Jun 2019 17:34:48 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=82=B8=E5=BC=B9?= =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MapInfoProto.proto | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index d35cfa7..1f221c6 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -222,4 +222,12 @@ import "CommonProto.proto"; optional Drop drop = 1; // 历史最高层 optional int32 highestTower = 2; + } + + // 试炼使用炸弹 + message MapTowerUseBombResponse{ + //精气值 + optional int32 = 1; + // 奖励 + optional Drop drop = 2; } \ No newline at end of file From 406263ab614d3348d988a21f915bcc201a1d4e2c Mon Sep 17 00:00:00 2001 From: lvxinran Date: Thu, 27 Jun 2019 17:38:03 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=AF=95=E7=82=BC=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=82=B8=E5=BC=B9=E7=B2=BE=E6=B0=94=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MapInfoProto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index 1f221c6..5150c98 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -227,7 +227,7 @@ import "CommonProto.proto"; // 试炼使用炸弹 message MapTowerUseBombResponse{ //精气值 - optional int32 = 1; + optional int32 essenceValue = 1; // 奖励 optional Drop drop = 2; } \ No newline at end of file