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 {