From a9278353d735b2fcecabec1598128090061202ba Mon Sep 17 00:00:00 2001 From: mengchengzhen <13682025901@163.com> Date: Tue, 13 Jul 2021 17:05:09 +0800 Subject: [PATCH] =?UTF-8?q?//=E8=AE=B8=E6=84=BF=E9=AD=82=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 6 ++++++ protos/HeroInfoProto.proto | 19 +++++++++++++++++++ protos/MessageTypeProto.proto | 6 ++++++ 3 files changed, 31 insertions(+) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 7bb999d..4bfff10 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -1003,4 +1003,10 @@ option optimize_for = SPEED; message randomTypeNum{ optional int32 type = 1;//招募类型 optional int32 num = 2;//数量 + } + + // 乾坤宝盒-许愿魂印 + message beautyBagCardInfo{ + optional int32 id = 1;//序列id + optional int32 equip = 2;//装备id } \ No newline at end of file diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index d15a5f2..bc2abed 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -397,4 +397,23 @@ import "CommonProto.proto"; repeated wishDrawCardInfo infoList = 1; } + + // 乾坤宝盒-许愿魂印 + message beautyBagCardIndication{ + repeated beautyBagCardInfo infoList = 1; + } + + message beautyBagWishHeroRequest{ + repeated beautyBagCardInfo infoList = 1; + } + + message beautyBagWishHeroResponse{ + repeated beautyBagCardInfo infoList = 1; + + } + + + + + \ No newline at end of file diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 60a5d7b..4c4f3b3 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1236,6 +1236,12 @@ enum MessageType{ choiceWishHeroResponse = 3040125; + // 乾坤宝盒-许愿魂印 + beautyBagCardIndication = 3040126; + + beautyBagWishEquipRequest = 3040127; + + beautyBagWishEquipResponse = 3040128;