英雄图鉴协议修改
parent
7aa2ce1931
commit
dd4bd0f970
|
@ -814,4 +814,9 @@ option optimize_for = SPEED;
|
|||
repeated SpecialEffects SpecialEffects = 3;//属性信息
|
||||
optional int32 force = 4 ; //战力
|
||||
}
|
||||
|
||||
message EveryHeroHandBook{
|
||||
optional int32 heroId = 1;
|
||||
optional int32 maxStar = 2;
|
||||
}
|
||||
|
|
@ -47,7 +47,7 @@ import "CommonProto.proto";
|
|||
optional int32 userCreateTime = 8; // 玩家创角时间
|
||||
repeated int32 redType = 9;// 红点信息
|
||||
optional int32 randCount = 10;//已招募次数
|
||||
repeated int32 heroHandBook = 11;//英雄图鉴
|
||||
repeated EveryHeroHandBook heroHandBook = 11;//英雄图鉴
|
||||
repeated int32 equipHandBook = 12;//装备图鉴
|
||||
repeated int32 towerReceivedReward = 13;//试炼已领取奖励层数
|
||||
repeated GoodsTypeDuration goodsTypeDuration = 14; // 已购买商品结束时间
|
||||
|
|
Loading…
Reference in New Issue