From 7ab5220d15fc243244e95bf0851c33dbdf4371f2 Mon Sep 17 00:00:00 2001 From: jiahuiwen <1024696487@qq.com> Date: Mon, 15 Apr 2019 20:08:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9B=E5=9B=BE=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MapInfoProto.proto | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index ab9cbf3..89b2e88 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -32,7 +32,11 @@ import "CommonProto.proto"; // 走过的格子 repeated int32 wakeCells = 7; // 任务 - optional Mission missions = 8; // 所有任务 + optional Mission missions = 8; + // 复活剩余时间 + optional int32 reviveTime = 9; + // 死亡次数 + optional int32 dieCount = 10; } // 更新事件