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