From 6fc05450d36b3d5e7515790f44228c3fe0a7ea13 Mon Sep 17 00:00:00 2001 From: zhangshanxue Date: Thu, 7 May 2020 14:09:10 +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 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/protos/Family.proto b/protos/Family.proto index 0c68139..e3a71a0 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -379,10 +379,8 @@ import "CommonProto.proto"; } message FamilyFeteResponse{ - optional int32 type = 1; //献祭类型 - optional int32 contribute = 2; //贡献 - optional int32 curExp = 3; //经验 - optional int32 score = 4; //进度 + optional int32 curExp = 1; //经验 + } message FamilyGetFeteRewardRequest{