From 16cbcbc637b641c5d5cabd19a75a16c67e35c9d5 Mon Sep 17 00:00:00 2001 From: jiahuiwen <1024696487@qq.com> Date: Fri, 18 Jan 2019 16:55:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 1 + protos/MapInfoProto.proto | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 2e57c71..fb65223 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -16,6 +16,7 @@ message Common{ optional int64 gold = 8; optional int32 gem = 9; optional int32 chargeGem = 10; + optional int32 curMapId = 11; } diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index 9cbacc1..95b6cce 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -5,13 +5,6 @@ option optimize_for = SPEED; import "CommonProto.proto"; message MapInfo{ - - // 登录获取地图信息 - message MapGetInfoResponse{ - // 当前所在地图id - optional int32 mapId = 1; - } - // 进入地图 message MapEnterRequest{ // 需要进入的地图id