From fa1b586de9cebf490a249ea9a245f27a69eb9dff Mon Sep 17 00:00:00 2001 From: zhangshanxue Date: Mon, 11 Nov 2019 14:25:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BD=E6=BD=AE=E6=88=98=E6=96=97=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E7=BB=99=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/FightInfoProto.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/FightInfoProto.proto b/protos/FightInfoProto.proto index 0055dbb..0b6e0e3 100644 --- a/protos/FightInfoProto.proto +++ b/protos/FightInfoProto.proto @@ -199,6 +199,8 @@ import "CommonProto.proto"; optional int32 result = 1; // 事件获得的道具 optional Drop enventDrop = 2; + + optional FightData fightData =3; }