add hideout qte to list

This commit is contained in:
Chomp 2023-01-02 16:42:44 +00:00
parent 9871bad380
commit 50e6db35c4

View File

@ -39,6 +39,7 @@ namespace DumpCleaner
new DumpData{InputName = "resp.client.hideout.areas", OutputName = "areas", OutputFolder = "hideout"},
new DumpData{InputName = "resp.client.hideout.production.scavcase.recipes", OutputName = "scavcase", OutputFolder = "hideout"},
new DumpData{InputName = "resp.client.hideout.settings", OutputName = "settings", OutputFolder = "hideout"},
new DumpData{InputName = "resp.client.hideout.qte.list", OutputName = "qte", OutputFolder = "hideout"},
new DumpData{InputName = "resp.client.locations", OutputName = "locations", OutputFolder = "locations", SpecialCase = true},