Various code quality improvements
This commit is contained in:
@@ -91,7 +91,7 @@ public record ProfileChange
|
||||
|
||||
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
|
||||
[JsonPropertyName("recipeUnlocked")]
|
||||
public Dictionary<string, bool>? RecipeUnlocked { get; set; }
|
||||
public Dictionary<MongoId, bool>? RecipeUnlocked { get; set; }
|
||||
|
||||
[JsonPropertyName("changedHideoutStashes")]
|
||||
public Dictionary<string, HideoutStashItem>? ChangedHideoutStashes { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user