Doubles go brr
This commit is contained in:
@@ -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