From d9e61bdac89e8378f525b82b61311cb14ec815ed Mon Sep 17 00:00:00 2001 From: lvxinran Date: Thu, 15 Oct 2020 11:38:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=91=87=E9=AA=B0=E5=AD=90=20=E5=9C=B0?= =?UTF-8?q?=E5=9B=BEid=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MapInfoProto.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index a5772b5..2e93045 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -384,6 +384,9 @@ import "CommonProto.proto"; repeated JourneyMonsterInfo monsterInfo = 7;//怪物信息 repeated JourneyGoodsInfo goodsInfo = 8;//商品信息 } + message JourneyDoRequest{ + optional int32 mapId = 1; + } message JourneyDoResponse{ repeated int32 pointes = 1; optional int32 pathType = 2;//0、普通节点 1、奖励节点 2、双倍节点 3、额外骰子节点 4、招募英雄节点 5、怪物节点 6、转盘