From f4c96fad9d7f6dba45db63e307370a16ec3cd40b Mon Sep 17 00:00:00 2001 From: zhangshanxue Date: Sat, 25 Jul 2020 21:35:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=88=E6=89=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 1 + 1 file changed, 1 insertion(+) 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默认我方先出 }