Various code quality improvements

This commit is contained in:
Chomp
2025-08-06 12:28:56 +01:00
parent 85a562d1e5
commit 57dde61384
4 changed files with 36 additions and 71 deletions
@@ -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; }