From 0f8e9aca393ba4219ab40abec3b21ab1b8a6bf89 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Sat, 24 Oct 2020 19:06:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=98=E6=96=97=E5=8D=8F=E8=AE=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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默认我方先出