From 494ba6acbb72ec43b2b7a05a02cd3455bee4aeca Mon Sep 17 00:00:00 2001 From: zhangshanxue Date: Thu, 7 May 2020 16:42:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A5=AD=E7=A5=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/Family.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/protos/Family.proto b/protos/Family.proto index e3a71a0..bd4e2b5 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -379,7 +379,8 @@ import "CommonProto.proto"; } message FamilyFeteResponse{ - optional int32 curExp = 1; //经验 + optional Drop drop = 1; + optional int32 curExp = 2; //经验 } @@ -387,6 +388,7 @@ import "CommonProto.proto"; optional int32 id = 1; //进度id } message FamilyGetFeteRewardResponse{ + optional Drop drop = 1; } message FamilyFeteRewardProcessIndication{