From 34ae6dbabb2bbef5be4fe6e8d2c3677bf3d11d2f Mon Sep 17 00:00:00 2001 From: jiahuiwen <1024696487@qq.com> Date: Sat, 9 Mar 2019 18:01:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A6=E5=8F=91=E5=9D=90=E6=A0=87?= 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 3e0b989..2baf6fb 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -53,6 +53,8 @@ import "CommonProto.proto"; repeated int32 cells = 1; // 当前所在坐标 optional int32 curXY = 2; + // 触发坐标 + optional int32 triggerXY = 3; } message MapUpdateResponse{ optional int32 eventId = 1;