Add missing prop and renamed upd
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user