From 81939dfaf40232da9e833130bb7b903b137d8db5 Mon Sep 17 00:00:00 2001 From: jiahuiwen <1024696487@qq.com> Date: Thu, 21 Feb 2019 20:26:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E6=9B=B4=E6=96=B0response?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MapInfoProto.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index d64ed0e..837204f 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -49,7 +49,9 @@ import "CommonProto.proto"; // 当前所在坐标 optional int32 curXY = 2; } - + message MapUpdateResponse{ + optional int32 eventId = 1; + } // 战斗事件结算 message FightEndRequest {