Add readme and improve location model

This commit is contained in:
Chomp 2022-06-12 12:25:55 +01:00
parent 89eebf604d
commit 75f61a55b0
2 changed files with 3 additions and 1 deletions

View File

@ -72,4 +72,6 @@ public class Location
public string _Id { get; set; }
public List<object> Loot { get; set; }
public List<object> Banners { get; set; }
public bool GenerateLocalLootCache { get; set; }
public List<object> AirdropParameters { get; set; }
}

0
DumpCleaner/readme.md Normal file
View File