diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 042913c..cd499e6 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -121,7 +121,7 @@ option optimize_for = SPEED; message FightTeamInfo { repeated FightUnitInfo fightUnitList = 1; - optional string teamSkillList = 2;//灵兽技能 技能1#技能2#技能3 + repeated FightUnitInfo pokemonUnitList = 2;//灵兽技能 技能1#技能2#技能3 optional string teamPassiveList = 3 ; //目前无用 optional string specialPassive = 4; // 特殊标记(猎妖之路 圣物被动情况) optional int32 firstCamp = 5;//出手优先级 0默认我方先出