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 {