Format Style Fixes

This commit is contained in:
sp-tarkov-bot
2025-08-21 09:46:00 +00:00
parent d14e7cc155
commit 48b00a2814
260 changed files with 26 additions and 1783 deletions
@@ -151,8 +151,6 @@ public record PmcConfig : BaseConfig
public record ForceArmbandSettings
{
[JsonPropertyName("enabled")]
public bool Enabled { get; set; }
@@ -165,8 +163,6 @@ public record ForceArmbandSettings
public record PmcLootSettings
{
[JsonPropertyName("pocket")]
public LootContainerSettings Pocket { get; set; }
@@ -179,8 +175,6 @@ public record PmcLootSettings
public record LootContainerSettings
{
[JsonPropertyName("totalRubByLevel")]
public List<MinMaxLootValue> TotalRubByLevel { get; set; }
@@ -190,8 +184,6 @@ public record LootContainerSettings
public record HostilitySettings
{
/// <summary>
/// Bot roles that are 100% an enemy
/// </summary>
@@ -225,8 +217,6 @@ public record HostilitySettings
public record SlotLootSettings
{
/// <summary>
/// Item Type whitelist
/// </summary>