remove option to add nulls

This commit is contained in:
CWX
2025-01-16 15:27:32 +00:00
parent e8b208c09b
commit 7901baea73
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -771,7 +771,6 @@ public class Bonus
public double? Value { get; set; }
[JsonPropertyName("icon")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
public string? Icon { get; set; }
[JsonPropertyName("filter")]
-1
View File
@@ -11,7 +11,6 @@ public class Item
public string? Template { get; set; }
[JsonPropertyName("parentId")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
public string? ParentId { get; set; }
[JsonPropertyName("slotId")]