From 8457366a987d98ee4218681108828dddf8ab5401 Mon Sep 17 00:00:00 2001 From: wangyuan Date: Thu, 9 Jan 2020 16:05:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=8F=E6=9C=BA=E6=8E=89=E8=90=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/FightInfoProto.proto | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/protos/FightInfoProto.proto b/protos/FightInfoProto.proto index 61fe78a..7195042 100644 --- a/protos/FightInfoProto.proto +++ b/protos/FightInfoProto.proto @@ -93,10 +93,11 @@ import "CommonProto.proto"; } message SweepRightResponse { // 获得的道具 - repeated Drop Drop = 1; - optional ItemInfo ItemInfo =2; - optional int32 hurt = 3; - optional FightData fightData=4 ; //战斗数据 + optional Drop Drop = 1; // 基础奖励 + optional Drop randomDrop =2 ; // 随机奖励 + optional ItemInfo ItemInfo =3; + optional int32 hurt = 4; + optional FightData fightData=5 ; //战斗数据 } message FightRePlayRequest{