Format Style Fixes
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
+1
-1
@@ -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>
|
||||
|
||||
+1
-1
@@ -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>
|
||||
|
||||
+1
-1
@@ -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>
|
||||
|
||||
+1
-1
@@ -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>
|
||||
|
||||
+1
-1
@@ -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>
|
||||
|
||||
+1
-1
@@ -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>
|
||||
|
||||
+1
-1
@@ -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>
|
||||
|
||||
+1
-1
@@ -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>
|
||||
|
||||
+2
-1
@@ -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>
|
||||
|
||||
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user