From 4d75739f1dcd915144cedcd18dd4d4184750db59 Mon Sep 17 00:00:00 2001 From: jiahuiwen <1024696487@qq.com> Date: Wed, 27 Mar 2019 18:54:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/FightInfoProto.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/FightInfoProto.proto b/protos/FightInfoProto.proto index a92dd25..f711732 100644 --- a/protos/FightInfoProto.proto +++ b/protos/FightInfoProto.proto @@ -51,5 +51,7 @@ import "CommonProto.proto"; optional Drop Drop = 2; //英雄剩余血量 repeated int32 remainHpList = 3; + // 更新主线任务 + repeated Mission mission = 4; }