diff --git a/Core/Controllers/GameController.cs b/Core/Controllers/GameController.cs index a9d1fa0e..01431e45 100644 --- a/Core/Controllers/GameController.cs +++ b/Core/Controllers/GameController.cs @@ -3,17 +3,14 @@ using Core.Context; using Core.Helpers; using Core.Models.Eft.Common; using Core.Models.Eft.Game; -using Core.Models.Eft.Match; using Core.Models.Eft.Profile; using Core.Models.Enums; -using Core.Models.External; using Core.Models.Spt.Config; using Core.Models.Utils; using Core.Servers; using Core.Services; using Core.Utils; using Core.Utils.Cloners; -using System.Diagnostics; using Server; diff --git a/Core/Controllers/LauncherController.cs b/Core/Controllers/LauncherController.cs index 8238d82e..c5dbf45e 100644 --- a/Core/Controllers/LauncherController.cs +++ b/Core/Controllers/LauncherController.cs @@ -1,4 +1,3 @@ -using System.Text.Json.Serialization; using Core.Annotations; using Core.Helpers; using Core.Models.Eft.Common.Tables; diff --git a/Core/Controllers/PresetController.cs b/Core/Controllers/PresetController.cs index 045d3ae8..c5269930 100644 --- a/Core/Controllers/PresetController.cs +++ b/Core/Controllers/PresetController.cs @@ -1,6 +1,5 @@ using Core.Annotations; using Core.Helpers; -using Core.Models.Eft.Common; using Core.Models.Utils; using Core.Services; diff --git a/Core/Controllers/ProfileController.cs b/Core/Controllers/ProfileController.cs index 56c1d2e3..1498c585 100644 --- a/Core/Controllers/ProfileController.cs +++ b/Core/Controllers/ProfileController.cs @@ -4,7 +4,6 @@ using Core.Helpers; using Core.Models.Eft.Common; using Core.Models.Eft.Common.Tables; using Core.Models.Eft.Launcher; -using Core.Models.Eft.Player; using Core.Models.Eft.Profile; using Core.Models.Enums; using Core.Models.Utils; @@ -13,7 +12,6 @@ using Core.Servers; using Core.Services; using Core.Utils; using Core.Utils.Cloners; -using System.Collections.Generic; namespace Core.Controllers; diff --git a/Core/Controllers/RepeatableQuestController.cs b/Core/Controllers/RepeatableQuestController.cs index 5b59fda1..a2e37b1e 100644 --- a/Core/Controllers/RepeatableQuestController.cs +++ b/Core/Controllers/RepeatableQuestController.cs @@ -14,7 +14,6 @@ using Core.Servers; using Core.Services; using Core.Utils; using Core.Utils.Cloners; -using Core.Utils.Extensions; namespace Core.Controllers; diff --git a/Core/Controllers/TradeController.cs b/Core/Controllers/TradeController.cs index f71c64e3..23c7abf0 100644 --- a/Core/Controllers/TradeController.cs +++ b/Core/Controllers/TradeController.cs @@ -5,7 +5,6 @@ using Core.Models.Eft.Common.Tables; using Core.Models.Eft.ItemEvent; using Core.Models.Eft.Ragfair; using Core.Models.Eft.Trade; -using Core.Models.Enums; using Core.Models.Spt.Config; using Core.Models.Utils; using Core.Routers; diff --git a/Core/Controllers/TraderController.cs b/Core/Controllers/TraderController.cs index c2a4bc80..c0cebe3d 100644 --- a/Core/Controllers/TraderController.cs +++ b/Core/Controllers/TraderController.cs @@ -3,7 +3,6 @@ using Core.Generators; using Core.Helpers; using Core.Models.Eft.Common.Tables; using Core.Models.Eft.Game; -using Core.Models.Eft.ItemEvent; using Core.Models.Enums; using Core.Models.Spt.Config; using Core.Models.Utils; diff --git a/Core/Generators/BotGenerator.cs b/Core/Generators/BotGenerator.cs index 8cec1e8d..2c42fba7 100644 --- a/Core/Generators/BotGenerator.cs +++ b/Core/Generators/BotGenerator.cs @@ -4,7 +4,6 @@ using Core.Models.Common; using Core.Models.Eft.Common; using Core.Models.Eft.Common.Tables; using Core.Models.Enums; -using Core.Models.Enums.RaidSettings; using Core.Models.Spt.Bots; using Core.Models.Spt.Config; using Core.Models.Utils; diff --git a/Core/Generators/BotInventoryGenerator.cs b/Core/Generators/BotInventoryGenerator.cs index 3a7cd59a..b826b86e 100644 --- a/Core/Generators/BotInventoryGenerator.cs +++ b/Core/Generators/BotInventoryGenerator.cs @@ -10,7 +10,6 @@ using Core.Models.Utils; using Core.Servers; using Core.Services; using Core.Utils; -using Equipment = Core.Models.Eft.Common.Tables.Equipment; namespace Core.Generators; diff --git a/Core/Generators/BotWeaponGenerator.cs b/Core/Generators/BotWeaponGenerator.cs index f64cc924..da60df58 100644 --- a/Core/Generators/BotWeaponGenerator.cs +++ b/Core/Generators/BotWeaponGenerator.cs @@ -1,5 +1,4 @@ -using System.Runtime.InteropServices.JavaScript; -using Core.Annotations; +using Core.Annotations; using Core.Generators.WeaponGen; using Core.Helpers; using Core.Models.Eft.Common; diff --git a/Core/Helpers/BotHelper.cs b/Core/Helpers/BotHelper.cs index c9e3f16e..5403a33f 100644 --- a/Core/Helpers/BotHelper.cs +++ b/Core/Helpers/BotHelper.cs @@ -1,8 +1,6 @@ using Core.Annotations; using Core.Models.Common; using Core.Models.Eft.Common.Tables; -using Core.Models.Eft.Match; -using Core.Models.Enums; using Core.Models.Spt.Config; using Core.Models.Utils; using Core.Servers; diff --git a/Core/Helpers/BotWeaponGeneratorHelper.cs b/Core/Helpers/BotWeaponGeneratorHelper.cs index c551fbca..bf100112 100644 --- a/Core/Helpers/BotWeaponGeneratorHelper.cs +++ b/Core/Helpers/BotWeaponGeneratorHelper.cs @@ -1,7 +1,6 @@ using Core.Annotations; using Core.Models.Eft.Common.Tables; using Core.Models.Enums; -using Core.Models.Spt.Bots; using Core.Models.Utils; using Core.Servers; using Core.Services; diff --git a/Core/Helpers/Dialogue/AbstractDialogChatBot.cs b/Core/Helpers/Dialogue/AbstractDialogChatBot.cs index 6fd4498c..bd45ec80 100644 --- a/Core/Helpers/Dialogue/AbstractDialogChatBot.cs +++ b/Core/Helpers/Dialogue/AbstractDialogChatBot.cs @@ -1,4 +1,3 @@ -using Core.Annotations; using Core.Helpers.Dialog.Commando; using Core.Models.Eft.Dialog; using Core.Models.Eft.Profile; diff --git a/Core/Helpers/HealthHelper.cs b/Core/Helpers/HealthHelper.cs index 989d8a91..b95c5a07 100644 --- a/Core/Helpers/HealthHelper.cs +++ b/Core/Helpers/HealthHelper.cs @@ -1,6 +1,5 @@ using Core.Annotations; using Core.Models.Eft.Common; -using Core.Models.Eft.Common.Tables; using Core.Models.Eft.Health; using Core.Models.Eft.Profile; using BodyPartHealth = Core.Models.Eft.Common.Tables.BodyPartHealth; diff --git a/Core/Helpers/HttpServerHelper.cs b/Core/Helpers/HttpServerHelper.cs index 6f23ca96..9ab22e77 100644 --- a/Core/Helpers/HttpServerHelper.cs +++ b/Core/Helpers/HttpServerHelper.cs @@ -1,6 +1,4 @@ -using System.Buffers; -using Core.Annotations; -using Core.Models.Enums; +using Core.Annotations; using Core.Models.Spt.Config; using Core.Servers; diff --git a/Core/Helpers/ItemHelper.cs b/Core/Helpers/ItemHelper.cs index 4ba6268b..dc51a9be 100644 --- a/Core/Helpers/ItemHelper.cs +++ b/Core/Helpers/ItemHelper.cs @@ -3,7 +3,6 @@ using Core.Annotations; using Core.Models.Eft.Common; using Core.Models.Eft.Common.Tables; using Core.Models.Enums; -using Core.Models.Spt.Config; using Core.Models.Utils; using Core.Services; using Core.Utils; diff --git a/Core/Models/Eft/Common/Tables/BotBase.cs b/Core/Models/Eft/Common/Tables/BotBase.cs index 0332b081..dc4cb75d 100644 --- a/Core/Models/Eft/Common/Tables/BotBase.cs +++ b/Core/Models/Eft/Common/Tables/BotBase.cs @@ -1,4 +1,3 @@ -using System.Reflection; using System.Text.Json.Serialization; using Core.Models.Eft.Ragfair; using Core.Models.Enums; diff --git a/Core/Models/Eft/Common/Tables/Quest.cs b/Core/Models/Eft/Common/Tables/Quest.cs index ce3196e4..b5842e39 100644 --- a/Core/Models/Eft/Common/Tables/Quest.cs +++ b/Core/Models/Eft/Common/Tables/Quest.cs @@ -1,6 +1,5 @@ using System.Text.Json.Serialization; using Core.Models.Enums; -using Core.Utils.Json.Converters; namespace Core.Models.Eft.Common.Tables; diff --git a/Core/Models/Eft/Hideout/HideoutUpgradeRequestData.cs b/Core/Models/Eft/Hideout/HideoutUpgradeRequestData.cs index 5eab1b11..c63a5251 100644 --- a/Core/Models/Eft/Hideout/HideoutUpgradeRequestData.cs +++ b/Core/Models/Eft/Hideout/HideoutUpgradeRequestData.cs @@ -1,5 +1,4 @@ using System.Text.Json.Serialization; -using Core.Models.Eft.Common.Tables; namespace Core.Models.Eft.Hideout; diff --git a/Core/Models/Eft/Hideout/QteData.cs b/Core/Models/Eft/Hideout/QteData.cs index c37a19b2..7a98290f 100644 --- a/Core/Models/Eft/Hideout/QteData.cs +++ b/Core/Models/Eft/Hideout/QteData.cs @@ -1,4 +1,3 @@ -using System.Runtime.CompilerServices; using System.Text.Json.Serialization; using Core.Models.Eft.Health; using Core.Models.Enums; diff --git a/Core/Models/Eft/Inventory/InventoryMoveRequestData.cs b/Core/Models/Eft/Inventory/InventoryMoveRequestData.cs index 59175bcc..fc32085d 100644 --- a/Core/Models/Eft/Inventory/InventoryMoveRequestData.cs +++ b/Core/Models/Eft/Inventory/InventoryMoveRequestData.cs @@ -1,5 +1,4 @@ using System.Text.Json.Serialization; -using Core.Models.Eft.ItemEvent; namespace Core.Models.Eft.Inventory; diff --git a/Core/Models/Spt/Bots/BotGenerationDetails.cs b/Core/Models/Spt/Bots/BotGenerationDetails.cs index 83e43c1d..713a14a5 100644 --- a/Core/Models/Spt/Bots/BotGenerationDetails.cs +++ b/Core/Models/Spt/Bots/BotGenerationDetails.cs @@ -1,6 +1,5 @@ using System.Text.Json.Serialization; using Core.Models.Common; -using Core.Models.Enums; namespace Core.Models.Spt.Bots; diff --git a/Core/Models/Spt/Config/AirdropConfig.cs b/Core/Models/Spt/Config/AirdropConfig.cs index f21c177c..c7b7c7ba 100644 --- a/Core/Models/Spt/Config/AirdropConfig.cs +++ b/Core/Models/Spt/Config/AirdropConfig.cs @@ -1,5 +1,4 @@ -using System.Collections.Generic; -using System.Text.Json.Serialization; +using System.Text.Json.Serialization; using Core.Models.Common; using Core.Models.Enums; diff --git a/Core/Models/Spt/Config/BotConfig.cs b/Core/Models/Spt/Config/BotConfig.cs index ce9dd071..9b127583 100644 --- a/Core/Models/Spt/Config/BotConfig.cs +++ b/Core/Models/Spt/Config/BotConfig.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using System.Text.Json.Serialization; using Core.Models.Common; using Core.Models.Eft.Common.Tables; diff --git a/Core/Models/Spt/Logging/ClientLogRequest.cs b/Core/Models/Spt/Logging/ClientLogRequest.cs index 4b3341f7..b7a00ed5 100644 --- a/Core/Models/Spt/Logging/ClientLogRequest.cs +++ b/Core/Models/Spt/Logging/ClientLogRequest.cs @@ -1,5 +1,4 @@ using System.Text.Json.Serialization; -using Core.Models.Logging; using Core.Models.Utils; namespace Core.Models.Spt.Logging; diff --git a/Core/Models/Spt/Repeatable/QuestTypePool.cs b/Core/Models/Spt/Repeatable/QuestTypePool.cs index 17bcd918..87f935c1 100644 --- a/Core/Models/Spt/Repeatable/QuestTypePool.cs +++ b/Core/Models/Spt/Repeatable/QuestTypePool.cs @@ -1,8 +1,5 @@ -using System.Collections.Generic; using System.Text.Json.Serialization; -using Core.Models.Eft.Common.Tables; using Core.Models.Enums; -using Core.Utils.Extensions; namespace Core.Models.Spt.Repeatable; diff --git a/Core/Models/Spt/Server/DatabaseTables.cs b/Core/Models/Spt/Server/DatabaseTables.cs index 582a1433..5a960808 100644 --- a/Core/Models/Spt/Server/DatabaseTables.cs +++ b/Core/Models/Spt/Server/DatabaseTables.cs @@ -1,5 +1,4 @@ -using System.Text.Json.Serialization; -using Core.Models.Eft.Common; +using Core.Models.Eft.Common; using Core.Models.Eft.Common.Tables; namespace Core.Models.Spt.Server; diff --git a/Core/Models/Utils/ISptLogger.cs b/Core/Models/Utils/ISptLogger.cs index d748b481..ba7add11 100644 --- a/Core/Models/Utils/ISptLogger.cs +++ b/Core/Models/Utils/ISptLogger.cs @@ -1,4 +1,3 @@ -using Core.Models.Eft.ItemEvent; using Core.Models.Logging; namespace Core.Models.Utils; diff --git a/Core/Routers/Dynamic/LocationDynamicRouter.cs b/Core/Routers/Dynamic/LocationDynamicRouter.cs index 6459343e..a354d590 100644 --- a/Core/Routers/Dynamic/LocationDynamicRouter.cs +++ b/Core/Routers/Dynamic/LocationDynamicRouter.cs @@ -1,5 +1,4 @@ using Core.Annotations; -using Core.Callbacks; using Core.DI; using Core.Utils; diff --git a/Core/Routers/EventOutputHolder.cs b/Core/Routers/EventOutputHolder.cs index 017efff5..f08f7ab5 100644 --- a/Core/Routers/EventOutputHolder.cs +++ b/Core/Routers/EventOutputHolder.cs @@ -4,7 +4,6 @@ using Core.Models.Eft.Common.Tables; using Core.Models.Eft.ItemEvent; using Core.Utils; using Core.Utils.Cloners; -using Core.Utils.Json; namespace Core.Routers; diff --git a/Core/Routers/HttpRouter.cs b/Core/Routers/HttpRouter.cs index 24a635d1..66616ad8 100644 --- a/Core/Routers/HttpRouter.cs +++ b/Core/Routers/HttpRouter.cs @@ -1,4 +1,3 @@ -using System.Text.Json; using Core.Annotations; using Core.DI; diff --git a/Core/Routers/ImageRouter.cs b/Core/Routers/ImageRouter.cs index 32801f4f..e53d97f7 100644 --- a/Core/Routers/ImageRouter.cs +++ b/Core/Routers/ImageRouter.cs @@ -1,4 +1,3 @@ -using System.Runtime.InteropServices.JavaScript; using Core.Annotations; using Core.Services.Mod.Image; using Core.Utils; diff --git a/Core/Routers/Static/GameStaticRouter.cs b/Core/Routers/Static/GameStaticRouter.cs index 95f2fb6b..e6015ada 100644 --- a/Core/Routers/Static/GameStaticRouter.cs +++ b/Core/Routers/Static/GameStaticRouter.cs @@ -1,12 +1,9 @@ using Core.Annotations; using Core.Callbacks; -using Core.Controllers; using Core.DI; using Core.Models.Eft.Common; using Core.Models.Eft.Common.Request; -using Core.Models.Eft.Common.Tables; using Core.Models.Eft.Game; -using Core.Servers; using Core.Utils; namespace Core.Routers.Static; diff --git a/Core/Routers/Static/InraidStaticRouter.cs b/Core/Routers/Static/InraidStaticRouter.cs index a8bce39f..cea04eef 100644 --- a/Core/Routers/Static/InraidStaticRouter.cs +++ b/Core/Routers/Static/InraidStaticRouter.cs @@ -4,7 +4,6 @@ using Core.DI; using Core.Models.Eft.Common; using Core.Models.Eft.InRaid; using Core.Utils; -using Microsoft.AspNetCore.Components.Web; namespace Core.Routers.Static; diff --git a/Core/Routers/Static/ItemEventStaticRouter.cs b/Core/Routers/Static/ItemEventStaticRouter.cs index 213d5b37..3c6488cc 100644 --- a/Core/Routers/Static/ItemEventStaticRouter.cs +++ b/Core/Routers/Static/ItemEventStaticRouter.cs @@ -1,4 +1,4 @@ -using Core.Annotations; +using Core.Annotations; using Core.Callbacks; using Core.DI; using Core.Models.Eft.ItemEvent; diff --git a/Core/Servers/Http/SptHttpListener.cs b/Core/Servers/Http/SptHttpListener.cs index 02ede66e..1d710280 100644 --- a/Core/Servers/Http/SptHttpListener.cs +++ b/Core/Servers/Http/SptHttpListener.cs @@ -1,7 +1,6 @@ using System.Collections.Immutable; using System.IO.Compression; using System.Text; -using System.Text.Json; using Core.Annotations; using Core.DI; using Core.Models.Utils; diff --git a/Core/Servers/SaveServer.cs b/Core/Servers/SaveServer.cs index b77cf8eb..697409a3 100644 --- a/Core/Servers/SaveServer.cs +++ b/Core/Servers/SaveServer.cs @@ -1,10 +1,7 @@ using System.Diagnostics; -using System.Runtime.InteropServices.JavaScript; using Core.Annotations; using Core.DI; -using Core.Models.Eft.Common; using Core.Models.Eft.Profile; -using Core.Models.Enums; using Core.Models.Spt.Config; using Core.Models.Utils; using Core.Services; diff --git a/Core/Servers/WebSocketServer.cs b/Core/Servers/WebSocketServer.cs index 40620d7c..bc9f26ad 100644 --- a/Core/Servers/WebSocketServer.cs +++ b/Core/Servers/WebSocketServer.cs @@ -1,5 +1,4 @@ using System.Net.WebSockets; -using System.Text; using Core.Annotations; using Core.Models.Utils; using Core.Servers.Ws; diff --git a/Core/Services/BotEquipmentFilterService.cs b/Core/Services/BotEquipmentFilterService.cs index c194f010..ab8f08b2 100644 --- a/Core/Services/BotEquipmentFilterService.cs +++ b/Core/Services/BotEquipmentFilterService.cs @@ -1,6 +1,5 @@ using Core.Annotations; using Core.Models.Eft.Common.Tables; -using Core.Models.Enums; using Core.Models.Spt.Bots; using Core.Models.Spt.Config; using Core.Servers; diff --git a/Core/Services/BotNameService.cs b/Core/Services/BotNameService.cs index e3e91ec6..d4cfbf2c 100644 --- a/Core/Services/BotNameService.cs +++ b/Core/Services/BotNameService.cs @@ -2,7 +2,6 @@ using Core.Annotations; using Core.Models.Eft.Common.Tables; using Core.Models.Spt.Bots; using Core.Helpers; -using Core.Models.Enums; using Core.Models.Spt.Config; using Core.Models.Utils; using Core.Servers; diff --git a/Core/Services/DatabaseService.cs b/Core/Services/DatabaseService.cs index 7c86a879..a46a5b99 100644 --- a/Core/Services/DatabaseService.cs +++ b/Core/Services/DatabaseService.cs @@ -3,7 +3,6 @@ using Core.Annotations; using Core.Models.Eft.Common; using Core.Models.Eft.Common.Tables; using Core.Models.Spt.Bots; -using Core.Models.Spt.Config; using Core.Models.Spt.Server; using Core.Models.Spt.Templates; using Core.Models.Utils; diff --git a/Core/Services/ItemFilterService.cs b/Core/Services/ItemFilterService.cs index 8c2dcab0..67a9914f 100644 --- a/Core/Services/ItemFilterService.cs +++ b/Core/Services/ItemFilterService.cs @@ -1,5 +1,4 @@ using Core.Annotations; -using Core.Models.Enums; using Core.Models.Spt.Config; using Core.Models.Utils; using Core.Servers; diff --git a/Core/Services/LegacyLocationLifecycleService.cs b/Core/Services/LegacyLocationLifecycleService.cs index 6c2f3b02..ac700e52 100644 --- a/Core/Services/LegacyLocationLifecycleService.cs +++ b/Core/Services/LegacyLocationLifecycleService.cs @@ -1,5 +1,4 @@ -using System.Text.Json.Serialization; -using Core.Annotations; +using Core.Annotations; using Core.Models.Eft.Common; using Core.Models.Eft.Match; diff --git a/Core/Services/ProfileFixerService.cs b/Core/Services/ProfileFixerService.cs index abeddf8b..e6dd49bc 100644 --- a/Core/Services/ProfileFixerService.cs +++ b/Core/Services/ProfileFixerService.cs @@ -2,19 +2,13 @@ using Core.Annotations; using Core.Helpers; using Core.Models.Eft.Common; using Core.Models.Eft.Common.Tables; -using Core.Models.Eft.Hideout; using Core.Models.Eft.Profile; using Core.Models.Enums; -using Core.Models.Spt.Templates; using Core.Servers; using Core.Utils; using System.Text.RegularExpressions; using Core.Models.Spt.Config; using Core.Models.Utils; -using Core.Models.Spt.Bots; -using static System.Runtime.InteropServices.JavaScript.JSType; -using System.Reflection.Emit; -using System.Security.AccessControl; namespace Core.Services; diff --git a/Core/Services/RagfairPriceService.cs b/Core/Services/RagfairPriceService.cs index 8871419a..0c732d31 100644 --- a/Core/Services/RagfairPriceService.cs +++ b/Core/Services/RagfairPriceService.cs @@ -2,7 +2,6 @@ using Core.Annotations; using Core.Helpers; using Core.Models.Common; using Core.Models.Eft.Common.Tables; -using Core.Models.Eft.Player; using Core.Models.Spt.Config; using Core.Models.Spt.Ragfair; using Core.Models.Utils; diff --git a/Core/Services/RepairService.cs b/Core/Services/RepairService.cs index dd8c6a62..ad917160 100644 --- a/Core/Services/RepairService.cs +++ b/Core/Services/RepairService.cs @@ -5,7 +5,6 @@ using Core.Models.Eft.Common.Tables; using Core.Models.Eft.ItemEvent; using Core.Models.Eft.Repair; using Core.Models.Enums; -using BonusSettings = Core.Models.Spt.Config.BonusSettings; namespace Core.Services; diff --git a/Core/Services/TraderPurchasePersisterService.cs b/Core/Services/TraderPurchasePersisterService.cs index 09d1e11a..41826072 100644 --- a/Core/Services/TraderPurchasePersisterService.cs +++ b/Core/Services/TraderPurchasePersisterService.cs @@ -1,7 +1,6 @@ using Core.Annotations; using Core.Helpers; using Core.Models.Eft.Profile; -using Core.Models.Enums; using Core.Models.Spt.Config; using Core.Models.Utils; using Core.Servers; diff --git a/Core/Utils/App.cs b/Core/Utils/App.cs index 10659f08..a2c76c80 100644 --- a/Core/Utils/App.cs +++ b/Core/Utils/App.cs @@ -1,11 +1,9 @@ using Core.Annotations; using Core.DI; -using Core.Models.Enums; using Core.Models.Spt.Config; using Core.Models.Utils; using Core.Servers; using Core.Services; -using Server; namespace Core.Utils; diff --git a/Core/Utils/Extensions/ObjectExtensions.cs b/Core/Utils/Extensions/ObjectExtensions.cs index 247f42b1..11b181d7 100644 --- a/Core/Utils/Extensions/ObjectExtensions.cs +++ b/Core/Utils/Extensions/ObjectExtensions.cs @@ -1,5 +1,4 @@ using System.Reflection; -using Core.Models.Spt.Repeatable; namespace Core.Utils.Extensions { diff --git a/Core/Utils/HttpResponseUtil.cs b/Core/Utils/HttpResponseUtil.cs index 66c55995..9c041da0 100644 --- a/Core/Utils/HttpResponseUtil.cs +++ b/Core/Utils/HttpResponseUtil.cs @@ -1,5 +1,4 @@ using System.Collections.Immutable; -using System.Text.Json; using System.Text.RegularExpressions; using Core.Annotations; using Core.Models.Eft.HttpResponse; diff --git a/Core/Utils/JsonUtil.cs b/Core/Utils/JsonUtil.cs index 4629eed9..bb79c4df 100644 --- a/Core/Utils/JsonUtil.cs +++ b/Core/Utils/JsonUtil.cs @@ -1,7 +1,6 @@ using System.Text.Encodings.Web; using System.Text.Json; using System.Text.Json.Serialization; -using System.Text.Unicode; using Core.Annotations; using Core.Models.Eft.Ws; using Core.Models.Enums; diff --git a/Core/Utils/MathUtil.cs b/Core/Utils/MathUtil.cs index 4fa68ff5..85ac2dcd 100644 --- a/Core/Utils/MathUtil.cs +++ b/Core/Utils/MathUtil.cs @@ -1,4 +1,3 @@ -using System.Numerics; using Core.Annotations; namespace Core.Utils;