From 7182b2ea5b96213842a23e349a5639f73c693244 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Mon, 1 Jun 2020 09:58:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=A0=E9=80=81=E9=97=A8=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/FightInfoProto.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protos/FightInfoProto.proto b/protos/FightInfoProto.proto index 48818cb..170c524 100644 --- a/protos/FightInfoProto.proto +++ b/protos/FightInfoProto.proto @@ -13,7 +13,6 @@ import "CommonProto.proto"; optional int32 type = 2; // 类型 1: 关卡 2:地图 3:精英怪 4:爬塔副本 5 :妖兽 optional int32 fightId = 3; optional int32 teamId = 4; //队伍id - } message FightStartResponse { // 战斗属性 @@ -81,6 +80,8 @@ import "CommonProto.proto"; optional int32 testXY = 9; // 测试数据 optional FightData fightData = 10;//战斗数据 + + optional Cell cell = 11;//试炼副本添加传送门 }