master_assist
parent
167c65605b
commit
8b527a4387
|
@ -1015,8 +1015,6 @@ option optimize_for = SPEED;
|
|||
repeated Equip equip =2; // 英雄所穿装备、魂印
|
||||
repeated SpecialEffects SpecialEffects = 3;//属性信息
|
||||
optional int32 force = 4 ; //战力
|
||||
repeated SpecialEffects assistAttribute = 5;//助阵属性信息
|
||||
optional int32 assistAdd = 6;//助阵加成信息
|
||||
}
|
||||
|
||||
message EveryHeroHandBook{
|
||||
|
|
|
@ -702,6 +702,8 @@ message ViewHeroInfoResponse{
|
|||
optional int32 force = 4 ; //战力
|
||||
optional int32 guildSkill = 5;//公会技能
|
||||
optional int32 playerGiftLv = 6;//主角礼物等级
|
||||
repeated SpecialEffects assistAttribute = 7;//助阵属性信息
|
||||
optional int32 assistAdd = 8;//助阵加成信息
|
||||
}
|
||||
|
||||
message RankRequest{
|
||||
|
|
Loading…
Reference in New Issue