Format Style Fixes

This commit is contained in:
sp-tarkov-bot
2025-08-23 20:40:09 +00:00
parent d7fe07361b
commit 59d82cab29
57 changed files with 58 additions and 57 deletions
@@ -6,7 +6,7 @@ namespace SPTarkov.Server.Core.Models.Eft.Bot.GlobalSettings;
/// <para>
/// See BotGlobalAimingSettings in the client, this record should match that
/// </para>
///
///
/// <para>
/// These are all nullable so that only values get written if they are set, we don't want default values to be written to the client
/// </para>
@@ -6,7 +6,7 @@ namespace SPTarkov.Server.Core.Models.Eft.Bot.GlobalSettings;
/// <para>
/// See GClass611 (To be remapped to BotGlobalsCoreSettingsClass) in the client, this record should match that
/// </para>
///
///
/// <para>
/// These are all nullable so that only values get written if they are set, we don't want default values to be written to the client
/// </para>
@@ -6,7 +6,7 @@ namespace SPTarkov.Server.Core.Models.Eft.Common.Tables;
/// <para>
/// See BotGlobalLayData in the client, this record should match that
/// </para>
///
///
/// <para>
/// These are all nullable so that only values get written if they are set, we don't want default values to be written to the client
/// </para>
@@ -6,7 +6,7 @@ namespace SPTarkov.Server.Core.Models.Eft.Bot.GlobalSettings;
/// <para>
/// See BotGlobalLookData in the client, this record should match that
/// </para>
///
///
/// <para>
/// These are all nullable so that only values get written if they are set, we don't want default values to be written to the client
/// </para>
@@ -6,7 +6,7 @@ namespace SPTarkov.Server.Core.Models.Eft.Bot.GlobalSettings;
/// <para>
/// See BotGlobalPatrolSettings in the client, this record should match that
/// </para>
///
///
/// <para>
/// These are all nullable so that only values get written if they are set, we don't want default values to be written to the client
/// </para>
@@ -6,7 +6,7 @@ namespace SPTarkov.Server.Core.Models.Eft.Bot.GlobalSettings;
/// <para>
/// See BotGlobalShootData in the client, this record should match that
/// </para>
///
///
/// <para>
/// These are all nullable so that only values get written if they are set, we don't want default values to be written to the client
/// </para>
@@ -4,7 +4,7 @@ namespace SPTarkov.Server.Core.Models.Eft.Bot.GlobalSettings;
/// <summary>
/// See BotGlobalsBossSettings in the client, this record should match that
///
///
/// <para>
/// These are all nullable so that only values get written if they are set, we don't want default values to be written to the client
/// </para>
@@ -6,7 +6,7 @@ namespace SPTarkov.Server.Core.Models.Eft.Bot.GlobalSettings;
/// <para>
/// See BotGlobalsChangeSettings in the client, this record should match that
/// </para>
///
///
/// <para>
/// These are all nullable so that only values get written if they are set, we don't want default values to be written to the client
/// </para>
@@ -6,7 +6,7 @@ namespace SPTarkov.Server.Core.Models.Eft.Bot.GlobalSettings;
/// <para>
/// See BotGlobalsCoverSettings in the client, this record should match that
/// </para>
///
///
/// <para>
/// These are all nullable so that only values get written if they are set, we don't want default values to be written to the client
/// </para>
@@ -6,7 +6,7 @@ namespace SPTarkov.Server.Core.Models.Eft.Bot.GlobalSettings;
/// <para>
/// See BotGlobalsGrenadeSettings in the client, this record should match that
/// </para>
///
///
/// <para>
/// These are all nullable so that only values get written if they are set, we don't want default values to be written to the client
/// </para>
@@ -6,7 +6,7 @@ namespace SPTarkov.Server.Core.Models.Eft.Bot.GlobalSettings;
/// <para>
/// See BotGlobasHearingSettings in the client (Yes, with the typo), this record should match that
/// </para>
///
///
/// <para>
/// These are all nullable so that only values get written if they are set, we don't want default values to be written to the client
/// </para>
@@ -7,7 +7,7 @@ namespace SPTarkov.Server.Core.Models.Eft.Bot.GlobalSettings;
/// <para>
/// See BotGlobalsMindSettings in the client, this record should match that
/// </para>
///
///
/// <para>
/// These are all nullable so that only values get written if they are set, we don't want default values to be written to the client
/// </para>
@@ -1,11 +1,12 @@
using System.Text.Json.Serialization;
namespace SPTarkov.Server.Core.Models.Eft.Bot.GlobalSettings;
/// <summary>
/// <para>
/// See BotGlobalsMoveSettings in the client, this record should match that
/// </para>
///
///
/// <para>
/// These are all nullable so that only values get written if they are set, we don't want default values to be written to the client
/// </para>
@@ -6,7 +6,7 @@ namespace SPTarkov.Server.Core.Models.Eft.Bot.GlobalSettings;
/// <para>
/// See BotGlobalsScatteringSettings in the client, this record should match that
/// </para>
///
///
/// <para>
/// These are all nullable so that only values get written if they are set, we don't want default values to be written to the client
/// </para>