From dc57928be7a686aeab09fc7cff8a656ecef37a24 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Thu, 31 Oct 2019 11:40:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E6=AC=A1=E8=BF=9B=E5=85=A5?= =?UTF-8?q?=E5=89=AF=E6=9C=AC=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 76f772f..14c6f4b 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -61,6 +61,8 @@ import "CommonProto.proto"; optional PlayerBindPhone playerBindPhone = 22;//玩家手机绑定信息 optional int32 QuestionState = 23;//答题状态 -1没有问卷 0未答题 1已答题 optional int32 SoulEquipPool = 24;//占星卡池 + repeated int32 playedMapTypes = 25;//已经玩过的副本类型 + }