From 567c51c357cdd590c60765442b2dde0bfa8bd83d Mon Sep 17 00:00:00 2001 From: yuanshuai <243578945@qq.com> Date: Fri, 24 Sep 2021 13:47:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A5=BD=E6=84=9F=E5=BA=A6=E5=8D=8F=E8=AE=AE?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 4 ++-- protos/PlayerInfoProto.proto | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index dcfd0ef..f3ab6f0 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -442,11 +442,11 @@ import "CommonProto.proto"; } - + //获取好感度数据协议 message GetLikableDataResponse{ repeated LikableInfo infoList = 1; - + optional int32 likableRemainTime = 2;//好感度剩余捐赠次数 } diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index c5c9d33..43791a0 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -407,6 +407,7 @@ import "CommonProto.proto"; optional int32 expeditionLeve =13 ; //猎妖之路阶段 -1 待选择 optional int32 hadLuckTime = 14;//幸运探宝次数 optional int32 hadAdvanceLuckTime = 15;//高级幸运探宝次数 + optional int32 likableRemainTime = 16;//好感度剩余捐赠次数 } message ZeroPlayerUpdateIndication{