From fb14de2ef9a4213880ebbb776139c44d89c802ff Mon Sep 17 00:00:00 2001 From: jiahuiwen <1024696487@qq.com> Date: Tue, 12 Mar 2019 09:41:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=8C=E5=8A=A8=E5=8A=9B=E5=92=8C=E4=B8=B4?= =?UTF-8?q?=E6=97=B6=E8=83=8C=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MapInfoProto.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index 2baf6fb..fa95557 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -23,6 +23,10 @@ import "CommonProto.proto"; optional int32 curXY = 2; // 所用英雄 repeated HeroInfo heroInfos = 3; + // 剩余步数 + optional int32 leftStep = 4; + // 临时背包 + optional Drop temporaryItems = 5; } // 更新事件 @@ -58,6 +62,8 @@ import "CommonProto.proto"; } message MapUpdateResponse{ optional int32 eventId = 1; + // 剩余步数 + optional int32 leftStep = 2; } // 出地图