master_otnew
parent
9f5d41082a
commit
e1f633d0d9
|
@ -73,6 +73,7 @@ option optimize_for = SPEED;
|
||||||
optional int32 rebuildLevel = 4; //精炼
|
optional int32 rebuildLevel = 4; //精炼
|
||||||
optional int32 fourSpirit = 5;//四灵试炼层数
|
optional int32 fourSpirit = 5;//四灵试炼层数
|
||||||
repeated Equip bless = 6;//庇佑
|
repeated Equip bless = 6;//庇佑
|
||||||
|
optional string heroId = 7;//英雄id
|
||||||
}
|
}
|
||||||
|
|
||||||
message SoulPos{
|
message SoulPos{
|
||||||
|
@ -1001,7 +1002,7 @@ option optimize_for = SPEED;
|
||||||
|
|
||||||
message ViewHeroInfo{
|
message ViewHeroInfo{
|
||||||
optional Hero hero =1;
|
optional Hero hero =1;
|
||||||
repeated Equip equip =2; // 英雄所穿装备、魂印(法宝不在内,放在Hero中)
|
repeated Equip equip =2; // 英雄所穿装备、魂印
|
||||||
repeated SpecialEffects SpecialEffects = 3;//属性信息
|
repeated SpecialEffects SpecialEffects = 3;//属性信息
|
||||||
optional int32 force = 4 ; //战力
|
optional int32 force = 4 ; //战力
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue