Doubles go brr

This commit is contained in:
CWX
2025-01-16 10:39:53 +00:00
parent 255034786a
commit 30962039d2
7 changed files with 7 additions and 7 deletions
@@ -18,5 +18,5 @@ public class ProfileCreateRequestData : IRequestData
public string? VoiceId { get; set; }
[JsonPropertyName("sptForcePrestigeLevel")]
public int? SptForcePrestigeLevel { get; set; }
public double? SptForcePrestigeLevel { get; set; }
}