Flagged other items as nullable
This commit is contained in:
@@ -280,6 +280,7 @@ public record BotBaseInventory
|
||||
public string? QuestStashItems { get; set; }
|
||||
|
||||
/** Key is hideout area enum numeric as string e.g. "24", value is area _id */
|
||||
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
|
||||
[JsonPropertyName("hideoutAreaStashes")]
|
||||
public Dictionary<string, string>? HideoutAreaStashes { get; set; }
|
||||
|
||||
|
||||
@@ -103,6 +103,7 @@ public record PmcDataRepeatableQuest
|
||||
[JsonPropertyName("endTime")]
|
||||
public long? EndTime { get; set; }
|
||||
|
||||
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
|
||||
[JsonPropertyName("changeRequirement")]
|
||||
public Dictionary<string?, ChangeRequirement?>? ChangeRequirement { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user