逍遥游修改

master_huanxiang
duhui 2022-08-16 14:59:27 +08:00
parent 7b61fbff14
commit ce37ffbb99
1 changed files with 5 additions and 4 deletions

View File

@ -382,10 +382,11 @@ import "CommonProto.proto";
optional int32 pathType = 2;//0 1 2 3 4 5 6 7
optional int32 multiValue = 3;//
optional Drop drop = 4;//
optional JourneyMonsterInfo monster = 5;//
repeated int32 random = 6;//
optional JourneyGoodsInfo goodsInfo = 7;//
optional int32 overTime = 8;//
optional int32 randomTime = 5 ;//
optional int32 randomNum = 6;//
repeated JourneyMonsterInfo monsterInfo = 7;//
repeated JourneyGoodsInfo goodsInfo = 8;//
repeated int32 randomItem = 9;//
}
message JourneyFightRequest{