Add missing prop and renamed upd

This commit is contained in:
CWX
2025-01-12 18:40:49 +00:00
parent c9450aea36
commit 3c6cd78971
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ public class Item
public string? Desc { get; set; }
[JsonPropertyName("upd")]
public Upd? Update { get; set; }
public Upd? Upd { get; set; }
}
public class ItemLocation
@@ -1350,6 +1350,9 @@ public class Props
[JsonPropertyName("Hands")]
public string? Hands { get; set; }
[JsonPropertyName("Feet")]
public string? Feet { get; set; }
[JsonExtensionData]
public Dictionary<string, object> OtherProperties { get; set; }
}