Update core bot settings

This commit is contained in:
Archangel
2025-09-12 12:38:46 +02:00
parent a3fafadf15
commit 4659de97bc
@@ -19,9 +19,6 @@ public record BotGlobalCoreSettings
[JsonPropertyName("VisibleDistance")]
public float? VisibleDistance { get; set; }
[JsonPropertyName("GainSightCoef")]
public float? GainSightCoef { get; set; }
[JsonPropertyName("ScatteringPerMeter")]
public float? ScatteringPerMeter { get; set; }