From 44a3f79eec84b013b135410de69695659560e04e Mon Sep 17 00:00:00 2001 From: jiahuiwen <1024696487@qq.com> Date: Fri, 18 Jan 2019 17:05:34 +0800 Subject: [PATCH] fix --- protos/MapInfoProto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }