随机掉落

master_huanxiang
wangyuan 2020-01-09 16:05:19 +08:00
parent d6b3dc6e70
commit 8457366a98
1 changed files with 5 additions and 4 deletions

View File

@ -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{