From e247a91d6dfc58b0f8a3b6ba0eb7da8216d4a594 Mon Sep 17 00:00:00 2001 From: wangyuan Date: Thu, 7 May 2020 16:13:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BD=AE=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/Family.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/Family.proto b/protos/Family.proto index d771616..dab8cbf 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -27,6 +27,8 @@ import "CommonProto.proto"; optional int32 progress = 1; //阶段 -1:未开 1 : 挑战 2:抢夺 optional int32 endTime = 2; //结束时间 optional int32 bossIndexId = 3; //boss索引id + optional int32 battleStartTime = 4 ;// 挑战boss开启时间 + optional int32 grabStartTime = 5 ;// 抢夺开启时间 }