From 7ffcf9618b565fefff7c6e391da9df408db2addd Mon Sep 17 00:00:00 2001 From: zhangshanxue Date: Fri, 22 May 2020 19:07:31 +0800 Subject: [PATCH] =?UTF-8?q?Task=E3=80=90ID1006213=E3=80=91=E3=80=90?= =?UTF-8?q?=E6=96=B0=E6=88=98=E6=96=97=E7=89=88=E6=9C=AC=E3=80=91=E5=A4=A7?= =?UTF-8?q?=E9=97=B9=E5=A4=A9=E5=AE=AB=EF=BC=88=E7=8C=8E=E5=A6=96=E4=B9=8B?= =?UTF-8?q?=E8=B7=AF=E5=8A=9F=E8=83=BD=E4=BC=98=E5=8C=96=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/Expedition.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/Expedition.proto b/protos/Expedition.proto index 8775c8f..28c4753 100644 --- a/protos/Expedition.proto +++ b/protos/Expedition.proto @@ -18,6 +18,7 @@ import "CommonProto.proto"; repeated Hero heroList = 5;//招募的英雄 repeated Equip equip =6;//装备 repeated Equip soulEquip =7;//宝器 + optional int32 startTime = 8;//猎妖开启时间 }