钻石抽总次数
parent
7507ed50ab
commit
eec110ad30
|
@ -49,7 +49,7 @@ import "CommonProto.proto";
|
|||
repeated int32 vipLeveTake = 7;
|
||||
optional int32 userCreateTime = 8; // 玩家创角时间
|
||||
repeated int32 redType = 9;// 红点信息
|
||||
optional int32 randCount = 10;//已招募次数
|
||||
optional int32 randCount = 10;//已招募次数(废弃)
|
||||
repeated EveryHeroHandBook heroHandBook = 11;//英雄图鉴
|
||||
repeated int32 equipHandBook = 12;//装备图鉴
|
||||
repeated int32 towerReceivedReward = 13;//试炼已领取奖励层数
|
||||
|
@ -82,6 +82,7 @@ import "CommonProto.proto";
|
|||
optional int32 practiceLevel = 41;//修行等级
|
||||
repeated PurpleMansionSeal sealList = 42;//神印列表
|
||||
optional int32 randomCount = 43;//抽卡剩余必出
|
||||
optional int32 drawTimes = 44;//钻石抽总次数
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue