From 00ab5c236530a38f6e1f8664f488a7bba1c87705 Mon Sep 17 00:00:00 2001 From: gaojie Date: Thu, 27 Jun 2019 00:14:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=98=9F=E4=BC=8DID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/FightInfoProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/FightInfoProto.proto b/protos/FightInfoProto.proto index 8c2be54..5277b3a 100644 --- a/protos/FightInfoProto.proto +++ b/protos/FightInfoProto.proto @@ -33,6 +33,7 @@ import "CommonProto.proto"; optional int32 fightType = 1; optional int32 type = 2; // 类型 1: 关卡 optional int32 fightId = 3; + optional int32 teamId = 4; //队伍id } message FightStartResponse {