From aec3f9046accdf5d582b0f53dab8c4b8fed2067d Mon Sep 17 00:00:00 2001 From: lvxinran Date: Mon, 1 Jul 2019 19:44:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E5=87=BA=E5=9C=B0=E5=9B=BE=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE=E4=BF=AE=E6=94=B9?= 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 ca2f1c1..7ba12c8 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -96,6 +96,8 @@ import "CommonProto.proto"; optional int32 curXY = 2; optional int32 mapId = 3; + // 1:进入下一层 0:直接退出地图 + optional int32 outType = 4; }