From 8e6402710e86e35ec3631aef4fef7b992a81533b Mon Sep 17 00:00:00 2001 From: xuexinpeng Date: Fri, 23 Apr 2021 17:52:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B8=8F=E7=A2=8E=E5=87=8C=E9=9C=84=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/ActivityProto.proto | 13 +++++++++++++ protos/MessageTypeProto.proto | 4 ++++ 2 files changed, 17 insertions(+) diff --git a/protos/ActivityProto.proto b/protos/ActivityProto.proto index 75712f0..c427b21 100644 --- a/protos/ActivityProto.proto +++ b/protos/ActivityProto.proto @@ -69,4 +69,17 @@ import "CommonProto.proto"; message FuXingStoreBuyRequest{ optional int32 activityId = 1; + } + + // 踏碎凌霄 + message TasuilingxiaoRequest{ + // 活动id + optional int32 activityId = 1; + } + + message TasuilingxiaoResponse{ + // 战斗属性 + optional FightData fightData = 1; + // 掉落 + optional Drop drop = 2; } \ No newline at end of file diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index dbe445a..93f1c21 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1142,6 +1142,10 @@ enum MessageType{ //303691 - 303692 新将来袭 NewGeneralAttackRequest = 303691; NewGeneralAttackResponse = 303692; + + //303693 - 303694 踏碎凌霄 + TasuilingxiaoRequest = 303693; + TasuilingxiaoResponse = 303694; // 303701 - 303702 建木神树 UpgradeGodTreeRequest = 303701;