神兵编队信息
parent
005d782cc6
commit
de905e7ef9
|
|
@ -154,11 +154,11 @@ option optimize_for = SPEED;
|
|||
message FightTeamInfo {
|
||||
repeated FightUnitInfo fightUnitList = 1;
|
||||
repeated FightUnitInfo pokemonUnitList = 2;//灵兽技能 技能1#技能2#技能3
|
||||
optional string teamPassiveList = 3 ; //目前无用
|
||||
optional string specialPassive = 4; // 特殊标记(猎妖之路 圣物被动情况)
|
||||
optional int32 firstCamp = 5;//出手优先级 0默认我方先出
|
||||
optional int64 forceScore = 6;//历史最高战斗力
|
||||
|
||||
repeated FightUnitInfo MagicSoldierList = 3;//神兵信息
|
||||
optional string teamPassiveList = 4; //目前无用
|
||||
optional string specialPassive = 5; // 特殊标记(猎妖之路 圣物被动情况)
|
||||
optional int32 firstCamp = 6;//出手优先级 0默认我方先出
|
||||
optional int64 forceScore = 7;//历史最高战斗力
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue