More nullable in models
This commit is contained in:
+1
-1
@@ -209,7 +209,7 @@ public record BotGlobalAimingSettings
|
||||
public float? MissDist { get; set; }
|
||||
|
||||
[JsonPropertyName("UnderbarrelLauncherAiming")]
|
||||
public BotUnderbarrelLauncherAimingSettings UnderbarrelLauncherAiming { get; set; }
|
||||
public BotUnderbarrelLauncherAimingSettings? UnderbarrelLauncherAiming { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
+1
-1
@@ -41,7 +41,7 @@ public record BotGlobalCoreSettings
|
||||
public bool? CanGrenade { get; set; }
|
||||
|
||||
[JsonPropertyName("AimingType")]
|
||||
public EAimingType AimingType { get; set; }
|
||||
public EAimingType? AimingType { get; set; }
|
||||
|
||||
[JsonPropertyName("PistolFireDistancePref")]
|
||||
public float? PistolFireDistancePref { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user