diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index 95b6cce..30c7529 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -12,7 +12,7 @@ message MapInfo{ } message MapEnterResponse{ // 地图信息 - repeated Common.Cell mapList = 1; + repeated Cell mapList = 1; // 当前所在坐标 optional int32 curXY = 2; }