From c6259f892755e5adec5253b540d91d6451454946 Mon Sep 17 00:00:00 2001 From: zhangshanxue Date: Mon, 23 Sep 2019 13:58:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A0=E6=98=9F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index cccb2a6..cde2f59 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -152,5 +152,6 @@ import "CommonProto.proto"; message SoulForceRandRequest{ } message SoulForceRandResponse{ - optional int32 pos = 1; + optional Drop drop = 1;//掉落 + optional int32 pos = 2; }