forked from chomp/ChompQuestVerifier
Add readme and improve location model
This commit is contained in:
parent
89eebf604d
commit
75f61a55b0
@ -72,4 +72,6 @@ public class Location
|
|||||||
public string _Id { get; set; }
|
public string _Id { get; set; }
|
||||||
public List<object> Loot { get; set; }
|
public List<object> Loot { get; set; }
|
||||||
public List<object> Banners { 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
0
DumpCleaner/readme.md
Normal file
Loading…
x
Reference in New Issue
Block a user