Doubles go brr
This commit is contained in:
@@ -184,7 +184,7 @@ public class Info
|
||||
|
||||
[JsonPropertyName("isMigratedSkills")]
|
||||
public bool? IsMigratedSkills { get; set; }
|
||||
public int? PrestigeLevel { get; set; }
|
||||
public double? PrestigeLevel { get; set; }
|
||||
}
|
||||
|
||||
public class BotInfoSettings
|
||||
|
||||
@@ -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; }
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ public class UserDialogDetails
|
||||
public string? Side { get; set; }
|
||||
|
||||
[JsonPropertyName("Level")]
|
||||
public int? Level { get; set; }
|
||||
public double? Level { get; set; }
|
||||
|
||||
[JsonPropertyName("MemberCategory")]
|
||||
public MemberCategory? MemberCategory { get; set; }
|
||||
|
||||
@@ -28,7 +28,7 @@ public class BotGenerationDetails
|
||||
/// Active players current level
|
||||
/// </summary>
|
||||
[JsonPropertyName("playerLevel")]
|
||||
public int? PlayerLevel { get; set; }
|
||||
public double? PlayerLevel { get; set; }
|
||||
|
||||
[JsonPropertyName("playerName")]
|
||||
public string? PlayerName { get; set; }
|
||||
|
||||
@@ -53,5 +53,5 @@ public class GenerateEquipmentProperties
|
||||
public List<string>? GenerateModsBlacklist { get; set; }
|
||||
|
||||
[JsonPropertyName("generatingPlayerLevel")]
|
||||
public int? GeneratingPlayerLevel { get; set; }
|
||||
public double? GeneratingPlayerLevel { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user