From 732010cc1979c49dd3c78583657809146d9d9981 Mon Sep 17 00:00:00 2001 From: duhui Date: Fri, 22 Apr 2022 13:30:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A5=9E=E5=8D=B0=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index f852b26..6ffbb5f 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -131,12 +131,15 @@ import "CommonProto.proto"; optional int32 type = 1;//0:卸下,1:装备 optional OptHeroSoul wearInfo = 2; } + message WearGodSealResponse{ + optional Drop drop = 1; + } + // 合成神印 message UpGodSealRequest{ optional int32 itemId = 1;//合成的道具id optional string heroId = 2;//英雄id } - message UpGodSealResponse{ optional Drop drop = 1; }