Include location when generating assorts

This commit is contained in:
Chomp 2022-07-24 22:39:26 +01:00
parent dfb30cd86a
commit 2b75bdee33

View File

@ -15,6 +15,7 @@ namespace AssortGenerator.Models.Output
public string _tpl { get; set; } public string _tpl { get; set; }
public string parentId { get; set; } public string parentId { get; set; }
public string slotId { get; set; } public string slotId { get; set; }
public object location { get; set; }
public Upd upd { get; set; } public Upd upd { get; set; }
} }