From a1cac78e87569900cf3a016e4e8b26fe2d69ca4c Mon Sep 17 00:00:00 2001 From: wangyuan Date: Tue, 2 Jul 2019 13:01:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=AB=E8=8D=A1?= 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 1780af6..f266347 100644 --- a/protos/FightInfoProto.proto +++ b/protos/FightInfoProto.proto @@ -72,6 +72,8 @@ import "CommonProto.proto"; optional int32 type = 1; //1 :关卡 optional int32 fightId = 2; optional int32 num = 3; //扫荡次数 + optional int32 targetItemId =4 ;//目标物品 + optional int32 targetItemNum=5;// 获取奖励 } message SweepRightResponse {