.NET Format Style Fixes

This commit is contained in:
chompDev
2025-06-20 12:45:24 +00:00
committed by Format Bot
parent 58b7ae6e0d
commit 37ed866dc8
2 changed files with 2 additions and 2 deletions
@@ -20,7 +20,7 @@ public record Achievement
/// Unused in the client
/// </summary>
[JsonPropertyName("assetPath")]
public string? AssetPath { get; set; }
public string? AssetPath { get; set; }
[JsonPropertyName("rewards")]
public required List<Reward> Rewards { get; set; }
@@ -202,7 +202,7 @@ public record QuestCondition
[JsonPropertyName("visibilityConditions")]
public List<VisibilityCondition>? VisibilityConditions { get; set; }
/// <summary>
/// This is set as nullable in the client
/// </summary>