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
@@ -4,7 +4,5 @@ namespace SPTarkov.Server.Core.Models.Enums;
public record AccountTypes
{
public const string SPT_DEVELOPER = "spt developer";
}
@@ -4,8 +4,6 @@ namespace SPTarkov.Server.Core.Models.Enums;
public record GameEditions
{
public const string STANDARD = "standard";
public const string LEFT_BEHIND = "left_behind";
public const string PREPARE_FOR_ESCAPE = "prepare_for_escape";
@@ -4,8 +4,6 @@ namespace SPTarkov.Server.Core.Models.Enums;
public record HideoutEventActions
{
public const string HIDEOUT_UPGRADE = "HideoutUpgrade";
public const string HIDEOUT_UPGRADE_COMPLETE = "HideoutUpgradeComplete";
public const string HIDEOUT_PUT_ITEMS_IN_AREA_SLOTS = "HideoutPutItemsInAreaSlots";
@@ -4,8 +4,6 @@ namespace SPTarkov.Server.Core.Models.Enums;
public record ItemEventActions
{
public const string MOVE = "Move";
public const string REMOVE = "Remove";
public const string SPLIT = "Split";
@@ -5,8 +5,6 @@ namespace SPTarkov.Server.Core.Models.Enums;
public record Money
{
public static readonly MongoId ROUBLES = new("5449016a4bdc2d6f028b456f");
public static readonly MongoId EUROS = new("569668774bdc2da2298b4568");
public static readonly MongoId DOLLARS = new("5696686a4bdc2da3298b456a");