This commit is contained in:
Chomp
2025-02-01 18:07:52 +00:00
@@ -1291,11 +1291,17 @@ public record Class
public record Mastering
{
[JsonPropertyName("Id")]
public string? Id { get; set; }
[JsonPropertyName("Name")]
public string? Name { get; set; }
[JsonPropertyName("Templates")]
public List<string>? Templates { get; set; }
[JsonPropertyName("Progress")]
public double? Progress { get; set; }
// Checked in client
[JsonPropertyName("Level2")]