From 3b88b6fb5edaae064dd402fe4f5d7637c48983af Mon Sep 17 00:00:00 2001 From: lvxinran Date: Tue, 2 Jul 2019 17:57:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=88=AC=E5=A1=94=E8=AF=95=E7=82=BC=E9=80=80?= =?UTF-8?q?=E5=87=BA=E5=89=AF=E6=9C=AC=E6=97=B6=E9=97=B4=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MapInfoProto.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index c8846cb..bc9f9c2 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -137,6 +137,8 @@ import "CommonProto.proto"; optional int32 essenceValue = 4; // 是否显示重置:1、显示;0、不显示 optional int32 mapIntoReset = 5; + // 上层使用时间 + optional int32 towerUseTime = 6; }