From 1e1b32f6d63b7feaa671c73cef54fb301c041769 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Sat, 12 Jun 2021 11:59:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E6=8A=BD=E5=8D=A1=E5=89=A9?= =?UTF-8?q?=E4=BD=99=E6=AC=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 2 +- protos/PlayerInfoProto.proto | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index 11ff72f..9517527 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -376,7 +376,7 @@ import "CommonProto.proto"; message ReplacePrupleMansionSealResponse{ repeated PurpleMansionSeal sealList = 1; - }; + } // 推送神印信息 message PurpleMansionSealIndication{ diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index d47ce20..5875e98 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -80,6 +80,7 @@ import "CommonProto.proto"; optional int32 dailyredpack = 40;//每日福利红包领取次数 optional int32 practiceLevel = 41;//修行等级 repeated PurpleMansionSeal sealList = 42;//神印列表 + optional int32 randomCount = 43;//抽卡剩余必出 }