From 4a58936d454d4b751ec00c0414be22ac4ab49901 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Mon, 1 Jun 2020 19:45:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF=E5=8D=8F?= =?UTF-8?q?=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, 1 insertion(+), 1 deletion(-) diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index d2dab67..7e52d55 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -105,7 +105,7 @@ import "CommonProto.proto"; // 当前所在坐标 optional int32 curXY = 2; // 触发坐标 - optional int32 trigger XY = 3; + optional int32 triggerXY = 3; } message MapUpdateResponse{ optional int32 eventId = 1;