diff --git a/DumpCleaner/Models/Location.cs b/DumpCleaner/Models/Location.cs index eebd038..55ff395 100644 --- a/DumpCleaner/Models/Location.cs +++ b/DumpCleaner/Models/Location.cs @@ -72,4 +72,6 @@ public class Location public string _Id { get; set; } public List Loot { get; set; } public List Banners { get; set; } -} + public bool GenerateLocalLootCache { get; set; } + public List AirdropParameters { get; set; } +} \ No newline at end of file diff --git a/DumpCleaner/readme.md b/DumpCleaner/readme.md new file mode 100644 index 0000000..e69de29