diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index bba5bfd..c41ed54 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -118,6 +118,7 @@ option optimize_for = SPEED; optional string teamSkillList = 2;//异妖(队伍技能)技能1#技能2#技能3 optional string teamPassiveList = 3 ; //异妖被动技能 optional string specialPassive = 4; // 特殊标记(猎妖之路 圣物被动情况) + optional int32 firstCamp = 5;//出手优先级 0默认我方先出 }