diff --git a/Content.Benchmarks/EntityManagerGetAllComponents.cs b/Content.Benchmarks/EntityManagerGetAllComponents.cs index a10ab758c9d..cf0434daa84 100644 --- a/Content.Benchmarks/EntityManagerGetAllComponents.cs +++ b/Content.Benchmarks/EntityManagerGetAllComponents.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using BenchmarkDotNet.Attributes; using Moq; using Robust.Shared.Exceptions; diff --git a/Content.IntegrationTests/DummyParallaxManager.cs b/Content.IntegrationTests/DummyParallaxManager.cs index e972a041304..7477fb1adb6 100644 --- a/Content.IntegrationTests/DummyParallaxManager.cs +++ b/Content.IntegrationTests/DummyParallaxManager.cs @@ -1,7 +1,5 @@ -using System; using Content.Client.Parallax.Managers; using Content.Client.Parallax; -using Robust.Client.Graphics; using Robust.Shared.Maths; namespace Content.IntegrationTests diff --git a/Content.IntegrationTests/Tests/Atmos/AlarmThresholdTest.cs b/Content.IntegrationTests/Tests/Atmos/AlarmThresholdTest.cs index 8390f2e5c9b..dcdb5e5f42f 100644 --- a/Content.IntegrationTests/Tests/Atmos/AlarmThresholdTest.cs +++ b/Content.IntegrationTests/Tests/Atmos/AlarmThresholdTest.cs @@ -1,7 +1,6 @@ using System.Threading.Tasks; using Content.Shared.Atmos.Monitor; using NUnit.Framework; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; namespace Content.IntegrationTests.Tests.Atmos diff --git a/Content.IntegrationTests/Tests/Body/LegTest.cs b/Content.IntegrationTests/Tests/Body/LegTest.cs index 8b6462eac76..4edb6e8aa13 100644 --- a/Content.IntegrationTests/Tests/Body/LegTest.cs +++ b/Content.IntegrationTests/Tests/Body/LegTest.cs @@ -1,11 +1,9 @@ using System.Threading.Tasks; -using Content.Server.Body; using Content.Server.Body.Components; using Content.Shared.Body.Components; using Content.Shared.Body.Part; using Content.Shared.Rotation; using NUnit.Framework; -using Robust.Server.GameObjects; using Robust.Shared.GameObjects; using Robust.Shared.IoC; using Robust.Shared.Map; diff --git a/Content.IntegrationTests/Tests/Body/LungTest.cs b/Content.IntegrationTests/Tests/Body/LungTest.cs index e4802d6fad2..69dc96e53d1 100644 --- a/Content.IntegrationTests/Tests/Body/LungTest.cs +++ b/Content.IntegrationTests/Tests/Body/LungTest.cs @@ -1,10 +1,7 @@ using System.Threading.Tasks; -using Content.Server.Atmos; using Content.Server.Atmos.Components; -using Content.Server.Atmos.EntitySystems; using Content.Server.Body.Components; using Content.Server.Body.Systems; -using Content.Shared.Atmos; using Content.Shared.Body.Components; using NUnit.Framework; using Robust.Server.Maps; diff --git a/Content.IntegrationTests/Tests/Buckle/BuckleTest.cs b/Content.IntegrationTests/Tests/Buckle/BuckleTest.cs index 731269000aa..9cf8a39421f 100644 --- a/Content.IntegrationTests/Tests/Buckle/BuckleTest.cs +++ b/Content.IntegrationTests/Tests/Buckle/BuckleTest.cs @@ -6,7 +6,6 @@ using Content.Shared.Body.Part; using Content.Shared.Buckle.Components; using Content.Shared.Hands.EntitySystems; -using Content.Shared.Item; using Content.Shared.Standing; using NUnit.Framework; using Robust.Shared.GameObjects; diff --git a/Content.IntegrationTests/Tests/Chemistry/FixedPoint2SerializationTest.cs b/Content.IntegrationTests/Tests/Chemistry/FixedPoint2SerializationTest.cs index 81c416b1c19..a98f56b57b0 100644 --- a/Content.IntegrationTests/Tests/Chemistry/FixedPoint2SerializationTest.cs +++ b/Content.IntegrationTests/Tests/Chemistry/FixedPoint2SerializationTest.cs @@ -1,8 +1,6 @@ using System.Reflection; -using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; using NUnit.Framework; -using Robust.Shared.Serialization.Manager; using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.Markdown.Mapping; using Robust.Shared.Serialization.Markdown.Value; diff --git a/Content.IntegrationTests/Tests/ClickableTest.cs b/Content.IntegrationTests/Tests/ClickableTest.cs index 133bff721b7..250e347d3eb 100644 --- a/Content.IntegrationTests/Tests/ClickableTest.cs +++ b/Content.IntegrationTests/Tests/ClickableTest.cs @@ -1,16 +1,12 @@ using System; -using System.Linq; using System.Threading.Tasks; using Content.Client.Clickable; -using Content.Server.GameTicking; using NUnit.Framework; using Robust.Client.Graphics; using Robust.Server.GameObjects; using Robust.Shared; using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.IntegrationTests.Tests { diff --git a/Content.IntegrationTests/Tests/Commands/PardonCommand.cs b/Content.IntegrationTests/Tests/Commands/PardonCommand.cs index 651d92fdb49..66ea9d8b762 100644 --- a/Content.IntegrationTests/Tests/Commands/PardonCommand.cs +++ b/Content.IntegrationTests/Tests/Commands/PardonCommand.cs @@ -1,5 +1,4 @@ using System; -using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Content.Server.Database; diff --git a/Content.IntegrationTests/Tests/Commands/RestartRoundTest.cs b/Content.IntegrationTests/Tests/Commands/RestartRoundTest.cs index bab8c480740..7c72cd63618 100644 --- a/Content.IntegrationTests/Tests/Commands/RestartRoundTest.cs +++ b/Content.IntegrationTests/Tests/Commands/RestartRoundTest.cs @@ -2,7 +2,6 @@ using System.Threading.Tasks; using Content.Server.GameTicking; using Content.Server.GameTicking.Commands; -using Content.Shared; using Content.Shared.CCVar; using NUnit.Framework; using Robust.Shared.Configuration; diff --git a/Content.IntegrationTests/Tests/Construction/ConstructionPrototypeTest.cs b/Content.IntegrationTests/Tests/Construction/ConstructionPrototypeTest.cs index d908a2fa227..6599d2d5c82 100644 --- a/Content.IntegrationTests/Tests/Construction/ConstructionPrototypeTest.cs +++ b/Content.IntegrationTests/Tests/Construction/ConstructionPrototypeTest.cs @@ -1,6 +1,4 @@ -using System.Linq; using System.Threading.Tasks; -using Content.Server.Construction.Components; using Content.Shared.Construction.Prototypes; using NUnit.Framework; using Robust.Shared.Prototypes; diff --git a/Content.IntegrationTests/Tests/DeleteInventoryTest.cs b/Content.IntegrationTests/Tests/DeleteInventoryTest.cs index 07f6f2bf145..865c5544ae9 100644 --- a/Content.IntegrationTests/Tests/DeleteInventoryTest.cs +++ b/Content.IntegrationTests/Tests/DeleteInventoryTest.cs @@ -2,7 +2,6 @@ using Content.Server.Clothing.Components; using Content.Server.Inventory; using Content.Shared.Inventory; -using Content.Shared.Item; using NUnit.Framework; using Robust.Shared.Containers; using Robust.Shared.GameObjects; diff --git a/Content.IntegrationTests/Tests/DummyIconTest.cs b/Content.IntegrationTests/Tests/DummyIconTest.cs index d918c01b2f9..2cc97cbe7b1 100644 --- a/Content.IntegrationTests/Tests/DummyIconTest.cs +++ b/Content.IntegrationTests/Tests/DummyIconTest.cs @@ -4,7 +4,6 @@ using NUnit.Framework; using Robust.Client.GameObjects; using Robust.Client.ResourceManagement; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; namespace Content.IntegrationTests.Tests diff --git a/Content.IntegrationTests/Tests/EntityTest.cs b/Content.IntegrationTests/Tests/EntityTest.cs index a33be0fd8d5..12671519052 100644 --- a/Content.IntegrationTests/Tests/EntityTest.cs +++ b/Content.IntegrationTests/Tests/EntityTest.cs @@ -6,12 +6,10 @@ using Content.Shared.Coordinates; using NUnit.Framework; using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Log; using Robust.Shared.Map; using Robust.Shared.Maths; using Robust.Shared.Prototypes; -using Robust.Shared.Timing; namespace Content.IntegrationTests.Tests { diff --git a/Content.IntegrationTests/Tests/Fluids/FluidSpillTest.cs b/Content.IntegrationTests/Tests/Fluids/FluidSpillTest.cs index 8b4cc02605f..4955f8e13b2 100644 --- a/Content.IntegrationTests/Tests/Fluids/FluidSpillTest.cs +++ b/Content.IntegrationTests/Tests/Fluids/FluidSpillTest.cs @@ -6,7 +6,6 @@ using Content.Shared.Chemistry.Components; using Content.Shared.FixedPoint; using NUnit.Framework; -using Robust.Server.Maps; using Robust.Shared.GameObjects; using Robust.Shared.Map; using Robust.Shared.Maths; diff --git a/Content.IntegrationTests/Tests/Fluids/PuddleTest.cs b/Content.IntegrationTests/Tests/Fluids/PuddleTest.cs index dbe394b2a5f..0f99261f30d 100644 --- a/Content.IntegrationTests/Tests/Fluids/PuddleTest.cs +++ b/Content.IntegrationTests/Tests/Fluids/PuddleTest.cs @@ -7,7 +7,6 @@ using Content.Shared.FixedPoint; using NUnit.Framework; using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Timing; diff --git a/Content.IntegrationTests/Tests/Gravity/WeightlessStatusTests.cs b/Content.IntegrationTests/Tests/Gravity/WeightlessStatusTests.cs index f15ce21fcf4..ad92fbe06db 100644 --- a/Content.IntegrationTests/Tests/Gravity/WeightlessStatusTests.cs +++ b/Content.IntegrationTests/Tests/Gravity/WeightlessStatusTests.cs @@ -5,7 +5,6 @@ using Content.Shared.Coordinates; using NUnit.Framework; using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.IntegrationTests.Tests.Gravity diff --git a/Content.IntegrationTests/Tests/HumanInventoryUniformSlotsTest.cs b/Content.IntegrationTests/Tests/HumanInventoryUniformSlotsTest.cs index 7e7ad5071c7..b06f9364b72 100644 --- a/Content.IntegrationTests/Tests/HumanInventoryUniformSlotsTest.cs +++ b/Content.IntegrationTests/Tests/HumanInventoryUniformSlotsTest.cs @@ -1,5 +1,4 @@ using System.Threading.Tasks; -using Content.Server.Inventory; using Content.Shared.Inventory; using NUnit.Framework; using Robust.Shared.GameObjects; diff --git a/Content.IntegrationTests/Tests/Interaction/Click/InteractionSystemTests.cs b/Content.IntegrationTests/Tests/Interaction/Click/InteractionSystemTests.cs index 8a682264c4a..316a859e4ae 100644 --- a/Content.IntegrationTests/Tests/Interaction/Click/InteractionSystemTests.cs +++ b/Content.IntegrationTests/Tests/Interaction/Click/InteractionSystemTests.cs @@ -1,12 +1,10 @@ #nullable enable annotations using System.Threading.Tasks; -using Content.Client.Items.Components; using Content.Server.Hands.Components; using Content.Server.Interaction; using Content.Shared.Hands.Components; using Content.Shared.Hands.EntitySystems; using Content.Shared.Interaction; -using Content.Shared.Item; using Content.Shared.Weapons.Melee; using NUnit.Framework; using Robust.Shared.Containers; diff --git a/Content.IntegrationTests/Tests/InventoryHelpersTest.cs b/Content.IntegrationTests/Tests/InventoryHelpersTest.cs index 757587051fc..c5858304807 100644 --- a/Content.IntegrationTests/Tests/InventoryHelpersTest.cs +++ b/Content.IntegrationTests/Tests/InventoryHelpersTest.cs @@ -1,6 +1,5 @@ using System; using System.Threading.Tasks; -using Content.Server.Inventory; using Content.Server.Stunnable; using Content.Shared.Inventory; using NUnit.Framework; diff --git a/Content.IntegrationTests/Tests/Networking/NetworkIdsMatchTest.cs b/Content.IntegrationTests/Tests/Networking/NetworkIdsMatchTest.cs index 78efc629127..e5c935c8e17 100644 --- a/Content.IntegrationTests/Tests/Networking/NetworkIdsMatchTest.cs +++ b/Content.IntegrationTests/Tests/Networking/NetworkIdsMatchTest.cs @@ -1,9 +1,5 @@ -using System.Collections.Generic; -using System.Linq; using System.Threading.Tasks; using NUnit.Framework; -using Robust.Server.Player; -using Robust.Shared.Enums; using Robust.Shared.GameObjects; using Robust.Shared.IoC; using Robust.Shared.Network; diff --git a/Content.IntegrationTests/Tests/Power/PowerTest.cs b/Content.IntegrationTests/Tests/Power/PowerTest.cs index 492217724d1..7a33e2440db 100644 --- a/Content.IntegrationTests/Tests/Power/PowerTest.cs +++ b/Content.IntegrationTests/Tests/Power/PowerTest.cs @@ -8,7 +8,6 @@ using Content.Shared.Coordinates; using NUnit.Framework; using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Maths; using Robust.Shared.Timing; diff --git a/Content.IntegrationTests/Tests/SaveLoadSaveTest.cs b/Content.IntegrationTests/Tests/SaveLoadSaveTest.cs index d0ba30f724e..1188fb906f1 100644 --- a/Content.IntegrationTests/Tests/SaveLoadSaveTest.cs +++ b/Content.IntegrationTests/Tests/SaveLoadSaveTest.cs @@ -2,12 +2,10 @@ using System.Linq; using System.Threading.Tasks; using NUnit.Framework; -using Robust.Server; using Robust.Server.Maps; using Robust.Shared.ContentPack; using Robust.Shared.Log; using Robust.Shared.Map; -using Robust.Shared.Timing; using Robust.Shared.Utility; namespace Content.IntegrationTests.Tests diff --git a/Content.IntegrationTests/Tests/Station/StationJobsTest.cs b/Content.IntegrationTests/Tests/Station/StationJobsTest.cs index 0d737cefdb2..476b4491a28 100644 --- a/Content.IntegrationTests/Tests/Station/StationJobsTest.cs +++ b/Content.IntegrationTests/Tests/Station/StationJobsTest.cs @@ -2,7 +2,6 @@ using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -using Content.Server.Administration.Managers; using Content.Server.Maps; using Content.Server.Station.Systems; using Content.Shared.Preferences; diff --git a/Content.IntegrationTests/Tests/Tag/TagTest.cs b/Content.IntegrationTests/Tests/Tag/TagTest.cs index ab7835e41eb..36975ad62fc 100644 --- a/Content.IntegrationTests/Tests/Tag/TagTest.cs +++ b/Content.IntegrationTests/Tests/Tag/TagTest.cs @@ -4,7 +4,6 @@ using Content.Shared.Tag; using NUnit.Framework; using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Prototypes; diff --git a/Content.MapRenderer/Painters/DecalPainter.cs b/Content.MapRenderer/Painters/DecalPainter.cs index be501c1df96..184fdf74120 100644 --- a/Content.MapRenderer/Painters/DecalPainter.cs +++ b/Content.MapRenderer/Painters/DecalPainter.cs @@ -2,17 +2,14 @@ using System.Collections.Generic; using System.IO; using Content.Shared.Decals; -using Content.Shared.SubFloor; using Robust.Client.ResourceManagement; using Robust.Client.Utility; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; using Robust.Shared.Timing; using Robust.Shared.Utility; using SixLabors.ImageSharp; using SixLabors.ImageSharp.PixelFormats; using SixLabors.ImageSharp.Processing; -using static Robust.Client.Graphics.RSI.State; using static Robust.UnitTesting.RobustIntegrationTest; namespace Content.MapRenderer.Painters; diff --git a/Content.MapRenderer/Painters/EntityPainter.cs b/Content.MapRenderer/Painters/EntityPainter.cs index 9092617b3e6..4de2617c9d0 100644 --- a/Content.MapRenderer/Painters/EntityPainter.cs +++ b/Content.MapRenderer/Painters/EntityPainter.cs @@ -1,17 +1,13 @@ using System; using System.Collections.Generic; -using Content.Shared.SubFloor; using Robust.Client.GameObjects; using Robust.Client.Graphics; using Robust.Client.ResourceManagement; using Robust.Shared.GameObjects; -using Robust.Shared.Log; using Robust.Shared.Timing; using SixLabors.ImageSharp; using SixLabors.ImageSharp.PixelFormats; using SixLabors.ImageSharp.Processing; -using TerraFX.Interop.Windows; -using static Robust.Client.Graphics.RSI.State; using static Robust.UnitTesting.RobustIntegrationTest; namespace Content.MapRenderer.Painters; diff --git a/Content.MapRenderer/Painters/GridPainter.cs b/Content.MapRenderer/Painters/GridPainter.cs index 57c69f31929..5258ab96d56 100644 --- a/Content.MapRenderer/Painters/GridPainter.cs +++ b/Content.MapRenderer/Painters/GridPainter.cs @@ -2,7 +2,6 @@ using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; -using Content.Server.Decals; using Content.Shared.Decals; using Robust.Client.GameObjects; using Robust.Shared.GameObjects; diff --git a/Content.Server.Database/Migrations/Postgres/20210321230012_HWID.cs b/Content.Server.Database/Migrations/Postgres/20210321230012_HWID.cs index 172c973c470..e44d741394f 100644 --- a/Content.Server.Database/Migrations/Postgres/20210321230012_HWID.cs +++ b/Content.Server.Database/Migrations/Postgres/20210321230012_HWID.cs @@ -1,5 +1,4 @@ -using System; -using Microsoft.EntityFrameworkCore.Migrations; +using Microsoft.EntityFrameworkCore.Migrations; namespace Content.Server.Database.Migrations.Postgres { diff --git a/Content.Server.Database/Migrations/Sqlite/20210321225959_HWID.cs b/Content.Server.Database/Migrations/Sqlite/20210321225959_HWID.cs index 5c27c5dca22..ea1a653aade 100644 --- a/Content.Server.Database/Migrations/Sqlite/20210321225959_HWID.cs +++ b/Content.Server.Database/Migrations/Sqlite/20210321225959_HWID.cs @@ -1,5 +1,4 @@ -using System; -using Microsoft.EntityFrameworkCore.Migrations; +using Microsoft.EntityFrameworkCore.Migrations; namespace Content.Server.Database.Migrations.Sqlite { diff --git a/Content.Server/AI/Commands/AddAiCommand.cs b/Content.Server/AI/Commands/AddAiCommand.cs index d10f7bbd764..eeb339bfe00 100644 --- a/Content.Server/AI/Commands/AddAiCommand.cs +++ b/Content.Server/AI/Commands/AddAiCommand.cs @@ -5,8 +5,6 @@ using Content.Shared.Administration; using Content.Shared.Movement.Components; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Commands { diff --git a/Content.Server/AI/Commands/FactionCommand.cs b/Content.Server/AI/Commands/FactionCommand.cs index c9e01f2c974..3a12afa99e1 100644 --- a/Content.Server/AI/Commands/FactionCommand.cs +++ b/Content.Server/AI/Commands/FactionCommand.cs @@ -1,11 +1,8 @@ -using System; using System.Text; using Content.Server.Administration; using Content.Server.AI.EntitySystems; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; namespace Content.Server.AI.Commands { diff --git a/Content.Server/AI/Components/AiFactionPrototype.cs b/Content.Server/AI/Components/AiFactionPrototype.cs index 676ae3a23c4..90f657b606f 100644 --- a/Content.Server/AI/Components/AiFactionPrototype.cs +++ b/Content.Server/AI/Components/AiFactionPrototype.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.AI.Components { diff --git a/Content.Server/AI/Components/AiFactionTagComponent.cs b/Content.Server/AI/Components/AiFactionTagComponent.cs index 698b76a84c5..3b8ca629d24 100644 --- a/Content.Server/AI/Components/AiFactionTagComponent.cs +++ b/Content.Server/AI/Components/AiFactionTagComponent.cs @@ -1,6 +1,4 @@ using Content.Server.AI.EntitySystems; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.AI.Components { diff --git a/Content.Server/AI/EntitySystems/AiFactionTagSystem.cs b/Content.Server/AI/EntitySystems/AiFactionTagSystem.cs index 3052b5b7dd5..6634e22ca59 100644 --- a/Content.Server/AI/EntitySystems/AiFactionTagSystem.cs +++ b/Content.Server/AI/EntitySystems/AiFactionTagSystem.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Prototypes; namespace Content.Server.AI.EntitySystems diff --git a/Content.Server/AI/EntitySystems/NPCSystem.cs b/Content.Server/AI/EntitySystems/NPCSystem.cs index cd8bd2cff16..77a919ff5b0 100644 --- a/Content.Server/AI/EntitySystems/NPCSystem.cs +++ b/Content.Server/AI/EntitySystems/NPCSystem.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using System.Linq; using Content.Server.AI.Components; using Content.Server.MobState.States; @@ -6,8 +5,6 @@ using Content.Shared.MobState; using JetBrains.Annotations; using Robust.Shared.Configuration; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; namespace Content.Server.AI.EntitySystems diff --git a/Content.Server/AI/EntitySystems/ServerAiDebugSystem.cs b/Content.Server/AI/EntitySystems/ServerAiDebugSystem.cs index c43efd0d903..9186e68ed43 100644 --- a/Content.Server/AI/EntitySystems/ServerAiDebugSystem.cs +++ b/Content.Server/AI/EntitySystems/ServerAiDebugSystem.cs @@ -1,7 +1,6 @@ using Content.Server.AI.LoadBalancer; using Content.Shared.AI; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.AI.EntitySystems { diff --git a/Content.Server/AI/LoadBalancer/AiActionRequest.cs b/Content.Server/AI/LoadBalancer/AiActionRequest.cs index e7aee299c0c..fb2f4d6dd4e 100644 --- a/Content.Server/AI/LoadBalancer/AiActionRequest.cs +++ b/Content.Server/AI/LoadBalancer/AiActionRequest.cs @@ -1,7 +1,5 @@ -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.WorldState; -using Robust.Shared.GameObjects; namespace Content.Server.AI.LoadBalancer { diff --git a/Content.Server/AI/LoadBalancer/AiActionRequestJob.cs b/Content.Server/AI/LoadBalancer/AiActionRequestJob.cs index b6e658c6408..64c0b6808e6 100644 --- a/Content.Server/AI/LoadBalancer/AiActionRequestJob.cs +++ b/Content.Server/AI/LoadBalancer/AiActionRequestJob.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Content.Server.AI.Components; @@ -9,8 +7,6 @@ using Content.Server.AI.WorldState.States.Utility; using Content.Server.CPUJob.JobQueues; using Content.Shared.AI; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Utility; namespace Content.Server.AI.LoadBalancer diff --git a/Content.Server/AI/LoadBalancer/AiActionSystem.cs b/Content.Server/AI/LoadBalancer/AiActionSystem.cs index eeb0b2ec715..f6110ab2689 100644 --- a/Content.Server/AI/LoadBalancer/AiActionSystem.cs +++ b/Content.Server/AI/LoadBalancer/AiActionSystem.cs @@ -1,6 +1,5 @@ using System.Threading; using Content.Server.CPUJob.JobQueues.Queues; -using Robust.Shared.GameObjects; namespace Content.Server.AI.LoadBalancer { diff --git a/Content.Server/AI/Operators/Combat/Melee/SwingMeleeWeaponOperator.cs b/Content.Server/AI/Operators/Combat/Melee/SwingMeleeWeaponOperator.cs index c4b3ae0de24..c2e258b2168 100644 --- a/Content.Server/AI/Operators/Combat/Melee/SwingMeleeWeaponOperator.cs +++ b/Content.Server/AI/Operators/Combat/Melee/SwingMeleeWeaponOperator.cs @@ -2,8 +2,6 @@ using Content.Server.Hands.Components; using Content.Server.Interaction; using Content.Server.Weapon.Melee.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Operators.Combat.Melee { diff --git a/Content.Server/AI/Operators/Combat/Melee/UnarmedCombatOperator.cs b/Content.Server/AI/Operators/Combat/Melee/UnarmedCombatOperator.cs index 81d05f7c8d2..39695b768be 100644 --- a/Content.Server/AI/Operators/Combat/Melee/UnarmedCombatOperator.cs +++ b/Content.Server/AI/Operators/Combat/Melee/UnarmedCombatOperator.cs @@ -1,8 +1,6 @@ using Content.Server.CombatMode; using Content.Server.Interaction; using Content.Server.Weapon.Melee.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Operators.Combat.Melee { diff --git a/Content.Server/AI/Operators/Inventory/CloseStorageOperator.cs b/Content.Server/AI/Operators/Inventory/CloseStorageOperator.cs index 5c851ea2f49..84f72a12275 100644 --- a/Content.Server/AI/Operators/Inventory/CloseStorageOperator.cs +++ b/Content.Server/AI/Operators/Inventory/CloseStorageOperator.cs @@ -2,9 +2,6 @@ using Content.Server.AI.WorldState.States.Inventory; using Content.Server.Storage.Components; using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Operators.Inventory { diff --git a/Content.Server/AI/Operators/Inventory/DropEntityOperator.cs b/Content.Server/AI/Operators/Inventory/DropEntityOperator.cs index 8511fc3d693..e86f20ee378 100644 --- a/Content.Server/AI/Operators/Inventory/DropEntityOperator.cs +++ b/Content.Server/AI/Operators/Inventory/DropEntityOperator.cs @@ -1,4 +1,3 @@ -using Content.Server.Hands.Components; using Content.Shared.Hands.EntitySystems; namespace Content.Server.AI.Operators.Inventory diff --git a/Content.Server/AI/Operators/Inventory/EquipEntityOperator.cs b/Content.Server/AI/Operators/Inventory/EquipEntityOperator.cs index 0c66fdab9e9..643b31d14c2 100644 --- a/Content.Server/AI/Operators/Inventory/EquipEntityOperator.cs +++ b/Content.Server/AI/Operators/Inventory/EquipEntityOperator.cs @@ -1,7 +1,4 @@ -using Content.Server.Hands.Components; using Content.Shared.Hands.EntitySystems; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Operators.Inventory { diff --git a/Content.Server/AI/Operators/Inventory/InteractWithEntityOperator.cs b/Content.Server/AI/Operators/Inventory/InteractWithEntityOperator.cs index 80dd03e8120..06f2dfe16b5 100644 --- a/Content.Server/AI/Operators/Inventory/InteractWithEntityOperator.cs +++ b/Content.Server/AI/Operators/Inventory/InteractWithEntityOperator.cs @@ -1,9 +1,5 @@ using Content.Server.CombatMode; using Content.Server.Interaction; -using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Operators.Inventory { diff --git a/Content.Server/AI/Operators/Inventory/OpenStorageOperator.cs b/Content.Server/AI/Operators/Inventory/OpenStorageOperator.cs index 2d123aea435..965c2253faa 100644 --- a/Content.Server/AI/Operators/Inventory/OpenStorageOperator.cs +++ b/Content.Server/AI/Operators/Inventory/OpenStorageOperator.cs @@ -2,10 +2,7 @@ using Content.Server.AI.WorldState.States.Inventory; using Content.Server.Storage.Components; using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Operators.Inventory { diff --git a/Content.Server/AI/Operators/Inventory/PickupEntityOperator.cs b/Content.Server/AI/Operators/Inventory/PickupEntityOperator.cs index 22454d929d3..38479ac52fd 100644 --- a/Content.Server/AI/Operators/Inventory/PickupEntityOperator.cs +++ b/Content.Server/AI/Operators/Inventory/PickupEntityOperator.cs @@ -1,12 +1,7 @@ -using Content.Server.Hands.Components; using Content.Server.Interaction; using Content.Shared.Hands.EntitySystems; -using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; using Content.Shared.Item; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Operators.Inventory { diff --git a/Content.Server/AI/Operators/Inventory/UseItemInInventoryOperator.cs b/Content.Server/AI/Operators/Inventory/UseItemInInventoryOperator.cs index 0ec171ce094..dfa2a69c45a 100644 --- a/Content.Server/AI/Operators/Inventory/UseItemInInventoryOperator.cs +++ b/Content.Server/AI/Operators/Inventory/UseItemInInventoryOperator.cs @@ -1,8 +1,5 @@ using Content.Server.Hands.Components; using Content.Shared.Hands.EntitySystems; -using Content.Shared.Item; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Operators.Inventory { diff --git a/Content.Server/AI/Operators/Movement/MoveToEntityOperator.cs b/Content.Server/AI/Operators/Movement/MoveToEntityOperator.cs index 8be961e4c52..667e961f4cb 100644 --- a/Content.Server/AI/Operators/Movement/MoveToEntityOperator.cs +++ b/Content.Server/AI/Operators/Movement/MoveToEntityOperator.cs @@ -1,6 +1,4 @@ -using System; using Content.Server.AI.Steering; -using Robust.Shared.GameObjects; using Robust.Shared.Utility; namespace Content.Server.AI.Operators.Movement diff --git a/Content.Server/AI/Operators/Movement/MoveToGridOperator.cs b/Content.Server/AI/Operators/Movement/MoveToGridOperator.cs index f89005e286a..032320f0a7e 100644 --- a/Content.Server/AI/Operators/Movement/MoveToGridOperator.cs +++ b/Content.Server/AI/Operators/Movement/MoveToGridOperator.cs @@ -1,6 +1,4 @@ -using System; using Content.Server.AI.Steering; -using Robust.Shared.GameObjects; using Robust.Shared.Map; using Robust.Shared.Utility; diff --git a/Content.Server/AI/Operators/Nutrition/UseDrinkInInventoryOperator.cs b/Content.Server/AI/Operators/Nutrition/UseDrinkInInventoryOperator.cs index 179098abad6..c987408b6d3 100644 --- a/Content.Server/AI/Operators/Nutrition/UseDrinkInInventoryOperator.cs +++ b/Content.Server/AI/Operators/Nutrition/UseDrinkInInventoryOperator.cs @@ -2,7 +2,6 @@ using Content.Server.Nutrition.Components; using Content.Server.Nutrition.EntitySystems; using Content.Shared.Hands.EntitySystems; -using Content.Shared.Nutrition.Components; using Robust.Shared.Random; namespace Content.Server.AI.Operators.Nutrition diff --git a/Content.Server/AI/Operators/Nutrition/UseFoodInInventoryOperator.cs b/Content.Server/AI/Operators/Nutrition/UseFoodInInventoryOperator.cs index 981ee8044e7..21b30119fee 100644 --- a/Content.Server/AI/Operators/Nutrition/UseFoodInInventoryOperator.cs +++ b/Content.Server/AI/Operators/Nutrition/UseFoodInInventoryOperator.cs @@ -1,11 +1,7 @@ using Content.Server.Hands.Components; using Content.Server.Nutrition.Components; using Content.Shared.Hands.EntitySystems; -using Content.Shared.Item; using Content.Shared.Nutrition.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Random; namespace Content.Server.AI.Operators.Nutrition { diff --git a/Content.Server/AI/Operators/Sequences/GoPickupEntitySequence.cs b/Content.Server/AI/Operators/Sequences/GoPickupEntitySequence.cs index c43c6449731..d9934099dcd 100644 --- a/Content.Server/AI/Operators/Sequences/GoPickupEntitySequence.cs +++ b/Content.Server/AI/Operators/Sequences/GoPickupEntitySequence.cs @@ -1,7 +1,5 @@ -using System.Collections.Generic; using Content.Server.AI.Operators.Inventory; using Content.Server.AI.Operators.Movement; -using Robust.Shared.GameObjects; namespace Content.Server.AI.Operators.Sequences { diff --git a/Content.Server/AI/Operators/Sequences/SequenceOperator.cs b/Content.Server/AI/Operators/Sequences/SequenceOperator.cs index e578a88ecc7..264b4e6f22e 100644 --- a/Content.Server/AI/Operators/Sequences/SequenceOperator.cs +++ b/Content.Server/AI/Operators/Sequences/SequenceOperator.cs @@ -1,6 +1,3 @@ -using System; -using System.Collections.Generic; - namespace Content.Server.AI.Operators.Sequences { /// diff --git a/Content.Server/AI/Pathfinding/Accessible/AiReachableSystem.cs b/Content.Server/AI/Pathfinding/Accessible/AiReachableSystem.cs index 7b7b3af4397..4601e28e0c2 100644 --- a/Content.Server/AI/Pathfinding/Accessible/AiReachableSystem.cs +++ b/Content.Server/AI/Pathfinding/Accessible/AiReachableSystem.cs @@ -1,16 +1,10 @@ -using System; -using System.Collections.Generic; -using Content.Server.Access.Systems; using Content.Server.AI.Pathfinding.Pathfinders; using Content.Shared.Access.Systems; using Content.Shared.AI; using Content.Shared.GameTicking; using JetBrains.Annotations; using Robust.Server.Player; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Physics; using Robust.Shared.Timing; using Robust.Shared.Utility; diff --git a/Content.Server/AI/Pathfinding/Accessible/BFSPathfinder.cs b/Content.Server/AI/Pathfinding/Accessible/BFSPathfinder.cs index 58382fdf46e..a2fc77ef57a 100644 --- a/Content.Server/AI/Pathfinding/Accessible/BFSPathfinder.cs +++ b/Content.Server/AI/Pathfinding/Accessible/BFSPathfinder.cs @@ -1,6 +1,4 @@ -using System.Collections.Generic; using Content.Server.AI.Pathfinding.Pathfinders; -using Robust.Shared.GameObjects; using Robust.Shared.Map; namespace Content.Server.AI.Pathfinding.Accessible diff --git a/Content.Server/AI/Pathfinding/Accessible/PathfindingRegion.cs b/Content.Server/AI/Pathfinding/Accessible/PathfindingRegion.cs index 94279a7dc07..3de14908648 100644 --- a/Content.Server/AI/Pathfinding/Accessible/PathfindingRegion.cs +++ b/Content.Server/AI/Pathfinding/Accessible/PathfindingRegion.cs @@ -1,6 +1,3 @@ -using System; -using System.Collections.Generic; - namespace Content.Server.AI.Pathfinding.Accessible { /// diff --git a/Content.Server/AI/Pathfinding/Accessible/ReachableArgs.cs b/Content.Server/AI/Pathfinding/Accessible/ReachableArgs.cs index 517d9997504..9df5c9cd1fe 100644 --- a/Content.Server/AI/Pathfinding/Accessible/ReachableArgs.cs +++ b/Content.Server/AI/Pathfinding/Accessible/ReachableArgs.cs @@ -1,8 +1,5 @@ -using System.Collections.Generic; using Content.Server.AI.Components; using Content.Shared.Access.Systems; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Physics; namespace Content.Server.AI.Pathfinding.Accessible diff --git a/Content.Server/AI/Pathfinding/Pathfinders/AStarPathfindingJob.cs b/Content.Server/AI/Pathfinding/Pathfinders/AStarPathfindingJob.cs index ca77ffff8f2..59679fb8fd4 100644 --- a/Content.Server/AI/Pathfinding/Pathfinders/AStarPathfindingJob.cs +++ b/Content.Server/AI/Pathfinding/Pathfinders/AStarPathfindingJob.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Content.Server.CPUJob.JobQueues; diff --git a/Content.Server/AI/Pathfinding/Pathfinders/JpsPathfindingJob.cs b/Content.Server/AI/Pathfinding/Pathfinders/JpsPathfindingJob.cs index da59945d68e..fcf610e3b05 100644 --- a/Content.Server/AI/Pathfinding/Pathfinders/JpsPathfindingJob.cs +++ b/Content.Server/AI/Pathfinding/Pathfinders/JpsPathfindingJob.cs @@ -1,12 +1,8 @@ -using System; -using System.Collections.Generic; -using System.Threading; +using System.Threading; using System.Threading.Tasks; using Content.Server.CPUJob.JobQueues; using Content.Shared.AI; -using Robust.Shared.Log; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Utility; namespace Content.Server.AI.Pathfinding.Pathfinders diff --git a/Content.Server/AI/Pathfinding/Pathfinders/PathfindingArgs.cs b/Content.Server/AI/Pathfinding/Pathfinders/PathfindingArgs.cs index 55441f3d222..3395bce85c3 100644 --- a/Content.Server/AI/Pathfinding/Pathfinders/PathfindingArgs.cs +++ b/Content.Server/AI/Pathfinding/Pathfinders/PathfindingArgs.cs @@ -1,5 +1,3 @@ -using System.Collections.Generic; -using Robust.Shared.GameObjects; using Robust.Shared.Map; namespace Content.Server.AI.Pathfinding.Pathfinders diff --git a/Content.Server/AI/Pathfinding/Pathfinders/PathfindingComparer.cs b/Content.Server/AI/Pathfinding/Pathfinders/PathfindingComparer.cs index 5ca4a1259b0..9a29f597cb2 100644 --- a/Content.Server/AI/Pathfinding/Pathfinders/PathfindingComparer.cs +++ b/Content.Server/AI/Pathfinding/Pathfinders/PathfindingComparer.cs @@ -1,6 +1,3 @@ -using System; -using System.Collections.Generic; - namespace Content.Server.AI.Pathfinding.Pathfinders { public sealed class PathfindingComparer : IComparer> diff --git a/Content.Server/AI/Pathfinding/PathfindingChunk.cs b/Content.Server/AI/Pathfinding/PathfindingChunk.cs index 09d2adb64af..353dd2e6d91 100644 --- a/Content.Server/AI/Pathfinding/PathfindingChunk.cs +++ b/Content.Server/AI/Pathfinding/PathfindingChunk.cs @@ -1,10 +1,5 @@ -using System; -using System.Collections.Generic; using System.Linq; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Timing; namespace Content.Server.AI.Pathfinding diff --git a/Content.Server/AI/Pathfinding/PathfindingHelpers.cs b/Content.Server/AI/Pathfinding/PathfindingHelpers.cs index c47e706e8fc..3aeb483ecbd 100644 --- a/Content.Server/AI/Pathfinding/PathfindingHelpers.cs +++ b/Content.Server/AI/Pathfinding/PathfindingHelpers.cs @@ -1,12 +1,7 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Pathfinding.Accessible; using Content.Server.AI.Pathfinding.Pathfinders; using Content.Shared.Access.Systems; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.AI.Pathfinding { diff --git a/Content.Server/AI/Pathfinding/PathfindingNode.cs b/Content.Server/AI/Pathfinding/PathfindingNode.cs index ef4456f2886..0641d84c8eb 100644 --- a/Content.Server/AI/Pathfinding/PathfindingNode.cs +++ b/Content.Server/AI/Pathfinding/PathfindingNode.cs @@ -1,13 +1,8 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Server.Doors.Components; using Content.Shared.Access.Components; using Content.Shared.Doors.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Physics; using Robust.Shared.Utility; diff --git a/Content.Server/AI/Pathfinding/PathfindingSystem.cs b/Content.Server/AI/Pathfinding/PathfindingSystem.cs index c8b264fe220..b90c9894a11 100644 --- a/Content.Server/AI/Pathfinding/PathfindingSystem.cs +++ b/Content.Server/AI/Pathfinding/PathfindingSystem.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Threading; using Content.Server.Access; using Content.Server.AI.Pathfinding.Pathfinders; @@ -8,10 +6,7 @@ using Content.Shared.Access.Systems; using Content.Shared.GameTicking; using Content.Shared.Physics; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Physics; using Robust.Shared.Utility; diff --git a/Content.Server/AI/Pathfinding/ServerPathfindingDebugSystem.cs b/Content.Server/AI/Pathfinding/ServerPathfindingDebugSystem.cs index 34c24e71fdb..aa9bc144c01 100644 --- a/Content.Server/AI/Pathfinding/ServerPathfindingDebugSystem.cs +++ b/Content.Server/AI/Pathfinding/ServerPathfindingDebugSystem.cs @@ -1,11 +1,7 @@ -using System.Collections.Generic; using Content.Server.AI.Pathfinding.Pathfinders; using Content.Shared.AI; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.AI.Pathfinding { diff --git a/Content.Server/AI/Steering/AiSteeringSystem.cs b/Content.Server/AI/Steering/AiSteeringSystem.cs index 84e3adc83a4..5fd83d42581 100644 --- a/Content.Server/AI/Steering/AiSteeringSystem.cs +++ b/Content.Server/AI/Steering/AiSteeringSystem.cs @@ -5,7 +5,6 @@ using Content.Server.AI.Pathfinding; using Content.Server.AI.Pathfinding.Pathfinders; using Content.Server.CPUJob.JobQueues; -using Content.Server.Doors.Components; using Content.Shared.Access.Systems; using Content.Shared.Doors.Components; using Content.Shared.Interaction; diff --git a/Content.Server/AI/Steering/EntityTargetSteeringRequest.cs b/Content.Server/AI/Steering/EntityTargetSteeringRequest.cs index e4cf246772f..8cb5ef43e4c 100644 --- a/Content.Server/AI/Steering/EntityTargetSteeringRequest.cs +++ b/Content.Server/AI/Steering/EntityTargetSteeringRequest.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.AI.Steering diff --git a/Content.Server/AI/Steering/GridTargetSteeringRequest.cs b/Content.Server/AI/Steering/GridTargetSteeringRequest.cs index 92d84eabf45..226da887b2b 100644 --- a/Content.Server/AI/Steering/GridTargetSteeringRequest.cs +++ b/Content.Server/AI/Steering/GridTargetSteeringRequest.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.AI.Steering diff --git a/Content.Server/AI/Utility/Actions/Clothing/Gloves/EquipGloves.cs b/Content.Server/AI/Utility/Actions/Clothing/Gloves/EquipGloves.cs index 9fcb56e390d..ee77f2957e5 100644 --- a/Content.Server/AI/Utility/Actions/Clothing/Gloves/EquipGloves.cs +++ b/Content.Server/AI/Utility/Actions/Clothing/Gloves/EquipGloves.cs @@ -1,13 +1,9 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators; using Content.Server.AI.Operators.Inventory; using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.Inventory; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Clothing.Gloves { diff --git a/Content.Server/AI/Utility/Actions/Clothing/Gloves/PickUpGloves.cs b/Content.Server/AI/Utility/Actions/Clothing/Gloves/PickUpGloves.cs index f3c3d7c4dd0..0388130e189 100644 --- a/Content.Server/AI/Utility/Actions/Clothing/Gloves/PickUpGloves.cs +++ b/Content.Server/AI/Utility/Actions/Clothing/Gloves/PickUpGloves.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators.Sequences; using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.Containers; @@ -7,8 +5,6 @@ using Content.Server.AI.Utility.Considerations.Movement; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Clothing.Gloves { diff --git a/Content.Server/AI/Utility/Actions/Clothing/Head/EquipHead.cs b/Content.Server/AI/Utility/Actions/Clothing/Head/EquipHead.cs index 9429572adab..f51bffdba08 100644 --- a/Content.Server/AI/Utility/Actions/Clothing/Head/EquipHead.cs +++ b/Content.Server/AI/Utility/Actions/Clothing/Head/EquipHead.cs @@ -1,13 +1,9 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators; using Content.Server.AI.Operators.Inventory; using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.Inventory; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Clothing.Head { diff --git a/Content.Server/AI/Utility/Actions/Clothing/Head/PickUpHead.cs b/Content.Server/AI/Utility/Actions/Clothing/Head/PickUpHead.cs index d756710afee..b8951f2a113 100644 --- a/Content.Server/AI/Utility/Actions/Clothing/Head/PickUpHead.cs +++ b/Content.Server/AI/Utility/Actions/Clothing/Head/PickUpHead.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators.Sequences; using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.Containers; @@ -7,8 +5,6 @@ using Content.Server.AI.Utility.Considerations.Movement; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Clothing.Head { diff --git a/Content.Server/AI/Utility/Actions/Clothing/OuterClothing/EquipOuterClothing.cs b/Content.Server/AI/Utility/Actions/Clothing/OuterClothing/EquipOuterClothing.cs index fd1b7f2e81d..ceaee08292d 100644 --- a/Content.Server/AI/Utility/Actions/Clothing/OuterClothing/EquipOuterClothing.cs +++ b/Content.Server/AI/Utility/Actions/Clothing/OuterClothing/EquipOuterClothing.cs @@ -1,13 +1,9 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators; using Content.Server.AI.Operators.Inventory; using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.Inventory; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Clothing.OuterClothing { diff --git a/Content.Server/AI/Utility/Actions/Clothing/OuterClothing/PickUpOuterClothing.cs b/Content.Server/AI/Utility/Actions/Clothing/OuterClothing/PickUpOuterClothing.cs index 501b8ca7abc..a8ab0b601ad 100644 --- a/Content.Server/AI/Utility/Actions/Clothing/OuterClothing/PickUpOuterClothing.cs +++ b/Content.Server/AI/Utility/Actions/Clothing/OuterClothing/PickUpOuterClothing.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators.Sequences; using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.Containers; @@ -7,8 +5,6 @@ using Content.Server.AI.Utility.Considerations.Movement; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Clothing.OuterClothing { diff --git a/Content.Server/AI/Utility/Actions/Clothing/Shoes/EquipShoes.cs b/Content.Server/AI/Utility/Actions/Clothing/Shoes/EquipShoes.cs index f35416f313f..41c91413ca9 100644 --- a/Content.Server/AI/Utility/Actions/Clothing/Shoes/EquipShoes.cs +++ b/Content.Server/AI/Utility/Actions/Clothing/Shoes/EquipShoes.cs @@ -1,13 +1,9 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators; using Content.Server.AI.Operators.Inventory; using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.Inventory; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Clothing.Shoes { diff --git a/Content.Server/AI/Utility/Actions/Clothing/Shoes/PickUpShoes.cs b/Content.Server/AI/Utility/Actions/Clothing/Shoes/PickUpShoes.cs index 49db12a914a..ec9a969c5c7 100644 --- a/Content.Server/AI/Utility/Actions/Clothing/Shoes/PickUpShoes.cs +++ b/Content.Server/AI/Utility/Actions/Clothing/Shoes/PickUpShoes.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators.Sequences; using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.Containers; @@ -7,8 +5,6 @@ using Content.Server.AI.Utility.Considerations.Movement; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Clothing.Shoes { diff --git a/Content.Server/AI/Utility/Actions/Combat/Melee/EquipMelee.cs b/Content.Server/AI/Utility/Actions/Combat/Melee/EquipMelee.cs index 3f600d9c6bf..7ac5bd89996 100644 --- a/Content.Server/AI/Utility/Actions/Combat/Melee/EquipMelee.cs +++ b/Content.Server/AI/Utility/Actions/Combat/Melee/EquipMelee.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators; using Content.Server.AI.Operators.Inventory; using Content.Server.AI.Utility.Considerations; @@ -8,8 +6,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Combat; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Combat.Melee { diff --git a/Content.Server/AI/Utility/Actions/Combat/Melee/MeleeWeaponAttackEntity.cs b/Content.Server/AI/Utility/Actions/Combat/Melee/MeleeWeaponAttackEntity.cs index 0885487bb27..8d62c89d306 100644 --- a/Content.Server/AI/Utility/Actions/Combat/Melee/MeleeWeaponAttackEntity.cs +++ b/Content.Server/AI/Utility/Actions/Combat/Melee/MeleeWeaponAttackEntity.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators; using Content.Server.AI.Operators.Combat.Melee; using Content.Server.AI.Operators.Movement; @@ -14,8 +12,6 @@ using Content.Server.AI.WorldState.States.Inventory; using Content.Server.AI.WorldState.States.Movement; using Content.Server.Weapon.Melee.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Combat.Melee { diff --git a/Content.Server/AI/Utility/Actions/Combat/Melee/PickUpMeleeWeapon.cs b/Content.Server/AI/Utility/Actions/Combat/Melee/PickUpMeleeWeapon.cs index c33e4209221..4312c6568e8 100644 --- a/Content.Server/AI/Utility/Actions/Combat/Melee/PickUpMeleeWeapon.cs +++ b/Content.Server/AI/Utility/Actions/Combat/Melee/PickUpMeleeWeapon.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators.Sequences; using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.Combat.Melee; @@ -8,8 +6,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Combat; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Combat.Melee { diff --git a/Content.Server/AI/Utility/Actions/Combat/Melee/UnarmedAttackEntity.cs b/Content.Server/AI/Utility/Actions/Combat/Melee/UnarmedAttackEntity.cs index 524e77eb9df..56ba6abd56a 100644 --- a/Content.Server/AI/Utility/Actions/Combat/Melee/UnarmedAttackEntity.cs +++ b/Content.Server/AI/Utility/Actions/Combat/Melee/UnarmedAttackEntity.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators; using Content.Server.AI.Operators.Combat.Melee; using Content.Server.AI.Operators.Movement; @@ -12,8 +10,6 @@ using Content.Server.AI.WorldState.States.Combat; using Content.Server.AI.WorldState.States.Movement; using Content.Server.Weapon.Melee.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Combat.Melee { diff --git a/Content.Server/AI/Utility/Actions/IAiUtility.cs b/Content.Server/AI/Utility/Actions/IAiUtility.cs index fc7f5bb0b8e..fe9c1a39b54 100644 --- a/Content.Server/AI/Utility/Actions/IAiUtility.cs +++ b/Content.Server/AI/Utility/Actions/IAiUtility.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.AI.Utility.Actions { public interface IAiUtility diff --git a/Content.Server/AI/Utility/Actions/Idle/CloseLastEntityStorage.cs b/Content.Server/AI/Utility/Actions/Idle/CloseLastEntityStorage.cs index 7e467e3e3d4..24df7aec9b7 100644 --- a/Content.Server/AI/Utility/Actions/Idle/CloseLastEntityStorage.cs +++ b/Content.Server/AI/Utility/Actions/Idle/CloseLastEntityStorage.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators; using Content.Server.AI.Operators.Inventory; using Content.Server.AI.Operators.Movement; @@ -10,7 +8,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Inventory; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Idle { diff --git a/Content.Server/AI/Utility/Actions/Idle/WanderAndWait.cs b/Content.Server/AI/Utility/Actions/Idle/WanderAndWait.cs index 44228379058..a49f6e80c7d 100644 --- a/Content.Server/AI/Utility/Actions/Idle/WanderAndWait.cs +++ b/Content.Server/AI/Utility/Actions/Idle/WanderAndWait.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators; using Content.Server.AI.Operators.Generic; using Content.Server.AI.Operators.Movement; @@ -8,8 +6,6 @@ using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.ActionBlocker; using Content.Server.AI.WorldState; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Random; diff --git a/Content.Server/AI/Utility/Actions/Nutrition/Drink/PickUpDrink.cs b/Content.Server/AI/Utility/Actions/Nutrition/Drink/PickUpDrink.cs index 0987af5f08c..edbdfcef369 100644 --- a/Content.Server/AI/Utility/Actions/Nutrition/Drink/PickUpDrink.cs +++ b/Content.Server/AI/Utility/Actions/Nutrition/Drink/PickUpDrink.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators.Sequences; using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.Containers; @@ -7,8 +5,6 @@ using Content.Server.AI.Utility.Considerations.Nutrition.Drink; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Nutrition.Drink { diff --git a/Content.Server/AI/Utility/Actions/Nutrition/Drink/UseDrinkInInventory.cs b/Content.Server/AI/Utility/Actions/Nutrition/Drink/UseDrinkInInventory.cs index fe187172294..a68fa5e024d 100644 --- a/Content.Server/AI/Utility/Actions/Nutrition/Drink/UseDrinkInInventory.cs +++ b/Content.Server/AI/Utility/Actions/Nutrition/Drink/UseDrinkInInventory.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators; using Content.Server.AI.Operators.Inventory; using Content.Server.AI.Operators.Nutrition; @@ -8,8 +6,6 @@ using Content.Server.AI.Utility.Considerations.Nutrition.Drink; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Nutrition.Drink { diff --git a/Content.Server/AI/Utility/Actions/Nutrition/Food/PickUpFood.cs b/Content.Server/AI/Utility/Actions/Nutrition/Food/PickUpFood.cs index b4760e884ed..8303f502d2e 100644 --- a/Content.Server/AI/Utility/Actions/Nutrition/Food/PickUpFood.cs +++ b/Content.Server/AI/Utility/Actions/Nutrition/Food/PickUpFood.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators.Sequences; using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.Containers; @@ -7,8 +5,6 @@ using Content.Server.AI.Utility.Considerations.Nutrition.Food; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Nutrition.Food { diff --git a/Content.Server/AI/Utility/Actions/Nutrition/Food/UseFoodInInventory.cs b/Content.Server/AI/Utility/Actions/Nutrition/Food/UseFoodInInventory.cs index 6b767946948..cf0475aa33e 100644 --- a/Content.Server/AI/Utility/Actions/Nutrition/Food/UseFoodInInventory.cs +++ b/Content.Server/AI/Utility/Actions/Nutrition/Food/UseFoodInInventory.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators; using Content.Server.AI.Operators.Inventory; using Content.Server.AI.Operators.Nutrition; @@ -8,8 +6,6 @@ using Content.Server.AI.Utility.Considerations.Nutrition.Food; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Nutrition.Food { diff --git a/Content.Server/AI/Utility/Actions/Test/MoveRightAndLeftTen.cs b/Content.Server/AI/Utility/Actions/Test/MoveRightAndLeftTen.cs index b1bfe66c1d3..f78d3b3e610 100644 --- a/Content.Server/AI/Utility/Actions/Test/MoveRightAndLeftTen.cs +++ b/Content.Server/AI/Utility/Actions/Test/MoveRightAndLeftTen.cs @@ -1,12 +1,7 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators; using Content.Server.AI.Operators.Movement; using Content.Server.AI.Utility.Considerations; using Content.Server.AI.WorldState; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; namespace Content.Server.AI.Utility.Actions.Test { diff --git a/Content.Server/AI/Utility/Actions/UtilityAction.cs b/Content.Server/AI/Utility/Actions/UtilityAction.cs index 9d8b48ee276..203e94d1d95 100644 --- a/Content.Server/AI/Utility/Actions/UtilityAction.cs +++ b/Content.Server/AI/Utility/Actions/UtilityAction.cs @@ -1,9 +1,6 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States.Utility; -using Robust.Shared.GameObjects; using Robust.Shared.Utility; namespace Content.Server.AI.Utility.Actions diff --git a/Content.Server/AI/Utility/BehaviorSetPrototype.cs b/Content.Server/AI/Utility/BehaviorSetPrototype.cs index dc6d0e162c3..c0e964b901e 100644 --- a/Content.Server/AI/Utility/BehaviorSetPrototype.cs +++ b/Content.Server/AI/Utility/BehaviorSetPrototype.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.AI.Utility { diff --git a/Content.Server/AI/Utility/Considerations/ActionBlocker/CanMoveCon.cs b/Content.Server/AI/Utility/Considerations/ActionBlocker/CanMoveCon.cs index 1d4baad4502..00485c0f8ea 100644 --- a/Content.Server/AI/Utility/Considerations/ActionBlocker/CanMoveCon.cs +++ b/Content.Server/AI/Utility/Considerations/ActionBlocker/CanMoveCon.cs @@ -1,8 +1,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Shared.ActionBlocker; -using Content.Shared.Movement; -using Robust.Shared.GameObjects; namespace Content.Server.AI.Utility.Considerations.ActionBlocker { diff --git a/Content.Server/AI/Utility/Considerations/Clothing/ClothingInInventoryCon.cs b/Content.Server/AI/Utility/Considerations/Clothing/ClothingInInventoryCon.cs index 3717d905636..d49f8d6394f 100644 --- a/Content.Server/AI/Utility/Considerations/Clothing/ClothingInInventoryCon.cs +++ b/Content.Server/AI/Utility/Considerations/Clothing/ClothingInInventoryCon.cs @@ -3,8 +3,6 @@ using Content.Server.AI.WorldState.States.Inventory; using Content.Server.Clothing.Components; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Clothing { diff --git a/Content.Server/AI/Utility/Considerations/Clothing/ClothingInSlotCon.cs b/Content.Server/AI/Utility/Considerations/Clothing/ClothingInSlotCon.cs index 74999afefd0..572f26598e9 100644 --- a/Content.Server/AI/Utility/Considerations/Clothing/ClothingInSlotCon.cs +++ b/Content.Server/AI/Utility/Considerations/Clothing/ClothingInSlotCon.cs @@ -1,6 +1,5 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States.Clothing; -using Content.Shared.Inventory; namespace Content.Server.AI.Utility.Considerations.Clothing { diff --git a/Content.Server/AI/Utility/Considerations/Combat/Melee/CanUnarmedCombatCon.cs b/Content.Server/AI/Utility/Considerations/Combat/Melee/CanUnarmedCombatCon.cs index 07f8990b31f..3bb6001067e 100644 --- a/Content.Server/AI/Utility/Considerations/Combat/Melee/CanUnarmedCombatCon.cs +++ b/Content.Server/AI/Utility/Considerations/Combat/Melee/CanUnarmedCombatCon.cs @@ -1,8 +1,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Server.Weapon.Melee.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Combat.Melee { diff --git a/Content.Server/AI/Utility/Considerations/Combat/Melee/HasMeleeWeaponCon.cs b/Content.Server/AI/Utility/Considerations/Combat/Melee/HasMeleeWeaponCon.cs index 7208b6d5330..3c15ca558f6 100644 --- a/Content.Server/AI/Utility/Considerations/Combat/Melee/HasMeleeWeaponCon.cs +++ b/Content.Server/AI/Utility/Considerations/Combat/Melee/HasMeleeWeaponCon.cs @@ -1,8 +1,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States.Inventory; using Content.Server.Weapon.Melee.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Combat.Melee { diff --git a/Content.Server/AI/Utility/Considerations/Combat/Melee/MeleeWeaponDamageCon.cs b/Content.Server/AI/Utility/Considerations/Combat/Melee/MeleeWeaponDamageCon.cs index 6c5c317bedd..7a6502b943e 100644 --- a/Content.Server/AI/Utility/Considerations/Combat/Melee/MeleeWeaponDamageCon.cs +++ b/Content.Server/AI/Utility/Considerations/Combat/Melee/MeleeWeaponDamageCon.cs @@ -1,8 +1,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States.Combat; using Content.Server.Weapon.Melee.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Combat.Melee { diff --git a/Content.Server/AI/Utility/Considerations/Combat/Melee/MeleeWeaponEquippedCon.cs b/Content.Server/AI/Utility/Considerations/Combat/Melee/MeleeWeaponEquippedCon.cs index 60a383e9cbb..507a7242517 100644 --- a/Content.Server/AI/Utility/Considerations/Combat/Melee/MeleeWeaponEquippedCon.cs +++ b/Content.Server/AI/Utility/Considerations/Combat/Melee/MeleeWeaponEquippedCon.cs @@ -1,8 +1,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States.Inventory; using Content.Server.Weapon.Melee.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Combat.Melee { diff --git a/Content.Server/AI/Utility/Considerations/Combat/Melee/MeleeWeaponSpeedCon.cs b/Content.Server/AI/Utility/Considerations/Combat/Melee/MeleeWeaponSpeedCon.cs index d84c9775094..68334191def 100644 --- a/Content.Server/AI/Utility/Considerations/Combat/Melee/MeleeWeaponSpeedCon.cs +++ b/Content.Server/AI/Utility/Considerations/Combat/Melee/MeleeWeaponSpeedCon.cs @@ -1,8 +1,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States.Combat; using Content.Server.Weapon.Melee.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Combat.Melee { diff --git a/Content.Server/AI/Utility/Considerations/Combat/TargetHealthCon.cs b/Content.Server/AI/Utility/Considerations/Combat/TargetHealthCon.cs index 47f23d0f41b..74065dfd8a3 100644 --- a/Content.Server/AI/Utility/Considerations/Combat/TargetHealthCon.cs +++ b/Content.Server/AI/Utility/Considerations/Combat/TargetHealthCon.cs @@ -1,8 +1,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Shared.Damage; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Combat { diff --git a/Content.Server/AI/Utility/Considerations/Combat/TargetIsCritCon.cs b/Content.Server/AI/Utility/Considerations/Combat/TargetIsCritCon.cs index 37b3f995529..1c0e6980931 100644 --- a/Content.Server/AI/Utility/Considerations/Combat/TargetIsCritCon.cs +++ b/Content.Server/AI/Utility/Considerations/Combat/TargetIsCritCon.cs @@ -1,8 +1,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Shared.MobState.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Combat { diff --git a/Content.Server/AI/Utility/Considerations/Combat/TargetIsDeadCon.cs b/Content.Server/AI/Utility/Considerations/Combat/TargetIsDeadCon.cs index 26622c9723a..bc1568857b7 100644 --- a/Content.Server/AI/Utility/Considerations/Combat/TargetIsDeadCon.cs +++ b/Content.Server/AI/Utility/Considerations/Combat/TargetIsDeadCon.cs @@ -1,8 +1,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Shared.MobState.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Combat { diff --git a/Content.Server/AI/Utility/Considerations/Consideration.cs b/Content.Server/AI/Utility/Considerations/Consideration.cs index e7212bf1dd3..07e41194493 100644 --- a/Content.Server/AI/Utility/Considerations/Consideration.cs +++ b/Content.Server/AI/Utility/Considerations/Consideration.cs @@ -1,8 +1,6 @@ -using System; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States.Utility; using JetBrains.Annotations; -using Robust.Shared.Maths; namespace Content.Server.AI.Utility.Considerations { diff --git a/Content.Server/AI/Utility/Considerations/ConsiderationsManager.cs b/Content.Server/AI/Utility/Considerations/ConsiderationsManager.cs index c5bb9671cca..6465bb24b49 100644 --- a/Content.Server/AI/Utility/Considerations/ConsiderationsManager.cs +++ b/Content.Server/AI/Utility/Considerations/ConsiderationsManager.cs @@ -1,6 +1,3 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.IoC; using Robust.Shared.Reflection; namespace Content.Server.AI.Utility.Considerations diff --git a/Content.Server/AI/Utility/Considerations/Containers/TargetAccessibleCon.cs b/Content.Server/AI/Utility/Considerations/Containers/TargetAccessibleCon.cs index ab6b76806bb..c502210de6f 100644 --- a/Content.Server/AI/Utility/Considerations/Containers/TargetAccessibleCon.cs +++ b/Content.Server/AI/Utility/Considerations/Containers/TargetAccessibleCon.cs @@ -4,8 +4,6 @@ using Content.Server.Storage.Components; using Content.Shared.Interaction; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Containers { diff --git a/Content.Server/AI/Utility/Considerations/Hands/FreeHandCon.cs b/Content.Server/AI/Utility/Considerations/Hands/FreeHandCon.cs index 507f00f4552..d0f2520b9cf 100644 --- a/Content.Server/AI/Utility/Considerations/Hands/FreeHandCon.cs +++ b/Content.Server/AI/Utility/Considerations/Hands/FreeHandCon.cs @@ -1,7 +1,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Shared.Hands.Components; -using System.Linq; namespace Content.Server.AI.Utility.Considerations.Hands { diff --git a/Content.Server/AI/Utility/Considerations/Inventory/CanPutTargetInInventoryCon.cs b/Content.Server/AI/Utility/Considerations/Inventory/CanPutTargetInInventoryCon.cs index 52aa6dabf86..4d47356d455 100644 --- a/Content.Server/AI/Utility/Considerations/Inventory/CanPutTargetInInventoryCon.cs +++ b/Content.Server/AI/Utility/Considerations/Inventory/CanPutTargetInInventoryCon.cs @@ -3,8 +3,6 @@ using Content.Server.AI.WorldState.States.Hands; using Content.Server.AI.WorldState.States.Inventory; using Content.Shared.Item; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Inventory { diff --git a/Content.Server/AI/Utility/Considerations/Inventory/TargetInOurInventoryCon.cs b/Content.Server/AI/Utility/Considerations/Inventory/TargetInOurInventoryCon.cs index d039626f02d..0eaccfcfeaa 100644 --- a/Content.Server/AI/Utility/Considerations/Inventory/TargetInOurInventoryCon.cs +++ b/Content.Server/AI/Utility/Considerations/Inventory/TargetInOurInventoryCon.cs @@ -2,8 +2,6 @@ using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Inventory; using Content.Shared.Item; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Inventory { diff --git a/Content.Server/AI/Utility/Considerations/Movement/TargetDistanceCon.cs b/Content.Server/AI/Utility/Considerations/Movement/TargetDistanceCon.cs index db4bcc0263a..d14023599c9 100644 --- a/Content.Server/AI/Utility/Considerations/Movement/TargetDistanceCon.cs +++ b/Content.Server/AI/Utility/Considerations/Movement/TargetDistanceCon.cs @@ -1,7 +1,5 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Movement { diff --git a/Content.Server/AI/Utility/Considerations/Nutrition/Drink/DrinkValueCon.cs b/Content.Server/AI/Utility/Considerations/Nutrition/Drink/DrinkValueCon.cs index 12e3d7172b9..e2d97f2d515 100644 --- a/Content.Server/AI/Utility/Considerations/Nutrition/Drink/DrinkValueCon.cs +++ b/Content.Server/AI/Utility/Considerations/Nutrition/Drink/DrinkValueCon.cs @@ -2,8 +2,6 @@ using Content.Server.AI.WorldState.States; using Content.Server.Chemistry.EntitySystems; using Content.Server.Nutrition.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Nutrition.Drink { diff --git a/Content.Server/AI/Utility/Considerations/Nutrition/Drink/ThirstCon.cs b/Content.Server/AI/Utility/Considerations/Nutrition/Drink/ThirstCon.cs index 5613b922b8f..c6dc789ed81 100644 --- a/Content.Server/AI/Utility/Considerations/Nutrition/Drink/ThirstCon.cs +++ b/Content.Server/AI/Utility/Considerations/Nutrition/Drink/ThirstCon.cs @@ -1,9 +1,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Server.Nutrition.Components; -using Content.Shared.Nutrition.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Nutrition.Drink { diff --git a/Content.Server/AI/Utility/Considerations/Nutrition/Food/FoodValueCon.cs b/Content.Server/AI/Utility/Considerations/Nutrition/Food/FoodValueCon.cs index d37b71823c6..4ae26050a66 100644 --- a/Content.Server/AI/Utility/Considerations/Nutrition/Food/FoodValueCon.cs +++ b/Content.Server/AI/Utility/Considerations/Nutrition/Food/FoodValueCon.cs @@ -2,8 +2,6 @@ using Content.Server.AI.WorldState.States; using Content.Server.Chemistry.EntitySystems; using Content.Server.Nutrition.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Nutrition.Food { diff --git a/Content.Server/AI/Utility/Considerations/Nutrition/Food/HungerCon.cs b/Content.Server/AI/Utility/Considerations/Nutrition/Food/HungerCon.cs index 29a0157683c..75da9b4c0ef 100644 --- a/Content.Server/AI/Utility/Considerations/Nutrition/Food/HungerCon.cs +++ b/Content.Server/AI/Utility/Considerations/Nutrition/Food/HungerCon.cs @@ -2,8 +2,6 @@ using Content.Server.AI.WorldState.States; using Content.Server.Nutrition.Components; using Content.Shared.Nutrition.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Nutrition.Food { diff --git a/Content.Server/AI/Utility/Considerations/State/StoredStateEntityIsNullCon.cs b/Content.Server/AI/Utility/Considerations/State/StoredStateEntityIsNullCon.cs index dced8ba6258..fd7756931b0 100644 --- a/Content.Server/AI/Utility/Considerations/State/StoredStateEntityIsNullCon.cs +++ b/Content.Server/AI/Utility/Considerations/State/StoredStateEntityIsNullCon.cs @@ -1,7 +1,5 @@ -using System; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States.Utility; -using Robust.Shared.GameObjects; namespace Content.Server.AI.Utility.Considerations.State { diff --git a/Content.Server/AI/Utility/Curves/LogisticCurve.cs b/Content.Server/AI/Utility/Curves/LogisticCurve.cs index fb21e2a550a..54ee7d5dd43 100644 --- a/Content.Server/AI/Utility/Curves/LogisticCurve.cs +++ b/Content.Server/AI/Utility/Curves/LogisticCurve.cs @@ -1,5 +1,3 @@ -using System; - namespace Content.Server.AI.Utility.Curves { public struct LogisticCurve : IResponseCurve diff --git a/Content.Server/AI/Utility/Curves/QuadraticCurve.cs b/Content.Server/AI/Utility/Curves/QuadraticCurve.cs index 5933915aeb7..20df18e652d 100644 --- a/Content.Server/AI/Utility/Curves/QuadraticCurve.cs +++ b/Content.Server/AI/Utility/Curves/QuadraticCurve.cs @@ -1,5 +1,3 @@ -using System; - namespace Content.Server.AI.Utility.Curves { /// diff --git a/Content.Server/AI/Utility/ExpandableActions/Clothing/Gloves/EquipAnyGlovesExp.cs b/Content.Server/AI/Utility/ExpandableActions/Clothing/Gloves/EquipAnyGlovesExp.cs index 9ccd12744cb..79994cced2c 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Clothing/Gloves/EquipAnyGlovesExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Clothing/Gloves/EquipAnyGlovesExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Clothing.Gloves; using Content.Server.AI.Utility.Considerations; @@ -9,8 +7,6 @@ using Content.Server.AI.WorldState.States.Inventory; using Content.Server.Clothing.Components; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Clothing.Gloves { diff --git a/Content.Server/AI/Utility/ExpandableActions/Clothing/Gloves/PickUpAnyNearbyGlovesExp.cs b/Content.Server/AI/Utility/ExpandableActions/Clothing/Gloves/PickUpAnyNearbyGlovesExp.cs index ed034fe91f9..50ea0ee9ca7 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Clothing/Gloves/PickUpAnyNearbyGlovesExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Clothing/Gloves/PickUpAnyNearbyGlovesExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Clothing.Gloves; using Content.Server.AI.Utility.Considerations; @@ -9,8 +7,6 @@ using Content.Server.AI.WorldState.States.Clothing; using Content.Server.Clothing.Components; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Clothing.Gloves { diff --git a/Content.Server/AI/Utility/ExpandableActions/Clothing/Head/EquipAnyHeadExp.cs b/Content.Server/AI/Utility/ExpandableActions/Clothing/Head/EquipAnyHeadExp.cs index f09527387ba..ee2658ecded 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Clothing/Head/EquipAnyHeadExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Clothing/Head/EquipAnyHeadExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Clothing.Head; using Content.Server.AI.Utility.Considerations; @@ -9,8 +7,6 @@ using Content.Server.AI.WorldState.States.Inventory; using Content.Server.Clothing.Components; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Clothing.Head { diff --git a/Content.Server/AI/Utility/ExpandableActions/Clothing/Head/PickUpAnyNearbyHeadExp.cs b/Content.Server/AI/Utility/ExpandableActions/Clothing/Head/PickUpAnyNearbyHeadExp.cs index 4367ceaad7f..74b95c917b0 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Clothing/Head/PickUpAnyNearbyHeadExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Clothing/Head/PickUpAnyNearbyHeadExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Clothing.Head; using Content.Server.AI.Utility.Considerations; @@ -9,8 +7,6 @@ using Content.Server.AI.WorldState.States.Clothing; using Content.Server.Clothing.Components; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Clothing.Head { diff --git a/Content.Server/AI/Utility/ExpandableActions/Clothing/OuterClothing/EquipAnyOuterClothingExp.cs b/Content.Server/AI/Utility/ExpandableActions/Clothing/OuterClothing/EquipAnyOuterClothingExp.cs index 930b8f8007d..d8f37644d9c 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Clothing/OuterClothing/EquipAnyOuterClothingExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Clothing/OuterClothing/EquipAnyOuterClothingExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Clothing.OuterClothing; using Content.Server.AI.Utility.Considerations; @@ -9,8 +7,6 @@ using Content.Server.AI.WorldState.States.Inventory; using Content.Server.Clothing.Components; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Clothing.OuterClothing { diff --git a/Content.Server/AI/Utility/ExpandableActions/Clothing/OuterClothing/PickUpAnyNearbyOuterClothingExp.cs b/Content.Server/AI/Utility/ExpandableActions/Clothing/OuterClothing/PickUpAnyNearbyOuterClothingExp.cs index b6016d304f2..a1c6164337f 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Clothing/OuterClothing/PickUpAnyNearbyOuterClothingExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Clothing/OuterClothing/PickUpAnyNearbyOuterClothingExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Clothing.OuterClothing; using Content.Server.AI.Utility.Considerations; @@ -9,8 +7,6 @@ using Content.Server.AI.WorldState.States.Clothing; using Content.Server.Clothing.Components; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Clothing.OuterClothing { diff --git a/Content.Server/AI/Utility/ExpandableActions/Clothing/Shoes/EquipAnyShoesExp.cs b/Content.Server/AI/Utility/ExpandableActions/Clothing/Shoes/EquipAnyShoesExp.cs index 15ab7d4c080..84235e8cad8 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Clothing/Shoes/EquipAnyShoesExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Clothing/Shoes/EquipAnyShoesExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Clothing.Shoes; using Content.Server.AI.Utility.Considerations; @@ -9,8 +7,6 @@ using Content.Server.AI.WorldState.States.Inventory; using Content.Server.Clothing.Components; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Clothing.Shoes { diff --git a/Content.Server/AI/Utility/ExpandableActions/Clothing/Shoes/PickUpAnyNearbyShoesExp.cs b/Content.Server/AI/Utility/ExpandableActions/Clothing/Shoes/PickUpAnyNearbyShoesExp.cs index 597c1946fe0..f60402a1d9d 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Clothing/Shoes/PickUpAnyNearbyShoesExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Clothing/Shoes/PickUpAnyNearbyShoesExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Clothing.Shoes; using Content.Server.AI.Utility.Considerations; @@ -9,8 +7,6 @@ using Content.Server.AI.WorldState.States.Clothing; using Content.Server.Clothing.Components; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Clothing.Shoes { diff --git a/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/EquipMeleeExp.cs b/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/EquipMeleeExp.cs index ef5ba1d2c29..7d542116614 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/EquipMeleeExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/EquipMeleeExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Combat.Melee; using Content.Server.AI.Utility.Considerations; @@ -8,8 +6,6 @@ using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Inventory; using Content.Server.Weapon.Melee.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Combat.Melee { diff --git a/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/MeleeAttackNearbyExp.cs b/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/MeleeAttackNearbyExp.cs index 59d0f9a3d75..55dd33bf86c 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/MeleeAttackNearbyExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/MeleeAttackNearbyExp.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using Content.Server.AI.Components; +using Content.Server.AI.Components; using Content.Server.AI.EntitySystems; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Combat.Melee; @@ -8,8 +6,6 @@ using Content.Server.AI.Utility.Considerations.Combat.Melee; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Combat.Melee { diff --git a/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/PickUpMeleeWeaponExp.cs b/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/PickUpMeleeWeaponExp.cs index 9b57beed6b4..f0145cff426 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/PickUpMeleeWeaponExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/PickUpMeleeWeaponExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Combat.Melee; using Content.Server.AI.Utility.Considerations; @@ -8,7 +6,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Combat.Nearby; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Combat.Melee { diff --git a/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/UnarmedAttackNearbyHostilesExp.cs b/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/UnarmedAttackNearbyHostilesExp.cs index 2d06446922e..bd8631ffebd 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/UnarmedAttackNearbyHostilesExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/UnarmedAttackNearbyHostilesExp.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using Content.Server.AI.Components; +using Content.Server.AI.Components; using Content.Server.AI.EntitySystems; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Combat.Melee; @@ -8,8 +6,6 @@ using Content.Server.AI.Utility.Considerations.Combat.Melee; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Combat.Melee { diff --git a/Content.Server/AI/Utility/ExpandableActions/ExpandableUtilityAction.cs b/Content.Server/AI/Utility/ExpandableActions/ExpandableUtilityAction.cs index 8a4278a6011..6dc97af18be 100644 --- a/Content.Server/AI/Utility/ExpandableActions/ExpandableUtilityAction.cs +++ b/Content.Server/AI/Utility/ExpandableActions/ExpandableUtilityAction.cs @@ -1,8 +1,5 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.WorldState; -using Robust.Shared.GameObjects; namespace Content.Server.AI.Utility.ExpandableActions { diff --git a/Content.Server/AI/Utility/ExpandableActions/Nutrition/PickUpNearbyDrinkExp.cs b/Content.Server/AI/Utility/ExpandableActions/Nutrition/PickUpNearbyDrinkExp.cs index aa444979700..eeae2faaa24 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Nutrition/PickUpNearbyDrinkExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Nutrition/PickUpNearbyDrinkExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Nutrition.Drink; using Content.Server.AI.Utility.Considerations; @@ -8,7 +6,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Nutrition; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Nutrition { diff --git a/Content.Server/AI/Utility/ExpandableActions/Nutrition/PickUpNearbyFoodExp.cs b/Content.Server/AI/Utility/ExpandableActions/Nutrition/PickUpNearbyFoodExp.cs index 2166a7c7032..b206a525ff2 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Nutrition/PickUpNearbyFoodExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Nutrition/PickUpNearbyFoodExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Nutrition.Food; using Content.Server.AI.Utility.Considerations; @@ -8,7 +6,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Nutrition; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Nutrition { diff --git a/Content.Server/AI/Utility/ExpandableActions/Nutrition/UseDrinkInInventoryExp.cs b/Content.Server/AI/Utility/ExpandableActions/Nutrition/UseDrinkInInventoryExp.cs index 4ba283ae274..0877ed0568d 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Nutrition/UseDrinkInInventoryExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Nutrition/UseDrinkInInventoryExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Nutrition.Drink; using Content.Server.AI.Utility.Considerations; @@ -8,8 +6,6 @@ using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Inventory; using Content.Server.Nutrition.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Nutrition { diff --git a/Content.Server/AI/Utility/ExpandableActions/Nutrition/UseFoodInInventoryExp.cs b/Content.Server/AI/Utility/ExpandableActions/Nutrition/UseFoodInInventoryExp.cs index dcba00439a0..54270a95550 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Nutrition/UseFoodInInventoryExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Nutrition/UseFoodInInventoryExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Nutrition.Food; using Content.Server.AI.Utility.Considerations; @@ -8,8 +6,6 @@ using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Inventory; using Content.Server.Nutrition.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Nutrition { diff --git a/Content.Server/AI/Utility/NpcBehaviorManager.cs b/Content.Server/AI/Utility/NpcBehaviorManager.cs index 8c0680d6e4e..4e40203fa54 100644 --- a/Content.Server/AI/Utility/NpcBehaviorManager.cs +++ b/Content.Server/AI/Utility/NpcBehaviorManager.cs @@ -1,11 +1,6 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.EntitySystems; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.AiLogic; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Prototypes; using Robust.Shared.Reflection; diff --git a/Content.Server/AI/Utility/UtilityAiHelpers.cs b/Content.Server/AI/Utility/UtilityAiHelpers.cs index 733ad150298..b7b92f21116 100644 --- a/Content.Server/AI/Utility/UtilityAiHelpers.cs +++ b/Content.Server/AI/Utility/UtilityAiHelpers.cs @@ -1,8 +1,6 @@ using Content.Server.AI.Components; using Content.Server.AI.Utility.AiLogic; using Content.Server.AI.WorldState; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility { diff --git a/Content.Server/AI/Utils/Visibility.cs b/Content.Server/AI/Utils/Visibility.cs index 772b94d63ef..9e74eff2223 100644 --- a/Content.Server/AI/Utils/Visibility.cs +++ b/Content.Server/AI/Utils/Visibility.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; using System.Linq; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.AI.Utils diff --git a/Content.Server/AI/WorldState/Blackboard.cs b/Content.Server/AI/WorldState/Blackboard.cs index 83eecd0f83f..956f6abe5aa 100644 --- a/Content.Server/AI/WorldState/Blackboard.cs +++ b/Content.Server/AI/WorldState/Blackboard.cs @@ -1,8 +1,3 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; - namespace Content.Server.AI.WorldState { /// diff --git a/Content.Server/AI/WorldState/BlackboardManager.cs b/Content.Server/AI/WorldState/BlackboardManager.cs index db33bb8b49b..d8cf123b04a 100644 --- a/Content.Server/AI/WorldState/BlackboardManager.cs +++ b/Content.Server/AI/WorldState/BlackboardManager.cs @@ -1,6 +1,3 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.IoC; using Robust.Shared.Reflection; using Robust.Shared.Utility; diff --git a/Content.Server/AI/WorldState/StateData.cs b/Content.Server/AI/WorldState/StateData.cs index ad55329f53f..0e38d602de2 100644 --- a/Content.Server/AI/WorldState/StateData.cs +++ b/Content.Server/AI/WorldState/StateData.cs @@ -1,6 +1,3 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Timing; namespace Content.Server.AI.WorldState diff --git a/Content.Server/AI/WorldState/States/Clothing/EquippedClothingState.cs b/Content.Server/AI/WorldState/States/Clothing/EquippedClothingState.cs index 7c4498961ae..b4075a4b32d 100644 --- a/Content.Server/AI/WorldState/States/Clothing/EquippedClothingState.cs +++ b/Content.Server/AI/WorldState/States/Clothing/EquippedClothingState.cs @@ -1,10 +1,5 @@ -using System.Collections.Generic; using Content.Shared.Inventory; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Prototypes; -using InventoryComponent = Content.Shared.Inventory.InventoryComponent; namespace Content.Server.AI.WorldState.States.Clothing { diff --git a/Content.Server/AI/WorldState/States/Clothing/NearbyClothingState.cs b/Content.Server/AI/WorldState/States/Clothing/NearbyClothingState.cs index 6a4ec2839fe..d335c9a34db 100644 --- a/Content.Server/AI/WorldState/States/Clothing/NearbyClothingState.cs +++ b/Content.Server/AI/WorldState/States/Clothing/NearbyClothingState.cs @@ -1,13 +1,9 @@ -using System.Collections.Generic; using Content.Server.AI.Components; using Content.Server.AI.Utils; using Content.Server.Clothing.Components; using Content.Server.Storage.Components; using JetBrains.Annotations; using Robust.Server.Containers; -using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.WorldState.States.Clothing { diff --git a/Content.Server/AI/WorldState/States/Combat/Nearby/NearbyMeleeWeapons.cs b/Content.Server/AI/WorldState/States/Combat/Nearby/NearbyMeleeWeapons.cs index 7e6b1e60243..34f11d4c29d 100644 --- a/Content.Server/AI/WorldState/States/Combat/Nearby/NearbyMeleeWeapons.cs +++ b/Content.Server/AI/WorldState/States/Combat/Nearby/NearbyMeleeWeapons.cs @@ -1,10 +1,7 @@ -using System.Collections.Generic; using Content.Server.AI.Components; using Content.Server.AI.Utils; using Content.Server.Weapon.Melee.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.WorldState.States.Combat.Nearby { diff --git a/Content.Server/AI/WorldState/States/Combat/WeaponEntityState.cs b/Content.Server/AI/WorldState/States/Combat/WeaponEntityState.cs index 136065587bb..51c1641330d 100644 --- a/Content.Server/AI/WorldState/States/Combat/WeaponEntityState.cs +++ b/Content.Server/AI/WorldState/States/Combat/WeaponEntityState.cs @@ -1,5 +1,4 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.AI.WorldState.States.Combat { diff --git a/Content.Server/AI/WorldState/States/Hands/AnyFreeHandState.cs b/Content.Server/AI/WorldState/States/Hands/AnyFreeHandState.cs index 7ecc1f298a9..076d42b1e1b 100644 --- a/Content.Server/AI/WorldState/States/Hands/AnyFreeHandState.cs +++ b/Content.Server/AI/WorldState/States/Hands/AnyFreeHandState.cs @@ -1,8 +1,5 @@ -using Content.Server.Hands.Components; using Content.Shared.Hands.EntitySystems; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.WorldState.States.Hands { diff --git a/Content.Server/AI/WorldState/States/Inventory/EquippedEntityState.cs b/Content.Server/AI/WorldState/States/Inventory/EquippedEntityState.cs index c2560f8bd18..3cd77805888 100644 --- a/Content.Server/AI/WorldState/States/Inventory/EquippedEntityState.cs +++ b/Content.Server/AI/WorldState/States/Inventory/EquippedEntityState.cs @@ -1,7 +1,5 @@ using Content.Server.Hands.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.WorldState.States.Inventory { diff --git a/Content.Server/AI/WorldState/States/Inventory/LastOpenedStorageState.cs b/Content.Server/AI/WorldState/States/Inventory/LastOpenedStorageState.cs index 9471791287e..3ebbd5ebec6 100644 --- a/Content.Server/AI/WorldState/States/Inventory/LastOpenedStorageState.cs +++ b/Content.Server/AI/WorldState/States/Inventory/LastOpenedStorageState.cs @@ -1,7 +1,4 @@ using Content.Server.Storage.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; namespace Content.Server.AI.WorldState.States.Inventory { diff --git a/Content.Server/AI/WorldState/States/Mobs/NearbyBodiesState.cs b/Content.Server/AI/WorldState/States/Mobs/NearbyBodiesState.cs index 98209d1f966..b4128ac7cac 100644 --- a/Content.Server/AI/WorldState/States/Mobs/NearbyBodiesState.cs +++ b/Content.Server/AI/WorldState/States/Mobs/NearbyBodiesState.cs @@ -1,10 +1,7 @@ -using System.Collections.Generic; -using Content.Server.AI.Components; +using Content.Server.AI.Components; using Content.Server.AI.Utils; using Content.Shared.Body.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.WorldState.States.Mobs { diff --git a/Content.Server/AI/WorldState/States/Mobs/NearbyPlayersState.cs b/Content.Server/AI/WorldState/States/Mobs/NearbyPlayersState.cs index e3b1c642264..0edc69377b5 100644 --- a/Content.Server/AI/WorldState/States/Mobs/NearbyPlayersState.cs +++ b/Content.Server/AI/WorldState/States/Mobs/NearbyPlayersState.cs @@ -1,9 +1,6 @@ -using System.Collections.Generic; using Content.Server.AI.Components; using Content.Shared.Damage; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Player; namespace Content.Server.AI.WorldState.States.Mobs diff --git a/Content.Server/AI/WorldState/States/Movement/MoveTargetState.cs b/Content.Server/AI/WorldState/States/Movement/MoveTargetState.cs index ad40860f68c..f6e5d80c24d 100644 --- a/Content.Server/AI/WorldState/States/Movement/MoveTargetState.cs +++ b/Content.Server/AI/WorldState/States/Movement/MoveTargetState.cs @@ -1,5 +1,4 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.AI.WorldState.States.Movement { diff --git a/Content.Server/AI/WorldState/States/Nutrition/HungryState.cs b/Content.Server/AI/WorldState/States/Nutrition/HungryState.cs index a9c9da5f744..11e5d079487 100644 --- a/Content.Server/AI/WorldState/States/Nutrition/HungryState.cs +++ b/Content.Server/AI/WorldState/States/Nutrition/HungryState.cs @@ -1,9 +1,6 @@ -using System; using Content.Server.Nutrition.Components; using Content.Shared.Nutrition.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.WorldState.States.Nutrition { diff --git a/Content.Server/AI/WorldState/States/Nutrition/NearbyDrinkState.cs b/Content.Server/AI/WorldState/States/Nutrition/NearbyDrinkState.cs index 1ff8f2d28ec..db0ebfff842 100644 --- a/Content.Server/AI/WorldState/States/Nutrition/NearbyDrinkState.cs +++ b/Content.Server/AI/WorldState/States/Nutrition/NearbyDrinkState.cs @@ -1,12 +1,9 @@ -using System.Collections.Generic; using Content.Server.AI.Components; using Content.Server.AI.Utils; using Content.Server.Nutrition.Components; using Content.Server.Storage.Components; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.WorldState.States.Nutrition { diff --git a/Content.Server/AI/WorldState/States/Nutrition/NearbyFoodState.cs b/Content.Server/AI/WorldState/States/Nutrition/NearbyFoodState.cs index 156670cfd46..ae25a926451 100644 --- a/Content.Server/AI/WorldState/States/Nutrition/NearbyFoodState.cs +++ b/Content.Server/AI/WorldState/States/Nutrition/NearbyFoodState.cs @@ -1,12 +1,9 @@ -using System.Collections.Generic; using Content.Server.AI.Components; using Content.Server.AI.Utils; using Content.Server.Nutrition.Components; using Content.Server.Storage.Components; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.WorldState.States.Nutrition { diff --git a/Content.Server/AI/WorldState/States/Nutrition/ThirstyState.cs b/Content.Server/AI/WorldState/States/Nutrition/ThirstyState.cs index b29ccfe0fc5..4e92284377e 100644 --- a/Content.Server/AI/WorldState/States/Nutrition/ThirstyState.cs +++ b/Content.Server/AI/WorldState/States/Nutrition/ThirstyState.cs @@ -1,9 +1,5 @@ -using System; using Content.Server.Nutrition.Components; -using Content.Shared.Nutrition.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.WorldState.States.Nutrition { diff --git a/Content.Server/AI/WorldState/States/SelfState.cs b/Content.Server/AI/WorldState/States/SelfState.cs index 889bad9fc85..7e25d63190f 100644 --- a/Content.Server/AI/WorldState/States/SelfState.cs +++ b/Content.Server/AI/WorldState/States/SelfState.cs @@ -1,5 +1,4 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.AI.WorldState.States { diff --git a/Content.Server/AI/WorldState/States/TargetEntityState.cs b/Content.Server/AI/WorldState/States/TargetEntityState.cs index b6a2c857c77..3acdc60cd9b 100644 --- a/Content.Server/AI/WorldState/States/TargetEntityState.cs +++ b/Content.Server/AI/WorldState/States/TargetEntityState.cs @@ -1,5 +1,4 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.AI.WorldState.States { diff --git a/Content.Server/AI/WorldState/States/Utility/StoredStateIsNullState.cs b/Content.Server/AI/WorldState/States/Utility/StoredStateIsNullState.cs index 9893af32582..5b1038f762e 100644 --- a/Content.Server/AI/WorldState/States/Utility/StoredStateIsNullState.cs +++ b/Content.Server/AI/WorldState/States/Utility/StoredStateIsNullState.cs @@ -1,5 +1,3 @@ -using System; - namespace Content.Server.AI.WorldState.States.Utility { public sealed class StoredStateIsNullState : PlanningStateData diff --git a/Content.Server/AME/AMENodeGroup.cs b/Content.Server/AME/AMENodeGroup.cs index c434c1eb520..6f032522db7 100644 --- a/Content.Server/AME/AMENodeGroup.cs +++ b/Content.Server/AME/AMENodeGroup.cs @@ -1,15 +1,10 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Server.AME.Components; using Content.Server.Explosion.EntitySystems; using Content.Server.NodeContainer.NodeGroups; using Content.Server.NodeContainer.Nodes; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Random; -using Robust.Shared.ViewVariables; namespace Content.Server.AME { diff --git a/Content.Server/AME/Components/AMEFuelContainerComponent.cs b/Content.Server/AME/Components/AMEFuelContainerComponent.cs index 6c06efea94b..bdebf37cd3e 100644 --- a/Content.Server/AME/Components/AMEFuelContainerComponent.cs +++ b/Content.Server/AME/Components/AMEFuelContainerComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; - namespace Content.Server.AME.Components { [RegisterComponent] diff --git a/Content.Server/AME/Components/AMEShieldComponent.cs b/Content.Server/AME/Components/AMEShieldComponent.cs index 0ac836e399c..48fb5e21bd3 100644 --- a/Content.Server/AME/Components/AMEShieldComponent.cs +++ b/Content.Server/AME/Components/AMEShieldComponent.cs @@ -1,9 +1,5 @@ -using System; -using Content.Shared.AME; +using Content.Shared.AME; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.ViewVariables; namespace Content.Server.AME.Components { diff --git a/Content.Server/Abilities/Mime/MimePowersSystem.cs b/Content.Server/Abilities/Mime/MimePowersSystem.cs index fe58f9ff41b..d9bfcc51113 100644 --- a/Content.Server/Abilities/Mime/MimePowersSystem.cs +++ b/Content.Server/Abilities/Mime/MimePowersSystem.cs @@ -7,7 +7,6 @@ using Content.Shared.Doors.Components; using Content.Shared.Maps; using Content.Shared.MobState.Components; -using Content.Shared.Tag; using Robust.Shared.Player; using Robust.Shared.Physics; diff --git a/Content.Server/Access/AccessReaderChangeMessage.cs b/Content.Server/Access/AccessReaderChangeMessage.cs index ff2600a2b12..38c5a3e3d75 100644 --- a/Content.Server/Access/AccessReaderChangeMessage.cs +++ b/Content.Server/Access/AccessReaderChangeMessage.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Access { public sealed class AccessReaderChangeMessage : EntityEventArgs diff --git a/Content.Server/Access/Components/AgentIDCardComponent.cs b/Content.Server/Access/Components/AgentIDCardComponent.cs index cedb5e49d93..00fbbf4c5cf 100644 --- a/Content.Server/Access/Components/AgentIDCardComponent.cs +++ b/Content.Server/Access/Components/AgentIDCardComponent.cs @@ -1,6 +1,3 @@ -using Content.Shared.Access.Systems; -using Content.Shared.PDA; - namespace Content.Server.Access.Components { [RegisterComponent] diff --git a/Content.Server/Access/Components/PresetIdCardComponent.cs b/Content.Server/Access/Components/PresetIdCardComponent.cs index 614aec6e592..76c650995b8 100644 --- a/Content.Server/Access/Components/PresetIdCardComponent.cs +++ b/Content.Server/Access/Components/PresetIdCardComponent.cs @@ -1,9 +1,3 @@ -using Content.Shared.Roles; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Access.Components { [RegisterComponent] diff --git a/Content.Server/Access/Systems/IdCardConsoleSystem.cs b/Content.Server/Access/Systems/IdCardConsoleSystem.cs index 235a989cea3..92dd6420d35 100644 --- a/Content.Server/Access/Systems/IdCardConsoleSystem.cs +++ b/Content.Server/Access/Systems/IdCardConsoleSystem.cs @@ -2,7 +2,6 @@ using Content.Shared.Access.Systems; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; namespace Content.Server.Access.Systems { diff --git a/Content.Server/Access/Systems/IdCardSystem.cs b/Content.Server/Access/Systems/IdCardSystem.cs index 245a93f4d7c..1889e2d1b00 100644 --- a/Content.Server/Access/Systems/IdCardSystem.cs +++ b/Content.Server/Access/Systems/IdCardSystem.cs @@ -1,7 +1,5 @@ using Content.Shared.Hands.Components; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Server.Kitchen.Components; @@ -10,7 +8,6 @@ using Content.Shared.Access.Components; using Content.Shared.Access.Systems; using Content.Shared.PDA; -using Robust.Shared.IoC; using Robust.Shared.Player; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Server/Access/Systems/PresetIdCardSystem.cs b/Content.Server/Access/Systems/PresetIdCardSystem.cs index 6f0d74e9637..ad706614dab 100644 --- a/Content.Server/Access/Systems/PresetIdCardSystem.cs +++ b/Content.Server/Access/Systems/PresetIdCardSystem.cs @@ -1,11 +1,7 @@ using Content.Server.Access.Components; using Content.Shared.Access.Systems; using Content.Shared.Roles; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Prototypes; -using System; namespace Content.Server.Access.Systems { diff --git a/Content.Server/Actions/ActionsSystem.cs b/Content.Server/Actions/ActionsSystem.cs index 01c2fbe2c7a..a0f6133eb93 100644 --- a/Content.Server/Actions/ActionsSystem.cs +++ b/Content.Server/Actions/ActionsSystem.cs @@ -1,5 +1,4 @@ using Content.Server.Chat; -using Content.Server.Chat.Managers; using Content.Shared.Actions; using Content.Shared.Actions.ActionTypes; using JetBrains.Annotations; diff --git a/Content.Server/Actions/Events/DisarmAttemptEvent.cs b/Content.Server/Actions/Events/DisarmAttemptEvent.cs index 844facda9bc..162731d6b6a 100644 --- a/Content.Server/Actions/Events/DisarmAttemptEvent.cs +++ b/Content.Server/Actions/Events/DisarmAttemptEvent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Actions.Events { public sealed class DisarmAttemptEvent : CancellableEntityEventArgs diff --git a/Content.Server/Administration/AdminCommandAttribute.cs b/Content.Server/Administration/AdminCommandAttribute.cs index b7e17c9c4de..e115be2ef87 100644 --- a/Content.Server/Administration/AdminCommandAttribute.cs +++ b/Content.Server/Administration/AdminCommandAttribute.cs @@ -1,5 +1,4 @@ -using System; -using Content.Shared.Administration; +using Content.Shared.Administration; using JetBrains.Annotations; using Robust.Shared.Console; diff --git a/Content.Server/Administration/AdminPermsChangedEventArgs.cs b/Content.Server/Administration/AdminPermsChangedEventArgs.cs index dee717e69b0..24ca7aca684 100644 --- a/Content.Server/Administration/AdminPermsChangedEventArgs.cs +++ b/Content.Server/Administration/AdminPermsChangedEventArgs.cs @@ -1,5 +1,4 @@ -using System; -using Content.Shared.Administration; +using Content.Shared.Administration; using Robust.Server.Player; namespace Content.Server.Administration diff --git a/Content.Server/Administration/AdminSystem.cs b/Content.Server/Administration/AdminSystem.cs index 317b8ab4dfd..c4eae343ceb 100644 --- a/Content.Server/Administration/AdminSystem.cs +++ b/Content.Server/Administration/AdminSystem.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using System.Globalization; using System.Linq; using Content.Server.Administration.Managers; @@ -9,8 +8,6 @@ using Robust.Server.GameObjects; using Robust.Server.Player; using Robust.Shared.Enums; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Network; namespace Content.Server.Administration diff --git a/Content.Server/Administration/BwoinkSystem.cs b/Content.Server/Administration/BwoinkSystem.cs index 30807ca448b..c4e28c5cf67 100644 --- a/Content.Server/Administration/BwoinkSystem.cs +++ b/Content.Server/Administration/BwoinkSystem.cs @@ -1,24 +1,15 @@ -using System; -using System.Collections.Concurrent; -using System.Collections.Generic; using System.Linq; using System.Net.Http; -using System.Net.Http.Json; using System.Text; using System.Text.Json; using System.Text.Json.Nodes; -using System.Threading; using Content.Server.Administration.Managers; using Content.Shared.Administration; using Content.Shared.CCVar; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Server.Player; using Robust.Shared; using Robust.Shared.Configuration; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Network; using Robust.Shared.Utility; using System.Text.Json.Serialization; diff --git a/Content.Server/Administration/Commands/AGhost.cs b/Content.Server/Administration/Commands/AGhost.cs index 15e5c01aa3d..76a85bfa0c9 100644 --- a/Content.Server/Administration/Commands/AGhost.cs +++ b/Content.Server/Administration/Commands/AGhost.cs @@ -5,8 +5,6 @@ using Content.Shared.Ghost; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/AddBodyPartCommand.cs b/Content.Server/Administration/Commands/AddBodyPartCommand.cs index 70f9896f1e3..3fa18c04c75 100644 --- a/Content.Server/Administration/Commands/AddBodyPartCommand.cs +++ b/Content.Server/Administration/Commands/AddBodyPartCommand.cs @@ -1,9 +1,6 @@ using Content.Server.Body.Components; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/AddEntityStorageCommand.cs b/Content.Server/Administration/Commands/AddEntityStorageCommand.cs index 2fb5cf76e69..db07f257d24 100644 --- a/Content.Server/Administration/Commands/AddEntityStorageCommand.cs +++ b/Content.Server/Administration/Commands/AddEntityStorageCommand.cs @@ -1,9 +1,6 @@ using Content.Server.Storage.Components; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/AddMechanismCommand.cs b/Content.Server/Administration/Commands/AddMechanismCommand.cs index 34770972a64..d4c0bd6652b 100644 --- a/Content.Server/Administration/Commands/AddMechanismCommand.cs +++ b/Content.Server/Administration/Commands/AddMechanismCommand.cs @@ -2,9 +2,6 @@ using Content.Shared.Administration; using Content.Shared.Body.Components; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/AddReagent.cs b/Content.Server/Administration/Commands/AddReagent.cs index 40dd850af21..d7d8d998e35 100644 --- a/Content.Server/Administration/Commands/AddReagent.cs +++ b/Content.Server/Administration/Commands/AddReagent.cs @@ -4,10 +4,7 @@ using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; -using System; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/AdminLogBulk.cs b/Content.Server/Administration/Commands/AdminLogBulk.cs index ec66ad42f98..01320382537 100644 --- a/Content.Server/Administration/Commands/AdminLogBulk.cs +++ b/Content.Server/Administration/Commands/AdminLogBulk.cs @@ -1,10 +1,8 @@ using System.Threading.Tasks; using Content.Server.Administration.Logs; using Content.Shared.Administration; -using Content.Shared.Administration.Logs; using Content.Shared.Database; using Robust.Shared.Console; -using Robust.Shared.GameObjects; using Robust.Shared.Timing; namespace Content.Server.Administration.Commands; diff --git a/Content.Server/Administration/Commands/AdminWhoCommand.cs b/Content.Server/Administration/Commands/AdminWhoCommand.cs index b36f0fe950b..02a75ee8760 100644 --- a/Content.Server/Administration/Commands/AdminWhoCommand.cs +++ b/Content.Server/Administration/Commands/AdminWhoCommand.cs @@ -4,7 +4,6 @@ using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; using Robust.Shared.Utility; namespace Content.Server.Administration.Commands; diff --git a/Content.Server/Administration/Commands/AnnounceUiCommand.cs b/Content.Server/Administration/Commands/AnnounceUiCommand.cs index f40787cf957..c4cd7f13e41 100644 --- a/Content.Server/Administration/Commands/AnnounceUiCommand.cs +++ b/Content.Server/Administration/Commands/AnnounceUiCommand.cs @@ -3,7 +3,6 @@ using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/BanCommand.cs b/Content.Server/Administration/Commands/BanCommand.cs index 69f176a3863..fc53e1930b0 100644 --- a/Content.Server/Administration/Commands/BanCommand.cs +++ b/Content.Server/Administration/Commands/BanCommand.cs @@ -1,4 +1,3 @@ -using System; using System.Net; using System.Net.Sockets; using System.Text; @@ -6,7 +5,6 @@ using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands diff --git a/Content.Server/Administration/Commands/BanListCommand.cs b/Content.Server/Administration/Commands/BanListCommand.cs index 02ca8ace7c5..316848ee46a 100644 --- a/Content.Server/Administration/Commands/BanListCommand.cs +++ b/Content.Server/Administration/Commands/BanListCommand.cs @@ -1,10 +1,8 @@ -using System; -using System.Text; +using System.Text; using Content.Server.Database; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; using Robust.Shared.Network; namespace Content.Server.Administration.Commands diff --git a/Content.Server/Administration/Commands/ControlMob.cs b/Content.Server/Administration/Commands/ControlMob.cs index c4aa192e0f5..1b6ff3a5e2d 100644 --- a/Content.Server/Administration/Commands/ControlMob.cs +++ b/Content.Server/Administration/Commands/ControlMob.cs @@ -3,9 +3,6 @@ using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Utility; namespace Content.Server.Administration.Commands diff --git a/Content.Server/Administration/Commands/DSay.cs b/Content.Server/Administration/Commands/DSay.cs index 12680a59952..37517acddf8 100644 --- a/Content.Server/Administration/Commands/DSay.cs +++ b/Content.Server/Administration/Commands/DSay.cs @@ -1,10 +1,7 @@ using Content.Server.Chat; -using Content.Server.Chat.Managers; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/DeAdminCommand.cs b/Content.Server/Administration/Commands/DeAdminCommand.cs index 5be0b445958..c2bbfa7a339 100644 --- a/Content.Server/Administration/Commands/DeAdminCommand.cs +++ b/Content.Server/Administration/Commands/DeAdminCommand.cs @@ -3,7 +3,6 @@ using JetBrains.Annotations; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands diff --git a/Content.Server/Administration/Commands/DeleteComponent.cs b/Content.Server/Administration/Commands/DeleteComponent.cs index e9031e32aee..8b1d08ea67b 100644 --- a/Content.Server/Administration/Commands/DeleteComponent.cs +++ b/Content.Server/Administration/Commands/DeleteComponent.cs @@ -1,7 +1,5 @@ using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/DeleteEntitiesWithComponent.cs b/Content.Server/Administration/Commands/DeleteEntitiesWithComponent.cs index f3c72fac1ac..6a3fe50c01e 100644 --- a/Content.Server/Administration/Commands/DeleteEntitiesWithComponent.cs +++ b/Content.Server/Administration/Commands/DeleteEntitiesWithComponent.cs @@ -1,11 +1,6 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/DeleteEntitiesWithId.cs b/Content.Server/Administration/Commands/DeleteEntitiesWithId.cs index 3c17c2fca2f..82be56ee365 100644 --- a/Content.Server/Administration/Commands/DeleteEntitiesWithId.cs +++ b/Content.Server/Administration/Commands/DeleteEntitiesWithId.cs @@ -1,8 +1,6 @@ using System.Linq; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/DeleteEntityCommand.cs b/Content.Server/Administration/Commands/DeleteEntityCommand.cs index f7945d045fc..5a7df2ac7f5 100644 --- a/Content.Server/Administration/Commands/DeleteEntityCommand.cs +++ b/Content.Server/Administration/Commands/DeleteEntityCommand.cs @@ -1,7 +1,5 @@ using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/FindEntitiesWithComponents.cs b/Content.Server/Administration/Commands/FindEntitiesWithComponents.cs index 03150a3c501..c3092a2d44b 100644 --- a/Content.Server/Administration/Commands/FindEntitiesWithComponents.cs +++ b/Content.Server/Administration/Commands/FindEntitiesWithComponents.cs @@ -1,10 +1,6 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/OpenAdminLogsCommand.cs b/Content.Server/Administration/Commands/OpenAdminLogsCommand.cs index eb2f8b292b2..9f28dc907c7 100644 --- a/Content.Server/Administration/Commands/OpenAdminLogsCommand.cs +++ b/Content.Server/Administration/Commands/OpenAdminLogsCommand.cs @@ -3,7 +3,6 @@ using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands; diff --git a/Content.Server/Administration/Commands/OpenPermissionsCommand.cs b/Content.Server/Administration/Commands/OpenPermissionsCommand.cs index 2a1c00596ae..78d56cb4fbc 100644 --- a/Content.Server/Administration/Commands/OpenPermissionsCommand.cs +++ b/Content.Server/Administration/Commands/OpenPermissionsCommand.cs @@ -3,7 +3,6 @@ using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands diff --git a/Content.Server/Administration/Commands/OwoifyCommand.cs b/Content.Server/Administration/Commands/OwoifyCommand.cs index 6faf6c3b15c..b91bfea36c0 100644 --- a/Content.Server/Administration/Commands/OwoifyCommand.cs +++ b/Content.Server/Administration/Commands/OwoifyCommand.cs @@ -1,9 +1,6 @@ using Content.Server.Speech.EntitySystems; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Random; namespace Content.Server.Administration.Commands; diff --git a/Content.Server/Administration/Commands/PardonCommand.cs b/Content.Server/Administration/Commands/PardonCommand.cs index dc8a796233d..f3b89c1973d 100644 --- a/Content.Server/Administration/Commands/PardonCommand.cs +++ b/Content.Server/Administration/Commands/PardonCommand.cs @@ -1,10 +1,8 @@ -using System; -using System.Text; +using System.Text; using Content.Server.Database; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands diff --git a/Content.Server/Administration/Commands/PromoteHostCommand.cs b/Content.Server/Administration/Commands/PromoteHostCommand.cs index 7b66ee4a4ea..b9ae639d4ad 100644 --- a/Content.Server/Administration/Commands/PromoteHostCommand.cs +++ b/Content.Server/Administration/Commands/PromoteHostCommand.cs @@ -2,7 +2,6 @@ using JetBrains.Annotations; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/ReAdminCommand.cs b/Content.Server/Administration/Commands/ReAdminCommand.cs index 9f1ad91c3f0..12ff13221a0 100644 --- a/Content.Server/Administration/Commands/ReAdminCommand.cs +++ b/Content.Server/Administration/Commands/ReAdminCommand.cs @@ -2,7 +2,6 @@ using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands diff --git a/Content.Server/Administration/Commands/ReadyAll.cs b/Content.Server/Administration/Commands/ReadyAll.cs index c0f57aa2bdb..93b71dda771 100644 --- a/Content.Server/Administration/Commands/ReadyAll.cs +++ b/Content.Server/Administration/Commands/ReadyAll.cs @@ -1,10 +1,7 @@ using Content.Server.GameTicking; using Content.Shared.Administration; using Content.Shared.GameTicking; -using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/RemoveBodyPartCommand.cs b/Content.Server/Administration/Commands/RemoveBodyPartCommand.cs index 06a6cc075de..28488a18b4c 100644 --- a/Content.Server/Administration/Commands/RemoveBodyPartCommand.cs +++ b/Content.Server/Administration/Commands/RemoveBodyPartCommand.cs @@ -1,9 +1,6 @@ using Content.Server.Body.Components; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/RemoveEntityStorageCommand.cs b/Content.Server/Administration/Commands/RemoveEntityStorageCommand.cs index c525351f5f3..fccdc4a8548 100644 --- a/Content.Server/Administration/Commands/RemoveEntityStorageCommand.cs +++ b/Content.Server/Administration/Commands/RemoveEntityStorageCommand.cs @@ -1,9 +1,6 @@ using Content.Server.Storage.Components; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/RemoveExtraComponents.cs b/Content.Server/Administration/Commands/RemoveExtraComponents.cs index 64bbbaf52da..5d3a981b633 100644 --- a/Content.Server/Administration/Commands/RemoveExtraComponents.cs +++ b/Content.Server/Administration/Commands/RemoveExtraComponents.cs @@ -1,7 +1,5 @@ using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; namespace Content.Server.Administration.Commands diff --git a/Content.Server/Administration/Commands/RemoveMechanismCommand.cs b/Content.Server/Administration/Commands/RemoveMechanismCommand.cs index 0fa455e375e..7438f10d87c 100644 --- a/Content.Server/Administration/Commands/RemoveMechanismCommand.cs +++ b/Content.Server/Administration/Commands/RemoveMechanismCommand.cs @@ -2,9 +2,6 @@ using Content.Shared.Administration; using Content.Shared.Body.Components; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/SetAdminOOC.cs b/Content.Server/Administration/Commands/SetAdminOOC.cs index 9a3d70881f2..bb11b938d85 100644 --- a/Content.Server/Administration/Commands/SetAdminOOC.cs +++ b/Content.Server/Administration/Commands/SetAdminOOC.cs @@ -4,9 +4,6 @@ using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Maths; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/SetMindCommand.cs b/Content.Server/Administration/Commands/SetMindCommand.cs index f271aa8bef6..5c728f65991 100644 --- a/Content.Server/Administration/Commands/SetMindCommand.cs +++ b/Content.Server/Administration/Commands/SetMindCommand.cs @@ -3,9 +3,6 @@ using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/SetOutfitCommand.cs b/Content.Server/Administration/Commands/SetOutfitCommand.cs index 17138abb1d1..978c7cda9b3 100644 --- a/Content.Server/Administration/Commands/SetOutfitCommand.cs +++ b/Content.Server/Administration/Commands/SetOutfitCommand.cs @@ -9,9 +9,6 @@ using Robust.Server.GameObjects; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Prototypes; using InventoryComponent = Content.Shared.Inventory.InventoryComponent; diff --git a/Content.Server/Administration/Commands/SetSolutionCapacity.cs b/Content.Server/Administration/Commands/SetSolutionCapacity.cs index 9a8ad0ecf19..c8cc4aa0cbd 100644 --- a/Content.Server/Administration/Commands/SetSolutionCapacity.cs +++ b/Content.Server/Administration/Commands/SetSolutionCapacity.cs @@ -3,8 +3,6 @@ using Content.Shared.Administration; using Content.Shared.FixedPoint; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/SetSolutionTemperature.cs b/Content.Server/Administration/Commands/SetSolutionTemperature.cs index b4cae498ecc..b0e4769fec2 100644 --- a/Content.Server/Administration/Commands/SetSolutionTemperature.cs +++ b/Content.Server/Administration/Commands/SetSolutionTemperature.cs @@ -2,8 +2,6 @@ using Content.Server.Chemistry.EntitySystems; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/SetSolutionThermalEnergy.cs b/Content.Server/Administration/Commands/SetSolutionThermalEnergy.cs index 4b50836fb45..9166812f920 100644 --- a/Content.Server/Administration/Commands/SetSolutionThermalEnergy.cs +++ b/Content.Server/Administration/Commands/SetSolutionThermalEnergy.cs @@ -2,8 +2,6 @@ using Content.Server.Chemistry.EntitySystems; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/ShuttleCommands.cs b/Content.Server/Administration/Commands/ShuttleCommands.cs index f9ac6de1a30..84d8a125e01 100644 --- a/Content.Server/Administration/Commands/ShuttleCommands.cs +++ b/Content.Server/Administration/Commands/ShuttleCommands.cs @@ -1,11 +1,7 @@ -using System; using Content.Server.RoundEnd; using Content.Shared.Administration; using Content.Shared.Localizations; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/Station/ListStationsCommand.cs b/Content.Server/Administration/Commands/Station/ListStationsCommand.cs index 4a6b60e3d34..b50bef2860f 100644 --- a/Content.Server/Administration/Commands/Station/ListStationsCommand.cs +++ b/Content.Server/Administration/Commands/Station/ListStationsCommand.cs @@ -1,9 +1,6 @@ -using Content.Server.Station; -using Content.Server.Station.Components; using Content.Server.Station.Systems; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; namespace Content.Server.Administration.Commands.Station; diff --git a/Content.Server/Administration/Commands/WarpCommand.cs b/Content.Server/Administration/Commands/WarpCommand.cs index 9599bb9971a..69ad871f784 100644 --- a/Content.Server/Administration/Commands/WarpCommand.cs +++ b/Content.Server/Administration/Commands/WarpCommand.cs @@ -1,14 +1,10 @@ -using System.Collections.Generic; using System.Linq; using Content.Server.Warps; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; using Robust.Shared.Enums; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Physics; namespace Content.Server.Administration.Commands diff --git a/Content.Server/Administration/Logs/AdminLogSystem.Cache.cs b/Content.Server/Administration/Logs/AdminLogSystem.Cache.cs index 7cbea39b353..02905042111 100644 --- a/Content.Server/Administration/Logs/AdminLogSystem.Cache.cs +++ b/Content.Server/Administration/Logs/AdminLogSystem.Cache.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Diagnostics.CodeAnalysis; +using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Server.Database; using Content.Shared.Administration.Logs; diff --git a/Content.Server/Administration/Logs/AdminLogSystem.Json.cs b/Content.Server/Administration/Logs/AdminLogSystem.Json.cs index 9e317704ecd..7270c898546 100644 --- a/Content.Server/Administration/Logs/AdminLogSystem.Json.cs +++ b/Content.Server/Administration/Logs/AdminLogSystem.Json.cs @@ -1,13 +1,9 @@ -using System; -using System.Collections.Generic; -using System.Linq; +using System.Linq; using System.Text.Json; using System.Text.Json.Serialization; using Content.Server.Administration.Logs.Converters; using Robust.Server.GameObjects; using Robust.Server.Player; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.Logs; diff --git a/Content.Server/Administration/Logs/AdminLogSystem.cs b/Content.Server/Administration/Logs/AdminLogSystem.cs index cc3b3181b60..f7daac1fcb6 100644 --- a/Content.Server/Administration/Logs/AdminLogSystem.cs +++ b/Content.Server/Administration/Logs/AdminLogSystem.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Concurrent; -using System.Collections.Generic; +using System.Collections.Concurrent; using System.Text.Json; using System.Threading; using System.Threading.Tasks; @@ -13,9 +11,6 @@ using Prometheus; using Robust.Shared; using Robust.Shared.Configuration; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Reflection; namespace Content.Server.Administration.Logs; diff --git a/Content.Server/Administration/Logs/Converters/AdminLogConverter.cs b/Content.Server/Administration/Logs/Converters/AdminLogConverter.cs index 70453af730d..0f2ce3983a9 100644 --- a/Content.Server/Administration/Logs/Converters/AdminLogConverter.cs +++ b/Content.Server/Administration/Logs/Converters/AdminLogConverter.cs @@ -1,5 +1,4 @@ -using System; -using System.Text.Json; +using System.Text.Json; using System.Text.Json.Serialization; namespace Content.Server.Administration.Logs.Converters; diff --git a/Content.Server/Administration/Logs/Converters/AdminLogConverterAttribute.cs b/Content.Server/Administration/Logs/Converters/AdminLogConverterAttribute.cs index 3ac1c5a5c85..78418adb676 100644 --- a/Content.Server/Administration/Logs/Converters/AdminLogConverterAttribute.cs +++ b/Content.Server/Administration/Logs/Converters/AdminLogConverterAttribute.cs @@ -1,5 +1,4 @@ -using System; -using JetBrains.Annotations; +using JetBrains.Annotations; namespace Content.Server.Administration.Logs.Converters; diff --git a/Content.Server/Administration/Logs/Converters/EntityStringRepresentationConverter.cs b/Content.Server/Administration/Logs/Converters/EntityStringRepresentationConverter.cs index a7dc779252d..32551e5a7d6 100644 --- a/Content.Server/Administration/Logs/Converters/EntityStringRepresentationConverter.cs +++ b/Content.Server/Administration/Logs/Converters/EntityStringRepresentationConverter.cs @@ -1,5 +1,4 @@ using System.Text.Json; -using Robust.Shared.GameObjects; namespace Content.Server.Administration.Logs.Converters; diff --git a/Content.Server/Administration/Logs/Converters/EntityUidConverter.cs b/Content.Server/Administration/Logs/Converters/EntityUidConverter.cs index 55db739359c..3788486fb99 100644 --- a/Content.Server/Administration/Logs/Converters/EntityUidConverter.cs +++ b/Content.Server/Administration/Logs/Converters/EntityUidConverter.cs @@ -1,7 +1,5 @@ using System.Text.Json; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.Logs.Converters; diff --git a/Content.Server/Administration/Logs/Converters/PlayerSessionConverter.cs b/Content.Server/Administration/Logs/Converters/PlayerSessionConverter.cs index e76741db456..ab5a0dcff9d 100644 --- a/Content.Server/Administration/Logs/Converters/PlayerSessionConverter.cs +++ b/Content.Server/Administration/Logs/Converters/PlayerSessionConverter.cs @@ -1,7 +1,5 @@ using System.Text.Json; using Robust.Server.Player; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.Logs.Converters; diff --git a/Content.Server/Administration/Logs/LogFilter.cs b/Content.Server/Administration/Logs/LogFilter.cs index 9dc609e9171..0aa4edadf0b 100644 --- a/Content.Server/Administration/Logs/LogFilter.cs +++ b/Content.Server/Administration/Logs/LogFilter.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Threading; +using System.Threading; using Content.Shared.Administration.Logs; using Content.Shared.Database; diff --git a/Content.Server/Administration/Logs/QueuedLog.cs b/Content.Server/Administration/Logs/QueuedLog.cs index e126712e07b..ced0480fffb 100644 --- a/Content.Server/Administration/Logs/QueuedLog.cs +++ b/Content.Server/Administration/Logs/QueuedLog.cs @@ -1,5 +1,4 @@ -using System.Collections.Generic; -using Content.Server.Database; +using Content.Server.Database; namespace Content.Server.Administration.Logs; diff --git a/Content.Server/Administration/Managers/AdminManager.cs b/Content.Server/Administration/Managers/AdminManager.cs index 555dfffbaf4..4391f92ae22 100644 --- a/Content.Server/Administration/Managers/AdminManager.cs +++ b/Content.Server/Administration/Managers/AdminManager.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; @@ -15,8 +13,6 @@ using Robust.Shared.Console; using Robust.Shared.ContentPack; using Robust.Shared.Enums; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Network; using Robust.Shared.Utility; using YamlDotNet.RepresentationModel; diff --git a/Content.Server/Administration/Managers/IAdminManager.cs b/Content.Server/Administration/Managers/IAdminManager.cs index daf0f9981ec..bb7af0d482d 100644 --- a/Content.Server/Administration/Managers/IAdminManager.cs +++ b/Content.Server/Administration/Managers/IAdminManager.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using Content.Shared.Administration; +using Content.Shared.Administration; using Robust.Server.Player; diff --git a/Content.Server/Administration/PlayerLocator.cs b/Content.Server/Administration/PlayerLocator.cs index 477791f642b..41a00b7e72d 100644 --- a/Content.Server/Administration/PlayerLocator.cs +++ b/Content.Server/Administration/PlayerLocator.cs @@ -1,5 +1,4 @@ -using System; -using System.Collections.Immutable; +using System.Collections.Immutable; using System.Net; using System.Net.Http; using System.Net.Http.Json; @@ -10,8 +9,6 @@ using Robust.Server.Player; using Robust.Shared; using Robust.Shared.Configuration; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Network; namespace Content.Server.Administration diff --git a/Content.Server/Administration/UI/AdminAnnounceEui.cs b/Content.Server/Administration/UI/AdminAnnounceEui.cs index aa3e64df3f1..8ca8abea9e9 100644 --- a/Content.Server/Administration/UI/AdminAnnounceEui.cs +++ b/Content.Server/Administration/UI/AdminAnnounceEui.cs @@ -3,7 +3,6 @@ using Content.Server.EUI; using Content.Shared.Administration; using Content.Shared.Eui; -using Robust.Shared.IoC; namespace Content.Server.Administration.UI { diff --git a/Content.Server/Administration/UI/EditSolutionsEui.cs b/Content.Server/Administration/UI/EditSolutionsEui.cs index ac3f49301a2..e9f04696a2f 100644 --- a/Content.Server/Administration/UI/EditSolutionsEui.cs +++ b/Content.Server/Administration/UI/EditSolutionsEui.cs @@ -3,8 +3,6 @@ using Content.Shared.Administration; using Content.Shared.Eui; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.UI { diff --git a/Content.Server/Administration/UI/PermissionsEui.cs b/Content.Server/Administration/UI/PermissionsEui.cs index aeaa14d02a9..8445636b44d 100644 --- a/Content.Server/Administration/UI/PermissionsEui.cs +++ b/Content.Server/Administration/UI/PermissionsEui.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; +using System.Linq; using System.Threading.Tasks; using Content.Server.Administration.Managers; using Content.Server.Database; @@ -8,8 +6,6 @@ using Content.Shared.Administration; using Content.Shared.Eui; using Robust.Server.Player; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Network; using DbAdminRank = Content.Server.Database.AdminRank; using static Content.Shared.Administration.PermissionsEuiMsg; diff --git a/Content.Server/Administration/UI/SetOutfitEui.cs b/Content.Server/Administration/UI/SetOutfitEui.cs index 24e727682c1..37b98568d35 100644 --- a/Content.Server/Administration/UI/SetOutfitEui.cs +++ b/Content.Server/Administration/UI/SetOutfitEui.cs @@ -3,8 +3,6 @@ using Content.Shared.Administration; using Content.Shared.Eui; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.UI { diff --git a/Content.Server/Advertise/AdvertiseComponent.cs b/Content.Server/Advertise/AdvertiseComponent.cs index 135791fe8ad..9620ce59d7b 100644 --- a/Content.Server/Advertise/AdvertiseComponent.cs +++ b/Content.Server/Advertise/AdvertiseComponent.cs @@ -1,10 +1,5 @@ -using System; using Content.Server.Advertisements; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Advertise { diff --git a/Content.Server/Advertise/AdvertiseSystem.cs b/Content.Server/Advertise/AdvertiseSystem.cs index 24c881988fe..05faeb4be2e 100644 --- a/Content.Server/Advertise/AdvertiseSystem.cs +++ b/Content.Server/Advertise/AdvertiseSystem.cs @@ -1,12 +1,7 @@ -using System; using Content.Server.Advertisements; using Content.Server.Chat; -using Content.Server.Chat.Managers; using Content.Server.Power.Components; using Content.Server.VendingMachines; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Prototypes; using Robust.Shared.Random; using Robust.Shared.Timing; diff --git a/Content.Server/Advertisements/AdvertisementsPackPrototype.cs b/Content.Server/Advertisements/AdvertisementsPackPrototype.cs index a959dd20328..e8288bc1669 100644 --- a/Content.Server/Advertisements/AdvertisementsPackPrototype.cs +++ b/Content.Server/Advertisements/AdvertisementsPackPrototype.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; +using Robust.Shared.Prototypes; namespace Content.Server.Advertisements { diff --git a/Content.Server/Afk/AfkManager.cs b/Content.Server/Afk/AfkManager.cs index a6657d9c7f6..24cd1e28cec 100644 --- a/Content.Server/Afk/AfkManager.cs +++ b/Content.Server/Afk/AfkManager.cs @@ -1,14 +1,10 @@ -using System; -using System.Collections.Generic; -using Content.Shared.CCVar; +using Content.Shared.CCVar; using JetBrains.Annotations; using Robust.Server.Player; using Robust.Shared.Configuration; using Robust.Shared.Console; using Robust.Shared.Enums; -using Robust.Shared.GameObjects; using Robust.Shared.Input; -using Robust.Shared.IoC; using Robust.Shared.Timing; namespace Content.Server.Afk diff --git a/Content.Server/Afk/IsAfkCommand.cs b/Content.Server/Afk/IsAfkCommand.cs index b166851b50a..cad348bf8ee 100644 --- a/Content.Server/Afk/IsAfkCommand.cs +++ b/Content.Server/Afk/IsAfkCommand.cs @@ -2,7 +2,6 @@ using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Afk { diff --git a/Content.Server/AirlockPainter/AirlockPainterComponent.cs b/Content.Server/AirlockPainter/AirlockPainterComponent.cs index 79a2d0afb01..5a05d3433d2 100644 --- a/Content.Server/AirlockPainter/AirlockPainterComponent.cs +++ b/Content.Server/AirlockPainter/AirlockPainterComponent.cs @@ -1,7 +1,4 @@ -using Content.Server.UserInterface; -using Content.Shared.AirlockPainter; using Content.Shared.Sound; -using Robust.Server.GameObjects; namespace Content.Server.AirlockPainter { diff --git a/Content.Server/Alert/Click/RemoveCuffs.cs b/Content.Server/Alert/Click/RemoveCuffs.cs index 1419b89df02..de8b4455be8 100644 --- a/Content.Server/Alert/Click/RemoveCuffs.cs +++ b/Content.Server/Alert/Click/RemoveCuffs.cs @@ -1,9 +1,6 @@ using Content.Server.Cuffs.Components; using Content.Shared.Alert; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Alert.Click { diff --git a/Content.Server/Alert/Click/ResistFire.cs b/Content.Server/Alert/Click/ResistFire.cs index 54e164a3603..b373e7eff9b 100644 --- a/Content.Server/Alert/Click/ResistFire.cs +++ b/Content.Server/Alert/Click/ResistFire.cs @@ -2,9 +2,6 @@ using Content.Server.Atmos.EntitySystems; using Content.Shared.Alert; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Alert.Click { diff --git a/Content.Server/Alert/Click/StopBeingPulled.cs b/Content.Server/Alert/Click/StopBeingPulled.cs index 99030c1d751..2b9f16b3a4d 100644 --- a/Content.Server/Alert/Click/StopBeingPulled.cs +++ b/Content.Server/Alert/Click/StopBeingPulled.cs @@ -3,9 +3,6 @@ using Content.Shared.Pulling.Components; using Content.Shared.Pulling; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Alert.Click { diff --git a/Content.Server/Alert/Click/StopPiloting.cs b/Content.Server/Alert/Click/StopPiloting.cs index ed8a090734b..e25c23a4d35 100644 --- a/Content.Server/Alert/Click/StopPiloting.cs +++ b/Content.Server/Alert/Click/StopPiloting.cs @@ -1,12 +1,7 @@ -using Content.Server.Shuttles; using Content.Server.Shuttles.EntitySystems; using Content.Shared.Alert; -using Content.Shared.Shuttles; using Content.Shared.Shuttles.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Alert.Click { diff --git a/Content.Server/Alert/Click/StopPulling.cs b/Content.Server/Alert/Click/StopPulling.cs index 733647966f5..c654db5e31a 100644 --- a/Content.Server/Alert/Click/StopPulling.cs +++ b/Content.Server/Alert/Click/StopPulling.cs @@ -2,9 +2,6 @@ using Content.Shared.Pulling; using Content.Shared.Pulling.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Alert.Click { diff --git a/Content.Server/Alert/Click/Unbuckle.cs b/Content.Server/Alert/Click/Unbuckle.cs index 40026e1b74e..6c3f27c5087 100644 --- a/Content.Server/Alert/Click/Unbuckle.cs +++ b/Content.Server/Alert/Click/Unbuckle.cs @@ -1,9 +1,6 @@ using Content.Server.Buckle.Components; using Content.Shared.Alert; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Alert.Click { diff --git a/Content.Server/Alert/Commands/ClearAlert.cs b/Content.Server/Alert/Commands/ClearAlert.cs index 87a031405d9..e43f06413c3 100644 --- a/Content.Server/Alert/Commands/ClearAlert.cs +++ b/Content.Server/Alert/Commands/ClearAlert.cs @@ -1,12 +1,9 @@ -using System; using Content.Server.Administration; using Content.Server.Commands; using Content.Shared.Administration; using Content.Shared.Alert; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Alert.Commands { diff --git a/Content.Server/Alert/Commands/ShowAlert.cs b/Content.Server/Alert/Commands/ShowAlert.cs index c676eeb94c8..edb634b546c 100644 --- a/Content.Server/Alert/Commands/ShowAlert.cs +++ b/Content.Server/Alert/Commands/ShowAlert.cs @@ -1,12 +1,9 @@ -using System; using Content.Server.Administration; using Content.Server.Commands; using Content.Shared.Administration; using Content.Shared.Alert; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Alert.Commands { diff --git a/Content.Server/Animals/Components/UdderComponent.cs b/Content.Server/Animals/Components/UdderComponent.cs index 502873d1d4c..71a465abdba 100644 --- a/Content.Server/Animals/Components/UdderComponent.cs +++ b/Content.Server/Animals/Components/UdderComponent.cs @@ -1,12 +1,7 @@ -using System; using Content.Server.Animals.Systems; using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Animals.Components { diff --git a/Content.Server/Animals/Systems/UdderSystem.cs b/Content.Server/Animals/Systems/UdderSystem.cs index 76255f47332..63547068b6b 100644 --- a/Content.Server/Animals/Systems/UdderSystem.cs +++ b/Content.Server/Animals/Systems/UdderSystem.cs @@ -6,9 +6,6 @@ using Content.Server.Popups; using Content.Shared.Nutrition.Components; using Content.Shared.Verbs; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Animals.Systems diff --git a/Content.Server/Announcements/AnnounceCommand.cs b/Content.Server/Announcements/AnnounceCommand.cs index 6d542d99d96..6a53e5e02a5 100644 --- a/Content.Server/Announcements/AnnounceCommand.cs +++ b/Content.Server/Announcements/AnnounceCommand.cs @@ -1,10 +1,7 @@ -using System; using Content.Server.Administration; using Content.Server.Chat.Managers; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.IoC; -using Robust.Shared.Audio; namespace Content.Server.Announcements { diff --git a/Content.Server/Arcade/Components/BlockGameArcadeComponent.cs b/Content.Server/Arcade/Components/BlockGameArcadeComponent.cs index 031b48bc7b3..a36884493af 100644 --- a/Content.Server/Arcade/Components/BlockGameArcadeComponent.cs +++ b/Content.Server/Arcade/Components/BlockGameArcadeComponent.cs @@ -2,7 +2,6 @@ using Content.Server.Power.Components; using Content.Server.UserInterface; using Content.Shared.Arcade; -using Content.Shared.Interaction; using Robust.Server.GameObjects; using Robust.Server.Player; using Robust.Shared.Random; diff --git a/Content.Server/Arcade/Components/SpaceVillainArcadeComponent.cs b/Content.Server/Arcade/Components/SpaceVillainArcadeComponent.cs index 703c44fe544..66fcc915a8c 100644 --- a/Content.Server/Arcade/Components/SpaceVillainArcadeComponent.cs +++ b/Content.Server/Arcade/Components/SpaceVillainArcadeComponent.cs @@ -1,11 +1,7 @@ using Content.Server.Power.Components; using Content.Server.UserInterface; -using Content.Server.VendingMachines; -using Content.Shared.ActionBlocker; using Content.Shared.Arcade; -using Content.Shared.Interaction; using Content.Shared.Sound; -using Content.Shared.Wires; using Robust.Server.GameObjects; using Robust.Shared.Audio; using Robust.Shared.Player; diff --git a/Content.Server/Armor/ArmorComponent.cs b/Content.Server/Armor/ArmorComponent.cs index 557df0bb135..debf1feab8a 100644 --- a/Content.Server/Armor/ArmorComponent.cs +++ b/Content.Server/Armor/ArmorComponent.cs @@ -1,6 +1,4 @@ using Content.Shared.Damage; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Armor { diff --git a/Content.Server/Armor/ArmorSystem.cs b/Content.Server/Armor/ArmorSystem.cs index fdaff2eaf41..2e5fbce53b6 100644 --- a/Content.Server/Armor/ArmorSystem.cs +++ b/Content.Server/Armor/ArmorSystem.cs @@ -1,5 +1,4 @@ using Content.Shared.Damage; -using Robust.Shared.GameObjects; namespace Content.Server.Armor { diff --git a/Content.Server/Atmos/Commands/AddAtmosCommand.cs b/Content.Server/Atmos/Commands/AddAtmosCommand.cs index aaf5734a44a..3f28256fc56 100644 --- a/Content.Server/Atmos/Commands/AddAtmosCommand.cs +++ b/Content.Server/Atmos/Commands/AddAtmosCommand.cs @@ -2,8 +2,6 @@ using Content.Server.Atmos.Components; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Atmos.Commands diff --git a/Content.Server/Atmos/Commands/AddGasCommand.cs b/Content.Server/Atmos/Commands/AddGasCommand.cs index d5aa50f19b1..2145ee342a8 100644 --- a/Content.Server/Atmos/Commands/AddGasCommand.cs +++ b/Content.Server/Atmos/Commands/AddGasCommand.cs @@ -3,9 +3,7 @@ using Content.Shared.Administration; using Content.Shared.Atmos; using Robust.Shared.Console; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.Atmos.Commands { diff --git a/Content.Server/Atmos/Commands/AddUnsimulatedAtmosCommand.cs b/Content.Server/Atmos/Commands/AddUnsimulatedAtmosCommand.cs index 737f4f384d9..591a93988ce 100644 --- a/Content.Server/Atmos/Commands/AddUnsimulatedAtmosCommand.cs +++ b/Content.Server/Atmos/Commands/AddUnsimulatedAtmosCommand.cs @@ -2,8 +2,6 @@ using Content.Server.Atmos.Components; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Atmos.Commands diff --git a/Content.Server/Atmos/Commands/DeleteGasCommand.cs b/Content.Server/Atmos/Commands/DeleteGasCommand.cs index ff8b840e4db..e32a57d137f 100644 --- a/Content.Server/Atmos/Commands/DeleteGasCommand.cs +++ b/Content.Server/Atmos/Commands/DeleteGasCommand.cs @@ -1,12 +1,9 @@ -using System; using Content.Server.Administration; using Content.Server.Atmos.EntitySystems; using Content.Shared.Administration; using Content.Shared.Atmos; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Atmos.Commands diff --git a/Content.Server/Atmos/Commands/FillGasCommand.cs b/Content.Server/Atmos/Commands/FillGasCommand.cs index 855b6ef18e4..7b1cfd8e6ba 100644 --- a/Content.Server/Atmos/Commands/FillGasCommand.cs +++ b/Content.Server/Atmos/Commands/FillGasCommand.cs @@ -3,8 +3,6 @@ using Content.Shared.Administration; using Content.Shared.Atmos; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Atmos.Commands diff --git a/Content.Server/Atmos/Commands/ListGasesCommand.cs b/Content.Server/Atmos/Commands/ListGasesCommand.cs index ba1c99307b6..cc27c221979 100644 --- a/Content.Server/Atmos/Commands/ListGasesCommand.cs +++ b/Content.Server/Atmos/Commands/ListGasesCommand.cs @@ -2,7 +2,6 @@ using Content.Server.Atmos.EntitySystems; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; namespace Content.Server.Atmos.Commands { diff --git a/Content.Server/Atmos/Commands/RemoveGasCommand.cs b/Content.Server/Atmos/Commands/RemoveGasCommand.cs index 4677e5055f8..879a2a4dcd3 100644 --- a/Content.Server/Atmos/Commands/RemoveGasCommand.cs +++ b/Content.Server/Atmos/Commands/RemoveGasCommand.cs @@ -2,9 +2,7 @@ using Content.Server.Atmos.EntitySystems; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.Atmos.Commands { diff --git a/Content.Server/Atmos/Commands/SetAtmosTemperatureCommand.cs b/Content.Server/Atmos/Commands/SetAtmosTemperatureCommand.cs index 51d53488970..2f045472479 100644 --- a/Content.Server/Atmos/Commands/SetAtmosTemperatureCommand.cs +++ b/Content.Server/Atmos/Commands/SetAtmosTemperatureCommand.cs @@ -3,8 +3,6 @@ using Content.Shared.Administration; using Content.Shared.Atmos; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Atmos.Commands diff --git a/Content.Server/Atmos/Commands/SetTemperatureCommand.cs b/Content.Server/Atmos/Commands/SetTemperatureCommand.cs index 709f6beeebe..228556acfe7 100644 --- a/Content.Server/Atmos/Commands/SetTemperatureCommand.cs +++ b/Content.Server/Atmos/Commands/SetTemperatureCommand.cs @@ -3,9 +3,7 @@ using Content.Shared.Administration; using Content.Shared.Atmos; using Robust.Shared.Console; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.Atmos.Commands { diff --git a/Content.Server/Atmos/Commands/ShowAtmosCommand.cs b/Content.Server/Atmos/Commands/ShowAtmosCommand.cs index 52e67c8e142..5ad73ec9063 100644 --- a/Content.Server/Atmos/Commands/ShowAtmosCommand.cs +++ b/Content.Server/Atmos/Commands/ShowAtmosCommand.cs @@ -3,7 +3,6 @@ using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; namespace Content.Server.Atmos.Commands { diff --git a/Content.Server/Atmos/Components/AirtightComponent.cs b/Content.Server/Atmos/Components/AirtightComponent.cs index fde9e4a1ee8..309841b5009 100644 --- a/Content.Server/Atmos/Components/AirtightComponent.cs +++ b/Content.Server/Atmos/Components/AirtightComponent.cs @@ -1,12 +1,6 @@ -using Content.Server.Atmos.EntitySystems; using Content.Shared.Atmos; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.Components { diff --git a/Content.Server/Atmos/Components/AtmosExposedComponent.cs b/Content.Server/Atmos/Components/AtmosExposedComponent.cs index 34304fe32bc..6a2840c288a 100644 --- a/Content.Server/Atmos/Components/AtmosExposedComponent.cs +++ b/Content.Server/Atmos/Components/AtmosExposedComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.Atmos.Components +namespace Content.Server.Atmos.Components { // not if i get there first - Flipp /// diff --git a/Content.Server/Atmos/Components/AtmosFixMarkerComponent.cs b/Content.Server/Atmos/Components/AtmosFixMarkerComponent.cs index 0596a343a47..4cc36196951 100644 --- a/Content.Server/Atmos/Components/AtmosFixMarkerComponent.cs +++ b/Content.Server/Atmos/Components/AtmosFixMarkerComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Atmos.Components { /// diff --git a/Content.Server/Atmos/Components/AtmosPlaqueComponent.cs b/Content.Server/Atmos/Components/AtmosPlaqueComponent.cs index 9cf0df0d4a9..7a8fde5efaf 100644 --- a/Content.Server/Atmos/Components/AtmosPlaqueComponent.cs +++ b/Content.Server/Atmos/Components/AtmosPlaqueComponent.cs @@ -1,7 +1,4 @@ using Content.Server.Atmos.EntitySystems; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.Components { diff --git a/Content.Server/Atmos/Components/BreathToolComponent.cs b/Content.Server/Atmos/Components/BreathToolComponent.cs index 07224285337..7f500ae5ae7 100644 --- a/Content.Server/Atmos/Components/BreathToolComponent.cs +++ b/Content.Server/Atmos/Components/BreathToolComponent.cs @@ -1,10 +1,5 @@ using Content.Server.Body.Components; -using Content.Server.Body.Systems; using Content.Shared.Inventory; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Atmos.Components { diff --git a/Content.Server/Atmos/Components/GasAnalyzableComponent.cs b/Content.Server/Atmos/Components/GasAnalyzableComponent.cs index ba9f9e92f94..71e74cec08f 100644 --- a/Content.Server/Atmos/Components/GasAnalyzableComponent.cs +++ b/Content.Server/Atmos/Components/GasAnalyzableComponent.cs @@ -1,10 +1,3 @@ -using Content.Server.Atmos.Piping.EntitySystems; -using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - /** * GasAnalyzableComponent is a component for anything that can be examined with a gas analyzer. */ diff --git a/Content.Server/Atmos/Components/GasMixtureHolderComponent.cs b/Content.Server/Atmos/Components/GasMixtureHolderComponent.cs index dfddf0a0078..4dbe4424e61 100644 --- a/Content.Server/Atmos/Components/GasMixtureHolderComponent.cs +++ b/Content.Server/Atmos/Components/GasMixtureHolderComponent.cs @@ -1,8 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - -namespace Content.Server.Atmos.Components +namespace Content.Server.Atmos.Components { [RegisterComponent] public sealed class GasMixtureHolderComponent : Component, IGasMixtureHolder diff --git a/Content.Server/Atmos/Components/GridAtmosphereComponent.cs b/Content.Server/Atmos/Components/GridAtmosphereComponent.cs index b680fee5954..a7a17284253 100644 --- a/Content.Server/Atmos/Components/GridAtmosphereComponent.cs +++ b/Content.Server/Atmos/Components/GridAtmosphereComponent.cs @@ -1,15 +1,7 @@ -using System; -using System.Collections; -using System.Collections.Generic; using Content.Server.Atmos.EntitySystems; using Content.Server.Atmos.Piping.Components; using Content.Server.NodeContainer.NodeGroups; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; -using Dependency = Robust.Shared.IoC.DependencyAttribute; namespace Content.Server.Atmos.Components { diff --git a/Content.Server/Atmos/Components/IAtmosphereComponent.cs b/Content.Server/Atmos/Components/IAtmosphereComponent.cs index 8e9bfb8abb3..6fe95e635de 100644 --- a/Content.Server/Atmos/Components/IAtmosphereComponent.cs +++ b/Content.Server/Atmos/Components/IAtmosphereComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.Atmos.Components +namespace Content.Server.Atmos.Components { public interface IAtmosphereComponent : IComponent { diff --git a/Content.Server/Atmos/Components/IgniteOnCollideComponent.cs b/Content.Server/Atmos/Components/IgniteOnCollideComponent.cs index ee8c57a6042..4b7bc333974 100644 --- a/Content.Server/Atmos/Components/IgniteOnCollideComponent.cs +++ b/Content.Server/Atmos/Components/IgniteOnCollideComponent.cs @@ -1,11 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - namespace Content.Server.Atmos.Components { [RegisterComponent] diff --git a/Content.Server/Atmos/Components/MovedByPressureComponent.cs b/Content.Server/Atmos/Components/MovedByPressureComponent.cs index 91169b95785..4fcc9cb91c0 100644 --- a/Content.Server/Atmos/Components/MovedByPressureComponent.cs +++ b/Content.Server/Atmos/Components/MovedByPressureComponent.cs @@ -1,5 +1,3 @@ -using Content.Server.Atmos.EntitySystems; - namespace Content.Server.Atmos.Components { // Unfortunately can't be friends yet due to magboots. diff --git a/Content.Server/Atmos/Components/PressureProtectionComponent.cs b/Content.Server/Atmos/Components/PressureProtectionComponent.cs index 302d077603e..e288cd10d9c 100644 --- a/Content.Server/Atmos/Components/PressureProtectionComponent.cs +++ b/Content.Server/Atmos/Components/PressureProtectionComponent.cs @@ -1,8 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - -namespace Content.Server.Atmos.Components +namespace Content.Server.Atmos.Components { [RegisterComponent] public sealed class PressureProtectionComponent : Component diff --git a/Content.Server/Atmos/Components/SpaceAtmosphereComponent.cs b/Content.Server/Atmos/Components/SpaceAtmosphereComponent.cs index 8c9b0906362..d5c3ad07d76 100644 --- a/Content.Server/Atmos/Components/SpaceAtmosphereComponent.cs +++ b/Content.Server/Atmos/Components/SpaceAtmosphereComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.Atmos.Components +namespace Content.Server.Atmos.Components { [RegisterComponent] [ComponentReference(typeof(IAtmosphereComponent))] diff --git a/Content.Server/Atmos/Components/TemperatureProtectionComponent.cs b/Content.Server/Atmos/Components/TemperatureProtectionComponent.cs index 7f1a6e74d20..b0e2d3b36b3 100644 --- a/Content.Server/Atmos/Components/TemperatureProtectionComponent.cs +++ b/Content.Server/Atmos/Components/TemperatureProtectionComponent.cs @@ -1,8 +1,4 @@ -using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - -namespace Content.Server.Atmos.Components; +namespace Content.Server.Atmos.Components; [RegisterComponent] public sealed class TemperatureProtectionComponent : Component diff --git a/Content.Server/Atmos/Components/UnsimulatedGridAtmosphereComponent.cs b/Content.Server/Atmos/Components/UnsimulatedGridAtmosphereComponent.cs index bc2ac437b7a..a5fb02171f6 100644 --- a/Content.Server/Atmos/Components/UnsimulatedGridAtmosphereComponent.cs +++ b/Content.Server/Atmos/Components/UnsimulatedGridAtmosphereComponent.cs @@ -1,11 +1,4 @@ -using System; -using Content.Server.Atmos.Piping.Components; -using Content.Server.NodeContainer.NodeGroups; -using Content.Shared.Atmos; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; - -namespace Content.Server.Atmos.Components +namespace Content.Server.Atmos.Components { [RegisterComponent] [ComponentReference(typeof(IAtmosphereComponent))] diff --git a/Content.Server/Atmos/EntitySystems/AirtightSystem.cs b/Content.Server/Atmos/EntitySystems/AirtightSystem.cs index 97e8bee2348..1ad44a24878 100644 --- a/Content.Server/Atmos/EntitySystems/AirtightSystem.cs +++ b/Content.Server/Atmos/EntitySystems/AirtightSystem.cs @@ -1,12 +1,8 @@ using Content.Server.Atmos.Components; using Content.Server.Explosion.EntitySystems; -using Content.Server.Kudzu; using Content.Shared.Atmos; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.Atmos.EntitySystems { diff --git a/Content.Server/Atmos/EntitySystems/AtmosDebugOverlaySystem.cs b/Content.Server/Atmos/EntitySystems/AtmosDebugOverlaySystem.cs index 0cb9e023af6..a0d89183988 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosDebugOverlaySystem.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosDebugOverlaySystem.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using Content.Server.Atmos.Components; using Content.Shared.Atmos; using Content.Shared.Atmos.EntitySystems; @@ -7,10 +6,7 @@ using Robust.Server.Player; using Robust.Shared.Configuration; using Robust.Shared.Enums; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.Atmos.EntitySystems { diff --git a/Content.Server/Atmos/EntitySystems/AtmosExposedSystem.cs b/Content.Server/Atmos/EntitySystems/AtmosExposedSystem.cs index 001b5388fec..b827b6d41d8 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosExposedSystem.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosExposedSystem.cs @@ -1,8 +1,3 @@ -using Content.Server.Atmos.Components; -using Content.Server.Temperature.Components; -using Content.Server.Temperature.Systems; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Atmos.EntitySystems diff --git a/Content.Server/Atmos/EntitySystems/AtmosPlaqueSystem.cs b/Content.Server/Atmos/EntitySystems/AtmosPlaqueSystem.cs index c483394f156..609f3b95d95 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosPlaqueSystem.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosPlaqueSystem.cs @@ -1,8 +1,5 @@ using Content.Server.Atmos.Components; using Content.Shared.Atmos.Visuals; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Random; namespace Content.Server.Atmos.EntitySystems; diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.CVars.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.CVars.cs index 2c14ae5b05b..bb5f0609a29 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.CVars.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.CVars.cs @@ -1,6 +1,5 @@ using Content.Shared.CCVar; using Robust.Shared.Configuration; -using Robust.Shared.IoC; namespace Content.Server.Atmos.EntitySystems { diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs index 6063bc76809..63a0b3efca0 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs @@ -3,7 +3,6 @@ using Content.Shared.Administration; using Content.Shared.Atmos; using Robust.Shared.Console; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Atmos.EntitySystems; diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Gases.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Gases.cs index 6a345388911..5ef784b1e94 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Gases.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Gases.cs @@ -1,10 +1,7 @@ -using System; -using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using Content.Server.Atmos.Reactions; using Content.Shared.Atmos; -using Robust.Shared.Maths; using Robust.Shared.Prototypes; using DependencyAttribute = Robust.Shared.IoC.DependencyAttribute; diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Grid.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Grid.cs index cb3ceed6ea9..26d4bcc0d8c 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Grid.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Grid.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Runtime.CompilerServices; @@ -9,12 +7,8 @@ using Content.Server.NodeContainer.NodeGroups; using Content.Shared.Atmos; using Content.Shared.Maps; -using Robust.Shared.GameObjects; // ReSharper disable once RedundantUsingDirective -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Utility; using Dependency = Robust.Shared.IoC.DependencyAttribute; diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs index 263f81c5b7f..80ec1d6cd02 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs @@ -4,14 +4,11 @@ using Content.Shared.MobState.Components; using Content.Shared.Physics; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Physics; using Robust.Shared.Player; using Robust.Shared.Random; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.EntitySystems { diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Hotspot.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Hotspot.cs index 5cbb3a9653a..7d2f1fb74be 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Hotspot.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Hotspot.cs @@ -2,14 +2,9 @@ using Content.Server.Atmos.Reactions; using Content.Shared.Atmos; using Content.Shared.Audio; -using Robust.Server.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Player; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.EntitySystems { diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Monstermos.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Monstermos.cs index 186f32eb0ef..3d34b3b7af3 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Monstermos.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Monstermos.cs @@ -1,14 +1,8 @@ -using System; -using System.Collections.Generic; using Content.Server.Atmos.Components; using Content.Server.Doors.Components; -using Content.Shared.Administration.Logs; using Content.Shared.Atmos; using Content.Shared.Database; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Random; using Robust.Shared.Utility; diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Processing.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Processing.cs index ed653250c8f..4c74ff98be2 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Processing.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Processing.cs @@ -1,13 +1,8 @@ -using System; -using System.Collections.Generic; using Content.Server.Atmos.Components; using Content.Server.Atmos.Piping.Components; using Content.Server.NodeContainer.NodeGroups; using Content.Shared.Atmos; using Content.Shared.Maps; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Timing; namespace Content.Server.Atmos.EntitySystems diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Superconductivity.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Superconductivity.cs index 18b564c37fb..4e3be35eba2 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Superconductivity.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Superconductivity.cs @@ -1,4 +1,3 @@ -using System; using Content.Server.Atmos.Components; using Content.Shared.Atmos; diff --git a/Content.Server/Atmos/EntitySystems/FlammableSystem.cs b/Content.Server/Atmos/EntitySystems/FlammableSystem.cs index b3f23029940..a7b64108679 100644 --- a/Content.Server/Atmos/EntitySystems/FlammableSystem.cs +++ b/Content.Server/Atmos/EntitySystems/FlammableSystem.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.Administration.Logs; using Content.Server.Atmos.Components; using Content.Server.Stunnable; @@ -13,9 +11,6 @@ using Content.Shared.Interaction; using Content.Shared.Popups; using Content.Shared.Temperature; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Physics; using Robust.Shared.Physics.Dynamics; diff --git a/Content.Server/Atmos/EntitySystems/GasAnalyzableSystem.cs b/Content.Server/Atmos/EntitySystems/GasAnalyzableSystem.cs index 2e643a0c63a..c54bc6412c6 100644 --- a/Content.Server/Atmos/EntitySystems/GasAnalyzableSystem.cs +++ b/Content.Server/Atmos/EntitySystems/GasAnalyzableSystem.cs @@ -1,8 +1,6 @@ using Content.Server.Atmos.Components; -using Content.Server.NodeContainer.NodeGroups; using Content.Server.NodeContainer.Nodes; using Content.Server.NodeContainer; -using Content.Server.Tools; using Content.Shared.Atmos.Components; using Content.Shared.Examine; using Content.Shared.Temperature; diff --git a/Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs b/Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs index 3e5b3571676..8ce8251f86a 100644 --- a/Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs +++ b/Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs @@ -1,6 +1,5 @@ using Content.Server.Atmos.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.Atmos.EntitySystems { diff --git a/Content.Server/Atmos/ExcitedGroup.cs b/Content.Server/Atmos/ExcitedGroup.cs index b8b2b7447a4..73dc6c23292 100644 --- a/Content.Server/Atmos/ExcitedGroup.cs +++ b/Content.Server/Atmos/ExcitedGroup.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; -using Robust.Shared.ViewVariables; - -namespace Content.Server.Atmos +namespace Content.Server.Atmos { public sealed class ExcitedGroup { diff --git a/Content.Server/Atmos/GasMixture.cs b/Content.Server/Atmos/GasMixture.cs index 9b976ebcca7..1f7db393a3a 100644 --- a/Content.Server/Atmos/GasMixture.cs +++ b/Content.Server/Atmos/GasMixture.cs @@ -1,15 +1,8 @@ -using System; -using System.Collections.Generic; -using System.Linq; +using System.Linq; using System.Runtime.CompilerServices; -using Content.Server.Atmos.EntitySystems; using Content.Server.Atmos.Reactions; using Content.Shared.Atmos; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos { diff --git a/Content.Server/Atmos/Hotspot.cs b/Content.Server/Atmos/Hotspot.cs index 36d24c03b3e..987acf73c2d 100644 --- a/Content.Server/Atmos/Hotspot.cs +++ b/Content.Server/Atmos/Hotspot.cs @@ -1,6 +1,4 @@ -using Robust.Shared.ViewVariables; - -namespace Content.Server.Atmos +namespace Content.Server.Atmos { public struct Hotspot { diff --git a/Content.Server/Atmos/IGasMixtureHolder.cs b/Content.Server/Atmos/IGasMixtureHolder.cs index e7a55e80482..96efa6b9836 100644 --- a/Content.Server/Atmos/IGasMixtureHolder.cs +++ b/Content.Server/Atmos/IGasMixtureHolder.cs @@ -1,7 +1,4 @@ -using Content.Server.Atmos.EntitySystems; -using Robust.Shared.GameObjects; - -namespace Content.Server.Atmos +namespace Content.Server.Atmos { public interface IGasMixtureHolder { diff --git a/Content.Server/Atmos/Monitor/Components/AtmosAlarmableComponent.cs b/Content.Server/Atmos/Monitor/Components/AtmosAlarmableComponent.cs index c1e7cecb103..b762df7b020 100644 --- a/Content.Server/Atmos/Monitor/Components/AtmosAlarmableComponent.cs +++ b/Content.Server/Atmos/Monitor/Components/AtmosAlarmableComponent.cs @@ -1,9 +1,4 @@ -using System.Collections.Generic; -using Content.Server.Power.Components; using Content.Shared.Atmos.Monitor; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.Monitor.Components { diff --git a/Content.Server/Atmos/Monitor/Components/AtmosMonitorComponent.cs b/Content.Server/Atmos/Monitor/Components/AtmosMonitorComponent.cs index ebe1697cf47..23566418173 100644 --- a/Content.Server/Atmos/Monitor/Components/AtmosMonitorComponent.cs +++ b/Content.Server/Atmos/Monitor/Components/AtmosMonitorComponent.cs @@ -1,13 +1,7 @@ -using System.Collections.Generic; -using Content.Server.Atmos.Piping.Components; -using Content.Server.Power.Components; using Content.Shared.Atmos; using Content.Shared.Atmos.Monitor; using Content.Shared.Sound; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.Monitor.Components { diff --git a/Content.Server/Atmos/Monitor/Systems/AirAlarmModes.cs b/Content.Server/Atmos/Monitor/Systems/AirAlarmModes.cs index 501134db46d..be82243aede 100644 --- a/Content.Server/Atmos/Monitor/Systems/AirAlarmModes.cs +++ b/Content.Server/Atmos/Monitor/Systems/AirAlarmModes.cs @@ -1,14 +1,9 @@ -using System; -using System.Collections.Generic; using Content.Server.Atmos.Monitor.Components; using Content.Server.Atmos.Monitor.Systems; -using Content.Server.Atmos.Piping.Unary.Components; using Content.Server.DeviceNetwork.Systems; using Content.Shared.Atmos; using Content.Shared.Atmos.Monitor.Components; using Content.Shared.Atmos.Piping.Unary.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Atmos.Monitor { diff --git a/Content.Server/Atmos/Monitor/Systems/AirAlarmSystem.cs b/Content.Server/Atmos/Monitor/Systems/AirAlarmSystem.cs index 504582022a5..3221bb99e74 100644 --- a/Content.Server/Atmos/Monitor/Systems/AirAlarmSystem.cs +++ b/Content.Server/Atmos/Monitor/Systems/AirAlarmSystem.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.Atmos.Monitor.Components; using Content.Server.Atmos.Piping.Components; using Content.Server.DeviceNetwork; @@ -14,11 +12,7 @@ using Content.Shared.Atmos.Monitor; using Content.Shared.Atmos.Monitor.Components; using Content.Shared.Interaction; -using Content.Shared.Popups; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Atmos.Monitor.Systems diff --git a/Content.Server/Atmos/Monitor/Systems/AtmosAlarmableSystem.cs b/Content.Server/Atmos/Monitor/Systems/AtmosAlarmableSystem.cs index 7fc0aa48963..b0558d9f187 100644 --- a/Content.Server/Atmos/Monitor/Systems/AtmosAlarmableSystem.cs +++ b/Content.Server/Atmos/Monitor/Systems/AtmosAlarmableSystem.cs @@ -3,7 +3,6 @@ using Content.Server.DeviceNetwork.Components; using Content.Server.DeviceNetwork.Systems; using Content.Shared.Atmos.Monitor; -using Robust.Shared.GameObjects; namespace Content.Server.Atmos.Monitor.Systems { diff --git a/Content.Server/Atmos/Monitor/Systems/AtmosMonitoringSystem.cs b/Content.Server/Atmos/Monitor/Systems/AtmosMonitoringSystem.cs index 6ff2bf53156..6cf5b65e368 100644 --- a/Content.Server/Atmos/Monitor/Systems/AtmosMonitoringSystem.cs +++ b/Content.Server/Atmos/Monitor/Systems/AtmosMonitoringSystem.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using Content.Server.Atmos.Monitor.Components; using Content.Server.Atmos.EntitySystems; using Content.Server.Atmos.Piping.EntitySystems; @@ -9,11 +8,7 @@ using Content.Server.Power.Components; using Content.Shared.Atmos; using Content.Shared.Atmos.Monitor; -using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Player; using Robust.Shared.Prototypes; diff --git a/Content.Server/Atmos/Monitor/Systems/FireAlarmSystem.cs b/Content.Server/Atmos/Monitor/Systems/FireAlarmSystem.cs index e3b68a559f2..0e2aa12928c 100644 --- a/Content.Server/Atmos/Monitor/Systems/FireAlarmSystem.cs +++ b/Content.Server/Atmos/Monitor/Systems/FireAlarmSystem.cs @@ -4,8 +4,6 @@ using Content.Shared.Interaction; using Content.Shared.Emag.Systems; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Atmos.Monitor.Systems { diff --git a/Content.Server/Atmos/MonstermosInfo.cs b/Content.Server/Atmos/MonstermosInfo.cs index cfb1ad7b4b9..810ce71d2c8 100644 --- a/Content.Server/Atmos/MonstermosInfo.cs +++ b/Content.Server/Atmos/MonstermosInfo.cs @@ -1,6 +1,4 @@ -using System; -using Content.Shared.Atmos; -using Robust.Shared.ViewVariables; +using Content.Shared.Atmos; namespace Content.Server.Atmos { diff --git a/Content.Server/Atmos/Piping/Binary/Components/GasDualPortVentPumpComponent.cs b/Content.Server/Atmos/Piping/Binary/Components/GasDualPortVentPumpComponent.cs index 01b0a5940ed..d26970fb047 100644 --- a/Content.Server/Atmos/Piping/Binary/Components/GasDualPortVentPumpComponent.cs +++ b/Content.Server/Atmos/Piping/Binary/Components/GasDualPortVentPumpComponent.cs @@ -1,9 +1,5 @@ -using System; using Content.Shared.Atmos; using Content.Shared.Atmos.Piping.Unary.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.Piping.Binary.Components { diff --git a/Content.Server/Atmos/Piping/Binary/Components/GasPortComponent.cs b/Content.Server/Atmos/Piping/Binary/Components/GasPortComponent.cs index adb5907d1d5..fe5d62c6aba 100644 --- a/Content.Server/Atmos/Piping/Binary/Components/GasPortComponent.cs +++ b/Content.Server/Atmos/Piping/Binary/Components/GasPortComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Atmos.Piping.Binary.Components { [RegisterComponent] diff --git a/Content.Server/Atmos/Piping/Binary/Components/GasValveComponent.cs b/Content.Server/Atmos/Piping/Binary/Components/GasValveComponent.cs index a27a965cfa3..9fba248f1a3 100644 --- a/Content.Server/Atmos/Piping/Binary/Components/GasValveComponent.cs +++ b/Content.Server/Atmos/Piping/Binary/Components/GasValveComponent.cs @@ -1,7 +1,4 @@ using Content.Shared.Sound; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.Piping.Binary.Components { diff --git a/Content.Server/Atmos/Piping/Binary/EntitySystems/GasDualPortVentPumpSystem.cs b/Content.Server/Atmos/Piping/Binary/EntitySystems/GasDualPortVentPumpSystem.cs index ad6428f361d..0ffeca3973b 100644 --- a/Content.Server/Atmos/Piping/Binary/EntitySystems/GasDualPortVentPumpSystem.cs +++ b/Content.Server/Atmos/Piping/Binary/EntitySystems/GasDualPortVentPumpSystem.cs @@ -1,4 +1,3 @@ -using System; using Content.Server.Atmos.EntitySystems; using Content.Server.Atmos.Piping.Binary.Components; using Content.Server.Atmos.Piping.Components; @@ -8,8 +7,6 @@ using Content.Shared.Atmos.Piping.Unary.Components; using Content.Shared.Atmos.Visuals; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Atmos.Piping.Binary.EntitySystems { diff --git a/Content.Server/Atmos/Piping/Binary/EntitySystems/GasPassiveGateSystem.cs b/Content.Server/Atmos/Piping/Binary/EntitySystems/GasPassiveGateSystem.cs index 6c81708c399..57a7a399297 100644 --- a/Content.Server/Atmos/Piping/Binary/EntitySystems/GasPassiveGateSystem.cs +++ b/Content.Server/Atmos/Piping/Binary/EntitySystems/GasPassiveGateSystem.cs @@ -1,4 +1,3 @@ -using System; using Content.Server.Atmos.EntitySystems; using Content.Server.Atmos.Piping.Binary.Components; using Content.Server.Atmos.Piping.Components; @@ -6,8 +5,6 @@ using Content.Server.NodeContainer.Nodes; using Content.Shared.Atmos; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Atmos.Piping.Binary.EntitySystems { diff --git a/Content.Server/Atmos/Piping/Binary/EntitySystems/GasPressurePumpSystem.cs b/Content.Server/Atmos/Piping/Binary/EntitySystems/GasPressurePumpSystem.cs index b996d93536c..d1243256c3c 100644 --- a/Content.Server/Atmos/Piping/Binary/EntitySystems/GasPressurePumpSystem.cs +++ b/Content.Server/Atmos/Piping/Binary/EntitySystems/GasPressurePumpSystem.cs @@ -1,4 +1,3 @@ -using System; using Content.Server.Administration.Logs; using Content.Server.Atmos.EntitySystems; using Content.Server.Atmos.Piping.Binary.Components; diff --git a/Content.Server/Atmos/Piping/Binary/EntitySystems/GasValveSystem.cs b/Content.Server/Atmos/Piping/Binary/EntitySystems/GasValveSystem.cs index d15d2454667..d6f5fada5b6 100644 --- a/Content.Server/Atmos/Piping/Binary/EntitySystems/GasValveSystem.cs +++ b/Content.Server/Atmos/Piping/Binary/EntitySystems/GasValveSystem.cs @@ -1,18 +1,12 @@ using Content.Server.Atmos.Piping.Binary.Components; using Content.Server.NodeContainer; using Content.Server.NodeContainer.Nodes; -using Content.Shared.ActionBlocker; using Content.Shared.Atmos.Piping; using Content.Shared.Audio; using Content.Shared.Examine; using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; using JetBrains.Annotations; -using Robust.Server.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Atmos.Piping.Binary.EntitySystems diff --git a/Content.Server/Atmos/Piping/Components/AtmosDeviceComponent.cs b/Content.Server/Atmos/Piping/Components/AtmosDeviceComponent.cs index 7dc9d140394..1ba2ac0f87d 100644 --- a/Content.Server/Atmos/Piping/Components/AtmosDeviceComponent.cs +++ b/Content.Server/Atmos/Piping/Components/AtmosDeviceComponent.cs @@ -1,9 +1,5 @@ -using System; using Content.Server.Atmos.Components; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.Piping.Components { diff --git a/Content.Server/Atmos/Piping/Components/AtmosPipeColorComponent.cs b/Content.Server/Atmos/Piping/Components/AtmosPipeColorComponent.cs index f415fe32772..36d6bc0f3f1 100644 --- a/Content.Server/Atmos/Piping/Components/AtmosPipeColorComponent.cs +++ b/Content.Server/Atmos/Piping/Components/AtmosPipeColorComponent.cs @@ -1,9 +1,5 @@ using Content.Server.Atmos.Piping.EntitySystems; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.Piping.Components { diff --git a/Content.Server/Atmos/Piping/Components/AtmosUnsafeUnanchorComponent.cs b/Content.Server/Atmos/Piping/Components/AtmosUnsafeUnanchorComponent.cs index 4cb26612b17..388cd9f644e 100644 --- a/Content.Server/Atmos/Piping/Components/AtmosUnsafeUnanchorComponent.cs +++ b/Content.Server/Atmos/Piping/Components/AtmosUnsafeUnanchorComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Atmos.Piping.Components { [RegisterComponent] diff --git a/Content.Server/Atmos/Piping/EntitySystems/AtmosDeviceSystem.cs b/Content.Server/Atmos/Piping/EntitySystems/AtmosDeviceSystem.cs index be6d404cb2d..c9396e05945 100644 --- a/Content.Server/Atmos/Piping/EntitySystems/AtmosDeviceSystem.cs +++ b/Content.Server/Atmos/Piping/EntitySystems/AtmosDeviceSystem.cs @@ -1,10 +1,6 @@ -using System; -using System.Collections.Generic; using Content.Server.Atmos.EntitySystems; using Content.Server.Atmos.Piping.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Timing; namespace Content.Server.Atmos.Piping.EntitySystems diff --git a/Content.Server/Atmos/Piping/EntitySystems/AtmosPipeColorSystem.cs b/Content.Server/Atmos/Piping/EntitySystems/AtmosPipeColorSystem.cs index a3512069a69..70103e63c5d 100644 --- a/Content.Server/Atmos/Piping/EntitySystems/AtmosPipeColorSystem.cs +++ b/Content.Server/Atmos/Piping/EntitySystems/AtmosPipeColorSystem.cs @@ -1,7 +1,5 @@ using Content.Server.Atmos.Piping.Components; using Content.Shared.Atmos.Piping; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; namespace Content.Server.Atmos.Piping.EntitySystems { diff --git a/Content.Server/Atmos/Piping/EntitySystems/AtmosUnsafeUnanchorSystem.cs b/Content.Server/Atmos/Piping/EntitySystems/AtmosUnsafeUnanchorSystem.cs index 46629c1c2d0..52abad4104d 100644 --- a/Content.Server/Atmos/Piping/EntitySystems/AtmosUnsafeUnanchorSystem.cs +++ b/Content.Server/Atmos/Piping/EntitySystems/AtmosUnsafeUnanchorSystem.cs @@ -5,11 +5,7 @@ using Content.Server.Popups; using Content.Shared.Atmos; using Content.Shared.Construction.Components; -using Content.Shared.Popups; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Atmos.Piping.EntitySystems diff --git a/Content.Server/Atmos/Piping/Other/Components/GasMinerComponent.cs b/Content.Server/Atmos/Piping/Other/Components/GasMinerComponent.cs index ce030af85dd..01d89cf2d1a 100644 --- a/Content.Server/Atmos/Piping/Other/Components/GasMinerComponent.cs +++ b/Content.Server/Atmos/Piping/Other/Components/GasMinerComponent.cs @@ -1,7 +1,4 @@ using Content.Shared.Atmos; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.Piping.Other.Components { diff --git a/Content.Server/Atmos/Piping/Other/EntitySystems/GasMinerSystem.cs b/Content.Server/Atmos/Piping/Other/EntitySystems/GasMinerSystem.cs index d9cbca86579..fa310d2b5fb 100644 --- a/Content.Server/Atmos/Piping/Other/EntitySystems/GasMinerSystem.cs +++ b/Content.Server/Atmos/Piping/Other/EntitySystems/GasMinerSystem.cs @@ -1,12 +1,9 @@ using System.Diagnostics.CodeAnalysis; -using Content.Server.Atmos.Components; using Content.Server.Atmos.EntitySystems; using Content.Server.Atmos.Piping.Components; using Content.Server.Atmos.Piping.Other.Components; using Content.Shared.Atmos; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Atmos.Piping.Other.EntitySystems { diff --git a/Content.Server/Atmos/Piping/Trinary/EntitySystems/GasFilterSystem.cs b/Content.Server/Atmos/Piping/Trinary/EntitySystems/GasFilterSystem.cs index e663647bae3..8ac301fe22f 100644 --- a/Content.Server/Atmos/Piping/Trinary/EntitySystems/GasFilterSystem.cs +++ b/Content.Server/Atmos/Piping/Trinary/EntitySystems/GasFilterSystem.cs @@ -1,11 +1,9 @@ -using System; using Content.Server.Administration.Logs; using Content.Server.Atmos.EntitySystems; using Content.Server.Atmos.Piping.Components; using Content.Server.Atmos.Piping.Trinary.Components; using Content.Server.NodeContainer; using Content.Server.NodeContainer.Nodes; -using Content.Server.UserInterface; using Content.Shared.Atmos; using Content.Shared.Atmos.Piping; using Content.Shared.Atmos.Piping.Trinary.Components; @@ -15,9 +13,6 @@ using Content.Shared.Popups; using JetBrains.Annotations; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Timing; namespace Content.Server.Atmos.Piping.Trinary.EntitySystems diff --git a/Content.Server/Atmos/Piping/Unary/Components/GasCanisterComponent.cs b/Content.Server/Atmos/Piping/Unary/Components/GasCanisterComponent.cs index 16e0cdf9c77..aee060049dc 100644 --- a/Content.Server/Atmos/Piping/Unary/Components/GasCanisterComponent.cs +++ b/Content.Server/Atmos/Piping/Unary/Components/GasCanisterComponent.cs @@ -1,7 +1,4 @@ using Content.Shared.Atmos; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.Piping.Unary.Components { diff --git a/Content.Server/Atmos/Piping/Unary/Components/GasPassiveVentComponent.cs b/Content.Server/Atmos/Piping/Unary/Components/GasPassiveVentComponent.cs index f89dcf87447..6e232f06e02 100644 --- a/Content.Server/Atmos/Piping/Unary/Components/GasPassiveVentComponent.cs +++ b/Content.Server/Atmos/Piping/Unary/Components/GasPassiveVentComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Atmos.Piping.Unary.Components { [RegisterComponent] diff --git a/Content.Server/Atmos/Piping/Unary/Components/GasPortableComponent.cs b/Content.Server/Atmos/Piping/Unary/Components/GasPortableComponent.cs index 2b2971f34dc..d12a71e704e 100644 --- a/Content.Server/Atmos/Piping/Unary/Components/GasPortableComponent.cs +++ b/Content.Server/Atmos/Piping/Unary/Components/GasPortableComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Atmos.Piping.Unary.Components { [RegisterComponent] diff --git a/Content.Server/Atmos/Piping/Unary/Components/GasThermoMachineComponent.cs b/Content.Server/Atmos/Piping/Unary/Components/GasThermoMachineComponent.cs index 410c8ca7f3b..eab9addecd0 100644 --- a/Content.Server/Atmos/Piping/Unary/Components/GasThermoMachineComponent.cs +++ b/Content.Server/Atmos/Piping/Unary/Components/GasThermoMachineComponent.cs @@ -1,9 +1,6 @@ using Content.Shared.Atmos; using Content.Shared.Atmos.Piping.Unary.Components; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.Piping.Unary.Components { diff --git a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasCanisterSystem.cs b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasCanisterSystem.cs index 25d52af257b..4a0397f3343 100644 --- a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasCanisterSystem.cs +++ b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasCanisterSystem.cs @@ -3,7 +3,6 @@ using Content.Server.Atmos.EntitySystems; using Content.Server.Atmos.Piping.Components; using Content.Server.Atmos.Piping.Unary.Components; -using Content.Server.Hands.Components; using Content.Server.NodeContainer; using Content.Server.NodeContainer.NodeGroups; using Content.Server.NodeContainer.Nodes; diff --git a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasPassiveVentSystem.cs b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasPassiveVentSystem.cs index d959461c252..90aa96c9eba 100644 --- a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasPassiveVentSystem.cs +++ b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasPassiveVentSystem.cs @@ -1,4 +1,3 @@ -using System; using Content.Server.Atmos.EntitySystems; using Content.Server.Atmos.Piping.Components; using Content.Server.Atmos.Piping.Unary.Components; @@ -6,8 +5,6 @@ using Content.Server.NodeContainer.Nodes; using Content.Shared.Atmos; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Atmos.Piping.Unary.EntitySystems { diff --git a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasPortableSystem.cs b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasPortableSystem.cs index b5bddcda15f..ced6be494bf 100644 --- a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasPortableSystem.cs +++ b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasPortableSystem.cs @@ -6,8 +6,6 @@ using Content.Shared.Atmos.Piping.Unary.Components; using Content.Shared.Construction.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Atmos.Piping.Unary.EntitySystems diff --git a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasThermoMachineSystem.cs b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasThermoMachineSystem.cs index 5c1918f55ef..c5df8d75a6d 100644 --- a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasThermoMachineSystem.cs +++ b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasThermoMachineSystem.cs @@ -9,8 +9,6 @@ using Content.Shared.Atmos.Piping.Unary.Components; using JetBrains.Annotations; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Atmos.Piping.Unary.EntitySystems { diff --git a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasVentScrubberSystem.cs b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasVentScrubberSystem.cs index b5c8c128a3a..ae22d41a71f 100644 --- a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasVentScrubberSystem.cs +++ b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasVentScrubberSystem.cs @@ -1,4 +1,3 @@ -using System; using Content.Server.Atmos.EntitySystems; using Content.Server.Atmos.Monitor.Components; using Content.Server.Atmos.Monitor.Systems; diff --git a/Content.Server/Atmos/Reactions/GasReactionPrototype.cs b/Content.Server/Atmos/Reactions/GasReactionPrototype.cs index 2dfb41d6a9a..aa5b99ece22 100644 --- a/Content.Server/Atmos/Reactions/GasReactionPrototype.cs +++ b/Content.Server/Atmos/Reactions/GasReactionPrototype.cs @@ -1,11 +1,6 @@ -using System; -using System.Collections.Generic; -using Content.Server.Atmos.EntitySystems; +using Content.Server.Atmos.EntitySystems; using Content.Shared.Atmos; -using Robust.Server.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.Reactions { diff --git a/Content.Server/Atmos/Reactions/PlasmaFireReaction.cs b/Content.Server/Atmos/Reactions/PlasmaFireReaction.cs index dd4ca09dc56..c0e830f250f 100644 --- a/Content.Server/Atmos/Reactions/PlasmaFireReaction.cs +++ b/Content.Server/Atmos/Reactions/PlasmaFireReaction.cs @@ -1,10 +1,6 @@ -using System; using Content.Server.Atmos.EntitySystems; -using Content.Server.Coordinates.Helpers; using Content.Shared.Atmos; using JetBrains.Annotations; -using Robust.Server.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Atmos.Reactions { diff --git a/Content.Server/Atmos/Reactions/TritiumFireReaction.cs b/Content.Server/Atmos/Reactions/TritiumFireReaction.cs index 6793794c976..c66a005915d 100644 --- a/Content.Server/Atmos/Reactions/TritiumFireReaction.cs +++ b/Content.Server/Atmos/Reactions/TritiumFireReaction.cs @@ -1,9 +1,6 @@ using Content.Server.Atmos.EntitySystems; -using Content.Server.Coordinates.Helpers; using Content.Shared.Atmos; using JetBrains.Annotations; -using Robust.Server.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Atmos.Reactions { diff --git a/Content.Server/Atmos/Reactions/WaterVaporReaction.cs b/Content.Server/Atmos/Reactions/WaterVaporReaction.cs index f05c4afc348..6d4bb783fff 100644 --- a/Content.Server/Atmos/Reactions/WaterVaporReaction.cs +++ b/Content.Server/Atmos/Reactions/WaterVaporReaction.cs @@ -1,13 +1,9 @@ using Content.Server.Atmos.EntitySystems; -using Content.Server.Fluids.Components; using Content.Server.Fluids.EntitySystems; using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; using Content.Shared.Maps; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Atmos.Reactions { diff --git a/Content.Server/Atmos/TileAtmosphere.cs b/Content.Server/Atmos/TileAtmosphere.cs index d6d409b2104..3e87973df9f 100644 --- a/Content.Server/Atmos/TileAtmosphere.cs +++ b/Content.Server/Atmos/TileAtmosphere.cs @@ -2,8 +2,6 @@ using Content.Shared.Atmos; using Content.Shared.Maps; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos { diff --git a/Content.Server/Audio/AmbientOnPoweredComponent.cs b/Content.Server/Audio/AmbientOnPoweredComponent.cs index a514ad38ee0..4c603d8ce19 100644 --- a/Content.Server/Audio/AmbientOnPoweredComponent.cs +++ b/Content.Server/Audio/AmbientOnPoweredComponent.cs @@ -1,5 +1,4 @@ using Content.Shared.Audio; -using Robust.Shared.GameObjects; namespace Content.Server.Audio { diff --git a/Content.Server/Audio/AmbientSoundSystem.cs b/Content.Server/Audio/AmbientSoundSystem.cs index 16c6d29f450..5a260fe90fc 100644 --- a/Content.Server/Audio/AmbientSoundSystem.cs +++ b/Content.Server/Audio/AmbientSoundSystem.cs @@ -1,7 +1,6 @@ using Content.Server.Power.Components; using Content.Server.Power.EntitySystems; using Content.Shared.Audio; -using Robust.Shared.GameObjects; namespace Content.Server.Audio { diff --git a/Content.Server/BarSign/BarSignComponent.cs b/Content.Server/BarSign/BarSignComponent.cs index 3713a3958dc..78e35605d15 100644 --- a/Content.Server/BarSign/BarSignComponent.cs +++ b/Content.Server/BarSign/BarSignComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.BarSign { [RegisterComponent] diff --git a/Content.Server/BarSign/BarSignPrototype.cs b/Content.Server/BarSign/BarSignPrototype.cs index 54daef73723..b3e0f682293 100644 --- a/Content.Server/BarSign/BarSignPrototype.cs +++ b/Content.Server/BarSign/BarSignPrototype.cs @@ -1,7 +1,4 @@ -using Robust.Shared.Localization; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.BarSign { diff --git a/Content.Server/BarSign/Systems/BarSignSystem.cs b/Content.Server/BarSign/Systems/BarSignSystem.cs index ef487e38c46..708f6785871 100644 --- a/Content.Server/BarSign/Systems/BarSignSystem.cs +++ b/Content.Server/BarSign/Systems/BarSignSystem.cs @@ -1,12 +1,7 @@ -using System; using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Server.Power.Components; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Log; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Server/Bed/Components/HealOnBuckleHealing.cs b/Content.Server/Bed/Components/HealOnBuckleHealing.cs index d897c140aa7..47e76c49ae9 100644 --- a/Content.Server/Bed/Components/HealOnBuckleHealing.cs +++ b/Content.Server/Bed/Components/HealOnBuckleHealing.cs @@ -1,5 +1,3 @@ -using Content.Shared.Damage; - namespace Content.Server.Bed.Components { [RegisterComponent] diff --git a/Content.Server/Bible/Components/BibleComponent.cs b/Content.Server/Bible/Components/BibleComponent.cs index e4af9ebc0af..e0eb014db47 100644 --- a/Content.Server/Bible/Components/BibleComponent.cs +++ b/Content.Server/Bible/Components/BibleComponent.cs @@ -1,7 +1,5 @@ using Content.Shared.Damage; using Content.Shared.Sound; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.Prototypes; namespace Content.Server.Bible.Components { diff --git a/Content.Server/Bible/Components/BibleUserComponent.cs b/Content.Server/Bible/Components/BibleUserComponent.cs index 269d47f61f9..6ca89013ff3 100644 --- a/Content.Server/Bible/Components/BibleUserComponent.cs +++ b/Content.Server/Bible/Components/BibleUserComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Analyzers; - namespace Content.Server.Bible.Components { [RegisterComponent] diff --git a/Content.Server/Body/Commands/AddHandCommand.cs b/Content.Server/Body/Commands/AddHandCommand.cs index aa0773c99e8..d1771b9a22f 100644 --- a/Content.Server/Body/Commands/AddHandCommand.cs +++ b/Content.Server/Body/Commands/AddHandCommand.cs @@ -3,8 +3,6 @@ using Content.Shared.Body.Components; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Server/Body/Commands/AttachBodyPartCommand.cs b/Content.Server/Body/Commands/AttachBodyPartCommand.cs index b4fd6b42e4f..8bfdb6cfc5f 100644 --- a/Content.Server/Body/Commands/AttachBodyPartCommand.cs +++ b/Content.Server/Body/Commands/AttachBodyPartCommand.cs @@ -3,8 +3,6 @@ using Content.Shared.Body.Components; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Body.Commands { diff --git a/Content.Server/Body/Commands/DestroyMechanismCommand.cs b/Content.Server/Body/Commands/DestroyMechanismCommand.cs index 2b9118ecb8c..09ba0774368 100644 --- a/Content.Server/Body/Commands/DestroyMechanismCommand.cs +++ b/Content.Server/Body/Commands/DestroyMechanismCommand.cs @@ -3,8 +3,6 @@ using Content.Shared.Body.Components; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; namespace Content.Server.Body.Commands diff --git a/Content.Server/Body/Commands/RemoveHandCommand.cs b/Content.Server/Body/Commands/RemoveHandCommand.cs index 6737edafde9..ba73121efea 100644 --- a/Content.Server/Body/Commands/RemoveHandCommand.cs +++ b/Content.Server/Body/Commands/RemoveHandCommand.cs @@ -5,8 +5,6 @@ using Content.Shared.Body.Part; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; namespace Content.Server.Body.Commands diff --git a/Content.Server/Body/Components/BodyComponent.cs b/Content.Server/Body/Components/BodyComponent.cs index 695e651f81b..e3eda8804cd 100644 --- a/Content.Server/Body/Components/BodyComponent.cs +++ b/Content.Server/Body/Components/BodyComponent.cs @@ -5,11 +5,7 @@ using Content.Shared.Sound; using Robust.Shared.Audio; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Player; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Body.Components { diff --git a/Content.Server/Body/Components/BodyPartComponent.cs b/Content.Server/Body/Components/BodyPartComponent.cs index 482eefde4a7..4f465dda052 100644 --- a/Content.Server/Body/Components/BodyPartComponent.cs +++ b/Content.Server/Body/Components/BodyPartComponent.cs @@ -1,9 +1,6 @@ using Content.Shared.Body.Components; using Content.Shared.Random.Helpers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; namespace Content.Server.Body.Components { diff --git a/Content.Server/Body/Components/BrainComponent.cs b/Content.Server/Body/Components/BrainComponent.cs index f5cdea9d455..93909607c88 100644 --- a/Content.Server/Body/Components/BrainComponent.cs +++ b/Content.Server/Body/Components/BrainComponent.cs @@ -1,6 +1,4 @@ using Content.Server.Body.Systems; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; namespace Content.Server.Body.Components { diff --git a/Content.Server/Body/Components/InternalsComponent.cs b/Content.Server/Body/Components/InternalsComponent.cs index a43217544a6..b1c50765e19 100644 --- a/Content.Server/Body/Components/InternalsComponent.cs +++ b/Content.Server/Body/Components/InternalsComponent.cs @@ -1,7 +1,4 @@ using Content.Server.Atmos.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.ViewVariables; namespace Content.Server.Body.Components { diff --git a/Content.Server/Body/Components/LungComponent.cs b/Content.Server/Body/Components/LungComponent.cs index 492100f1046..7bd647d0d88 100644 --- a/Content.Server/Body/Components/LungComponent.cs +++ b/Content.Server/Body/Components/LungComponent.cs @@ -1,12 +1,7 @@ -using System.Collections.Generic; -using Content.Server.Atmos; +using Content.Server.Atmos; using Content.Server.Body.Systems; using Content.Shared.Atmos; using Content.Shared.Chemistry.Components; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Body.Components; diff --git a/Content.Server/Body/Components/MetabolizerComponent.cs b/Content.Server/Body/Components/MetabolizerComponent.cs index bd1e6f6ac22..c33b6ab9413 100644 --- a/Content.Server/Body/Components/MetabolizerComponent.cs +++ b/Content.Server/Body/Components/MetabolizerComponent.cs @@ -1,11 +1,6 @@ -using System.Collections.Generic; -using Content.Server.Body.Systems; -using Content.Shared.Body.Components; +using Content.Server.Body.Systems; using Content.Shared.Body.Prototypes; using Content.Shared.FixedPoint; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Set; diff --git a/Content.Server/Body/Components/RespiratorComponent.cs b/Content.Server/Body/Components/RespiratorComponent.cs index a302dd552df..1daef6c5360 100644 --- a/Content.Server/Body/Components/RespiratorComponent.cs +++ b/Content.Server/Body/Components/RespiratorComponent.cs @@ -1,10 +1,5 @@ -using System; using Content.Server.Body.Systems; using Content.Shared.Damage; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Body.Components { diff --git a/Content.Server/Body/Components/StomachComponent.cs b/Content.Server/Body/Components/StomachComponent.cs index 3ec931ab84c..4528ac51fa3 100644 --- a/Content.Server/Body/Components/StomachComponent.cs +++ b/Content.Server/Body/Components/StomachComponent.cs @@ -1,11 +1,5 @@ -using System.Collections.Generic; -using Content.Server.Body.Systems; -using Content.Shared.Body.Components; +using Content.Server.Body.Systems; using Content.Shared.FixedPoint; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Body.Components { diff --git a/Content.Server/Body/Components/ThermalRegulatorComponent.cs b/Content.Server/Body/Components/ThermalRegulatorComponent.cs index 437d7f4fc2d..09d870fba21 100644 --- a/Content.Server/Body/Components/ThermalRegulatorComponent.cs +++ b/Content.Server/Body/Components/ThermalRegulatorComponent.cs @@ -1,8 +1,4 @@ using Content.Server.Body.Systems; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Body.Components; diff --git a/Content.Server/Body/Systems/BloodstreamSystem.cs b/Content.Server/Body/Systems/BloodstreamSystem.cs index 7b066360a9c..f733b36bf5f 100644 --- a/Content.Server/Body/Systems/BloodstreamSystem.cs +++ b/Content.Server/Body/Systems/BloodstreamSystem.cs @@ -1,4 +1,3 @@ -using System.Linq; using Content.Server.Body.Components; using Content.Server.Chemistry.EntitySystems; using Content.Server.Chemistry.ReactionEffects; diff --git a/Content.Server/Body/Systems/BodySystem.cs b/Content.Server/Body/Systems/BodySystem.cs index f81ce01fb39..98c629218f4 100644 --- a/Content.Server/Body/Systems/BodySystem.cs +++ b/Content.Server/Body/Systems/BodySystem.cs @@ -1,5 +1,4 @@ using System.Diagnostics.CodeAnalysis; -using System.Linq; using Content.Server.Body.Components; using Content.Server.GameTicking; using Content.Server.Mind.Components; diff --git a/Content.Server/Body/Systems/BrainSystem.cs b/Content.Server/Body/Systems/BrainSystem.cs index d5c1c9f247b..5479088de2b 100644 --- a/Content.Server/Body/Systems/BrainSystem.cs +++ b/Content.Server/Body/Systems/BrainSystem.cs @@ -3,9 +3,7 @@ using Content.Server.Mind.Components; using Content.Shared.Body.Components; using Content.Shared.Body.Events; -using Content.Shared.MobState.Components; using Content.Shared.Movement.Components; -using Robust.Shared.GameObjects; namespace Content.Server.Body.Systems { diff --git a/Content.Server/Body/Systems/InternalsSystem.cs b/Content.Server/Body/Systems/InternalsSystem.cs index 4a3b764e6e5..5a5076eb920 100644 --- a/Content.Server/Body/Systems/InternalsSystem.cs +++ b/Content.Server/Body/Systems/InternalsSystem.cs @@ -1,7 +1,6 @@ using Content.Server.Atmos.Components; using Content.Server.Body.Components; using Content.Shared.Atmos; -using Robust.Shared.GameObjects; namespace Content.Server.Body.Systems; diff --git a/Content.Server/Body/Systems/LungSystem.cs b/Content.Server/Body/Systems/LungSystem.cs index 5857283c2af..0e995c78d1c 100644 --- a/Content.Server/Body/Systems/LungSystem.cs +++ b/Content.Server/Body/Systems/LungSystem.cs @@ -1,14 +1,9 @@ -using System.Linq; -using Content.Server.Atmos.Components; +using Content.Server.Atmos.Components; using Content.Server.Atmos.EntitySystems; using Content.Server.Body.Components; using Content.Server.Chemistry.EntitySystems; using Content.Shared.Atmos; -using Content.Shared.Chemistry.Components; using Content.Shared.Inventory.Events; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Utility; namespace Content.Server.Body.Systems; diff --git a/Content.Server/Body/Systems/MetabolizerSystem.cs b/Content.Server/Body/Systems/MetabolizerSystem.cs index eb55d4577a1..b3d5a237647 100644 --- a/Content.Server/Body/Systems/MetabolizerSystem.cs +++ b/Content.Server/Body/Systems/MetabolizerSystem.cs @@ -2,7 +2,6 @@ using Content.Server.Body.Components; using Content.Server.Chemistry.Components.SolutionManager; using Content.Server.Chemistry.EntitySystems; -using Content.Server.Bed; using Content.Shared.Administration.Logs; using Content.Shared.Body.Components; using Content.Shared.Chemistry.Components; diff --git a/Content.Server/Body/Systems/RespiratorSystem.cs b/Content.Server/Body/Systems/RespiratorSystem.cs index f5d1366c47a..bcc5dffa65c 100644 --- a/Content.Server/Body/Systems/RespiratorSystem.cs +++ b/Content.Server/Body/Systems/RespiratorSystem.cs @@ -1,5 +1,3 @@ -using System; -using System.Linq; using Content.Server.Administration.Logs; using Content.Server.Atmos; using Content.Server.Atmos.EntitySystems; @@ -12,9 +10,6 @@ using Content.Shared.Database; using Content.Shared.MobState.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; using Robust.Shared.Timing; diff --git a/Content.Server/Body/Systems/StomachSystem.cs b/Content.Server/Body/Systems/StomachSystem.cs index 8bf64e0e750..e3122e41eb8 100644 --- a/Content.Server/Body/Systems/StomachSystem.cs +++ b/Content.Server/Body/Systems/StomachSystem.cs @@ -1,5 +1,4 @@ using Content.Server.Body.Components; -using Content.Server.Bed; using Content.Server.Chemistry.Components.SolutionManager; using Content.Server.Chemistry.EntitySystems; using Content.Shared.Body.Components; diff --git a/Content.Server/Body/Systems/ThermalRegulatorSystem.cs b/Content.Server/Body/Systems/ThermalRegulatorSystem.cs index 81f38213b3d..9bfba759a21 100644 --- a/Content.Server/Body/Systems/ThermalRegulatorSystem.cs +++ b/Content.Server/Body/Systems/ThermalRegulatorSystem.cs @@ -1,10 +1,7 @@ -using System; -using Content.Server.Body.Components; +using Content.Server.Body.Components; using Content.Server.Temperature.Components; using Content.Server.Temperature.Systems; using Content.Shared.ActionBlocker; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Body.Systems; diff --git a/Content.Server/Botany/Components/LogComponent.cs b/Content.Server/Botany/Components/LogComponent.cs index b7fbb807c83..621b72cbc5d 100644 --- a/Content.Server/Botany/Components/LogComponent.cs +++ b/Content.Server/Botany/Components/LogComponent.cs @@ -1,8 +1,5 @@ using Content.Server.Botany.Systems; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Botany.Components; diff --git a/Content.Server/Botany/Components/SeedExtractorComponent.cs b/Content.Server/Botany/Components/SeedExtractorComponent.cs index ed4546d7ce7..6b0488e7a30 100644 --- a/Content.Server/Botany/Components/SeedExtractorComponent.cs +++ b/Content.Server/Botany/Components/SeedExtractorComponent.cs @@ -1,7 +1,4 @@ using Content.Server.Botany.Systems; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Botany.Components; diff --git a/Content.Server/Botany/Systems/BotanySystem.Plant.cs b/Content.Server/Botany/Systems/BotanySystem.Plant.cs index 9fd6c400b54..590fbd58e1f 100644 --- a/Content.Server/Botany/Systems/BotanySystem.Plant.cs +++ b/Content.Server/Botany/Systems/BotanySystem.Plant.cs @@ -1,7 +1,6 @@ using Content.Server.Botany.Components; using Content.Server.Chemistry.EntitySystems; using Content.Server.Popups; -using Content.Shared.GameTicking; using JetBrains.Annotations; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Server/Botany/Systems/BotanySystem.Seed.cs b/Content.Server/Botany/Systems/BotanySystem.Seed.cs index 279ec2b34fb..922a2126b62 100644 --- a/Content.Server/Botany/Systems/BotanySystem.Seed.cs +++ b/Content.Server/Botany/Systems/BotanySystem.Seed.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Server.Botany.Components; @@ -7,14 +5,9 @@ using Content.Shared.Botany; using Content.Shared.Examine; using Content.Shared.Random.Helpers; -using Content.Shared.Tag; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Map; using Robust.Shared.Player; -using Robust.Shared.Prototypes; using Robust.Shared.Random; using Robust.Shared.Utility; diff --git a/Content.Server/Botany/Systems/LogSystem.cs b/Content.Server/Botany/Systems/LogSystem.cs index 8c30f9a42f9..675e0dc8e9f 100644 --- a/Content.Server/Botany/Systems/LogSystem.cs +++ b/Content.Server/Botany/Systems/LogSystem.cs @@ -1,10 +1,7 @@ using Content.Server.Botany.Components; using Content.Server.Kitchen.Components; -using Content.Shared.ActionBlocker; using Content.Shared.Interaction; using Content.Shared.Random.Helpers; -using Content.Shared.Tag; -using Robust.Shared.GameObjects; namespace Content.Server.Botany.Systems; diff --git a/Content.Server/Botany/Systems/PlantHolderSystem.cs b/Content.Server/Botany/Systems/PlantHolderSystem.cs index f84fa98a362..6cc9226d20d 100644 --- a/Content.Server/Botany/Systems/PlantHolderSystem.cs +++ b/Content.Server/Botany/Systems/PlantHolderSystem.cs @@ -9,7 +9,6 @@ using Content.Shared.FixedPoint; using Content.Shared.Audio; using Content.Shared.Random.Helpers; -using Robust.Shared.Prototypes; using Robust.Shared.Player; using Robust.Shared.Timing; using Robust.Shared.Audio; diff --git a/Content.Server/Botany/Systems/SeedExtractorSystem.cs b/Content.Server/Botany/Systems/SeedExtractorSystem.cs index 9e427884a19..3f2b41de2ee 100644 --- a/Content.Server/Botany/Systems/SeedExtractorSystem.cs +++ b/Content.Server/Botany/Systems/SeedExtractorSystem.cs @@ -2,11 +2,7 @@ using Content.Server.Popups; using Content.Server.Power.Components; using Content.Shared.Interaction; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; -using Robust.Shared.Prototypes; using Robust.Shared.Random; namespace Content.Server.Botany.Systems; diff --git a/Content.Server/Bql/QuerySelectors.cs b/Content.Server/Bql/QuerySelectors.cs index 505fbebd011..a3b943bc9d6 100644 --- a/Content.Server/Bql/QuerySelectors.cs +++ b/Content.Server/Bql/QuerySelectors.cs @@ -1,12 +1,9 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Server.Chemistry.Components.SolutionManager; using Content.Server.Mind.Components; using Content.Server.Power.Components; using Content.Shared.Tag; using Robust.Server.Bql; -using Robust.Shared.GameObjects; namespace Content.Server.Bql { diff --git a/Content.Server/Buckle/Systems/BuckleSystem.cs b/Content.Server/Buckle/Systems/BuckleSystem.cs index 8f3aa8f8048..442bb9e7d67 100644 --- a/Content.Server/Buckle/Systems/BuckleSystem.cs +++ b/Content.Server/Buckle/Systems/BuckleSystem.cs @@ -6,9 +6,6 @@ using JetBrains.Annotations; using Robust.Server.GameObjects; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Buckle.Systems { diff --git a/Content.Server/CPUJob/JobQueues/Job.cs b/Content.Server/CPUJob/JobQueues/Job.cs index 71196f52f3f..9005c875074 100644 --- a/Content.Server/CPUJob/JobQueues/Job.cs +++ b/Content.Server/CPUJob/JobQueues/Job.cs @@ -1,7 +1,5 @@ -using System; using System.Threading; using System.Threading.Tasks; -using Robust.Shared.Log; using Robust.Shared.Timing; using Robust.Shared.Utility; diff --git a/Content.Server/CPUJob/JobQueues/Queues/JobQueue.cs b/Content.Server/CPUJob/JobQueues/Queues/JobQueue.cs index a727987b7d7..96205973e9a 100644 --- a/Content.Server/CPUJob/JobQueues/Queues/JobQueue.cs +++ b/Content.Server/CPUJob/JobQueues/Queues/JobQueue.cs @@ -1,5 +1,4 @@ -using System.Collections.Generic; -using Robust.Shared.Timing; +using Robust.Shared.Timing; namespace Content.Server.CPUJob.JobQueues.Queues { diff --git a/Content.Server/Cabinet/ItemCabinetSystem.cs b/Content.Server/Cabinet/ItemCabinetSystem.cs index bebc3146084..97fd98ca130 100644 --- a/Content.Server/Cabinet/ItemCabinetSystem.cs +++ b/Content.Server/Cabinet/ItemCabinetSystem.cs @@ -5,9 +5,6 @@ using Content.Shared.Verbs; using Robust.Shared.Audio; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Cabinet diff --git a/Content.Server/Cargo/CargoBankAccount.cs b/Content.Server/Cargo/CargoBankAccount.cs index 408d0407b2b..3dbe7da5c1f 100644 --- a/Content.Server/Cargo/CargoBankAccount.cs +++ b/Content.Server/Cargo/CargoBankAccount.cs @@ -1,7 +1,4 @@ -using System; -using Robust.Shared.ViewVariables; - -namespace Content.Server.Cargo +namespace Content.Server.Cargo { public sealed class CargoBankAccount : ICargoBankAccount { diff --git a/Content.Server/Cargo/CargoOrderDatabase.cs b/Content.Server/Cargo/CargoOrderDatabase.cs index d1185110381..fdf517a265a 100644 --- a/Content.Server/Cargo/CargoOrderDatabase.cs +++ b/Content.Server/Cargo/CargoOrderDatabase.cs @@ -1,10 +1,6 @@ -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; -using Content.Server.Access.Systems; using Content.Shared.Cargo; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; namespace Content.Server.Cargo { diff --git a/Content.Server/Cargo/CargoSystem.Console.cs b/Content.Server/Cargo/CargoSystem.Console.cs index 183e71e8341..1008dcaa6ba 100644 --- a/Content.Server/Cargo/CargoSystem.Console.cs +++ b/Content.Server/Cargo/CargoSystem.Console.cs @@ -1,8 +1,6 @@ using System.Diagnostics.CodeAnalysis; using Content.Server.Access.Systems; using Content.Server.Cargo.Components; -using Content.Server.MachineLinking.Components; -using Content.Server.MachineLinking.Events; using Content.Server.MachineLinking.System; using Content.Shared.Access.Components; using Content.Shared.Access.Systems; diff --git a/Content.Server/Cargo/CargoSystem.Telepad.cs b/Content.Server/Cargo/CargoSystem.Telepad.cs index a20d1eef06b..90173bca972 100644 --- a/Content.Server/Cargo/CargoSystem.Telepad.cs +++ b/Content.Server/Cargo/CargoSystem.Telepad.cs @@ -2,13 +2,8 @@ using Content.Server.Labels.Components; using Content.Server.Paper; using Content.Server.Power.Components; -using Content.Server.MachineLinking.Components; -using Content.Server.MachineLinking.Events; using Content.Shared.Cargo; -using Content.Shared.Cargo.Components; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Cargo; diff --git a/Content.Server/Cargo/CargoSystem.cs b/Content.Server/Cargo/CargoSystem.cs index e3875696157..0ce77c7d491 100644 --- a/Content.Server/Cargo/CargoSystem.cs +++ b/Content.Server/Cargo/CargoSystem.cs @@ -1,7 +1,5 @@ using Content.Shared.Cargo; using Content.Shared.Containers.ItemSlots; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; namespace Content.Server.Cargo; diff --git a/Content.Server/Cargo/Components/CargoConsoleComponent.cs b/Content.Server/Cargo/Components/CargoConsoleComponent.cs index 73611ef6b26..69689f565a5 100644 --- a/Content.Server/Cargo/Components/CargoConsoleComponent.cs +++ b/Content.Server/Cargo/Components/CargoConsoleComponent.cs @@ -7,7 +7,6 @@ using Content.Shared.MachineLinking; using Robust.Server.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.Map; using Robust.Shared.Player; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; diff --git a/Content.Server/Cargo/Components/CargoOrderDatabaseComponent.cs b/Content.Server/Cargo/Components/CargoOrderDatabaseComponent.cs index 52b7b97dd1b..22e6f537395 100644 --- a/Content.Server/Cargo/Components/CargoOrderDatabaseComponent.cs +++ b/Content.Server/Cargo/Components/CargoOrderDatabaseComponent.cs @@ -1,6 +1,4 @@ using Content.Shared.Cargo.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.Players; namespace Content.Server.Cargo.Components { diff --git a/Content.Server/Cargo/ICargoBankAccount.cs b/Content.Server/Cargo/ICargoBankAccount.cs index c8ee438a99f..d7a22448acb 100644 --- a/Content.Server/Cargo/ICargoBankAccount.cs +++ b/Content.Server/Cargo/ICargoBankAccount.cs @@ -1,6 +1,4 @@ -using System; - -namespace Content.Server.Cargo +namespace Content.Server.Cargo { public interface ICargoBankAccount { diff --git a/Content.Server/CharacterInfo/CharacterInfoSystem.cs b/Content.Server/CharacterInfo/CharacterInfoSystem.cs index c900c8d259b..8ab34380940 100644 --- a/Content.Server/CharacterInfo/CharacterInfoSystem.cs +++ b/Content.Server/CharacterInfo/CharacterInfoSystem.cs @@ -1,9 +1,7 @@ -using System.Collections.Generic; -using Content.Server.Mind.Components; +using Content.Server.Mind.Components; using Content.Server.Roles; using Content.Shared.CharacterInfo; using Content.Shared.Objectives; -using Robust.Shared.GameObjects; using Robust.Shared.Player; namespace Content.Server.CharacterInfo; diff --git a/Content.Server/Chat/Commands/AdminChatCommand.cs b/Content.Server/Chat/Commands/AdminChatCommand.cs index d1895504621..8aa95ffee18 100644 --- a/Content.Server/Chat/Commands/AdminChatCommand.cs +++ b/Content.Server/Chat/Commands/AdminChatCommand.cs @@ -3,7 +3,6 @@ using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Chat.Commands { diff --git a/Content.Server/Chat/Commands/LOOCCommand.cs b/Content.Server/Chat/Commands/LOOCCommand.cs index aedc2407431..98df2a26e3d 100644 --- a/Content.Server/Chat/Commands/LOOCCommand.cs +++ b/Content.Server/Chat/Commands/LOOCCommand.cs @@ -1,11 +1,7 @@ -using Content.Server.Administration; -using Content.Server.Chat.Managers; -using Content.Server.Players; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; using Robust.Shared.Enums; -using Robust.Shared.IoC; namespace Content.Server.Chat.Commands { diff --git a/Content.Server/Chat/Commands/MeCommand.cs b/Content.Server/Chat/Commands/MeCommand.cs index da8abfceea5..6d205712ec9 100644 --- a/Content.Server/Chat/Commands/MeCommand.cs +++ b/Content.Server/Chat/Commands/MeCommand.cs @@ -1,11 +1,7 @@ -using Content.Server.Administration; -using Content.Server.Chat.Managers; -using Content.Server.Players; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; using Robust.Shared.Enums; -using Robust.Shared.IoC; namespace Content.Server.Chat.Commands { diff --git a/Content.Server/Chat/Commands/OOCCommand.cs b/Content.Server/Chat/Commands/OOCCommand.cs index fe415cf9fca..bef2024608d 100644 --- a/Content.Server/Chat/Commands/OOCCommand.cs +++ b/Content.Server/Chat/Commands/OOCCommand.cs @@ -1,9 +1,7 @@ -using Content.Server.Administration; using Content.Server.Chat.Managers; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Chat.Commands { diff --git a/Content.Server/Chat/Commands/SayCommand.cs b/Content.Server/Chat/Commands/SayCommand.cs index 1c3e0d6c1fd..8aa157c31b3 100644 --- a/Content.Server/Chat/Commands/SayCommand.cs +++ b/Content.Server/Chat/Commands/SayCommand.cs @@ -1,9 +1,7 @@ -using Content.Server.Chat.Managers; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; using Robust.Shared.Enums; -using Robust.Shared.IoC; namespace Content.Server.Chat.Commands { diff --git a/Content.Server/Chat/Commands/SetLOOCCommand.cs b/Content.Server/Chat/Commands/SetLOOCCommand.cs index 3267c1aede7..9cfa2a67fcb 100644 --- a/Content.Server/Chat/Commands/SetLOOCCommand.cs +++ b/Content.Server/Chat/Commands/SetLOOCCommand.cs @@ -3,8 +3,6 @@ using Content.Shared.CCVar; using Robust.Shared.Configuration; using Robust.Shared.Console; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Chat.Commands; diff --git a/Content.Server/Chat/Commands/SetOOCCommand.cs b/Content.Server/Chat/Commands/SetOOCCommand.cs index a0ccba8e708..e6e688377e9 100644 --- a/Content.Server/Chat/Commands/SetOOCCommand.cs +++ b/Content.Server/Chat/Commands/SetOOCCommand.cs @@ -3,8 +3,6 @@ using Content.Shared.CCVar; using Robust.Shared.Configuration; using Robust.Shared.Console; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Chat.Commands; diff --git a/Content.Server/Chat/Commands/WhisperCommand.cs b/Content.Server/Chat/Commands/WhisperCommand.cs index 246dd67066d..6c7dbb78389 100644 --- a/Content.Server/Chat/Commands/WhisperCommand.cs +++ b/Content.Server/Chat/Commands/WhisperCommand.cs @@ -1,9 +1,7 @@ -using Content.Server.Chat.Managers; -using Content.Shared.Administration; +using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; using Robust.Shared.Enums; -using Robust.Shared.IoC; namespace Content.Server.Chat.Commands { diff --git a/Content.Server/Chat/Managers/ChatManager.cs b/Content.Server/Chat/Managers/ChatManager.cs index 30a3f373802..e2b8ae917b1 100644 --- a/Content.Server/Chat/Managers/ChatManager.cs +++ b/Content.Server/Chat/Managers/ChatManager.cs @@ -1,34 +1,18 @@ using System.Linq; -using System.Text; using Content.Server.Administration.Logs; using Content.Server.Administration.Managers; -using Content.Server.Ghost.Components; -using Content.Server.Headset; using Content.Server.MoMMI; -using Content.Server.Players; using Content.Server.Preferences.Managers; -using Content.Server.Radio.EntitySystems; -using Content.Server.Disease; -using Content.Server.Disease.Components; -using Content.Shared.Disease.Components; -using Content.Shared.ActionBlocker; using Content.Shared.Administration; using Content.Shared.CCVar; using Content.Shared.Chat; using Content.Shared.Database; -using Content.Shared.Inventory; -using Content.Shared.Popups; -using Robust.Server.GameObjects; using Robust.Server.Player; using Robust.Shared.Audio; using Robust.Shared.Configuration; -using Robust.Shared.Console; using Robust.Shared.Network; using Robust.Shared.Player; -using Robust.Shared.Players; -using Robust.Shared.Random; using Robust.Shared.Utility; -using static Content.Server.Chat.Managers.IChatManager; namespace Content.Server.Chat.Managers { diff --git a/Content.Server/Chat/Managers/ChatSanitizationManager.cs b/Content.Server/Chat/Managers/ChatSanitizationManager.cs index 4823bfd411c..048862ca5d8 100644 --- a/Content.Server/Chat/Managers/ChatSanitizationManager.cs +++ b/Content.Server/Chat/Managers/ChatSanitizationManager.cs @@ -1,11 +1,7 @@ -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using Content.Shared.CCVar; using Robust.Shared.Configuration; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Chat.Managers; diff --git a/Content.Server/Chat/Managers/IChatManager.cs b/Content.Server/Chat/Managers/IChatManager.cs index c6f8c15b788..76a525e6f75 100644 --- a/Content.Server/Chat/Managers/IChatManager.cs +++ b/Content.Server/Chat/Managers/IChatManager.cs @@ -1,9 +1,6 @@ using Content.Shared.Chat; using Robust.Server.Player; -using Robust.Shared.Console; -using Robust.Shared.GameObjects; using Robust.Shared.Network; -using Robust.Shared.Players; namespace Content.Server.Chat.Managers { diff --git a/Content.Server/Chat/Managers/IChatSanitizationManager.cs b/Content.Server/Chat/Managers/IChatSanitizationManager.cs index 4538a9d655b..c067cf02ee7 100644 --- a/Content.Server/Chat/Managers/IChatSanitizationManager.cs +++ b/Content.Server/Chat/Managers/IChatSanitizationManager.cs @@ -1,5 +1,4 @@ using System.Diagnostics.CodeAnalysis; -using Robust.Shared.GameObjects; namespace Content.Server.Chat.Managers; diff --git a/Content.Server/Chemistry/Components/ChemMasterComponent.cs b/Content.Server/Chemistry/Components/ChemMasterComponent.cs index e5963a089ce..c51a05cbc2d 100644 --- a/Content.Server/Chemistry/Components/ChemMasterComponent.cs +++ b/Content.Server/Chemistry/Components/ChemMasterComponent.cs @@ -3,7 +3,6 @@ using Content.Server.Power.Components; using Content.Server.UserInterface; using Content.Shared.Chemistry.Components; -using Content.Shared.Containers.ItemSlots; using Content.Shared.FixedPoint; using Content.Shared.Hands.EntitySystems; using Content.Shared.Popups; diff --git a/Content.Server/Chemistry/Components/FoamSolutionAreaEffectComponent.cs b/Content.Server/Chemistry/Components/FoamSolutionAreaEffectComponent.cs index 925c2c92b0f..64042751048 100644 --- a/Content.Server/Chemistry/Components/FoamSolutionAreaEffectComponent.cs +++ b/Content.Server/Chemistry/Components/FoamSolutionAreaEffectComponent.cs @@ -4,9 +4,6 @@ using Content.Shared.FixedPoint; using Content.Shared.Foam; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.Components { diff --git a/Content.Server/Chemistry/Components/HyposprayComponent.cs b/Content.Server/Chemistry/Components/HyposprayComponent.cs index 8512a34109e..8e18a424060 100644 --- a/Content.Server/Chemistry/Components/HyposprayComponent.cs +++ b/Content.Server/Chemistry/Components/HyposprayComponent.cs @@ -10,13 +10,7 @@ using Content.Shared.Popups; using Content.Shared.Sound; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Maths; using Robust.Shared.Player; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Chemistry.Components { diff --git a/Content.Server/Chemistry/Components/InjectorComponent.cs b/Content.Server/Chemistry/Components/InjectorComponent.cs index f314a014362..466f49a22ae 100644 --- a/Content.Server/Chemistry/Components/InjectorComponent.cs +++ b/Content.Server/Chemistry/Components/InjectorComponent.cs @@ -1,30 +1,6 @@ -using System; using System.Threading; -using System.Threading.Tasks; -using Content.Server.Administration.Logs; -using Content.Server.Body.Components; -using Content.Server.Body.Systems; -using Content.Server.Chemistry.Components.SolutionManager; -using Content.Server.Chemistry.EntitySystems; -using Content.Server.CombatMode; -using Content.Server.DoAfter; -using Content.Shared.ActionBlocker; -using Content.Shared.Body.Components; using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; -using Content.Shared.Database; using Content.Shared.FixedPoint; -using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; -using Content.Shared.MobState.Components; -using Content.Shared.Popups; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Player; -using Robust.Shared.Players; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Chemistry.Components { diff --git a/Content.Server/Chemistry/Components/MeleeChemicalInjectorComponent.cs b/Content.Server/Chemistry/Components/MeleeChemicalInjectorComponent.cs index 83d4711e0d7..0bc5b3ae048 100644 --- a/Content.Server/Chemistry/Components/MeleeChemicalInjectorComponent.cs +++ b/Content.Server/Chemistry/Components/MeleeChemicalInjectorComponent.cs @@ -1,9 +1,4 @@ -using System; -using Content.Shared.Chemistry.Reagent; -using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; +using Content.Shared.FixedPoint; namespace Content.Server.Chemistry.Components { diff --git a/Content.Server/Chemistry/Components/ReagentTankComponent.cs b/Content.Server/Chemistry/Components/ReagentTankComponent.cs index ad4092fe360..162e3d6b8af 100644 --- a/Content.Server/Chemistry/Components/ReagentTankComponent.cs +++ b/Content.Server/Chemistry/Components/ReagentTankComponent.cs @@ -1,8 +1,4 @@ -using Content.Shared.Chemistry.Reagent; -using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; +using Content.Shared.FixedPoint; namespace Content.Server.Chemistry.Components diff --git a/Content.Server/Chemistry/Components/RehydratableComponent.cs b/Content.Server/Chemistry/Components/RehydratableComponent.cs index b0cd7a3af94..a6a8d279f48 100644 --- a/Content.Server/Chemistry/Components/RehydratableComponent.cs +++ b/Content.Server/Chemistry/Components/RehydratableComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Chemistry.Components { /// diff --git a/Content.Server/Chemistry/Components/SmokeSolutionAreaEffectComponent.cs b/Content.Server/Chemistry/Components/SmokeSolutionAreaEffectComponent.cs index 347fdd01433..0771ba447c0 100644 --- a/Content.Server/Chemistry/Components/SmokeSolutionAreaEffectComponent.cs +++ b/Content.Server/Chemistry/Components/SmokeSolutionAreaEffectComponent.cs @@ -5,8 +5,6 @@ using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; using Content.Shared.Smoking; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Chemistry.Components { diff --git a/Content.Server/Chemistry/Components/SolutionAreaEffectComponent.cs b/Content.Server/Chemistry/Components/SolutionAreaEffectComponent.cs index 309f08d3e73..27c07fec6d0 100644 --- a/Content.Server/Chemistry/Components/SolutionAreaEffectComponent.cs +++ b/Content.Server/Chemistry/Components/SolutionAreaEffectComponent.cs @@ -1,17 +1,11 @@ -using System; using System.Linq; using Content.Server.Atmos.Components; using Content.Server.Chemistry.EntitySystems; -using Content.Server.Coordinates.Helpers; using Content.Shared.Chemistry; using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Prototypes; using Robust.Shared.Utility; diff --git a/Content.Server/Chemistry/Components/SolutionAreaEffectInceptionComponent.cs b/Content.Server/Chemistry/Components/SolutionAreaEffectInceptionComponent.cs index d1f85b74bff..a03da22a4e0 100644 --- a/Content.Server/Chemistry/Components/SolutionAreaEffectInceptionComponent.cs +++ b/Content.Server/Chemistry/Components/SolutionAreaEffectInceptionComponent.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; -using System.Linq; -using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; +using System.Linq; namespace Content.Server.Chemistry.Components { diff --git a/Content.Server/Chemistry/Components/SolutionInjectOnCollideComponent.cs b/Content.Server/Chemistry/Components/SolutionInjectOnCollideComponent.cs index 2e86e827938..bf51da1db74 100644 --- a/Content.Server/Chemistry/Components/SolutionInjectOnCollideComponent.cs +++ b/Content.Server/Chemistry/Components/SolutionInjectOnCollideComponent.cs @@ -1,10 +1,5 @@ -using System; -using Content.Shared.Chemistry.Reagent; -using Content.Shared.FixedPoint; +using Content.Shared.FixedPoint; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Chemistry.Components { diff --git a/Content.Server/Chemistry/Components/SolutionManager/DrainableSolutionComponent.cs b/Content.Server/Chemistry/Components/SolutionManager/DrainableSolutionComponent.cs index 9b0648276ab..7d33b5d2356 100644 --- a/Content.Server/Chemistry/Components/SolutionManager/DrainableSolutionComponent.cs +++ b/Content.Server/Chemistry/Components/SolutionManager/DrainableSolutionComponent.cs @@ -1,8 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - -namespace Content.Server.Chemistry.Components.SolutionManager +namespace Content.Server.Chemistry.Components.SolutionManager { /// /// Denotes the solution that can be easily removed through any reagent container. diff --git a/Content.Server/Chemistry/Components/SolutionManager/DrawableSolutionComponent.cs b/Content.Server/Chemistry/Components/SolutionManager/DrawableSolutionComponent.cs index 6787b1da445..65d1638c917 100644 --- a/Content.Server/Chemistry/Components/SolutionManager/DrawableSolutionComponent.cs +++ b/Content.Server/Chemistry/Components/SolutionManager/DrawableSolutionComponent.cs @@ -1,8 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - -namespace Content.Server.Chemistry.Components.SolutionManager +namespace Content.Server.Chemistry.Components.SolutionManager { /// /// Denotes the solution that can removed be with syringes. diff --git a/Content.Server/Chemistry/Components/SolutionManager/ExaminableSolutionComponent.cs b/Content.Server/Chemistry/Components/SolutionManager/ExaminableSolutionComponent.cs index edf4047d784..a1500910330 100644 --- a/Content.Server/Chemistry/Components/SolutionManager/ExaminableSolutionComponent.cs +++ b/Content.Server/Chemistry/Components/SolutionManager/ExaminableSolutionComponent.cs @@ -1,8 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - -namespace Content.Server.Chemistry.Components.SolutionManager +namespace Content.Server.Chemistry.Components.SolutionManager { [RegisterComponent] public sealed class ExaminableSolutionComponent: Component diff --git a/Content.Server/Chemistry/Components/SolutionManager/InjectableSolutionComponent.cs b/Content.Server/Chemistry/Components/SolutionManager/InjectableSolutionComponent.cs index a711da45489..01ee25e175c 100644 --- a/Content.Server/Chemistry/Components/SolutionManager/InjectableSolutionComponent.cs +++ b/Content.Server/Chemistry/Components/SolutionManager/InjectableSolutionComponent.cs @@ -1,8 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - -namespace Content.Server.Chemistry.Components.SolutionManager +namespace Content.Server.Chemistry.Components.SolutionManager { /// /// Denotes a solution which can be added with syringes. diff --git a/Content.Server/Chemistry/Components/SolutionManager/RefillableSolutionComponent.cs b/Content.Server/Chemistry/Components/SolutionManager/RefillableSolutionComponent.cs index 5c5a5efc078..438960866f3 100644 --- a/Content.Server/Chemistry/Components/SolutionManager/RefillableSolutionComponent.cs +++ b/Content.Server/Chemistry/Components/SolutionManager/RefillableSolutionComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; using Content.Shared.FixedPoint; namespace Content.Server.Chemistry.Components.SolutionManager diff --git a/Content.Server/Chemistry/Components/SolutionManager/SolutionContainerManagerComponent.cs b/Content.Server/Chemistry/Components/SolutionManager/SolutionContainerManagerComponent.cs index 5e1b0fde34f..bd44fb3d2d5 100644 --- a/Content.Server/Chemistry/Components/SolutionManager/SolutionContainerManagerComponent.cs +++ b/Content.Server/Chemistry/Components/SolutionManager/SolutionContainerManagerComponent.cs @@ -1,11 +1,5 @@ -using System.Collections.Generic; -using Content.Server.Chemistry.EntitySystems; +using Content.Server.Chemistry.EntitySystems; using Content.Shared.Chemistry.Components; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.GameStates; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Chemistry.Components.SolutionManager { diff --git a/Content.Server/Chemistry/Components/SolutionTransferComponent.cs b/Content.Server/Chemistry/Components/SolutionTransferComponent.cs index c77f1af258f..e444de38109 100644 --- a/Content.Server/Chemistry/Components/SolutionTransferComponent.cs +++ b/Content.Server/Chemistry/Components/SolutionTransferComponent.cs @@ -1,20 +1,12 @@ -using System; using System.Threading.Tasks; using Content.Server.Chemistry.Components.SolutionManager; using Content.Server.Chemistry.EntitySystems; using Content.Server.UserInterface; using Content.Shared.Chemistry; -using Content.Shared.Chemistry.Components; using Content.Shared.FixedPoint; using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; using Content.Shared.Popups; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Chemistry.Components { diff --git a/Content.Server/Chemistry/Components/TransformableContainerComponent.cs b/Content.Server/Chemistry/Components/TransformableContainerComponent.cs index fa7731d7591..47b04e35835 100644 --- a/Content.Server/Chemistry/Components/TransformableContainerComponent.cs +++ b/Content.Server/Chemistry/Components/TransformableContainerComponent.cs @@ -2,8 +2,6 @@ using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Utility; namespace Content.Server.Chemistry.Components diff --git a/Content.Server/Chemistry/Components/VaporComponent.cs b/Content.Server/Chemistry/Components/VaporComponent.cs index 265d5c2c0f8..a9fe2eb49de 100644 --- a/Content.Server/Chemistry/Components/VaporComponent.cs +++ b/Content.Server/Chemistry/Components/VaporComponent.cs @@ -1,10 +1,6 @@ -using Content.Shared.Chemistry.Reagent; -using Content.Shared.FixedPoint; +using Content.Shared.FixedPoint; using Content.Shared.Vapor; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Chemistry.Components { diff --git a/Content.Server/Chemistry/EntitySystems/ChemMasterSystem.cs b/Content.Server/Chemistry/EntitySystems/ChemMasterSystem.cs index 55a7bf65917..e6e616fcdd6 100644 --- a/Content.Server/Chemistry/EntitySystems/ChemMasterSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/ChemMasterSystem.cs @@ -2,7 +2,6 @@ using Content.Shared.Chemistry.EntitySystems; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.EntitySystems { diff --git a/Content.Server/Chemistry/EntitySystems/ChemicalReactionSystem.cs b/Content.Server/Chemistry/EntitySystems/ChemicalReactionSystem.cs index 02930e24e34..489fe7d0d49 100644 --- a/Content.Server/Chemistry/EntitySystems/ChemicalReactionSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/ChemicalReactionSystem.cs @@ -4,7 +4,6 @@ using Content.Shared.Database; using Content.Shared.FixedPoint; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; using Robust.Shared.Player; namespace Content.Server.Chemistry.EntitySystems diff --git a/Content.Server/Chemistry/EntitySystems/ChemistrySystem.Injector.cs b/Content.Server/Chemistry/EntitySystems/ChemistrySystem.Injector.cs index f7e182648db..8f6145371f2 100644 --- a/Content.Server/Chemistry/EntitySystems/ChemistrySystem.Injector.cs +++ b/Content.Server/Chemistry/EntitySystems/ChemistrySystem.Injector.cs @@ -1,4 +1,3 @@ -using System; using System.Threading; using Content.Server.Body.Components; using Content.Server.Chemistry.Components; diff --git a/Content.Server/Chemistry/EntitySystems/ChemistrySystem.cs b/Content.Server/Chemistry/EntitySystems/ChemistrySystem.cs index 5ab05ef5066..33f507dcb7d 100644 --- a/Content.Server/Chemistry/EntitySystems/ChemistrySystem.cs +++ b/Content.Server/Chemistry/EntitySystems/ChemistrySystem.cs @@ -2,9 +2,6 @@ using Content.Server.Body.Systems; using Content.Server.DoAfter; using Content.Server.Popups; -using Content.Shared.ActionBlocker; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Chemistry.EntitySystems; diff --git a/Content.Server/Chemistry/EntitySystems/ChemistrySystemHypospray.cs b/Content.Server/Chemistry/EntitySystems/ChemistrySystemHypospray.cs index fd0a7dc55b6..e7363ee5db4 100644 --- a/Content.Server/Chemistry/EntitySystems/ChemistrySystemHypospray.cs +++ b/Content.Server/Chemistry/EntitySystems/ChemistrySystemHypospray.cs @@ -2,8 +2,6 @@ using Content.Shared.Interaction; using Content.Shared.Interaction.Events; using Content.Shared.Weapons.Melee; -using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.EntitySystems { diff --git a/Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs b/Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs index 71b332e5298..14bd729f480 100644 --- a/Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs @@ -1,10 +1,8 @@ using Content.Server.Chemistry.Components; using Content.Shared.Chemistry.EntitySystems; using Content.Shared.Emag.Systems; -using Content.Shared.Chemistry.Dispenser; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.Prototypes; namespace Content.Server.Chemistry.EntitySystems { diff --git a/Content.Server/Chemistry/EntitySystems/RehydratableSystem.cs b/Content.Server/Chemistry/EntitySystems/RehydratableSystem.cs index b2073cc375f..409d0188aff 100644 --- a/Content.Server/Chemistry/EntitySystems/RehydratableSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/RehydratableSystem.cs @@ -2,9 +2,6 @@ using Content.Server.Popups; using Content.Shared.FixedPoint; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Chemistry.EntitySystems { diff --git a/Content.Server/Chemistry/EntitySystems/SolutionAreaEffectSystem.cs b/Content.Server/Chemistry/EntitySystems/SolutionAreaEffectSystem.cs index 0d5d12018da..2064a1e6664 100644 --- a/Content.Server/Chemistry/EntitySystems/SolutionAreaEffectSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/SolutionAreaEffectSystem.cs @@ -3,7 +3,6 @@ using Content.Server.Chemistry.ReactionEffects; using Content.Shared.Chemistry.Reaction; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.EntitySystems { diff --git a/Content.Server/Chemistry/EntitySystems/SolutionContainerSystem.cs b/Content.Server/Chemistry/EntitySystems/SolutionContainerSystem.cs index 3dca8ecfa9b..5c9fcd4a45b 100644 --- a/Content.Server/Chemistry/EntitySystems/SolutionContainerSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/SolutionContainerSystem.cs @@ -8,7 +8,6 @@ using Content.Shared.FixedPoint; using JetBrains.Annotations; using Robust.Shared.Prototypes; -using Robust.Shared.Utility; namespace Content.Server.Chemistry.EntitySystems; diff --git a/Content.Server/Chemistry/EntitySystems/SolutionInjectOnCollideSystem.cs b/Content.Server/Chemistry/EntitySystems/SolutionInjectOnCollideSystem.cs index 1f91439591c..82c407777e4 100644 --- a/Content.Server/Chemistry/EntitySystems/SolutionInjectOnCollideSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/SolutionInjectOnCollideSystem.cs @@ -2,7 +2,6 @@ using Content.Server.Body.Systems; using Content.Server.Chemistry.Components; using Content.Server.Chemistry.Components.SolutionManager; -using Content.Server.Nutrition.EntitySystems; using Content.Shared.Inventory; using JetBrains.Annotations; using Robust.Shared.Physics.Dynamics; diff --git a/Content.Server/Chemistry/EntitySystems/SolutionTransferSystem.cs b/Content.Server/Chemistry/EntitySystems/SolutionTransferSystem.cs index e067351f1bf..3e7565bb30f 100644 --- a/Content.Server/Chemistry/EntitySystems/SolutionTransferSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/SolutionTransferSystem.cs @@ -1,19 +1,14 @@ using Content.Shared.Verbs; using Content.Server.Chemistry.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Server.GameObjects; -using System.Collections.Generic; using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; using Content.Shared.Popups; -using Robust.Shared.IoC; namespace Content.Server.Chemistry.EntitySystems { - [UsedImplicitly] + [UsedImplicitly] public sealed class SolutionTransferSystem : EntitySystem { /// diff --git a/Content.Server/Chemistry/EntitySystems/TransformableContainerSystem.cs b/Content.Server/Chemistry/EntitySystems/TransformableContainerSystem.cs index 0994117990e..b2320281abc 100644 --- a/Content.Server/Chemistry/EntitySystems/TransformableContainerSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/TransformableContainerSystem.cs @@ -2,8 +2,6 @@ using Content.Shared.Chemistry.Reagent; using JetBrains.Annotations; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; using Robust.Shared.Utility; diff --git a/Content.Server/Chemistry/EntitySystems/VaporSystem.cs b/Content.Server/Chemistry/EntitySystems/VaporSystem.cs index cebe2f846d2..587bec991d3 100644 --- a/Content.Server/Chemistry/EntitySystems/VaporSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/VaporSystem.cs @@ -6,10 +6,7 @@ using Content.Shared.Physics; using Content.Shared.Vapor; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Physics.Dynamics; using Robust.Shared.Prototypes; diff --git a/Content.Server/Chemistry/ReactionEffects/AreaReactionEffect.cs b/Content.Server/Chemistry/ReactionEffects/AreaReactionEffect.cs index 262af0c1b45..ad555751177 100644 --- a/Content.Server/Chemistry/ReactionEffects/AreaReactionEffect.cs +++ b/Content.Server/Chemistry/ReactionEffects/AreaReactionEffect.cs @@ -1,21 +1,15 @@ -using System; using Content.Server.Chemistry.Components; using Content.Server.Chemistry.EntitySystems; using Content.Server.Coordinates.Helpers; using Content.Shared.Audio; -using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; using Content.Shared.Database; using Content.Shared.Sound; using JetBrains.Annotations; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Map; using Robust.Shared.Player; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReactionEffects { diff --git a/Content.Server/Chemistry/ReactionEffects/CreateEntityReactionEffect.cs b/Content.Server/Chemistry/ReactionEffects/CreateEntityReactionEffect.cs index 81af8d34775..52a00399c40 100644 --- a/Content.Server/Chemistry/ReactionEffects/CreateEntityReactionEffect.cs +++ b/Content.Server/Chemistry/ReactionEffects/CreateEntityReactionEffect.cs @@ -1,7 +1,5 @@ using Content.Shared.Chemistry.Reagent; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Chemistry.ReactionEffects; diff --git a/Content.Server/Chemistry/ReactionEffects/FoamAreaReactionEffect.cs b/Content.Server/Chemistry/ReactionEffects/FoamAreaReactionEffect.cs index 24e9688c177..4b94adca7db 100644 --- a/Content.Server/Chemistry/ReactionEffects/FoamAreaReactionEffect.cs +++ b/Content.Server/Chemistry/ReactionEffects/FoamAreaReactionEffect.cs @@ -5,11 +5,8 @@ using Content.Shared.Sound; using JetBrains.Annotations; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Player; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReactionEffects { diff --git a/Content.Server/Chemistry/ReactionEffects/SmokeAreaReactionEffect.cs b/Content.Server/Chemistry/ReactionEffects/SmokeAreaReactionEffect.cs index f14c701f13d..3557dbe86e7 100644 --- a/Content.Server/Chemistry/ReactionEffects/SmokeAreaReactionEffect.cs +++ b/Content.Server/Chemistry/ReactionEffects/SmokeAreaReactionEffect.cs @@ -1,8 +1,5 @@ using Content.Server.Chemistry.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReactionEffects { diff --git a/Content.Server/Chemistry/ReactionEffects/SolutionTemperatureEffects.cs b/Content.Server/Chemistry/ReactionEffects/SolutionTemperatureEffects.cs index c375ef2d248..5a773666888 100644 --- a/Content.Server/Chemistry/ReactionEffects/SolutionTemperatureEffects.cs +++ b/Content.Server/Chemistry/ReactionEffects/SolutionTemperatureEffects.cs @@ -1,7 +1,5 @@ -using System; using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReactionEffects { diff --git a/Content.Server/Chemistry/ReagentEffectConditions/BodyTemperature.cs b/Content.Server/Chemistry/ReagentEffectConditions/BodyTemperature.cs index 2280d1526de..a5b07dd438f 100644 --- a/Content.Server/Chemistry/ReagentEffectConditions/BodyTemperature.cs +++ b/Content.Server/Chemistry/ReagentEffectConditions/BodyTemperature.cs @@ -1,6 +1,5 @@ using Content.Server.Temperature.Components; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffectConditions { diff --git a/Content.Server/Chemistry/ReagentEffectConditions/HasTagCondition.cs b/Content.Server/Chemistry/ReagentEffectConditions/HasTagCondition.cs index 9b4debe98c1..2c57bda77e0 100644 --- a/Content.Server/Chemistry/ReagentEffectConditions/HasTagCondition.cs +++ b/Content.Server/Chemistry/ReagentEffectConditions/HasTagCondition.cs @@ -1,7 +1,6 @@ using Content.Shared.Chemistry.Reagent; using Content.Shared.Tag; using JetBrains.Annotations; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Chemistry.ReagentEffectConditions; diff --git a/Content.Server/Chemistry/ReagentEffectConditions/OrganType.cs b/Content.Server/Chemistry/ReagentEffectConditions/OrganType.cs index 18934c19c43..d494b070898 100644 --- a/Content.Server/Chemistry/ReagentEffectConditions/OrganType.cs +++ b/Content.Server/Chemistry/ReagentEffectConditions/OrganType.cs @@ -1,9 +1,6 @@ using Content.Server.Body.Components; using Content.Shared.Body.Prototypes; -using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Chemistry.ReagentEffectConditions diff --git a/Content.Server/Chemistry/ReagentEffectConditions/ReagentThreshold.cs b/Content.Server/Chemistry/ReagentEffectConditions/ReagentThreshold.cs index daded769566..bf18fcd54ff 100644 --- a/Content.Server/Chemistry/ReagentEffectConditions/ReagentThreshold.cs +++ b/Content.Server/Chemistry/ReagentEffectConditions/ReagentThreshold.cs @@ -1,8 +1,5 @@ -using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffectConditions { diff --git a/Content.Server/Chemistry/ReagentEffectConditions/SolutionTemperature.cs b/Content.Server/Chemistry/ReagentEffectConditions/SolutionTemperature.cs index a778ade0cb2..da646fb1c7e 100644 --- a/Content.Server/Chemistry/ReagentEffectConditions/SolutionTemperature.cs +++ b/Content.Server/Chemistry/ReagentEffectConditions/SolutionTemperature.cs @@ -1,6 +1,4 @@ -using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffectConditions { diff --git a/Content.Server/Chemistry/ReagentEffectConditions/SolutionThermalEnergy.cs b/Content.Server/Chemistry/ReagentEffectConditions/SolutionThermalEnergy.cs index b8c7521055a..2cca7b295f9 100644 --- a/Content.Server/Chemistry/ReagentEffectConditions/SolutionThermalEnergy.cs +++ b/Content.Server/Chemistry/ReagentEffectConditions/SolutionThermalEnergy.cs @@ -1,6 +1,4 @@ -using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffectConditions { diff --git a/Content.Server/Chemistry/ReagentEffectConditions/TotalDamage.cs b/Content.Server/Chemistry/ReagentEffectConditions/TotalDamage.cs index 1f96026f2d4..b5f21d616e9 100644 --- a/Content.Server/Chemistry/ReagentEffectConditions/TotalDamage.cs +++ b/Content.Server/Chemistry/ReagentEffectConditions/TotalDamage.cs @@ -1,7 +1,6 @@ using Content.Shared.Chemistry.Reagent; using Content.Shared.Damage; using Content.Shared.FixedPoint; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffectConditions { diff --git a/Content.Server/Chemistry/ReagentEffects/AddToSolutionReaction.cs b/Content.Server/Chemistry/ReagentEffects/AddToSolutionReaction.cs index 6f176d2256e..f687f19e7d2 100644 --- a/Content.Server/Chemistry/ReagentEffects/AddToSolutionReaction.cs +++ b/Content.Server/Chemistry/ReagentEffects/AddToSolutionReaction.cs @@ -1,12 +1,6 @@ -using System.Collections.Generic; using Content.Server.Chemistry.EntitySystems; -using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; -using Content.Shared.FixedPoint; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Set; namespace Content.Server.Chemistry.ReagentEffects { diff --git a/Content.Server/Chemistry/ReagentEffects/AdjustAlert.cs b/Content.Server/Chemistry/ReagentEffects/AdjustAlert.cs index 6960c322932..44f33a6bb50 100644 --- a/Content.Server/Chemistry/ReagentEffects/AdjustAlert.cs +++ b/Content.Server/Chemistry/ReagentEffects/AdjustAlert.cs @@ -1,9 +1,5 @@ -using System; -using Content.Shared.Alert; +using Content.Shared.Alert; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Timing; namespace Content.Server.Chemistry.ReagentEffects; diff --git a/Content.Server/Chemistry/ReagentEffects/AdjustReagent.cs b/Content.Server/Chemistry/ReagentEffects/AdjustReagent.cs index 1d5cf60b0a2..fb0fa48e654 100644 --- a/Content.Server/Chemistry/ReagentEffects/AdjustReagent.cs +++ b/Content.Server/Chemistry/ReagentEffects/AdjustReagent.cs @@ -3,9 +3,7 @@ using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; using JetBrains.Annotations; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Chemistry.ReagentEffects diff --git a/Content.Server/Chemistry/ReagentEffects/AdjustTemperature.cs b/Content.Server/Chemistry/ReagentEffects/AdjustTemperature.cs index 33d9ff50ebb..eb4f579022a 100644 --- a/Content.Server/Chemistry/ReagentEffects/AdjustTemperature.cs +++ b/Content.Server/Chemistry/ReagentEffects/AdjustTemperature.cs @@ -1,7 +1,6 @@ using Content.Server.Temperature.Components; using Content.Server.Temperature.Systems; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffects { diff --git a/Content.Server/Chemistry/ReagentEffects/CreateGas.cs b/Content.Server/Chemistry/ReagentEffects/CreateGas.cs index 6d43e0ec7fc..0f726dca1a5 100644 --- a/Content.Server/Chemistry/ReagentEffects/CreateGas.cs +++ b/Content.Server/Chemistry/ReagentEffects/CreateGas.cs @@ -2,8 +2,6 @@ using Content.Shared.Atmos; using Content.Shared.Chemistry.Reagent; using Content.Shared.Database; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffects; diff --git a/Content.Server/Chemistry/ReagentEffects/Electrocute.cs b/Content.Server/Chemistry/ReagentEffects/Electrocute.cs index 56bf042679c..4938f401af4 100644 --- a/Content.Server/Chemistry/ReagentEffects/Electrocute.cs +++ b/Content.Server/Chemistry/ReagentEffects/Electrocute.cs @@ -1,11 +1,5 @@ -using System; -using Content.Server.Atmos.Components; -using Content.Server.Atmos.EntitySystems; using Content.Server.Electrocution; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.GameObjects; -using Robust.Shared.Log; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffects; diff --git a/Content.Server/Chemistry/ReagentEffects/ExtinguishReaction.cs b/Content.Server/Chemistry/ReagentEffects/ExtinguishReaction.cs index 99a96e06a12..6b7c56518ac 100644 --- a/Content.Server/Chemistry/ReagentEffects/ExtinguishReaction.cs +++ b/Content.Server/Chemistry/ReagentEffects/ExtinguishReaction.cs @@ -1,13 +1,7 @@ -using System.Collections.Generic; using Content.Server.Atmos.Components; using Content.Server.Atmos.EntitySystems; -using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; -using Content.Shared.FixedPoint; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Set; namespace Content.Server.Chemistry.ReagentEffects { diff --git a/Content.Server/Chemistry/ReagentEffects/FlammableReaction.cs b/Content.Server/Chemistry/ReagentEffects/FlammableReaction.cs index c46d5805cc6..9d0db25a1e7 100644 --- a/Content.Server/Chemistry/ReagentEffects/FlammableReaction.cs +++ b/Content.Server/Chemistry/ReagentEffects/FlammableReaction.cs @@ -1,15 +1,8 @@ -using System.Collections.Generic; using Content.Server.Atmos.Components; using Content.Server.Atmos.EntitySystems; -using Content.Shared.Administration.Logs; -using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; using Content.Shared.Database; -using Content.Shared.FixedPoint; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Set; namespace Content.Server.Chemistry.ReagentEffects { diff --git a/Content.Server/Chemistry/ReagentEffects/Ignite.cs b/Content.Server/Chemistry/ReagentEffects/Ignite.cs index 29f5ef935b4..5eb19297b4b 100644 --- a/Content.Server/Chemistry/ReagentEffects/Ignite.cs +++ b/Content.Server/Chemistry/ReagentEffects/Ignite.cs @@ -1,7 +1,6 @@ using Content.Server.Atmos.EntitySystems; using Content.Shared.Chemistry.Reagent; using Content.Shared.Database; -using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.ReagentEffects; diff --git a/Content.Server/Chemistry/ReagentEffects/ModifyBleedAmount.cs b/Content.Server/Chemistry/ReagentEffects/ModifyBleedAmount.cs index ba3dde02be4..468cbddbbae 100644 --- a/Content.Server/Chemistry/ReagentEffects/ModifyBleedAmount.cs +++ b/Content.Server/Chemistry/ReagentEffects/ModifyBleedAmount.cs @@ -1,7 +1,6 @@ using Content.Server.Body.Components; using Content.Server.Body.Systems; using Content.Shared.Chemistry.Reagent; -using Content.Shared.FixedPoint; namespace Content.Server.Chemistry.ReagentEffects; diff --git a/Content.Server/Chemistry/ReagentEffects/ModifyLungGas.cs b/Content.Server/Chemistry/ReagentEffects/ModifyLungGas.cs index d1f8e98c996..63ab04bd66f 100644 --- a/Content.Server/Chemistry/ReagentEffects/ModifyLungGas.cs +++ b/Content.Server/Chemistry/ReagentEffects/ModifyLungGas.cs @@ -1,8 +1,6 @@ -using System.Collections.Generic; -using Content.Server.Body.Components; +using Content.Server.Body.Components; using Content.Shared.Atmos; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffects; diff --git a/Content.Server/Chemistry/ReagentEffects/MovespeedModifier.cs b/Content.Server/Chemistry/ReagentEffects/MovespeedModifier.cs index b54e90c23a3..75fc19b3f22 100644 --- a/Content.Server/Chemistry/ReagentEffects/MovespeedModifier.cs +++ b/Content.Server/Chemistry/ReagentEffects/MovespeedModifier.cs @@ -1,11 +1,6 @@ -using System; using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; -using Content.Shared.Movement.Components; using Content.Shared.Movement.EntitySystems; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Timing; namespace Content.Server.Chemistry.ReagentEffects diff --git a/Content.Server/Chemistry/ReagentEffects/Oxygenate.cs b/Content.Server/Chemistry/ReagentEffects/Oxygenate.cs index 4ff6d721fa1..4fa6c834e86 100644 --- a/Content.Server/Chemistry/ReagentEffects/Oxygenate.cs +++ b/Content.Server/Chemistry/ReagentEffects/Oxygenate.cs @@ -1,8 +1,6 @@ using Content.Server.Body.Components; using Content.Server.Body.Systems; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffects; diff --git a/Content.Server/Chemistry/ReagentEffects/Paralyze.cs b/Content.Server/Chemistry/ReagentEffects/Paralyze.cs index 2bae52045fa..0e4d78c0159 100644 --- a/Content.Server/Chemistry/ReagentEffects/Paralyze.cs +++ b/Content.Server/Chemistry/ReagentEffects/Paralyze.cs @@ -1,9 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - using Content.Shared.Chemistry.Reagent; using Content.Server.Stunnable; diff --git a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustAttribute.cs b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustAttribute.cs index a6429094de3..b6b59ff2138 100644 --- a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustAttribute.cs +++ b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustAttribute.cs @@ -1,12 +1,7 @@ using System.Diagnostics.CodeAnalysis; using Content.Server.Botany.Components; -using Content.Shared.Botany; -using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffects.PlantMetabolism { diff --git a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustHealth.cs b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustHealth.cs index f9b5ecb95a4..7f9b4753f06 100644 --- a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustHealth.cs +++ b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustHealth.cs @@ -1,7 +1,4 @@ -using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; -using JetBrains.Annotations; -using Robust.Shared.GameObjects; +using Content.Shared.Chemistry.Reagent; namespace Content.Server.Chemistry.ReagentEffects.PlantMetabolism { diff --git a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustMutationLevel.cs b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustMutationLevel.cs index 37230deda51..560e684395f 100644 --- a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustMutationLevel.cs +++ b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustMutationLevel.cs @@ -1,7 +1,4 @@ -using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; -using JetBrains.Annotations; -using Robust.Shared.GameObjects; +using Content.Shared.Chemistry.Reagent; namespace Content.Server.Chemistry.ReagentEffects.PlantMetabolism { diff --git a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustMutationMod.cs b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustMutationMod.cs index bc011b7151d..7d204f39db5 100644 --- a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustMutationMod.cs +++ b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustMutationMod.cs @@ -1,7 +1,5 @@ -using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.ReagentEffects.PlantMetabolism { diff --git a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustNutrition.cs b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustNutrition.cs index 77b394909ed..4b85c7f0021 100644 --- a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustNutrition.cs +++ b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustNutrition.cs @@ -1,7 +1,5 @@ -using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.ReagentEffects.PlantMetabolism { diff --git a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustPests.cs b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustPests.cs index 8aa049e0def..cebe30f3ddd 100644 --- a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustPests.cs +++ b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustPests.cs @@ -1,7 +1,5 @@ -using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.ReagentEffects.PlantMetabolism { diff --git a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustToxins.cs b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustToxins.cs index d94f1818250..9565af7c394 100644 --- a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustToxins.cs +++ b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustToxins.cs @@ -1,7 +1,5 @@ -using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.ReagentEffects.PlantMetabolism { diff --git a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustWater.cs b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustWater.cs index 41b4722de4c..b2856330c12 100644 --- a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustWater.cs +++ b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustWater.cs @@ -1,7 +1,5 @@ -using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.ReagentEffects.PlantMetabolism { diff --git a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustWeeds.cs b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustWeeds.cs index c26fc692a88..bd78238dfdf 100644 --- a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustWeeds.cs +++ b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustWeeds.cs @@ -1,7 +1,5 @@ -using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.ReagentEffects.PlantMetabolism { diff --git a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAffectGrowth.cs b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAffectGrowth.cs index 28c8f2de465..8fa030dd622 100644 --- a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAffectGrowth.cs +++ b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAffectGrowth.cs @@ -1,7 +1,5 @@ -using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.ReagentEffects.PlantMetabolism { diff --git a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantClonexadone.cs b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantClonexadone.cs index 232136e8cc2..6f42297d4a0 100644 --- a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantClonexadone.cs +++ b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantClonexadone.cs @@ -1,13 +1,7 @@ -using System; -using Content.Server.Botany.Components; -using Content.Shared.Botany; -using Content.Shared.Chemistry.Components; +using Content.Server.Botany.Components; using Content.Shared.Chemistry.Reagent; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffects.PlantMetabolism { diff --git a/Content.Server/Chemistry/ReagentEffects/PopupMessage.cs b/Content.Server/Chemistry/ReagentEffects/PopupMessage.cs index 18cb3b8cc18..2b67cef1ba3 100644 --- a/Content.Server/Chemistry/ReagentEffects/PopupMessage.cs +++ b/Content.Server/Chemistry/ReagentEffects/PopupMessage.cs @@ -1,10 +1,7 @@ using Content.Shared.Chemistry.Reagent; using Content.Shared.Popups; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; using Robust.Shared.Random; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffects { diff --git a/Content.Server/Chemistry/ReagentEffects/SatiateHunger.cs b/Content.Server/Chemistry/ReagentEffects/SatiateHunger.cs index 35077da0b1c..f00b4fe5cd8 100644 --- a/Content.Server/Chemistry/ReagentEffects/SatiateHunger.cs +++ b/Content.Server/Chemistry/ReagentEffects/SatiateHunger.cs @@ -1,8 +1,5 @@ using Content.Server.Nutrition.Components; -using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffects { diff --git a/Content.Server/Chemistry/ReagentEffects/SatiateThirst.cs b/Content.Server/Chemistry/ReagentEffects/SatiateThirst.cs index fafb9cfc1de..43e9f051a07 100644 --- a/Content.Server/Chemistry/ReagentEffects/SatiateThirst.cs +++ b/Content.Server/Chemistry/ReagentEffects/SatiateThirst.cs @@ -1,8 +1,5 @@ using Content.Server.Nutrition.Components; -using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Content.Server.Nutrition.EntitySystems; namespace Content.Server.Chemistry.ReagentEffects diff --git a/Content.Server/Chemistry/ReagentEffects/StatusEffects/GenericStatusEffect.cs b/Content.Server/Chemistry/ReagentEffects/StatusEffects/GenericStatusEffect.cs index cf20294b764..668686af8e7 100644 --- a/Content.Server/Chemistry/ReagentEffects/StatusEffects/GenericStatusEffect.cs +++ b/Content.Server/Chemistry/ReagentEffects/StatusEffects/GenericStatusEffect.cs @@ -1,11 +1,6 @@ -using System; -using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using Content.Shared.StatusEffect; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffects.StatusEffects { diff --git a/Content.Server/Chemistry/ReagentEffects/StatusEffects/Jitter.cs b/Content.Server/Chemistry/ReagentEffects/StatusEffects/Jitter.cs index 2e5aa51af0c..a6aa96af79d 100644 --- a/Content.Server/Chemistry/ReagentEffects/StatusEffects/Jitter.cs +++ b/Content.Server/Chemistry/ReagentEffects/StatusEffects/Jitter.cs @@ -1,9 +1,5 @@ -using System; -using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using Content.Shared.Jittering; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffects.StatusEffects { diff --git a/Content.Server/Chemistry/ReagentEffects/WashCreamPieReaction.cs b/Content.Server/Chemistry/ReagentEffects/WashCreamPieReaction.cs index 8ea992db0a8..fdd21c8335f 100644 --- a/Content.Server/Chemistry/ReagentEffects/WashCreamPieReaction.cs +++ b/Content.Server/Chemistry/ReagentEffects/WashCreamPieReaction.cs @@ -1,13 +1,7 @@ -using System.Collections.Generic; using Content.Server.Nutrition.EntitySystems; -using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; -using Content.Shared.FixedPoint; using Content.Shared.Nutrition.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Set; namespace Content.Server.Chemistry.ReagentEffects { diff --git a/Content.Server/Chemistry/TileReactions/CleanTileReaction.cs b/Content.Server/Chemistry/TileReactions/CleanTileReaction.cs index ade768c8568..9c0bfe8b966 100644 --- a/Content.Server/Chemistry/TileReactions/CleanTileReaction.cs +++ b/Content.Server/Chemistry/TileReactions/CleanTileReaction.cs @@ -1,15 +1,10 @@ using System.Linq; using Content.Server.Cleanable; -using Content.Server.Coordinates.Helpers; using Content.Server.Decals; using Content.Shared.Chemistry.Reaction; using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.TileReactions { diff --git a/Content.Server/Chemistry/TileReactions/CreateEntityTileReaction.cs b/Content.Server/Chemistry/TileReactions/CreateEntityTileReaction.cs index a48e98a1142..9a8a1b89322 100644 --- a/Content.Server/Chemistry/TileReactions/CreateEntityTileReaction.cs +++ b/Content.Server/Chemistry/TileReactions/CreateEntityTileReaction.cs @@ -2,15 +2,10 @@ using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; using Content.Shared.Maps; -using Content.Shared.Random.Helpers; using Content.Shared.Whitelist; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Prototypes; using Robust.Shared.Random; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Chemistry.TileReactions; diff --git a/Content.Server/Chemistry/TileReactions/ExtinguishTileReaction.cs b/Content.Server/Chemistry/TileReactions/ExtinguishTileReaction.cs index 3299f382b34..c9a27a951d2 100644 --- a/Content.Server/Chemistry/TileReactions/ExtinguishTileReaction.cs +++ b/Content.Server/Chemistry/TileReactions/ExtinguishTileReaction.cs @@ -1,16 +1,10 @@ -using System; -using Content.Server.Atmos; -using Content.Server.Atmos.EntitySystems; +using Content.Server.Atmos.EntitySystems; using Content.Shared.Atmos; -using Content.Shared.Chemistry; using Content.Shared.Chemistry.Reaction; using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; -using Content.Shared.Maps; using JetBrains.Annotations; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.TileReactions { diff --git a/Content.Server/Chemistry/TileReactions/FlammableTileReaction.cs b/Content.Server/Chemistry/TileReactions/FlammableTileReaction.cs index 18ceb4851a2..f6aa74a13aa 100644 --- a/Content.Server/Chemistry/TileReactions/FlammableTileReaction.cs +++ b/Content.Server/Chemistry/TileReactions/FlammableTileReaction.cs @@ -1,15 +1,9 @@ -using System; -using Content.Server.Atmos; -using Content.Server.Atmos.EntitySystems; -using Content.Shared.Chemistry; +using Content.Server.Atmos.EntitySystems; using Content.Shared.Chemistry.Reaction; using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; -using Content.Shared.Maps; using JetBrains.Annotations; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.TileReactions { diff --git a/Content.Server/Chemistry/TileReactions/PryTileReaction.cs b/Content.Server/Chemistry/TileReactions/PryTileReaction.cs index 72f304edcbf..3b2c6af18d4 100644 --- a/Content.Server/Chemistry/TileReactions/PryTileReaction.cs +++ b/Content.Server/Chemistry/TileReactions/PryTileReaction.cs @@ -4,7 +4,6 @@ using Content.Shared.Maps; using JetBrains.Annotations; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.TileReactions; diff --git a/Content.Server/Chemistry/TileReactions/SpillIfPuddlePresentTileReaction.cs b/Content.Server/Chemistry/TileReactions/SpillIfPuddlePresentTileReaction.cs index 2cbf52d5e10..2cf2915fed5 100644 --- a/Content.Server/Chemistry/TileReactions/SpillIfPuddlePresentTileReaction.cs +++ b/Content.Server/Chemistry/TileReactions/SpillIfPuddlePresentTileReaction.cs @@ -4,9 +4,7 @@ using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; using JetBrains.Annotations; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.TileReactions { diff --git a/Content.Server/Chemistry/TileReactions/SpillTileReaction.cs b/Content.Server/Chemistry/TileReactions/SpillTileReaction.cs index ed8a889babb..1e5f98c4c6b 100644 --- a/Content.Server/Chemistry/TileReactions/SpillTileReaction.cs +++ b/Content.Server/Chemistry/TileReactions/SpillTileReaction.cs @@ -1,15 +1,11 @@ -using Content.Server.Fluids.Components; -using Content.Server.Fluids.EntitySystems; +using Content.Server.Fluids.EntitySystems; using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reaction; using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; using Content.Shared.Slippery; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.TileReactions { diff --git a/Content.Server/Cleanable/CleanableComponent.cs b/Content.Server/Cleanable/CleanableComponent.cs index d91a6e04745..210bc15c7c0 100644 --- a/Content.Server/Cleanable/CleanableComponent.cs +++ b/Content.Server/Cleanable/CleanableComponent.cs @@ -1,8 +1,4 @@ -using Content.Shared.Chemistry.Reagent; -using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; +using Content.Shared.FixedPoint; namespace Content.Server.Cleanable { diff --git a/Content.Server/Climbing/Components/GlassTableComponent.cs b/Content.Server/Climbing/Components/GlassTableComponent.cs index d160d436800..31fa30683f4 100644 --- a/Content.Server/Climbing/Components/GlassTableComponent.cs +++ b/Content.Server/Climbing/Components/GlassTableComponent.cs @@ -1,7 +1,4 @@ using Content.Shared.Damage; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Climbing.Components; diff --git a/Content.Server/Cloning/AcceptCloningEui.cs b/Content.Server/Cloning/AcceptCloningEui.cs index c63909168bb..c3f465bfd76 100644 --- a/Content.Server/Cloning/AcceptCloningEui.cs +++ b/Content.Server/Cloning/AcceptCloningEui.cs @@ -1,7 +1,6 @@ using Content.Server.EUI; using Content.Shared.Cloning; using Content.Shared.Eui; -using Robust.Shared.GameObjects; namespace Content.Server.Cloning { diff --git a/Content.Server/Cloning/Components/BeingClonedComponent.cs b/Content.Server/Cloning/Components/BeingClonedComponent.cs index f02b65eaa2e..d22f541a722 100644 --- a/Content.Server/Cloning/Components/BeingClonedComponent.cs +++ b/Content.Server/Cloning/Components/BeingClonedComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; - namespace Content.Server.Cloning.Components { [RegisterComponent] diff --git a/Content.Server/Cloning/Components/CloningPodComponent.cs b/Content.Server/Cloning/Components/CloningPodComponent.cs index 51fed47cbbb..7ff5ef354ff 100644 --- a/Content.Server/Cloning/Components/CloningPodComponent.cs +++ b/Content.Server/Cloning/Components/CloningPodComponent.cs @@ -1,4 +1,3 @@ -using System; using Content.Server.Climbing; using Content.Server.EUI; using Content.Server.Mind.Components; @@ -12,12 +11,7 @@ using Robust.Server.GameObjects; using Robust.Server.Player; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Cloning.Components { diff --git a/Content.Server/Clothing/Components/MagbootsComponent.cs b/Content.Server/Clothing/Components/MagbootsComponent.cs index 65d075a678a..b27079fa3fa 100644 --- a/Content.Server/Clothing/Components/MagbootsComponent.cs +++ b/Content.Server/Clothing/Components/MagbootsComponent.cs @@ -1,15 +1,9 @@ -using Content.Shared.Actions; using Content.Shared.Clothing; using Content.Shared.Interaction; using Content.Shared.Inventory; using Content.Shared.Item; -using JetBrains.Annotations; using Robust.Server.GameObjects; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Clothing.Components { diff --git a/Content.Server/CombatMode/CombatModeComponent.cs b/Content.Server/CombatMode/CombatModeComponent.cs index 571cbe3c938..94674417a80 100644 --- a/Content.Server/CombatMode/CombatModeComponent.cs +++ b/Content.Server/CombatMode/CombatModeComponent.cs @@ -1,5 +1,4 @@ using Content.Shared.CombatMode; -using Robust.Shared.GameObjects; namespace Content.Server.CombatMode { diff --git a/Content.Server/Commands/CommandUtils.cs b/Content.Server/Commands/CommandUtils.cs index 2efd80be475..11adaec9a2f 100644 --- a/Content.Server/Commands/CommandUtils.cs +++ b/Content.Server/Commands/CommandUtils.cs @@ -1,10 +1,7 @@ -using System; -using System.Diagnostics.CodeAnalysis; +using System.Diagnostics.CodeAnalysis; using System.Globalization; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Network; namespace Content.Server.Commands diff --git a/Content.Server/Connection/ConnectionManager.cs b/Content.Server/Connection/ConnectionManager.cs index a031192d833..ca4b68d3e98 100644 --- a/Content.Server/Connection/ConnectionManager.cs +++ b/Content.Server/Connection/ConnectionManager.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Collections.Immutable; +using System.Collections.Immutable; using System.Threading.Tasks; using Content.Server.Database; using Content.Server.GameTicking; @@ -8,9 +6,6 @@ using Content.Shared.CCVar; using Robust.Server.Player; using Robust.Shared.Configuration; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Network; diff --git a/Content.Server/Construction/Commands/FixRotationsCommand.cs b/Content.Server/Construction/Commands/FixRotationsCommand.cs index 5b28f7ecab4..2c14943e667 100644 --- a/Content.Server/Construction/Commands/FixRotationsCommand.cs +++ b/Content.Server/Construction/Commands/FixRotationsCommand.cs @@ -5,10 +5,7 @@ using Content.Shared.Tag; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.Construction.Commands { diff --git a/Content.Server/Construction/Commands/TileWallsCommand.cs b/Content.Server/Construction/Commands/TileWallsCommand.cs index 5497d22639a..bcc4d18d4c5 100644 --- a/Content.Server/Construction/Commands/TileWallsCommand.cs +++ b/Content.Server/Construction/Commands/TileWallsCommand.cs @@ -3,8 +3,6 @@ using Content.Shared.Maps; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Prototypes; diff --git a/Content.Server/Construction/Completions/AddContainer.cs b/Content.Server/Construction/Completions/AddContainer.cs index cc6179f2ccf..deccd281a34 100644 --- a/Content.Server/Construction/Completions/AddContainer.cs +++ b/Content.Server/Construction/Completions/AddContainer.cs @@ -1,9 +1,5 @@ -using System.Threading.Tasks; -using Content.Server.Construction.Components; -using Content.Shared.Construction; +using Content.Shared.Construction; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/AttemptElectrocute.cs b/Content.Server/Construction/Completions/AttemptElectrocute.cs index 39e32210183..3d4000f7557 100644 --- a/Content.Server/Construction/Completions/AttemptElectrocute.cs +++ b/Content.Server/Construction/Completions/AttemptElectrocute.cs @@ -1,7 +1,5 @@ using Content.Server.Electrocution; using Content.Shared.Construction; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/BuildComputer.cs b/Content.Server/Construction/Completions/BuildComputer.cs index ac6353c3233..93beb9c04c6 100644 --- a/Content.Server/Construction/Completions/BuildComputer.cs +++ b/Content.Server/Construction/Completions/BuildComputer.cs @@ -4,10 +4,6 @@ using JetBrains.Annotations; using Robust.Server.Containers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/BuildMachine.cs b/Content.Server/Construction/Completions/BuildMachine.cs index 769ebf7f08e..9c22e3b6b2d 100644 --- a/Content.Server/Construction/Completions/BuildMachine.cs +++ b/Content.Server/Construction/Completions/BuildMachine.cs @@ -3,9 +3,6 @@ using Content.Shared.Construction; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Log; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/ConditionalAction.cs b/Content.Server/Construction/Completions/ConditionalAction.cs index d27d7a8580f..13fe62e4f6a 100644 --- a/Content.Server/Construction/Completions/ConditionalAction.cs +++ b/Content.Server/Construction/Completions/ConditionalAction.cs @@ -1,8 +1,5 @@ -using System.Threading.Tasks; using Content.Shared.Construction; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/DeleteEntitiesInContainer.cs b/Content.Server/Construction/Completions/DeleteEntitiesInContainer.cs index 32ea487fbdf..4f22aba61db 100644 --- a/Content.Server/Construction/Completions/DeleteEntitiesInContainer.cs +++ b/Content.Server/Construction/Completions/DeleteEntitiesInContainer.cs @@ -1,9 +1,6 @@ using System.Linq; using Content.Shared.Construction; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/DeleteEntity.cs b/Content.Server/Construction/Completions/DeleteEntity.cs index 61c0856b18b..796cd888ef8 100644 --- a/Content.Server/Construction/Completions/DeleteEntity.cs +++ b/Content.Server/Construction/Completions/DeleteEntity.cs @@ -1,8 +1,5 @@ -using System.Threading.Tasks; -using Content.Shared.Construction; +using Content.Shared.Construction; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/DestroyEntity.cs b/Content.Server/Construction/Completions/DestroyEntity.cs index 4b4bb03b8a7..6220c325df1 100644 --- a/Content.Server/Construction/Completions/DestroyEntity.cs +++ b/Content.Server/Construction/Completions/DestroyEntity.cs @@ -1,8 +1,5 @@ using Content.Shared.Construction; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using System.Threading.Tasks; using Content.Server.Destructible; namespace Content.Server.Construction.Completions diff --git a/Content.Server/Construction/Completions/EmptyAllContainers.cs b/Content.Server/Construction/Completions/EmptyAllContainers.cs index 9cec7df6be4..77a71c51c44 100644 --- a/Content.Server/Construction/Completions/EmptyAllContainers.cs +++ b/Content.Server/Construction/Completions/EmptyAllContainers.cs @@ -1,9 +1,6 @@ -using System.Threading.Tasks; -using Content.Shared.Construction; +using Content.Shared.Construction; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/EmptyContainer.cs b/Content.Server/Construction/Completions/EmptyContainer.cs index 1fa12318685..ebb80a749b1 100644 --- a/Content.Server/Construction/Completions/EmptyContainer.cs +++ b/Content.Server/Construction/Completions/EmptyContainer.cs @@ -1,11 +1,7 @@ using System.Linq; -using System.Threading.Tasks; using Content.Shared.Construction; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/MachineFrameRegenerateProgress.cs b/Content.Server/Construction/Completions/MachineFrameRegenerateProgress.cs index 6f169a2965c..61d063988dd 100644 --- a/Content.Server/Construction/Completions/MachineFrameRegenerateProgress.cs +++ b/Content.Server/Construction/Completions/MachineFrameRegenerateProgress.cs @@ -1,9 +1,6 @@ -using System.Threading.Tasks; -using Content.Server.Construction.Components; +using Content.Server.Construction.Components; using Content.Shared.Construction; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/MoveContainer.cs b/Content.Server/Construction/Completions/MoveContainer.cs index 70cc81c9317..c2fdb0ae759 100644 --- a/Content.Server/Construction/Completions/MoveContainer.cs +++ b/Content.Server/Construction/Completions/MoveContainer.cs @@ -1,11 +1,8 @@ using System.Linq; -using System.Threading.Tasks; using Content.Shared.Construction; using JetBrains.Annotations; using Robust.Server.Containers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/PopupEveryone.cs b/Content.Server/Construction/Completions/PopupEveryone.cs index 9bbbdf85987..97837b575d5 100644 --- a/Content.Server/Construction/Completions/PopupEveryone.cs +++ b/Content.Server/Construction/Completions/PopupEveryone.cs @@ -1,10 +1,6 @@ -using System.Threading.Tasks; using Content.Server.Popups; using Content.Shared.Construction; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Shared.Player; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/PopupUser.cs b/Content.Server/Construction/Completions/PopupUser.cs index d63ece9ed5a..2638af23fbc 100644 --- a/Content.Server/Construction/Completions/PopupUser.cs +++ b/Content.Server/Construction/Completions/PopupUser.cs @@ -1,12 +1,7 @@ -using System.Threading.Tasks; -using Content.Server.Popups; +using Content.Server.Popups; using Content.Shared.Construction; -using Content.Shared.Popups; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Shared.Player; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/RaiseEvent.cs b/Content.Server/Construction/Completions/RaiseEvent.cs index 4b5a0c1ac03..ca03de7d3da 100644 --- a/Content.Server/Construction/Completions/RaiseEvent.cs +++ b/Content.Server/Construction/Completions/RaiseEvent.cs @@ -1,7 +1,5 @@ using Content.Shared.Construction; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/SetAnchor.cs b/Content.Server/Construction/Completions/SetAnchor.cs index a6fe6d3e293..d507968b664 100644 --- a/Content.Server/Construction/Completions/SetAnchor.cs +++ b/Content.Server/Construction/Completions/SetAnchor.cs @@ -1,10 +1,5 @@ -using System.Threading.Tasks; -using Content.Shared.Construction; +using Content.Shared.Construction; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Physics; -using Robust.Shared.Serialization; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/SetStackCount.cs b/Content.Server/Construction/Completions/SetStackCount.cs index 9f65b2fab8c..ad2242ae731 100644 --- a/Content.Server/Construction/Completions/SetStackCount.cs +++ b/Content.Server/Construction/Completions/SetStackCount.cs @@ -1,9 +1,6 @@ -using System.Threading.Tasks; -using Content.Server.Stack; +using Content.Server.Stack; using Content.Shared.Construction; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/SnapToGrid.cs b/Content.Server/Construction/Completions/SnapToGrid.cs index 9d5d38f42e3..7d2c35a8724 100644 --- a/Content.Server/Construction/Completions/SnapToGrid.cs +++ b/Content.Server/Construction/Completions/SnapToGrid.cs @@ -1,10 +1,6 @@ -using System.Threading.Tasks; using Content.Server.Coordinates.Helpers; using Content.Shared.Construction; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/SpawnPrototype.cs b/Content.Server/Construction/Completions/SpawnPrototype.cs index e737a29d4aa..ad4311f8dce 100644 --- a/Content.Server/Construction/Completions/SpawnPrototype.cs +++ b/Content.Server/Construction/Completions/SpawnPrototype.cs @@ -1,12 +1,8 @@ -using System.Threading.Tasks; -using Content.Server.Stack; +using Content.Server.Stack; using Content.Shared.Construction; using Content.Shared.Prototypes; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Construction.Completions diff --git a/Content.Server/Construction/Completions/SpawnPrototypeAtContainer.cs b/Content.Server/Construction/Completions/SpawnPrototypeAtContainer.cs index 17673186800..89812cfeb71 100644 --- a/Content.Server/Construction/Completions/SpawnPrototypeAtContainer.cs +++ b/Content.Server/Construction/Completions/SpawnPrototypeAtContainer.cs @@ -1,10 +1,7 @@ -using System.Threading.Tasks; using Content.Shared.Construction; using JetBrains.Annotations; using Robust.Server.Containers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/SpriteChange.cs b/Content.Server/Construction/Completions/SpriteChange.cs index cf1a0cac0dc..a7cc7c339b2 100644 --- a/Content.Server/Construction/Completions/SpriteChange.cs +++ b/Content.Server/Construction/Completions/SpriteChange.cs @@ -1,9 +1,6 @@ -using System.Threading.Tasks; -using Content.Shared.Construction; +using Content.Shared.Construction; using JetBrains.Annotations; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Server.Construction.Completions diff --git a/Content.Server/Construction/Completions/SpriteStateChange.cs b/Content.Server/Construction/Completions/SpriteStateChange.cs index 5fc6971b305..f15fd8be134 100644 --- a/Content.Server/Construction/Completions/SpriteStateChange.cs +++ b/Content.Server/Construction/Completions/SpriteStateChange.cs @@ -1,9 +1,6 @@ -using System.Threading.Tasks; -using Content.Shared.Construction; +using Content.Shared.Construction; using JetBrains.Annotations; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/VisualizerDataInt.cs b/Content.Server/Construction/Completions/VisualizerDataInt.cs index ac19f7b08a0..bfbd838ca33 100644 --- a/Content.Server/Construction/Completions/VisualizerDataInt.cs +++ b/Content.Server/Construction/Completions/VisualizerDataInt.cs @@ -1,11 +1,7 @@ -using System.Threading.Tasks; -using Content.Shared.Construction; +using Content.Shared.Construction; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Reflection; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Components/ComputerComponent.cs b/Content.Server/Construction/Components/ComputerComponent.cs index e76e957d848..0a9d1c8c6f7 100644 --- a/Content.Server/Construction/Components/ComputerComponent.cs +++ b/Content.Server/Construction/Components/ComputerComponent.cs @@ -1,8 +1,5 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Construction.Components { diff --git a/Content.Server/Construction/Components/ConstructionComponent.cs b/Content.Server/Construction/Components/ConstructionComponent.cs index bc746e4fc5c..3177eb169e1 100644 --- a/Content.Server/Construction/Components/ConstructionComponent.cs +++ b/Content.Server/Construction/Components/ConstructionComponent.cs @@ -1,10 +1,5 @@ -using System.Collections.Generic; using Content.Shared.Construction.Prototypes; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Construction.Components { diff --git a/Content.Server/Construction/Components/IRefreshParts.cs b/Content.Server/Construction/Components/IRefreshParts.cs index e6fa95cb559..7773704a9db 100644 --- a/Content.Server/Construction/Components/IRefreshParts.cs +++ b/Content.Server/Construction/Components/IRefreshParts.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; -using Robust.Shared.Analyzers; - -namespace Content.Server.Construction.Components +namespace Content.Server.Construction.Components { [RequiresExplicitImplementation] public interface IRefreshParts diff --git a/Content.Server/Construction/Components/MachineComponent.cs b/Content.Server/Construction/Components/MachineComponent.cs index 0284278598d..82716e90672 100644 --- a/Content.Server/Construction/Components/MachineComponent.cs +++ b/Content.Server/Construction/Components/MachineComponent.cs @@ -1,7 +1,5 @@ using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Construction.Components diff --git a/Content.Server/Construction/Conditions/AirlockBolted.cs b/Content.Server/Construction/Conditions/AirlockBolted.cs index 76770b5d7de..fad84c22133 100644 --- a/Content.Server/Construction/Conditions/AirlockBolted.cs +++ b/Content.Server/Construction/Conditions/AirlockBolted.cs @@ -1,14 +1,7 @@ -using System.Collections.Generic; using Content.Shared.Construction; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Utility; -using System.Threading.Tasks; using Content.Server.Doors.Components; using Content.Shared.Examine; -using Robust.Shared.IoC; namespace Content.Server.Construction.Conditions { diff --git a/Content.Server/Construction/Conditions/AllConditions.cs b/Content.Server/Construction/Conditions/AllConditions.cs index 0f93c439378..b9815bfe920 100644 --- a/Content.Server/Construction/Conditions/AllConditions.cs +++ b/Content.Server/Construction/Conditions/AllConditions.cs @@ -1,11 +1,6 @@ -using System; -using System.Collections.Generic; -using System.Threading.Tasks; using Content.Shared.Construction; using Content.Shared.Examine; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Conditions { diff --git a/Content.Server/Construction/Conditions/AllWiresCut.cs b/Content.Server/Construction/Conditions/AllWiresCut.cs index 0c1aed6b836..198b399fc63 100644 --- a/Content.Server/Construction/Conditions/AllWiresCut.cs +++ b/Content.Server/Construction/Conditions/AllWiresCut.cs @@ -1,11 +1,7 @@ -using System.Collections.Generic; -using Content.Server.Wires; +using Content.Server.Wires; using Content.Shared.Construction; using Content.Shared.Examine; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Conditions { diff --git a/Content.Server/Construction/Conditions/AnyConditions.cs b/Content.Server/Construction/Conditions/AnyConditions.cs index 323f6cbdee2..485fbc560bf 100644 --- a/Content.Server/Construction/Conditions/AnyConditions.cs +++ b/Content.Server/Construction/Conditions/AnyConditions.cs @@ -1,11 +1,6 @@ -using System; -using System.Collections.Generic; using Content.Shared.Construction; using Content.Shared.Examine; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Conditions { diff --git a/Content.Server/Construction/Conditions/ComponentInTile.cs b/Content.Server/Construction/Conditions/ComponentInTile.cs index eb8c863b7d8..9260abc3274 100644 --- a/Content.Server/Construction/Conditions/ComponentInTile.cs +++ b/Content.Server/Construction/Conditions/ComponentInTile.cs @@ -1,16 +1,8 @@ -using System; -using System.Collections.Generic; -using System.Threading.Tasks; -using Content.Shared.Construction; +using Content.Shared.Construction; using Content.Shared.Examine; using Content.Shared.Maps; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Map; -using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Server.Construction.Conditions diff --git a/Content.Server/Construction/Conditions/ContainerEmpty.cs b/Content.Server/Construction/Conditions/ContainerEmpty.cs index ee34adda63f..e37d1201378 100644 --- a/Content.Server/Construction/Conditions/ContainerEmpty.cs +++ b/Content.Server/Construction/Conditions/ContainerEmpty.cs @@ -1,14 +1,8 @@ -using System.Collections.Generic; -using System.Threading.Tasks; -using Content.Shared.Construction; +using Content.Shared.Construction; using Content.Shared.Examine; using JetBrains.Annotations; using Robust.Server.Containers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Server.Construction.Conditions diff --git a/Content.Server/Construction/Conditions/ContainerNotEmpty.cs b/Content.Server/Construction/Conditions/ContainerNotEmpty.cs index 9ba0792f740..25db10c1888 100644 --- a/Content.Server/Construction/Conditions/ContainerNotEmpty.cs +++ b/Content.Server/Construction/Conditions/ContainerNotEmpty.cs @@ -1,14 +1,8 @@ -using System.Collections.Generic; -using System.Threading.Tasks; using Content.Shared.Construction; using Content.Shared.Examine; using JetBrains.Annotations; using Robust.Server.Containers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Server.Construction.Conditions diff --git a/Content.Server/Construction/Conditions/DoorWelded.cs b/Content.Server/Construction/Conditions/DoorWelded.cs index afd80f6e042..648f1ad3de5 100644 --- a/Content.Server/Construction/Conditions/DoorWelded.cs +++ b/Content.Server/Construction/Conditions/DoorWelded.cs @@ -1,12 +1,7 @@ -using System.Collections.Generic; using Content.Shared.Construction; using Content.Shared.Doors.Components; using Content.Shared.Examine; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Conditions { diff --git a/Content.Server/Construction/Conditions/EntityAnchored.cs b/Content.Server/Construction/Conditions/EntityAnchored.cs index 7678e124a44..8cebfa5cf70 100644 --- a/Content.Server/Construction/Conditions/EntityAnchored.cs +++ b/Content.Server/Construction/Conditions/EntityAnchored.cs @@ -1,13 +1,6 @@ -using System.Collections.Generic; -using System.Threading.Tasks; -using Content.Shared.Construction; +using Content.Shared.Construction; using Content.Shared.Examine; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Physics; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Server.Construction.Conditions diff --git a/Content.Server/Construction/Conditions/Locked.cs b/Content.Server/Construction/Conditions/Locked.cs index a3cc42ae73a..f8128378c2a 100644 --- a/Content.Server/Construction/Conditions/Locked.cs +++ b/Content.Server/Construction/Conditions/Locked.cs @@ -1,14 +1,7 @@ -using System.Collections.Generic; -using System.Threading.Tasks; using Content.Server.Storage.Components; using Content.Shared.Construction; using Content.Shared.Examine; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Utility; namespace Content.Server.Construction.Conditions { diff --git a/Content.Server/Construction/Conditions/MachineFrameComplete.cs b/Content.Server/Construction/Conditions/MachineFrameComplete.cs index b806faf980c..f2eddd6e509 100644 --- a/Content.Server/Construction/Conditions/MachineFrameComplete.cs +++ b/Content.Server/Construction/Conditions/MachineFrameComplete.cs @@ -1,13 +1,7 @@ -using System.Collections.Generic; -using System.Threading.Tasks; using Content.Server.Construction.Components; using Content.Shared.Construction; using Content.Shared.Examine; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Server.Construction.Conditions diff --git a/Content.Server/Construction/Conditions/StorageWelded.cs b/Content.Server/Construction/Conditions/StorageWelded.cs index db168b0ad43..a634db79cdc 100644 --- a/Content.Server/Construction/Conditions/StorageWelded.cs +++ b/Content.Server/Construction/Conditions/StorageWelded.cs @@ -1,12 +1,7 @@ -using System.Collections.Generic; using Content.Server.Storage.Components; using Content.Shared.Construction; using Content.Shared.Examine; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Conditions { diff --git a/Content.Server/Construction/Conditions/ToiletLidClosed.cs b/Content.Server/Construction/Conditions/ToiletLidClosed.cs index 6b915214d9d..af16af65290 100644 --- a/Content.Server/Construction/Conditions/ToiletLidClosed.cs +++ b/Content.Server/Construction/Conditions/ToiletLidClosed.cs @@ -1,12 +1,7 @@ -using System.Collections.Generic; using Content.Server.Toilet; using Content.Shared.Construction; using Content.Shared.Examine; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Conditions { diff --git a/Content.Server/Construction/Conditions/WirePanel.cs b/Content.Server/Construction/Conditions/WirePanel.cs index dba0c79d10c..8b96276b125 100644 --- a/Content.Server/Construction/Conditions/WirePanel.cs +++ b/Content.Server/Construction/Conditions/WirePanel.cs @@ -1,14 +1,7 @@ -using System.Collections.Generic; -using System.Threading.Tasks; using Content.Server.Wires; using Content.Shared.Construction; using Content.Shared.Examine; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Utility; namespace Content.Server.Construction.Conditions { diff --git a/Content.Server/Construction/ConstructionSystem.Computer.cs b/Content.Server/Construction/ConstructionSystem.Computer.cs index 2cf7e1b7beb..693d595931a 100644 --- a/Content.Server/Construction/ConstructionSystem.Computer.cs +++ b/Content.Server/Construction/ConstructionSystem.Computer.cs @@ -2,8 +2,6 @@ using Content.Server.Power.Components; using Content.Shared.Computer; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Log; namespace Content.Server.Construction; diff --git a/Content.Server/Construction/ConstructionSystem.Graph.cs b/Content.Server/Construction/ConstructionSystem.Graph.cs index 317f844583d..7709c1a7ce9 100644 --- a/Content.Server/Construction/ConstructionSystem.Graph.cs +++ b/Content.Server/Construction/ConstructionSystem.Graph.cs @@ -4,8 +4,6 @@ using Content.Shared.Construction.Steps; using Robust.Server.Containers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; namespace Content.Server.Construction diff --git a/Content.Server/Construction/ConstructionSystem.Guided.cs b/Content.Server/Construction/ConstructionSystem.Guided.cs index cdb822a7b16..8d657c57273 100644 --- a/Content.Server/Construction/ConstructionSystem.Guided.cs +++ b/Content.Server/Construction/ConstructionSystem.Guided.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using Content.Server.Construction.Components; using Content.Shared.Construction; using Content.Shared.Construction.Prototypes; @@ -6,8 +5,6 @@ using Content.Shared.Examine; using Content.Shared.Popups; using Content.Shared.Verbs; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; namespace Content.Server.Construction { diff --git a/Content.Server/Construction/ConstructionSystem.Initial.cs b/Content.Server/Construction/ConstructionSystem.Initial.cs index b40ed21b9d7..46699d20c81 100644 --- a/Content.Server/Construction/ConstructionSystem.Initial.cs +++ b/Content.Server/Construction/ConstructionSystem.Initial.cs @@ -14,9 +14,7 @@ using Content.Shared.Interaction; using Content.Shared.Inventory; using Content.Shared.Popups; -using Content.Shared.Stacks; using Robust.Shared.Containers; -using Robust.Shared.Map; using Robust.Shared.Players; using Robust.Shared.Timing; diff --git a/Content.Server/Construction/ConstructionSystem.Interactions.cs b/Content.Server/Construction/ConstructionSystem.Interactions.cs index 3de9809b6ed..54982e9b574 100644 --- a/Content.Server/Construction/ConstructionSystem.Interactions.cs +++ b/Content.Server/Construction/ConstructionSystem.Interactions.cs @@ -1,12 +1,9 @@ -using System; -using System.Collections.Generic; using Content.Server.Construction.Components; using Content.Server.DoAfter; using Content.Shared.Construction; using Content.Shared.Construction.Steps; using Content.Shared.Interaction; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; namespace Content.Server.Construction { diff --git a/Content.Server/Construction/ConstructionSystem.Machine.cs b/Content.Server/Construction/ConstructionSystem.Machine.cs index fc00c8d2695..5feb864ff8d 100644 --- a/Content.Server/Construction/ConstructionSystem.Machine.cs +++ b/Content.Server/Construction/ConstructionSystem.Machine.cs @@ -1,8 +1,5 @@ -using System; -using System.Collections.Generic; using Content.Server.Construction.Components; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; namespace Content.Server.Construction; diff --git a/Content.Server/Construction/ConstructionSystem.Pathfinding.cs b/Content.Server/Construction/ConstructionSystem.Pathfinding.cs index 988d822fddd..5bbf9099d4d 100644 --- a/Content.Server/Construction/ConstructionSystem.Pathfinding.cs +++ b/Content.Server/Construction/ConstructionSystem.Pathfinding.cs @@ -1,8 +1,6 @@ -using System.Collections.Generic; using Content.Server.Construction.Components; using Content.Shared.Construction; using Content.Shared.Construction.Prototypes; -using Robust.Shared.GameObjects; namespace Content.Server.Construction { diff --git a/Content.Server/Construction/ConstructionSystem.cs b/Content.Server/Construction/ConstructionSystem.cs index 116a4eee8ee..677ad197b99 100644 --- a/Content.Server/Construction/ConstructionSystem.cs +++ b/Content.Server/Construction/ConstructionSystem.cs @@ -3,15 +3,8 @@ using Content.Server.Stack; using Content.Server.Tools; using Content.Shared.Construction; -using Content.Shared.Examine; -using Content.Shared.Popups; -using Content.Shared.Verbs; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Log; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Server/Containers/ContainerExt.cs b/Content.Server/Containers/ContainerExt.cs index 69e763d1db0..b19b8d0a8d2 100644 --- a/Content.Server/Containers/ContainerExt.cs +++ b/Content.Server/Containers/ContainerExt.cs @@ -1,7 +1,4 @@ using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Prototypes; namespace Content.Server.Containers { diff --git a/Content.Server/Containers/EmptyOnMachineDeconstructComponent.cs b/Content.Server/Containers/EmptyOnMachineDeconstructComponent.cs index 93e892813cc..e2e551b2682 100644 --- a/Content.Server/Containers/EmptyOnMachineDeconstructComponent.cs +++ b/Content.Server/Containers/EmptyOnMachineDeconstructComponent.cs @@ -1,10 +1,3 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Containers { /// diff --git a/Content.Server/Containers/EmptyOnMachineDeconstructSystem.cs b/Content.Server/Containers/EmptyOnMachineDeconstructSystem.cs index 1602d7afa6e..5d4c9145c20 100644 --- a/Content.Server/Containers/EmptyOnMachineDeconstructSystem.cs +++ b/Content.Server/Containers/EmptyOnMachineDeconstructSystem.cs @@ -2,8 +2,6 @@ using Content.Shared.Containers.ItemSlots; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Containers { diff --git a/Content.Server/Conveyor/ConveyorSystem.cs b/Content.Server/Conveyor/ConveyorSystem.cs index 08411110f3f..ab009ca9e3c 100644 --- a/Content.Server/Conveyor/ConveyorSystem.cs +++ b/Content.Server/Conveyor/ConveyorSystem.cs @@ -1,4 +1,3 @@ -using Content.Server.MachineLinking.Components; using Content.Server.MachineLinking.Events; using Content.Server.MachineLinking.System; using Content.Server.Power.Components; diff --git a/Content.Server/Cooldown/ItemCooldownSystem.cs b/Content.Server/Cooldown/ItemCooldownSystem.cs index c966cbdd68a..77d2dd1873d 100644 --- a/Content.Server/Cooldown/ItemCooldownSystem.cs +++ b/Content.Server/Cooldown/ItemCooldownSystem.cs @@ -1,6 +1,4 @@ -using System; -using Content.Shared.Cooldown; -using Robust.Shared.GameObjects; +using Content.Shared.Cooldown; namespace Content.Server.Cooldown { diff --git a/Content.Server/Coordinates/Helpers/SnapgridHelper.cs b/Content.Server/Coordinates/Helpers/SnapgridHelper.cs index 8121a064f1b..7790794d9f0 100644 --- a/Content.Server/Coordinates/Helpers/SnapgridHelper.cs +++ b/Content.Server/Coordinates/Helpers/SnapgridHelper.cs @@ -1,6 +1,3 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Coordinates.Helpers diff --git a/Content.Server/Crayon/CrayonComponent.cs b/Content.Server/Crayon/CrayonComponent.cs index 9b852eef3f9..c63f4e472b4 100644 --- a/Content.Server/Crayon/CrayonComponent.cs +++ b/Content.Server/Crayon/CrayonComponent.cs @@ -2,11 +2,6 @@ using Content.Shared.Crayon; using Content.Shared.Sound; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Crayon { diff --git a/Content.Server/Crayon/CrayonSystem.cs b/Content.Server/Crayon/CrayonSystem.cs index 88ff713f67e..7b8da02d48e 100644 --- a/Content.Server/Crayon/CrayonSystem.cs +++ b/Content.Server/Crayon/CrayonSystem.cs @@ -9,14 +9,9 @@ using Content.Shared.Decals; using Content.Shared.Interaction; using Content.Shared.Interaction.Events; -using Content.Shared.Interaction.Helpers; using Robust.Server.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Maths; using Robust.Shared.Player; using Robust.Shared.Prototypes; diff --git a/Content.Server/Cuffs/Components/HandcuffComponent.cs b/Content.Server/Cuffs/Components/HandcuffComponent.cs index e2b30f2119c..0bdd958ab7a 100644 --- a/Content.Server/Cuffs/Components/HandcuffComponent.cs +++ b/Content.Server/Cuffs/Components/HandcuffComponent.cs @@ -1,22 +1,13 @@ -using System; using System.Threading.Tasks; using Content.Server.DoAfter; using Content.Server.Hands.Components; -using Content.Shared.ActionBlocker; using Content.Shared.Cuffs.Components; using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; using Content.Shared.Popups; using Content.Shared.Sound; using Content.Shared.Stunnable; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Maths; using Robust.Shared.Player; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Cuffs.Components { diff --git a/Content.Server/Damage/Commands/GodModeCommand.cs b/Content.Server/Damage/Commands/GodModeCommand.cs index 9ec62575e69..79aef877d8b 100644 --- a/Content.Server/Damage/Commands/GodModeCommand.cs +++ b/Content.Server/Damage/Commands/GodModeCommand.cs @@ -3,8 +3,6 @@ using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Damage.Commands { diff --git a/Content.Server/Damage/Commands/HurtCommand.cs b/Content.Server/Damage/Commands/HurtCommand.cs index 018c29e67d4..4dfa71a714c 100644 --- a/Content.Server/Damage/Commands/HurtCommand.cs +++ b/Content.Server/Damage/Commands/HurtCommand.cs @@ -7,8 +7,6 @@ using Content.Shared.Damage.Prototypes; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; namespace Content.Server.Damage.Commands diff --git a/Content.Server/Damage/Components/DamageOnHighSpeedImpactComponent.cs b/Content.Server/Damage/Components/DamageOnHighSpeedImpactComponent.cs index c7f9fef5937..3882b2ed390 100644 --- a/Content.Server/Damage/Components/DamageOnHighSpeedImpactComponent.cs +++ b/Content.Server/Damage/Components/DamageOnHighSpeedImpactComponent.cs @@ -1,9 +1,5 @@ -using System; using Content.Shared.Damage; using Content.Shared.Sound; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Damage.Components { diff --git a/Content.Server/Damage/Components/DamageOnLandComponent.cs b/Content.Server/Damage/Components/DamageOnLandComponent.cs index 00900567715..0867bae5c92 100644 --- a/Content.Server/Damage/Components/DamageOnLandComponent.cs +++ b/Content.Server/Damage/Components/DamageOnLandComponent.cs @@ -1,7 +1,4 @@ using Content.Shared.Damage; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Damage.Components { diff --git a/Content.Server/Damage/Components/DamageOnToolInteractComponent.cs b/Content.Server/Damage/Components/DamageOnToolInteractComponent.cs index ee0d4f49b58..c8e9139a2ce 100644 --- a/Content.Server/Damage/Components/DamageOnToolInteractComponent.cs +++ b/Content.Server/Damage/Components/DamageOnToolInteractComponent.cs @@ -1,10 +1,6 @@ using Content.Shared.Damage; using Content.Shared.Tools; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Server.Damage.Components { diff --git a/Content.Server/Damage/Components/DamageOtherOnHitComponent.cs b/Content.Server/Damage/Components/DamageOtherOnHitComponent.cs index 82766a47d8e..0ec59459299 100644 --- a/Content.Server/Damage/Components/DamageOtherOnHitComponent.cs +++ b/Content.Server/Damage/Components/DamageOtherOnHitComponent.cs @@ -1,9 +1,5 @@ using Content.Server.Damage.Systems; using Content.Shared.Damage; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Damage.Components { diff --git a/Content.Server/Damage/Components/ExaminableDamageComponent.cs b/Content.Server/Damage/Components/ExaminableDamageComponent.cs index 06577324378..022b14d19b0 100644 --- a/Content.Server/Damage/Components/ExaminableDamageComponent.cs +++ b/Content.Server/Damage/Components/ExaminableDamageComponent.cs @@ -1,6 +1,4 @@ using Content.Shared.Damage.Prototypes; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Damage.Components; diff --git a/Content.Server/Damage/Systems/DamageOnToolInteractSystem.cs b/Content.Server/Damage/Systems/DamageOnToolInteractSystem.cs index 1a1a6888d6a..7e268e54d24 100644 --- a/Content.Server/Damage/Systems/DamageOnToolInteractSystem.cs +++ b/Content.Server/Damage/Systems/DamageOnToolInteractSystem.cs @@ -1,13 +1,10 @@ using Content.Server.Administration.Logs; using Content.Server.Damage.Components; using Content.Server.Tools.Components; -using Content.Shared.Administration.Logs; using Content.Shared.Damage; using Content.Shared.Database; using Content.Shared.Interaction; using Content.Shared.Tools.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Damage.Systems { diff --git a/Content.Server/Damage/Systems/ExaminableDamageSystem.cs b/Content.Server/Damage/Systems/ExaminableDamageSystem.cs index d9fc0dcc06b..dd7c4b12e84 100644 --- a/Content.Server/Damage/Systems/ExaminableDamageSystem.cs +++ b/Content.Server/Damage/Systems/ExaminableDamageSystem.cs @@ -6,9 +6,6 @@ using Content.Shared.Damage.Prototypes; using Content.Shared.Examine; using Content.Shared.Rounding; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Prototypes; namespace Content.Server.Damage.Systems; diff --git a/Content.Server/Damage/Systems/GodmodeSystem.cs b/Content.Server/Damage/Systems/GodmodeSystem.cs index b0d55a59a9e..aa0ff234e23 100644 --- a/Content.Server/Damage/Systems/GodmodeSystem.cs +++ b/Content.Server/Damage/Systems/GodmodeSystem.cs @@ -1,10 +1,7 @@ -using System.Collections.Generic; using Content.Server.Atmos.Components; using Content.Shared.Damage; using Content.Shared.GameTicking; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Damage.Systems { diff --git a/Content.Server/Database/PlayerRecord.cs b/Content.Server/Database/PlayerRecord.cs index f5931182ef8..cfcebe1c02c 100644 --- a/Content.Server/Database/PlayerRecord.cs +++ b/Content.Server/Database/PlayerRecord.cs @@ -1,5 +1,4 @@ -using System; -using System.Collections.Immutable; +using System.Collections.Immutable; using System.Net; using Robust.Shared.Network; diff --git a/Content.Server/Database/ServerBanDef.cs b/Content.Server/Database/ServerBanDef.cs index 56fea2a9e3b..0167f1a570e 100644 --- a/Content.Server/Database/ServerBanDef.cs +++ b/Content.Server/Database/ServerBanDef.cs @@ -1,5 +1,4 @@ -using System; -using System.Collections.Immutable; +using System.Collections.Immutable; using System.Net; using Robust.Shared.Network; diff --git a/Content.Server/Database/ServerUnbanDef.cs b/Content.Server/Database/ServerUnbanDef.cs index 058263e5ced..3d39a6b90c4 100644 --- a/Content.Server/Database/ServerUnbanDef.cs +++ b/Content.Server/Database/ServerUnbanDef.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Network; +using Robust.Shared.Network; namespace Content.Server.Database { diff --git a/Content.Server/Decals/Commands/AddDecalCommand.cs b/Content.Server/Decals/Commands/AddDecalCommand.cs index e9ef52fdea4..ecc63bb3227 100644 --- a/Content.Server/Decals/Commands/AddDecalCommand.cs +++ b/Content.Server/Decals/Commands/AddDecalCommand.cs @@ -1,14 +1,9 @@ -using System; -using System.Collections.Generic; using Content.Server.Administration; using Content.Shared.Administration; using Content.Shared.Decals; using Content.Shared.Maps; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Prototypes; namespace Content.Server.Decals.Commands diff --git a/Content.Server/Decals/Commands/EditDecalCommand.cs b/Content.Server/Decals/Commands/EditDecalCommand.cs index 8488e9cfad8..a9e6f2498db 100644 --- a/Content.Server/Decals/Commands/EditDecalCommand.cs +++ b/Content.Server/Decals/Commands/EditDecalCommand.cs @@ -1,10 +1,7 @@ using Content.Server.Administration; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.Decals; diff --git a/Content.Server/Decals/Commands/RemoveDecalCommand.cs b/Content.Server/Decals/Commands/RemoveDecalCommand.cs index 22274819a07..1d5e2439409 100644 --- a/Content.Server/Decals/Commands/RemoveDecalCommand.cs +++ b/Content.Server/Decals/Commands/RemoveDecalCommand.cs @@ -1,8 +1,6 @@ using Content.Server.Administration; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Decals.Commands diff --git a/Content.Server/Destructible/DestructibleComponent.cs b/Content.Server/Destructible/DestructibleComponent.cs index 7630274b7f3..34e973dd2ae 100644 --- a/Content.Server/Destructible/DestructibleComponent.cs +++ b/Content.Server/Destructible/DestructibleComponent.cs @@ -1,9 +1,4 @@ -using System.Collections.Generic; using Content.Server.Destructible.Thresholds; -using Content.Shared.Damage; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Destructible { diff --git a/Content.Server/Destructible/DestructibleSystem.cs b/Content.Server/Destructible/DestructibleSystem.cs index 6efe8ebd464..06978723140 100644 --- a/Content.Server/Destructible/DestructibleSystem.cs +++ b/Content.Server/Destructible/DestructibleSystem.cs @@ -10,7 +10,6 @@ using Robust.Server.GameObjects; using Robust.Shared.Prototypes; using Robust.Shared.Random; -using System; using Content.Shared.Destructible; namespace Content.Server.Destructible diff --git a/Content.Server/Destructible/Thresholds/Behaviors/ChangeConstructionNodeBehavior.cs b/Content.Server/Destructible/Thresholds/Behaviors/ChangeConstructionNodeBehavior.cs index 01b319ee0e6..c70d6aa9768 100644 --- a/Content.Server/Destructible/Thresholds/Behaviors/ChangeConstructionNodeBehavior.cs +++ b/Content.Server/Destructible/Thresholds/Behaviors/ChangeConstructionNodeBehavior.cs @@ -1,7 +1,4 @@ -using System; -using Content.Server.Construction.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; +using Content.Server.Construction.Components; namespace Content.Server.Destructible.Thresholds.Behaviors { diff --git a/Content.Server/Destructible/Thresholds/Behaviors/DumpCanisterBehavior.cs b/Content.Server/Destructible/Thresholds/Behaviors/DumpCanisterBehavior.cs index 2335722ddc2..aa70d2528d3 100644 --- a/Content.Server/Destructible/Thresholds/Behaviors/DumpCanisterBehavior.cs +++ b/Content.Server/Destructible/Thresholds/Behaviors/DumpCanisterBehavior.cs @@ -1,7 +1,4 @@ -using System; using Content.Server.Atmos.Piping.Unary.EntitySystems; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Destructible.Thresholds.Behaviors { diff --git a/Content.Server/Destructible/Thresholds/Behaviors/EmptyAllContainersBehaviour.cs b/Content.Server/Destructible/Thresholds/Behaviors/EmptyAllContainersBehaviour.cs index 4be2897fc04..1beefb126d1 100644 --- a/Content.Server/Destructible/Thresholds/Behaviors/EmptyAllContainersBehaviour.cs +++ b/Content.Server/Destructible/Thresholds/Behaviors/EmptyAllContainersBehaviour.cs @@ -1,6 +1,4 @@ using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Destructible.Thresholds.Behaviors { diff --git a/Content.Server/Destructible/Thresholds/Behaviors/ExplodeBehavior.cs b/Content.Server/Destructible/Thresholds/Behaviors/ExplodeBehavior.cs index 02d817144ee..93ee184f7c0 100644 --- a/Content.Server/Destructible/Thresholds/Behaviors/ExplodeBehavior.cs +++ b/Content.Server/Destructible/Thresholds/Behaviors/ExplodeBehavior.cs @@ -1,7 +1,5 @@ using Content.Server.Explosion.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Destructible.Thresholds.Behaviors { diff --git a/Content.Server/Destructible/Thresholds/Behaviors/GibBehavior.cs b/Content.Server/Destructible/Thresholds/Behaviors/GibBehavior.cs index 284a39214ae..4d85d79ffec 100644 --- a/Content.Server/Destructible/Thresholds/Behaviors/GibBehavior.cs +++ b/Content.Server/Destructible/Thresholds/Behaviors/GibBehavior.cs @@ -1,7 +1,5 @@ using Content.Shared.Body.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Destructible.Thresholds.Behaviors { diff --git a/Content.Server/Destructible/Thresholds/Behaviors/IThresholdBehavior.cs b/Content.Server/Destructible/Thresholds/Behaviors/IThresholdBehavior.cs index 407ba7b21d3..7d4de81e974 100644 --- a/Content.Server/Destructible/Thresholds/Behaviors/IThresholdBehavior.cs +++ b/Content.Server/Destructible/Thresholds/Behaviors/IThresholdBehavior.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.Destructible.Thresholds.Behaviors +namespace Content.Server.Destructible.Thresholds.Behaviors { public interface IThresholdBehavior { diff --git a/Content.Server/Destructible/Thresholds/Behaviors/PlaySoundBehavior.cs b/Content.Server/Destructible/Thresholds/Behaviors/PlaySoundBehavior.cs index 7a12cc3b0c3..06d86d8970a 100644 --- a/Content.Server/Destructible/Thresholds/Behaviors/PlaySoundBehavior.cs +++ b/Content.Server/Destructible/Thresholds/Behaviors/PlaySoundBehavior.cs @@ -1,10 +1,7 @@ -using System; using Content.Shared.Audio; using Content.Shared.Sound; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; using Robust.Shared.Player; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Destructible.Thresholds.Behaviors { diff --git a/Content.Server/Destructible/Thresholds/Behaviors/SpillBehavior.cs b/Content.Server/Destructible/Thresholds/Behaviors/SpillBehavior.cs index 68aa79ee3fb..3825df9e0fd 100644 --- a/Content.Server/Destructible/Thresholds/Behaviors/SpillBehavior.cs +++ b/Content.Server/Destructible/Thresholds/Behaviors/SpillBehavior.cs @@ -2,8 +2,6 @@ using Content.Server.Fluids.Components; using Content.Server.Fluids.EntitySystems; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Destructible.Thresholds.Behaviors { diff --git a/Content.Server/Destructible/Thresholds/DamageThreshold.cs b/Content.Server/Destructible/Thresholds/DamageThreshold.cs index 8b3053d8ec4..00142e4abb1 100644 --- a/Content.Server/Destructible/Thresholds/DamageThreshold.cs +++ b/Content.Server/Destructible/Thresholds/DamageThreshold.cs @@ -1,10 +1,6 @@ -using System.Collections.Generic; using Content.Server.Destructible.Thresholds.Behaviors; using Content.Server.Destructible.Thresholds.Triggers; using Content.Shared.Damage; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Destructible.Thresholds { diff --git a/Content.Server/Destructible/Thresholds/MinMax.cs b/Content.Server/Destructible/Thresholds/MinMax.cs index daa0d629a3e..c95c455251a 100644 --- a/Content.Server/Destructible/Thresholds/MinMax.cs +++ b/Content.Server/Destructible/Thresholds/MinMax.cs @@ -1,8 +1,4 @@ -using System; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - -namespace Content.Server.Destructible.Thresholds +namespace Content.Server.Destructible.Thresholds { [Serializable] [DataDefinition] diff --git a/Content.Server/Destructible/Thresholds/ThresholdActs.cs b/Content.Server/Destructible/Thresholds/ThresholdActs.cs index ceef2157df6..d2ecd53742f 100644 --- a/Content.Server/Destructible/Thresholds/ThresholdActs.cs +++ b/Content.Server/Destructible/Thresholds/ThresholdActs.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Server.Destructible.Thresholds { diff --git a/Content.Server/Destructible/Thresholds/Triggers/AndTrigger.cs b/Content.Server/Destructible/Thresholds/Triggers/AndTrigger.cs index 1b1c05faa08..c4c3537f7f6 100644 --- a/Content.Server/Destructible/Thresholds/Triggers/AndTrigger.cs +++ b/Content.Server/Destructible/Thresholds/Triggers/AndTrigger.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; using Content.Shared.Damage; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Destructible.Thresholds.Triggers { diff --git a/Content.Server/Destructible/Thresholds/Triggers/DamageGroupTrigger.cs b/Content.Server/Destructible/Thresholds/Triggers/DamageGroupTrigger.cs index b693cae4fef..bb47f3151d1 100644 --- a/Content.Server/Destructible/Thresholds/Triggers/DamageGroupTrigger.cs +++ b/Content.Server/Destructible/Thresholds/Triggers/DamageGroupTrigger.cs @@ -1,6 +1,4 @@ -using System; using Content.Shared.Damage; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Content.Shared.Damage.Prototypes; diff --git a/Content.Server/Destructible/Thresholds/Triggers/DamageTrigger.cs b/Content.Server/Destructible/Thresholds/Triggers/DamageTrigger.cs index b95721b4ee0..845c7732797 100644 --- a/Content.Server/Destructible/Thresholds/Triggers/DamageTrigger.cs +++ b/Content.Server/Destructible/Thresholds/Triggers/DamageTrigger.cs @@ -1,6 +1,4 @@ -using System; using Content.Shared.Damage; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Destructible.Thresholds.Triggers { diff --git a/Content.Server/Destructible/Thresholds/Triggers/DamageTypeTrigger.cs b/Content.Server/Destructible/Thresholds/Triggers/DamageTypeTrigger.cs index 1d6843fad2c..36401ae26ad 100644 --- a/Content.Server/Destructible/Thresholds/Triggers/DamageTypeTrigger.cs +++ b/Content.Server/Destructible/Thresholds/Triggers/DamageTypeTrigger.cs @@ -1,6 +1,4 @@ -using System; using Content.Shared.Damage; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Content.Shared.Damage.Prototypes; diff --git a/Content.Server/Destructible/Thresholds/Triggers/OrTrigger.cs b/Content.Server/Destructible/Thresholds/Triggers/OrTrigger.cs index 3ae4fead5ec..09c38cd9684 100644 --- a/Content.Server/Destructible/Thresholds/Triggers/OrTrigger.cs +++ b/Content.Server/Destructible/Thresholds/Triggers/OrTrigger.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; using Content.Shared.Damage; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Destructible.Thresholds.Triggers { diff --git a/Content.Server/DeviceNetwork/Components/ApcNetworkComponent.cs b/Content.Server/DeviceNetwork/Components/ApcNetworkComponent.cs index 3813d6016aa..afa6a65dd63 100644 --- a/Content.Server/DeviceNetwork/Components/ApcNetworkComponent.cs +++ b/Content.Server/DeviceNetwork/Components/ApcNetworkComponent.cs @@ -1,8 +1,5 @@ using Content.Server.DeviceNetwork.Systems; using Content.Server.NodeContainer.Nodes; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; namespace Content.Server.DeviceNetwork.Components { diff --git a/Content.Server/DeviceNetwork/Components/Devices/ApcNetSwitchComponent.cs b/Content.Server/DeviceNetwork/Components/Devices/ApcNetSwitchComponent.cs index 5d368f5eff2..5b7d9a850b5 100644 --- a/Content.Server/DeviceNetwork/Components/Devices/ApcNetSwitchComponent.cs +++ b/Content.Server/DeviceNetwork/Components/Devices/ApcNetSwitchComponent.cs @@ -1,7 +1,4 @@ using Content.Server.DeviceNetwork.Systems.Devices; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; namespace Content.Server.DeviceNetwork.Components.Devices { diff --git a/Content.Server/DeviceNetwork/Components/WiredNetworkComponent.cs b/Content.Server/DeviceNetwork/Components/WiredNetworkComponent.cs index bf355a596fb..ad0bc5c0c31 100644 --- a/Content.Server/DeviceNetwork/Components/WiredNetworkComponent.cs +++ b/Content.Server/DeviceNetwork/Components/WiredNetworkComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.DeviceNetwork.Components { [RegisterComponent] diff --git a/Content.Server/DeviceNetwork/Components/WirelessNetworkComponent.cs b/Content.Server/DeviceNetwork/Components/WirelessNetworkComponent.cs index 3d29d511ae7..26867fdcf7f 100644 --- a/Content.Server/DeviceNetwork/Components/WirelessNetworkComponent.cs +++ b/Content.Server/DeviceNetwork/Components/WirelessNetworkComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.DeviceNetwork.Components { /// diff --git a/Content.Server/DeviceNetwork/NetworkPayload.cs b/Content.Server/DeviceNetwork/NetworkPayload.cs index 2251d917503..ae93eea0487 100644 --- a/Content.Server/DeviceNetwork/NetworkPayload.cs +++ b/Content.Server/DeviceNetwork/NetworkPayload.cs @@ -1,5 +1,3 @@ -using Robust.Shared.Log; -using System.Collections.Generic; using Robust.Shared.Utility; using System.Diagnostics.CodeAnalysis; diff --git a/Content.Server/DeviceNetwork/Systems/ApcNetworkSystem.cs b/Content.Server/DeviceNetwork/Systems/ApcNetworkSystem.cs index edb184d5cff..9534dd25f11 100644 --- a/Content.Server/DeviceNetwork/Systems/ApcNetworkSystem.cs +++ b/Content.Server/DeviceNetwork/Systems/ApcNetworkSystem.cs @@ -1,10 +1,8 @@ using Content.Server.DeviceNetwork.Components; using Content.Server.NodeContainer; using JetBrains.Annotations; -using Robust.Shared.GameObjects; using Content.Server.Power.EntitySystems; using Content.Server.Power.Nodes; -using Robust.Shared.IoC; namespace Content.Server.DeviceNetwork.Systems { diff --git a/Content.Server/DeviceNetwork/Systems/Devices/ApcNetSwitchSystem.cs b/Content.Server/DeviceNetwork/Systems/Devices/ApcNetSwitchSystem.cs index d760fef394c..11dc628df1c 100644 --- a/Content.Server/DeviceNetwork/Systems/Devices/ApcNetSwitchSystem.cs +++ b/Content.Server/DeviceNetwork/Systems/Devices/ApcNetSwitchSystem.cs @@ -1,8 +1,6 @@ using Content.Server.DeviceNetwork.Components; using Content.Server.DeviceNetwork.Components.Devices; using Content.Shared.Interaction; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.DeviceNetwork.Systems.Devices { diff --git a/Content.Server/DeviceNetwork/Systems/WiredNetworkSystem.cs b/Content.Server/DeviceNetwork/Systems/WiredNetworkSystem.cs index 38e9ff3ffca..41cb9c1412f 100644 --- a/Content.Server/DeviceNetwork/Systems/WiredNetworkSystem.cs +++ b/Content.Server/DeviceNetwork/Systems/WiredNetworkSystem.cs @@ -1,6 +1,5 @@ using Content.Server.DeviceNetwork.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.DeviceNetwork.Systems { diff --git a/Content.Server/DeviceNetwork/Systems/WirelessNetworkSystem.cs b/Content.Server/DeviceNetwork/Systems/WirelessNetworkSystem.cs index 164bf2e6322..8c26e712a4a 100644 --- a/Content.Server/DeviceNetwork/Systems/WirelessNetworkSystem.cs +++ b/Content.Server/DeviceNetwork/Systems/WirelessNetworkSystem.cs @@ -1,6 +1,5 @@ using Content.Server.DeviceNetwork.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.DeviceNetwork.Systems { diff --git a/Content.Server/Dice/DiceComponent.cs b/Content.Server/Dice/DiceComponent.cs index 20cbdd5ea54..29755530d77 100644 --- a/Content.Server/Dice/DiceComponent.cs +++ b/Content.Server/Dice/DiceComponent.cs @@ -1,8 +1,4 @@ using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Dice { diff --git a/Content.Server/Dice/DiceSystem.cs b/Content.Server/Dice/DiceSystem.cs index 3780197b06c..b87cd3f73ad 100644 --- a/Content.Server/Dice/DiceSystem.cs +++ b/Content.Server/Dice/DiceSystem.cs @@ -1,4 +1,3 @@ -using System; using Content.Server.Popups; using Content.Shared.Audio; using Content.Shared.Examine; @@ -7,9 +6,6 @@ using JetBrains.Annotations; using Robust.Server.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; using Robust.Shared.Random; diff --git a/Content.Server/Disease/DiseaseSystem.cs b/Content.Server/Disease/DiseaseSystem.cs index 82db96ddf26..97367115dfe 100644 --- a/Content.Server/Disease/DiseaseSystem.cs +++ b/Content.Server/Disease/DiseaseSystem.cs @@ -17,7 +17,6 @@ using Robust.Shared.Serialization.Manager; using Content.Shared.Inventory.Events; using Content.Server.Nutrition.EntitySystems; -using Robust.Shared.Map; using Robust.Shared.Utility; namespace Content.Server.Disease diff --git a/Content.Server/Disease/Effects/DiseaseProgression.cs b/Content.Server/Disease/Effects/DiseaseProgression.cs index 0fc35761a4b..db2dcedaca0 100644 --- a/Content.Server/Disease/Effects/DiseaseProgression.cs +++ b/Content.Server/Disease/Effects/DiseaseProgression.cs @@ -1,7 +1,6 @@ using Content.Server.Disease.Components; using JetBrains.Annotations; using Content.Shared.Disease; -using Robust.Shared.IoC; namespace Content.Server.Disease.Effects { diff --git a/Content.Server/Disposal/Tube/Components/DisposalBendComponent.cs b/Content.Server/Disposal/Tube/Components/DisposalBendComponent.cs index cf76000381c..4c60bb4b3cc 100644 --- a/Content.Server/Disposal/Tube/Components/DisposalBendComponent.cs +++ b/Content.Server/Disposal/Tube/Components/DisposalBendComponent.cs @@ -1,8 +1,4 @@ using Content.Server.Disposal.Unit.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Disposal.Tube.Components { diff --git a/Content.Server/Disposal/Tube/Components/DisposalEntryComponent.cs b/Content.Server/Disposal/Tube/Components/DisposalEntryComponent.cs index f5be6eaa953..0b3eb79a199 100644 --- a/Content.Server/Disposal/Tube/Components/DisposalEntryComponent.cs +++ b/Content.Server/Disposal/Tube/Components/DisposalEntryComponent.cs @@ -1,13 +1,7 @@ -using System; -using System.Linq; +using System.Linq; using Content.Server.Atmos.EntitySystems; -using Content.Server.Disposal.Tube; using Content.Server.Disposal.Unit.Components; using Content.Server.Disposal.Unit.EntitySystems; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; -using Robust.Shared.Random; namespace Content.Server.Disposal.Tube.Components { diff --git a/Content.Server/Disposal/Tube/Components/DisposalJunctionComponent.cs b/Content.Server/Disposal/Tube/Components/DisposalJunctionComponent.cs index d5bef6524a6..bceec882530 100644 --- a/Content.Server/Disposal/Tube/Components/DisposalJunctionComponent.cs +++ b/Content.Server/Disposal/Tube/Components/DisposalJunctionComponent.cs @@ -1,12 +1,6 @@ -using System.Collections.Generic; -using System.Linq; +using System.Linq; using Content.Server.Disposal.Unit.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Random; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Disposal.Tube.Components { diff --git a/Content.Server/Disposal/Tube/Components/DisposalTransitComponent.cs b/Content.Server/Disposal/Tube/Components/DisposalTransitComponent.cs index f725dd06009..f4f569ee60a 100644 --- a/Content.Server/Disposal/Tube/Components/DisposalTransitComponent.cs +++ b/Content.Server/Disposal/Tube/Components/DisposalTransitComponent.cs @@ -1,8 +1,4 @@ -using System; -using Content.Server.Disposal.Unit.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; +using Content.Server.Disposal.Unit.Components; namespace Content.Server.Disposal.Tube.Components { diff --git a/Content.Server/Disposal/Tube/Components/DisposalTubeComponent.cs b/Content.Server/Disposal/Tube/Components/DisposalTubeComponent.cs index c3cfb55ccf9..f032006c752 100644 --- a/Content.Server/Disposal/Tube/Components/DisposalTubeComponent.cs +++ b/Content.Server/Disposal/Tube/Components/DisposalTubeComponent.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using Content.Server.Disposal.Unit.Components; using Content.Server.Disposal.Unit.EntitySystems; @@ -7,13 +6,7 @@ using Content.Shared.Popups; using Content.Shared.Sound; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Maths; using Robust.Shared.Physics; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Disposal.Tube.Components { diff --git a/Content.Server/Disposal/Tube/Components/IDisposalTubeComponent.cs b/Content.Server/Disposal/Tube/Components/IDisposalTubeComponent.cs index 3f31ead82a4..8f798c7920e 100644 --- a/Content.Server/Disposal/Tube/Components/IDisposalTubeComponent.cs +++ b/Content.Server/Disposal/Tube/Components/IDisposalTubeComponent.cs @@ -1,7 +1,5 @@ using Content.Server.Disposal.Unit.Components; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; namespace Content.Server.Disposal.Tube.Components { diff --git a/Content.Server/Disposal/TubeConnectionsCommand.cs b/Content.Server/Disposal/TubeConnectionsCommand.cs index 56797992932..6ead9fb1ea7 100644 --- a/Content.Server/Disposal/TubeConnectionsCommand.cs +++ b/Content.Server/Disposal/TubeConnectionsCommand.cs @@ -3,9 +3,6 @@ using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Disposal { diff --git a/Content.Server/Disposal/Unit/Components/DisposalHolderComponent.cs b/Content.Server/Disposal/Unit/Components/DisposalHolderComponent.cs index 3cee2e4c9d2..3b41e7e46f6 100644 --- a/Content.Server/Disposal/Unit/Components/DisposalHolderComponent.cs +++ b/Content.Server/Disposal/Unit/Components/DisposalHolderComponent.cs @@ -1,16 +1,10 @@ -using System.Collections.Generic; using Content.Server.Atmos; using Content.Server.Disposal.Tube.Components; using Content.Shared.Atmos; using Content.Shared.Body.Components; using Content.Shared.Item; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Physics; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Disposal.Unit.Components { diff --git a/Content.Server/Disposal/Unit/Components/DisposalUnitComponent.cs b/Content.Server/Disposal/Unit/Components/DisposalUnitComponent.cs index 4fffab058d2..15000e54f2e 100644 --- a/Content.Server/Disposal/Unit/Components/DisposalUnitComponent.cs +++ b/Content.Server/Disposal/Unit/Components/DisposalUnitComponent.cs @@ -1,15 +1,8 @@ -using System; -using System.Collections.Generic; using System.Threading; using Content.Server.Atmos; -using Content.Server.UserInterface; using Content.Shared.Atmos; using Content.Shared.Disposal.Components; -using Robust.Server.GameObjects; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Disposal.Unit.Components { diff --git a/Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs b/Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs index 98576244812..4a68c63ce7f 100644 --- a/Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs +++ b/Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Linq; using System.Threading; using Content.Server.Atmos.EntitySystems; diff --git a/Content.Server/Disposal/Unit/EntitySystems/DoInsertDisposalUnitEvent.cs b/Content.Server/Disposal/Unit/EntitySystems/DoInsertDisposalUnitEvent.cs index 986df4121a7..bb94f87a9ca 100644 --- a/Content.Server/Disposal/Unit/EntitySystems/DoInsertDisposalUnitEvent.cs +++ b/Content.Server/Disposal/Unit/EntitySystems/DoInsertDisposalUnitEvent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.Disposal.Unit.EntitySystems +namespace Content.Server.Disposal.Unit.EntitySystems { public record DoInsertDisposalUnitEvent(EntityUid User, EntityUid ToInsert, EntityUid Unit); } diff --git a/Content.Server/DoAfter/DoAfter.cs b/Content.Server/DoAfter/DoAfter.cs index 0f77e9a101d..ec166b5a45d 100644 --- a/Content.Server/DoAfter/DoAfter.cs +++ b/Content.Server/DoAfter/DoAfter.cs @@ -1,10 +1,6 @@ -using System; using System.Threading.Tasks; using Content.Server.Hands.Components; -using Content.Shared.Item; using Content.Shared.Stunnable; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Timing; diff --git a/Content.Server/DoAfter/DoAfterEventArgs.cs b/Content.Server/DoAfter/DoAfterEventArgs.cs index 26e24c8806d..aa0baf70281 100644 --- a/Content.Server/DoAfter/DoAfterEventArgs.cs +++ b/Content.Server/DoAfter/DoAfterEventArgs.cs @@ -1,7 +1,5 @@ -using System; -using System.Threading; +using System.Threading; using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; namespace Content.Server.DoAfter { diff --git a/Content.Server/Doors/Components/AirlockComponent.cs b/Content.Server/Doors/Components/AirlockComponent.cs index 5b058f60ba6..a4008cf40ef 100644 --- a/Content.Server/Doors/Components/AirlockComponent.cs +++ b/Content.Server/Doors/Components/AirlockComponent.cs @@ -1,19 +1,10 @@ -using System; using System.Threading; -using Content.Server.Doors.Systems; using Content.Server.Power.Components; -using Content.Server.VendingMachines; // using Content.Server.WireHacking; -using Content.Shared.Doors; using Content.Shared.Doors.Components; using Content.Shared.Sound; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Player; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; // using static Content.Shared.Wires.SharedWiresComponent; // using static Content.Shared.Wires.SharedWiresComponent.WiresAction; diff --git a/Content.Server/Doors/Components/FirelockComponent.cs b/Content.Server/Doors/Components/FirelockComponent.cs index 62765853aef..564c748a8c0 100644 --- a/Content.Server/Doors/Components/FirelockComponent.cs +++ b/Content.Server/Doors/Components/FirelockComponent.cs @@ -2,9 +2,6 @@ using Content.Server.Atmos.EntitySystems; using Content.Server.Doors.Systems; using Content.Shared.Doors.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Doors.Components { diff --git a/Content.Server/Doors/Systems/AirlockSystem.cs b/Content.Server/Doors/Systems/AirlockSystem.cs index 7dbc15c0b7d..733093c5413 100644 --- a/Content.Server/Doors/Systems/AirlockSystem.cs +++ b/Content.Server/Doors/Systems/AirlockSystem.cs @@ -7,9 +7,6 @@ using Content.Shared.Interaction; using Content.Shared.Popups; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; -using System; namespace Content.Server.Doors.Systems { diff --git a/Content.Server/Doors/Systems/FirelockSystem.cs b/Content.Server/Doors/Systems/FirelockSystem.cs index 8ac6f6840ec..34203d91e6d 100644 --- a/Content.Server/Doors/Systems/FirelockSystem.cs +++ b/Content.Server/Doors/Systems/FirelockSystem.cs @@ -6,9 +6,6 @@ using Content.Shared.Doors.Components; using Content.Shared.Doors.Systems; using Content.Shared.Popups; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Doors.Systems { diff --git a/Content.Server/Doors/WireActions/DoorBoltLightWireAction.cs b/Content.Server/Doors/WireActions/DoorBoltLightWireAction.cs index 0cddf4d3ca7..ad9151442a5 100644 --- a/Content.Server/Doors/WireActions/DoorBoltLightWireAction.cs +++ b/Content.Server/Doors/WireActions/DoorBoltLightWireAction.cs @@ -1,7 +1,6 @@ using Content.Server.Doors.Components; using Content.Server.Wires; using Content.Shared.Doors; -using Content.Shared.Doors.Components; using Content.Shared.Wires; namespace Content.Server.Doors; diff --git a/Content.Server/Drone/Components/DroneComponent.cs b/Content.Server/Drone/Components/DroneComponent.cs index 94525cc332f..c21ce6aa39c 100644 --- a/Content.Server/Drone/Components/DroneComponent.cs +++ b/Content.Server/Drone/Components/DroneComponent.cs @@ -1,4 +1,3 @@ -using Content.Server.Storage; using Content.Shared.Storage; namespace Content.Server.Drone.Components diff --git a/Content.Server/Drone/DroneSystem.cs b/Content.Server/Drone/DroneSystem.cs index b2c82716cac..ccdde784ab9 100644 --- a/Content.Server/Drone/DroneSystem.cs +++ b/Content.Server/Drone/DroneSystem.cs @@ -1,4 +1,3 @@ -using System.Linq; using Content.Shared.Drone; using Content.Server.Drone.Components; using Content.Shared.Actions; @@ -22,7 +21,6 @@ using Robust.Shared.Player; using Content.Shared.Hands.EntitySystems; using Content.Shared.Storage; -using Robust.Shared.Map; using Robust.Shared.Random; using Robust.Shared.Timing; diff --git a/Content.Server/EUI/BaseEui.cs b/Content.Server/EUI/BaseEui.cs index aac8aba3f75..9f60766eb04 100644 --- a/Content.Server/EUI/BaseEui.cs +++ b/Content.Server/EUI/BaseEui.cs @@ -1,7 +1,5 @@ -using System; -using Content.Shared.Eui; +using Content.Shared.Eui; using Robust.Server.Player; -using Robust.Shared.IoC; using Robust.Shared.Network; diff --git a/Content.Server/EUI/EuiManager.cs b/Content.Server/EUI/EuiManager.cs index a8ac932504d..ab4b8bd18be 100644 --- a/Content.Server/EUI/EuiManager.cs +++ b/Content.Server/EUI/EuiManager.cs @@ -1,10 +1,6 @@ -using System; -using System.Collections.Generic; -using Content.Shared.Eui; +using Content.Shared.Eui; using Robust.Server.Player; using Robust.Shared.Enums; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Network; using Robust.Shared.Utility; diff --git a/Content.Server/Electrocution/Components/ElectrifiedComponent.cs b/Content.Server/Electrocution/Components/ElectrifiedComponent.cs index 0399a0086c5..b328fd74973 100644 --- a/Content.Server/Electrocution/Components/ElectrifiedComponent.cs +++ b/Content.Server/Electrocution/Components/ElectrifiedComponent.cs @@ -1,6 +1,4 @@ using Content.Shared.Sound; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Electrocution { diff --git a/Content.Server/Electrocution/Components/ElectrocutionComponent.cs b/Content.Server/Electrocution/Components/ElectrocutionComponent.cs index f414231dc34..10161b5c4ee 100644 --- a/Content.Server/Electrocution/Components/ElectrocutionComponent.cs +++ b/Content.Server/Electrocution/Components/ElectrocutionComponent.cs @@ -1,8 +1,4 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - -namespace Content.Server.Electrocution +namespace Content.Server.Electrocution { /// /// Component for virtual electrocution entities (representing an in-progress shock). diff --git a/Content.Server/Electrocution/ElectrocuteCommand.cs b/Content.Server/Electrocution/ElectrocuteCommand.cs index bc2a24375ba..dcc0a33b9e0 100644 --- a/Content.Server/Electrocution/ElectrocuteCommand.cs +++ b/Content.Server/Electrocution/ElectrocuteCommand.cs @@ -1,11 +1,7 @@ -using System; using Content.Server.Administration; using Content.Shared.Administration; using Content.Shared.StatusEffect; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Electrocution { diff --git a/Content.Server/Electrocution/ElectrocutionNode.cs b/Content.Server/Electrocution/ElectrocutionNode.cs index f0872f54fa1..336a99e772e 100644 --- a/Content.Server/Electrocution/ElectrocutionNode.cs +++ b/Content.Server/Electrocution/ElectrocutionNode.cs @@ -1,9 +1,6 @@ -using System.Collections.Generic; using Content.Server.NodeContainer; using Content.Server.NodeContainer.Nodes; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Electrocution { diff --git a/Content.Server/Electrocution/ElectrocutionSystem.cs b/Content.Server/Electrocution/ElectrocutionSystem.cs index 4029c49abb2..68813515c42 100644 --- a/Content.Server/Electrocution/ElectrocutionSystem.cs +++ b/Content.Server/Electrocution/ElectrocutionSystem.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.Administration.Logs; using Content.Server.NodeContainer; using Content.Server.NodeContainer.EntitySystems; @@ -23,10 +21,6 @@ using Content.Shared.Tag; using Content.Shared.Weapons.Melee; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Maths; using Robust.Shared.Physics.Dynamics; using Robust.Shared.Player; using Robust.Shared.Prototypes; diff --git a/Content.Server/Electrocution/RandomInsulationComponent.cs b/Content.Server/Electrocution/RandomInsulationComponent.cs index faedae651ba..8d697979a1b 100644 --- a/Content.Server/Electrocution/RandomInsulationComponent.cs +++ b/Content.Server/Electrocution/RandomInsulationComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Electrocution { [RegisterComponent] diff --git a/Content.Server/Engineering/Components/DisassembleOnAltVerbComponent.cs b/Content.Server/Engineering/Components/DisassembleOnAltVerbComponent.cs index bfaa39dc424..eb50b46c579 100644 --- a/Content.Server/Engineering/Components/DisassembleOnAltVerbComponent.cs +++ b/Content.Server/Engineering/Components/DisassembleOnAltVerbComponent.cs @@ -1,9 +1,6 @@ using System.Threading; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Engineering.Components { diff --git a/Content.Server/Engineering/Components/SpawnAfterInteractComponent.cs b/Content.Server/Engineering/Components/SpawnAfterInteractComponent.cs index 1ee553ccb86..da3ad392307 100644 --- a/Content.Server/Engineering/Components/SpawnAfterInteractComponent.cs +++ b/Content.Server/Engineering/Components/SpawnAfterInteractComponent.cs @@ -1,8 +1,5 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Engineering.Components { diff --git a/Content.Server/Engineering/EntitySystems/DisassembleOnAltVerbSystem.cs b/Content.Server/Engineering/EntitySystems/DisassembleOnAltVerbSystem.cs index aae86f3942b..3b6fc91fdf1 100644 --- a/Content.Server/Engineering/EntitySystems/DisassembleOnAltVerbSystem.cs +++ b/Content.Server/Engineering/EntitySystems/DisassembleOnAltVerbSystem.cs @@ -1,8 +1,6 @@ using Content.Server.DoAfter; using Content.Server.Engineering.Components; -using Content.Server.Hands.Components; using Content.Shared.Hands.EntitySystems; -using Content.Shared.Item; using Content.Shared.Verbs; using JetBrains.Annotations; namespace Content.Server.Engineering.EntitySystems diff --git a/Content.Server/Engineering/EntitySystems/SpawnAfterInteractSystem.cs b/Content.Server/Engineering/EntitySystems/SpawnAfterInteractSystem.cs index 618bf7f96fa..3119222e372 100644 --- a/Content.Server/Engineering/EntitySystems/SpawnAfterInteractSystem.cs +++ b/Content.Server/Engineering/EntitySystems/SpawnAfterInteractSystem.cs @@ -3,11 +3,8 @@ using Content.Server.Engineering.Components; using Content.Server.Stack; using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; using Content.Shared.Stacks; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Engineering.EntitySystems diff --git a/Content.Server/EntityList/SpawnEntityListCommand.cs b/Content.Server/EntityList/SpawnEntityListCommand.cs index 26879be5fc7..0891bbd12ac 100644 --- a/Content.Server/EntityList/SpawnEntityListCommand.cs +++ b/Content.Server/EntityList/SpawnEntityListCommand.cs @@ -3,8 +3,6 @@ using Content.Shared.EntityList; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; namespace Content.Server.EntityList diff --git a/Content.Server/Entry/EntryPoint.cs b/Content.Server/Entry/EntryPoint.cs index c648ce67a66..cb30eab6cb4 100644 --- a/Content.Server/Entry/EntryPoint.cs +++ b/Content.Server/Entry/EntryPoint.cs @@ -1,4 +1,3 @@ -using System.IO; using Content.Server.Administration; using Content.Server.Administration.Managers; using Content.Server.Afk; @@ -16,11 +15,8 @@ using Content.Server.Maps; using Content.Server.NodeContainer.NodeGroups; using Content.Server.Preferences.Managers; -using Content.Server.Sandbox; using Content.Server.Voting.Managers; -using Content.Shared.Actions; using Content.Shared.Administration; -using Content.Shared.Alert; using Content.Shared.CCVar; using Content.Shared.Kitchen; using Robust.Server; @@ -29,9 +25,6 @@ using Robust.Shared.Configuration; using Robust.Server.ServerStatus; using Robust.Shared.ContentPack; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Prototypes; using Robust.Shared.Timing; using Robust.Shared.Utility; diff --git a/Content.Server/Examine/ExamineSystem.cs b/Content.Server/Examine/ExamineSystem.cs index 80bd1e44c1c..9730bb337be 100644 --- a/Content.Server/Examine/ExamineSystem.cs +++ b/Content.Server/Examine/ExamineSystem.cs @@ -5,8 +5,6 @@ using JetBrains.Annotations; using Robust.Server.GameObjects; using Robust.Server.Player; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Shared.Utility; namespace Content.Server.Examine diff --git a/Content.Server/Explosion/Components/ClusterGrenadeComponent.cs b/Content.Server/Explosion/Components/ClusterGrenadeComponent.cs index e21a41cd44d..1163a58c90f 100644 --- a/Content.Server/Explosion/Components/ClusterGrenadeComponent.cs +++ b/Content.Server/Explosion/Components/ClusterGrenadeComponent.cs @@ -1,11 +1,7 @@ using Content.Server.Explosion.EntitySystems; -using Robust.Shared.Analyzers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Explosion.Components { diff --git a/Content.Server/Explosion/Components/DeleteOnTriggerComponent.cs b/Content.Server/Explosion/Components/DeleteOnTriggerComponent.cs index 39ebdd367c6..023a0894bd1 100644 --- a/Content.Server/Explosion/Components/DeleteOnTriggerComponent.cs +++ b/Content.Server/Explosion/Components/DeleteOnTriggerComponent.cs @@ -1,5 +1,4 @@ using Content.Server.Explosion.EntitySystems; -using Robust.Shared.GameObjects; namespace Content.Server.Explosion.Components { diff --git a/Content.Server/Explosion/Components/ExplodeOnTriggerComponent.cs b/Content.Server/Explosion/Components/ExplodeOnTriggerComponent.cs index 6aff3c3f372..0c487e1e471 100644 --- a/Content.Server/Explosion/Components/ExplodeOnTriggerComponent.cs +++ b/Content.Server/Explosion/Components/ExplodeOnTriggerComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Explosion.Components { /// diff --git a/Content.Server/Explosion/Components/TriggerOnCollideComponent.cs b/Content.Server/Explosion/Components/TriggerOnCollideComponent.cs index eaae0cd0367..0f793a0e2cd 100644 --- a/Content.Server/Explosion/Components/TriggerOnCollideComponent.cs +++ b/Content.Server/Explosion/Components/TriggerOnCollideComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Explosion.Components { [RegisterComponent] diff --git a/Content.Server/Explosion/Components/TriggerOnProximityComponent.cs b/Content.Server/Explosion/Components/TriggerOnProximityComponent.cs index f459cca8bb0..10361e4d8ef 100644 --- a/Content.Server/Explosion/Components/TriggerOnProximityComponent.cs +++ b/Content.Server/Explosion/Components/TriggerOnProximityComponent.cs @@ -1,9 +1,5 @@ using Content.Server.Explosion.EntitySystems; -using Robust.Shared.GameObjects; using Robust.Shared.Physics.Collision.Shapes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; -using System.Collections.Generic; using Content.Shared.Explosion; namespace Content.Server.Explosion.Components diff --git a/Content.Server/Explosion/EntitySystems/ExplosionSystem.cs b/Content.Server/Explosion/EntitySystems/ExplosionSystem.cs index 4fb26321c44..231e8badeb6 100644 --- a/Content.Server/Explosion/EntitySystems/ExplosionSystem.cs +++ b/Content.Server/Explosion/EntitySystems/ExplosionSystem.cs @@ -9,7 +9,6 @@ using Content.Shared.Explosion; using Content.Shared.GameTicking; using Content.Shared.Throwing; -using Robust.Server.Containers; using Robust.Server.Player; using Robust.Shared.Audio; using Robust.Shared.Configuration; diff --git a/Content.Server/Explosion/EntitySystems/TriggerSystem.Proximity.cs b/Content.Server/Explosion/EntitySystems/TriggerSystem.Proximity.cs index d2f0c601d51..7fa019a105f 100644 --- a/Content.Server/Explosion/EntitySystems/TriggerSystem.Proximity.cs +++ b/Content.Server/Explosion/EntitySystems/TriggerSystem.Proximity.cs @@ -1,8 +1,6 @@ -using System.Collections.Generic; using Content.Server.Explosion.Components; using Content.Shared.Physics; using Content.Shared.Trigger; -using Robust.Shared.GameObjects; using Robust.Shared.Physics.Dynamics; using Robust.Shared.Utility; diff --git a/Content.Server/Explosion/EntitySystems/TriggerSystem.Signal.cs b/Content.Server/Explosion/EntitySystems/TriggerSystem.Signal.cs index f7787fdaa5e..80f11b9fa34 100644 --- a/Content.Server/Explosion/EntitySystems/TriggerSystem.Signal.cs +++ b/Content.Server/Explosion/EntitySystems/TriggerSystem.Signal.cs @@ -1,6 +1,5 @@ using Content.Server.Explosion.Components; using Content.Server.MachineLinking.Events; -using Content.Server.MachineLinking.Components; using Content.Server.MachineLinking.System; namespace Content.Server.Explosion.EntitySystems diff --git a/Content.Server/Explosion/EntitySystems/TriggerSystem.cs b/Content.Server/Explosion/EntitySystems/TriggerSystem.cs index 5efa046c247..7fe01ba5263 100644 --- a/Content.Server/Explosion/EntitySystems/TriggerSystem.cs +++ b/Content.Server/Explosion/EntitySystems/TriggerSystem.cs @@ -1,10 +1,7 @@ using Content.Server.Administration.Logs; -using Content.Server.Doors.Components; -using Content.Server.Doors.Systems; using Content.Server.Explosion.Components; using Content.Server.Flash; using Content.Server.Flash.Components; -using Content.Server.Sticky.Events; using JetBrains.Annotations; using Robust.Shared.Audio; using Robust.Shared.Physics; diff --git a/Content.Server/Extinguisher/FireExtinguisherComponent.cs b/Content.Server/Extinguisher/FireExtinguisherComponent.cs index 449f56d334d..46793a5c12e 100644 --- a/Content.Server/Extinguisher/FireExtinguisherComponent.cs +++ b/Content.Server/Extinguisher/FireExtinguisherComponent.cs @@ -1,7 +1,4 @@ using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Extinguisher; diff --git a/Content.Server/Flash/Components/FlashComponent.cs b/Content.Server/Flash/Components/FlashComponent.cs index bd076e84ee3..a3978aadcc6 100644 --- a/Content.Server/Flash/Components/FlashComponent.cs +++ b/Content.Server/Flash/Components/FlashComponent.cs @@ -1,8 +1,4 @@ using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Flash.Components { diff --git a/Content.Server/Flash/Components/FlashImmunityComponent.cs b/Content.Server/Flash/Components/FlashImmunityComponent.cs index e4f1afa7cb2..3aee0c2eb42 100644 --- a/Content.Server/Flash/Components/FlashImmunityComponent.cs +++ b/Content.Server/Flash/Components/FlashImmunityComponent.cs @@ -1,8 +1,3 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Flash.Components { [RegisterComponent, Friend(typeof(FlashSystem))] diff --git a/Content.Server/Flash/Components/FlashOnTriggerComponent.cs b/Content.Server/Flash/Components/FlashOnTriggerComponent.cs index 40230d14b66..9017c3fc01e 100644 --- a/Content.Server/Flash/Components/FlashOnTriggerComponent.cs +++ b/Content.Server/Flash/Components/FlashOnTriggerComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Flash.Components { /// diff --git a/Content.Server/Flash/Components/FlashableComponent.cs b/Content.Server/Flash/Components/FlashableComponent.cs index 58b1f7fe5ad..bc7b23175b7 100644 --- a/Content.Server/Flash/Components/FlashableComponent.cs +++ b/Content.Server/Flash/Components/FlashableComponent.cs @@ -1,6 +1,4 @@ using Content.Shared.Flash; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; namespace Content.Server.Flash.Components { diff --git a/Content.Server/Fluids/Components/PuddleComponent.cs b/Content.Server/Fluids/Components/PuddleComponent.cs index 2fafcf82fe3..b3485c54e82 100644 --- a/Content.Server/Fluids/Components/PuddleComponent.cs +++ b/Content.Server/Fluids/Components/PuddleComponent.cs @@ -1,11 +1,6 @@ using Content.Server.Fluids.EntitySystems; -using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Fluids.Components { diff --git a/Content.Server/Fluids/Components/SpillableComponent.cs b/Content.Server/Fluids/Components/SpillableComponent.cs index 34d59a0a831..6ccb3d5645e 100644 --- a/Content.Server/Fluids/Components/SpillableComponent.cs +++ b/Content.Server/Fluids/Components/SpillableComponent.cs @@ -1,8 +1,3 @@ -using Content.Server.Chemistry.EntitySystems; -using Content.Shared.Interaction; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Fluids.Components; [RegisterComponent] diff --git a/Content.Server/Fluids/Components/SprayComponent.cs b/Content.Server/Fluids/Components/SprayComponent.cs index d4477de376a..2f7920700d4 100644 --- a/Content.Server/Fluids/Components/SprayComponent.cs +++ b/Content.Server/Fluids/Components/SprayComponent.cs @@ -1,10 +1,7 @@ using Content.Server.Fluids.EntitySystems; using Content.Shared.FixedPoint; using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Fluids.Components; diff --git a/Content.Server/Fluids/EntitySystems/DrainSystem.cs b/Content.Server/Fluids/EntitySystems/DrainSystem.cs index 072a2b0e66b..80f3a38f61c 100644 --- a/Content.Server/Fluids/EntitySystems/DrainSystem.cs +++ b/Content.Server/Fluids/EntitySystems/DrainSystem.cs @@ -1,7 +1,6 @@ using Content.Server.Fluids.Components; using Content.Server.Chemistry.EntitySystems; using Content.Shared.FixedPoint; -using Content.Shared.Interaction; using Content.Shared.Audio; namespace Content.Server.Fluids.EntitySystems diff --git a/Content.Server/Fluids/EntitySystems/EvaporationSystem.cs b/Content.Server/Fluids/EntitySystems/EvaporationSystem.cs index 88eb6c6d0f0..42232ffab71 100644 --- a/Content.Server/Fluids/EntitySystems/EvaporationSystem.cs +++ b/Content.Server/Fluids/EntitySystems/EvaporationSystem.cs @@ -2,8 +2,6 @@ using Content.Server.Fluids.Components; using Content.Shared.FixedPoint; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Utility; namespace Content.Server.Fluids.EntitySystems diff --git a/Content.Server/Fluids/EntitySystems/SpraySystem.cs b/Content.Server/Fluids/EntitySystems/SpraySystem.cs index 98e1d81056f..75a1476a313 100644 --- a/Content.Server/Fluids/EntitySystems/SpraySystem.cs +++ b/Content.Server/Fluids/EntitySystems/SpraySystem.cs @@ -1,21 +1,15 @@ -using System; -using Content.Server.Chemistry.Components; +using Content.Server.Chemistry.Components; using Content.Server.Chemistry.EntitySystems; using Content.Server.Cooldown; using Content.Server.Extinguisher; using Content.Server.Fluids.Components; using Content.Server.Popups; -using Content.Shared.ActionBlocker; using Content.Shared.Audio; using Content.Shared.Cooldown; using Content.Shared.FixedPoint; using Content.Shared.Interaction; using Content.Shared.Vapor; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Maths; using Robust.Shared.Player; using Robust.Shared.Timing; diff --git a/Content.Server/Foldable/FoldableSystem.cs b/Content.Server/Foldable/FoldableSystem.cs index 3159e2ac2ce..9fb98aeeea5 100644 --- a/Content.Server/Foldable/FoldableSystem.cs +++ b/Content.Server/Foldable/FoldableSystem.cs @@ -5,9 +5,6 @@ using Content.Shared.Verbs; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Foldable { diff --git a/Content.Server/Friction/TileFrictionController.cs b/Content.Server/Friction/TileFrictionController.cs index cded1a27508..4a55244a475 100644 --- a/Content.Server/Friction/TileFrictionController.cs +++ b/Content.Server/Friction/TileFrictionController.cs @@ -1,6 +1,5 @@ using Content.Server.Physics.Controllers; using Content.Shared.Friction; -using Robust.Shared.GameObjects; namespace Content.Server.Friction { diff --git a/Content.Server/GameTicking/Commands/DelayStartCommand.cs b/Content.Server/GameTicking/Commands/DelayStartCommand.cs index 206ece995f3..6f57f561d85 100644 --- a/Content.Server/GameTicking/Commands/DelayStartCommand.cs +++ b/Content.Server/GameTicking/Commands/DelayStartCommand.cs @@ -1,9 +1,6 @@ -using System; -using Content.Server.Administration; +using Content.Server.Administration; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.GameTicking.Commands { diff --git a/Content.Server/GameTicking/Commands/EndRoundCommand.cs b/Content.Server/GameTicking/Commands/EndRoundCommand.cs index b4dbb94b4c3..972fa9561a3 100644 --- a/Content.Server/GameTicking/Commands/EndRoundCommand.cs +++ b/Content.Server/GameTicking/Commands/EndRoundCommand.cs @@ -1,9 +1,6 @@ -using System; -using Content.Server.Administration; +using Content.Server.Administration; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.GameTicking.Commands { diff --git a/Content.Server/GameTicking/Commands/ForceMapCommand.cs b/Content.Server/GameTicking/Commands/ForceMapCommand.cs index 33b414eb5cf..1b3cbfaecba 100644 --- a/Content.Server/GameTicking/Commands/ForceMapCommand.cs +++ b/Content.Server/GameTicking/Commands/ForceMapCommand.cs @@ -1,12 +1,7 @@ using Content.Server.Administration; using Content.Server.Maps; using Content.Shared.Administration; -using Content.Shared.CCVar; -using Robust.Shared.Configuration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.GameTicking.Commands { diff --git a/Content.Server/GameTicking/Commands/ForcePresetCommand.cs b/Content.Server/GameTicking/Commands/ForcePresetCommand.cs index b3ca19f6f5d..42003d2a46c 100644 --- a/Content.Server/GameTicking/Commands/ForcePresetCommand.cs +++ b/Content.Server/GameTicking/Commands/ForcePresetCommand.cs @@ -1,9 +1,6 @@ using Content.Server.Administration; -using Content.Server.GameTicking.Presets; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.GameTicking.Commands { diff --git a/Content.Server/GameTicking/Commands/GoLobbyCommand.cs b/Content.Server/GameTicking/Commands/GoLobbyCommand.cs index 80d8cea620c..4932dbe0bff 100644 --- a/Content.Server/GameTicking/Commands/GoLobbyCommand.cs +++ b/Content.Server/GameTicking/Commands/GoLobbyCommand.cs @@ -1,13 +1,9 @@ -using System; -using Content.Server.Administration; +using Content.Server.Administration; using Content.Server.GameTicking.Presets; -using Content.Shared; using Content.Shared.Administration; using Content.Shared.CCVar; using Robust.Shared.Configuration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.GameTicking.Commands { diff --git a/Content.Server/GameTicking/Commands/ObserveCommand.cs b/Content.Server/GameTicking/Commands/ObserveCommand.cs index ec5b74a7a4a..3998c27d1e0 100644 --- a/Content.Server/GameTicking/Commands/ObserveCommand.cs +++ b/Content.Server/GameTicking/Commands/ObserveCommand.cs @@ -1,9 +1,6 @@ -using Content.Server.Administration; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.GameTicking.Commands { diff --git a/Content.Server/GameTicking/Commands/RespawnCommand.cs b/Content.Server/GameTicking/Commands/RespawnCommand.cs index 8941e041f2c..3d244430236 100644 --- a/Content.Server/GameTicking/Commands/RespawnCommand.cs +++ b/Content.Server/GameTicking/Commands/RespawnCommand.cs @@ -1,8 +1,6 @@ using Content.Server.Players; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Network; namespace Content.Server.GameTicking.Commands diff --git a/Content.Server/GameTicking/Commands/RestartRoundCommand.cs b/Content.Server/GameTicking/Commands/RestartRoundCommand.cs index eedfa83c39f..36c0ba981c7 100644 --- a/Content.Server/GameTicking/Commands/RestartRoundCommand.cs +++ b/Content.Server/GameTicking/Commands/RestartRoundCommand.cs @@ -1,9 +1,7 @@ -using System; using Content.Server.Administration; using Content.Server.RoundEnd; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; namespace Content.Server.GameTicking.Commands { diff --git a/Content.Server/GameTicking/Commands/SetGamePresetCommand.cs b/Content.Server/GameTicking/Commands/SetGamePresetCommand.cs index 0c841028462..67a2ea94b9a 100644 --- a/Content.Server/GameTicking/Commands/SetGamePresetCommand.cs +++ b/Content.Server/GameTicking/Commands/SetGamePresetCommand.cs @@ -1,8 +1,6 @@ using Content.Server.Administration; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.GameTicking.Commands { diff --git a/Content.Server/GameTicking/Commands/StartRoundCommand.cs b/Content.Server/GameTicking/Commands/StartRoundCommand.cs index 8b5de7b3ed2..1652a141203 100644 --- a/Content.Server/GameTicking/Commands/StartRoundCommand.cs +++ b/Content.Server/GameTicking/Commands/StartRoundCommand.cs @@ -1,9 +1,6 @@ -using System; -using Content.Server.Administration; +using Content.Server.Administration; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.GameTicking.Commands { diff --git a/Content.Server/GameTicking/Commands/ToggleDisallowLateJoinCommand.cs b/Content.Server/GameTicking/Commands/ToggleDisallowLateJoinCommand.cs index fa918152ecf..f6e94eb93f0 100644 --- a/Content.Server/GameTicking/Commands/ToggleDisallowLateJoinCommand.cs +++ b/Content.Server/GameTicking/Commands/ToggleDisallowLateJoinCommand.cs @@ -3,8 +3,6 @@ using Content.Shared.CCVar; using Robust.Shared.Configuration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.GameTicking.Commands { diff --git a/Content.Server/GameTicking/Commands/ToggleReadyCommand.cs b/Content.Server/GameTicking/Commands/ToggleReadyCommand.cs index caa6216328d..024f9100ad6 100644 --- a/Content.Server/GameTicking/Commands/ToggleReadyCommand.cs +++ b/Content.Server/GameTicking/Commands/ToggleReadyCommand.cs @@ -1,9 +1,6 @@ -using Content.Server.Administration; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.GameTicking.Commands { diff --git a/Content.Server/GameTicking/Events/RoundStartingEvent.cs b/Content.Server/GameTicking/Events/RoundStartingEvent.cs index c56c0bb1d92..0a0a4c085d1 100644 --- a/Content.Server/GameTicking/Events/RoundStartingEvent.cs +++ b/Content.Server/GameTicking/Events/RoundStartingEvent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.GameTicking.Events; +namespace Content.Server.GameTicking.Events; /// /// Raised at the start of , after round id has been incremented diff --git a/Content.Server/GameTicking/GameTicker.CVars.cs b/Content.Server/GameTicking/GameTicker.CVars.cs index 71cef8c42f0..09917c81dcd 100644 --- a/Content.Server/GameTicking/GameTicker.CVars.cs +++ b/Content.Server/GameTicking/GameTicker.CVars.cs @@ -1,6 +1,4 @@ -using System; using Content.Shared.CCVar; -using Robust.Shared.ViewVariables; namespace Content.Server.GameTicking { diff --git a/Content.Server/GameTicking/GameTicker.GamePreset.cs b/Content.Server/GameTicking/GameTicker.GamePreset.cs index 22700ee82dc..3d44fa5ae38 100644 --- a/Content.Server/GameTicking/GameTicker.GamePreset.cs +++ b/Content.Server/GameTicking/GameTicker.GamePreset.cs @@ -1,4 +1,3 @@ -using System; using System.Diagnostics.CodeAnalysis; using Content.Server.GameTicking.Presets; using Content.Server.GameTicking.Rules; @@ -8,8 +7,6 @@ using Content.Shared.Damage.Prototypes; using Content.Shared.MobState.Components; using Robust.Server.Player; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.GameTicking { diff --git a/Content.Server/GameTicking/GameTicker.GameRule.cs b/Content.Server/GameTicking/GameTicker.GameRule.cs index 38086994db5..0f18d080907 100644 --- a/Content.Server/GameTicking/GameTicker.GameRule.cs +++ b/Content.Server/GameTicking/GameTicker.GameRule.cs @@ -1,10 +1,8 @@ -using System.Collections.Generic; using System.Linq; using Content.Server.Administration; using Content.Server.GameTicking.Rules; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.ViewVariables; namespace Content.Server.GameTicking { diff --git a/Content.Server/GameTicking/GameTicker.LobbyMusic.cs b/Content.Server/GameTicking/GameTicker.LobbyMusic.cs index 5e8f0f09b66..0054b94b48c 100644 --- a/Content.Server/GameTicking/GameTicker.LobbyMusic.cs +++ b/Content.Server/GameTicking/GameTicker.LobbyMusic.cs @@ -1,7 +1,6 @@ using Content.Shared.Audio; using Robust.Shared.Random; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Server.GameTicking { diff --git a/Content.Server/GameTicking/GameTicker.StatusShell.cs b/Content.Server/GameTicking/GameTicker.StatusShell.cs index 9f5270eaf04..8d2501b58b5 100644 --- a/Content.Server/GameTicking/GameTicker.StatusShell.cs +++ b/Content.Server/GameTicking/GameTicker.StatusShell.cs @@ -1,8 +1,5 @@ -using System; using System.Text.Json.Nodes; using Robust.Server.ServerStatus; -using Robust.Shared.IoC; -using Robust.Shared.ViewVariables; namespace Content.Server.GameTicking { diff --git a/Content.Server/GameTicking/GameTicker.Updates.cs b/Content.Server/GameTicking/GameTicker.Updates.cs index 22f0dda3f56..a75341702e4 100644 --- a/Content.Server/GameTicking/GameTicker.Updates.cs +++ b/Content.Server/GameTicking/GameTicker.Updates.cs @@ -1,9 +1,6 @@ -using System; using System.Linq; using System.Threading; using Robust.Shared.Enums; -using Robust.Shared.Localization; -using Robust.Shared.ViewVariables; using Timer = Robust.Shared.Timing.Timer; namespace Content.Server.GameTicking diff --git a/Content.Server/GameTicking/GameTicker.cs b/Content.Server/GameTicking/GameTicker.cs index bd54f00e280..c77a5c088b8 100644 --- a/Content.Server/GameTicking/GameTicker.cs +++ b/Content.Server/GameTicking/GameTicker.cs @@ -1,11 +1,9 @@ using Content.Server.Administration.Logs; using Content.Server.Administration.Managers; -using Content.Server.CharacterAppearance.Systems; using Content.Server.Chat.Managers; using Content.Server.Database; using Content.Server.Ghost; using Content.Server.Maps; -using Content.Server.PDA; using Content.Server.Preferences.Managers; using Content.Server.Station.Systems; using Content.Shared.Chat; diff --git a/Content.Server/GameTicking/ManifestEntry.cs b/Content.Server/GameTicking/ManifestEntry.cs index efc6d63fa48..c9e47260b6c 100644 --- a/Content.Server/GameTicking/ManifestEntry.cs +++ b/Content.Server/GameTicking/ManifestEntry.cs @@ -1,5 +1,3 @@ -using Robust.Shared.ViewVariables; - namespace Content.Server.GameTicking { /// diff --git a/Content.Server/GameTicking/Presets/GamePresetPrototype.cs b/Content.Server/GameTicking/Presets/GamePresetPrototype.cs index d05fd10d9fd..ac6db03ddec 100644 --- a/Content.Server/GameTicking/Presets/GamePresetPrototype.cs +++ b/Content.Server/GameTicking/Presets/GamePresetPrototype.cs @@ -1,8 +1,5 @@ -using System; -using System.Collections.Generic; using Content.Server.GameTicking.Rules; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; namespace Content.Server.GameTicking.Presets diff --git a/Content.Server/GameTicking/Prototypes/LobbyBackgroundPrototype.cs b/Content.Server/GameTicking/Prototypes/LobbyBackgroundPrototype.cs index 29b84b9f3f4..ffde20912a4 100644 --- a/Content.Server/GameTicking/Prototypes/LobbyBackgroundPrototype.cs +++ b/Content.Server/GameTicking/Prototypes/LobbyBackgroundPrototype.cs @@ -1,5 +1,4 @@ -using JetBrains.Annotations; -using Robust.Shared.Prototypes; +using Robust.Shared.Prototypes; using Robust.Shared.Utility; namespace Content.Server.GameTicking.Prototypes; diff --git a/Content.Server/GameTicking/Rules/DeathMatchRuleSystem.cs b/Content.Server/GameTicking/Rules/DeathMatchRuleSystem.cs index b8051ed0bdd..cda80abd0df 100644 --- a/Content.Server/GameTicking/Rules/DeathMatchRuleSystem.cs +++ b/Content.Server/GameTicking/Rules/DeathMatchRuleSystem.cs @@ -5,8 +5,6 @@ using Robust.Server.Player; using Robust.Shared.Configuration; using Robust.Shared.Enums; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.GameTicking.Rules; diff --git a/Content.Server/GameTicking/Rules/GameRulePrototype.cs b/Content.Server/GameTicking/Rules/GameRulePrototype.cs index e785715620f..7ef4e283cc8 100644 --- a/Content.Server/GameTicking/Rules/GameRulePrototype.cs +++ b/Content.Server/GameTicking/Rules/GameRulePrototype.cs @@ -1,5 +1,4 @@ using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.GameTicking.Rules; diff --git a/Content.Server/GameTicking/Rules/GameRuleSystem.cs b/Content.Server/GameTicking/Rules/GameRuleSystem.cs index 5246d634301..3a5bb5bb1fc 100644 --- a/Content.Server/GameTicking/Rules/GameRuleSystem.cs +++ b/Content.Server/GameTicking/Rules/GameRuleSystem.cs @@ -1,7 +1,4 @@ -using System; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.GameTicking.Rules; diff --git a/Content.Server/GameTicking/Rules/InactivityTimeRestartRuleSystem.cs b/Content.Server/GameTicking/Rules/InactivityTimeRestartRuleSystem.cs index 56fa714b0b3..52e5970faca 100644 --- a/Content.Server/GameTicking/Rules/InactivityTimeRestartRuleSystem.cs +++ b/Content.Server/GameTicking/Rules/InactivityTimeRestartRuleSystem.cs @@ -1,10 +1,6 @@ -using System; using System.Threading; using Content.Server.Chat.Managers; using Robust.Server.Player; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Timer = Robust.Shared.Timing.Timer; namespace Content.Server.GameTicking.Rules; diff --git a/Content.Server/GameTicking/Rules/MaxTimeRestartRuleSystem.cs b/Content.Server/GameTicking/Rules/MaxTimeRestartRuleSystem.cs index 30a60633cb2..83ebffadfb9 100644 --- a/Content.Server/GameTicking/Rules/MaxTimeRestartRuleSystem.cs +++ b/Content.Server/GameTicking/Rules/MaxTimeRestartRuleSystem.cs @@ -1,9 +1,5 @@ -using System; using System.Threading; using Content.Server.Chat.Managers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Timer = Robust.Shared.Timing.Timer; namespace Content.Server.GameTicking.Rules; diff --git a/Content.Server/GameTicking/Rules/TraitorDeathMatchRuleSystem.cs b/Content.Server/GameTicking/Rules/TraitorDeathMatchRuleSystem.cs index e1c36968c5c..2775a0ca439 100644 --- a/Content.Server/GameTicking/Rules/TraitorDeathMatchRuleSystem.cs +++ b/Content.Server/GameTicking/Rules/TraitorDeathMatchRuleSystem.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; +using System.Linq; using Content.Server.Atmos.EntitySystems; using Content.Server.Chat.Managers; using Content.Server.Hands.Components; @@ -22,10 +20,6 @@ using Content.Shared.Traitor.Uplink; using Robust.Server.Player; using Robust.Shared.Configuration; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Log; using Robust.Shared.Map; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Server/GameTicking/Rules/TraitorRuleSystem.cs b/Content.Server/GameTicking/Rules/TraitorRuleSystem.cs index 442abdcde0e..765bf8ea42a 100644 --- a/Content.Server/GameTicking/Rules/TraitorRuleSystem.cs +++ b/Content.Server/GameTicking/Rules/TraitorRuleSystem.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Server.Chat.Managers; using Content.Server.Objectives.Interfaces; @@ -16,10 +14,6 @@ using Robust.Server.Player; using Robust.Shared.Audio; using Robust.Shared.Configuration; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Log; -using Robust.Shared.Maths; using Robust.Shared.Player; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Server/Gatherable/Components/GatherableComponent.cs b/Content.Server/Gatherable/Components/GatherableComponent.cs index bb9b0be9c1a..71f93149c6e 100644 --- a/Content.Server/Gatherable/Components/GatherableComponent.cs +++ b/Content.Server/Gatherable/Components/GatherableComponent.cs @@ -1,4 +1,3 @@ -using Content.Shared.EntityList; using Content.Shared.Whitelist; namespace Content.Server.Gatherable.Components; diff --git a/Content.Server/Ghost/Components/GhostOnMoveComponent.cs b/Content.Server/Ghost/Components/GhostOnMoveComponent.cs index f76da835f3f..c4577d36c95 100644 --- a/Content.Server/Ghost/Components/GhostOnMoveComponent.cs +++ b/Content.Server/Ghost/Components/GhostOnMoveComponent.cs @@ -1,11 +1,3 @@ -using Content.Server.GameTicking; -using Content.Server.Mind.Components; -using Content.Shared.Movement.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Players; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Ghost.Components { [RegisterComponent] diff --git a/Content.Server/Ghost/Components/GhostRadioComponent.cs b/Content.Server/Ghost/Components/GhostRadioComponent.cs index c3261e691ed..5c5cef96714 100644 --- a/Content.Server/Ghost/Components/GhostRadioComponent.cs +++ b/Content.Server/Ghost/Components/GhostRadioComponent.cs @@ -1,12 +1,7 @@ -using System.Collections.Generic; using Content.Server.Radio.Components; using Content.Shared.Chat; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Network; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Ghost.Components { diff --git a/Content.Server/Ghost/Ghost.cs b/Content.Server/Ghost/Ghost.cs index ddcfd18a8c4..5fcbbb86bb1 100644 --- a/Content.Server/Ghost/Ghost.cs +++ b/Content.Server/Ghost/Ghost.cs @@ -1,11 +1,8 @@ -using Content.Server.Administration; using Content.Server.GameTicking; using Content.Server.Players; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Ghost { diff --git a/Content.Server/Ghost/GhostBooEvent.cs b/Content.Server/Ghost/GhostBooEvent.cs index a7927268d9f..3c86fb02af7 100644 --- a/Content.Server/Ghost/GhostBooEvent.cs +++ b/Content.Server/Ghost/GhostBooEvent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Ghost { public sealed class GhostBooEvent : HandledEntityEventArgs diff --git a/Content.Server/Ghost/GhostSystem.cs b/Content.Server/Ghost/GhostSystem.cs index 1c701a4f7f1..f26a3a32d0d 100644 --- a/Content.Server/Ghost/GhostSystem.cs +++ b/Content.Server/Ghost/GhostSystem.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using System.Linq; using Content.Server.GameTicking; using Content.Server.Ghost.Components; diff --git a/Content.Server/Ghost/ObserverRole.cs b/Content.Server/Ghost/ObserverRole.cs index 39069eabb1c..86a422422bf 100644 --- a/Content.Server/Ghost/ObserverRole.cs +++ b/Content.Server/Ghost/ObserverRole.cs @@ -1,5 +1,4 @@ using Content.Server.Roles; -using Robust.Shared.Localization; namespace Content.Server.Ghost { diff --git a/Content.Server/Ghost/Roles/Components/GhostRoleComponent.cs b/Content.Server/Ghost/Roles/Components/GhostRoleComponent.cs index e54e87e7832..f8c21047a2a 100644 --- a/Content.Server/Ghost/Roles/Components/GhostRoleComponent.cs +++ b/Content.Server/Ghost/Roles/Components/GhostRoleComponent.cs @@ -1,9 +1,5 @@ using Content.Server.Mind.Commands; using Robust.Server.Player; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; -using Robust.Shared.Localization; namespace Content.Server.Ghost.Roles.Components { diff --git a/Content.Server/Ghost/Roles/Components/GhostRoleMobSpawnerComponent.cs b/Content.Server/Ghost/Roles/Components/GhostRoleMobSpawnerComponent.cs index 6d046173e42..e9ac30c3533 100644 --- a/Content.Server/Ghost/Roles/Components/GhostRoleMobSpawnerComponent.cs +++ b/Content.Server/Ghost/Roles/Components/GhostRoleMobSpawnerComponent.cs @@ -1,14 +1,9 @@ -using System; -using Content.Server.Mind.Commands; +using Content.Server.Mind.Commands; using Content.Server.Mind.Components; using JetBrains.Annotations; using Robust.Server.Player; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Ghost.Roles.Components { diff --git a/Content.Server/Ghost/Roles/Components/GhostTakeoverAvailableComponent.cs b/Content.Server/Ghost/Roles/Components/GhostTakeoverAvailableComponent.cs index 2234cf64830..fc1c1b4b00d 100644 --- a/Content.Server/Ghost/Roles/Components/GhostTakeoverAvailableComponent.cs +++ b/Content.Server/Ghost/Roles/Components/GhostTakeoverAvailableComponent.cs @@ -1,8 +1,6 @@ using Content.Server.Mind.Commands; using Content.Server.Mind.Components; using Robust.Server.Player; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Ghost.Roles.Components { diff --git a/Content.Server/Ghost/Roles/GhostRoleMarkerRole.cs b/Content.Server/Ghost/Roles/GhostRoleMarkerRole.cs index 23cf5b5dbbb..1f178765abd 100644 --- a/Content.Server/Ghost/Roles/GhostRoleMarkerRole.cs +++ b/Content.Server/Ghost/Roles/GhostRoleMarkerRole.cs @@ -1,5 +1,4 @@ using Content.Server.Roles; -using Robust.Shared.Localization; namespace Content.Server.Ghost.Roles { diff --git a/Content.Server/Ghost/Roles/GhostRoleSystem.cs b/Content.Server/Ghost/Roles/GhostRoleSystem.cs index dba521430c9..ef194faacb8 100644 --- a/Content.Server/Ghost/Roles/GhostRoleSystem.cs +++ b/Content.Server/Ghost/Roles/GhostRoleSystem.cs @@ -1,5 +1,3 @@ -using System.Collections.Generic; -using Content.Server.Administration; using Content.Server.Administration.Logs; using Content.Server.EUI; using Content.Server.Ghost.Components; @@ -20,10 +18,7 @@ using Robust.Server.Player; using Robust.Shared.Console; using Robust.Shared.Enums; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Server.Ghost.Roles { diff --git a/Content.Server/Ghost/Roles/MakeGhostRoleCommand.cs b/Content.Server/Ghost/Roles/MakeGhostRoleCommand.cs index 1012c94697c..128afc20bcf 100644 --- a/Content.Server/Ghost/Roles/MakeGhostRoleCommand.cs +++ b/Content.Server/Ghost/Roles/MakeGhostRoleCommand.cs @@ -3,9 +3,6 @@ using Content.Server.Mind.Components; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Ghost.Roles { diff --git a/Content.Server/Ghost/Roles/UI/GhostRolesEui.cs b/Content.Server/Ghost/Roles/UI/GhostRolesEui.cs index 72f425ab12a..ea63235291a 100644 --- a/Content.Server/Ghost/Roles/UI/GhostRolesEui.cs +++ b/Content.Server/Ghost/Roles/UI/GhostRolesEui.cs @@ -1,7 +1,6 @@ using Content.Server.EUI; using Content.Shared.Eui; using Content.Shared.Ghost.Roles; -using Robust.Shared.GameObjects; namespace Content.Server.Ghost.Roles.UI { diff --git a/Content.Server/Ghost/Roles/UI/MakeGhostRoleEui.cs b/Content.Server/Ghost/Roles/UI/MakeGhostRoleEui.cs index 48392cca36a..df6608cdb22 100644 --- a/Content.Server/Ghost/Roles/UI/MakeGhostRoleEui.cs +++ b/Content.Server/Ghost/Roles/UI/MakeGhostRoleEui.cs @@ -1,7 +1,6 @@ using Content.Server.EUI; using Content.Shared.Eui; using Content.Shared.Ghost.Roles; -using Robust.Shared.GameObjects; namespace Content.Server.Ghost.Roles.UI { diff --git a/Content.Server/Gravity/EntitySystems/GravityGeneratorSystem.cs b/Content.Server/Gravity/EntitySystems/GravityGeneratorSystem.cs index 832cc917a2a..6ede594f767 100644 --- a/Content.Server/Gravity/EntitySystems/GravityGeneratorSystem.cs +++ b/Content.Server/Gravity/EntitySystems/GravityGeneratorSystem.cs @@ -1,13 +1,9 @@ -using System; -using Content.Server.Audio; +using Content.Server.Audio; using Content.Server.Power.Components; using Content.Shared.Gravity; using Content.Shared.Interaction; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.Gravity.EntitySystems { diff --git a/Content.Server/Gravity/EntitySystems/GravityShakeSystem.cs b/Content.Server/Gravity/EntitySystems/GravityShakeSystem.cs index fcc30daae75..7ad060ffc5e 100644 --- a/Content.Server/Gravity/EntitySystems/GravityShakeSystem.cs +++ b/Content.Server/Gravity/EntitySystems/GravityShakeSystem.cs @@ -1,12 +1,8 @@ -using System.Collections.Generic; using Content.Shared.Camera; using Content.Shared.Gravity; using Robust.Server.Player; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Player; using Robust.Shared.Random; diff --git a/Content.Server/Gravity/EntitySystems/GravitySystem.cs b/Content.Server/Gravity/EntitySystems/GravitySystem.cs index 1345b70e1f5..9f132dd5e0e 100644 --- a/Content.Server/Gravity/EntitySystems/GravitySystem.cs +++ b/Content.Server/Gravity/EntitySystems/GravitySystem.cs @@ -1,7 +1,5 @@ using Content.Shared.Gravity; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Gravity.EntitySystems { diff --git a/Content.Server/Gravity/EntitySystems/WeightlessSystem.cs b/Content.Server/Gravity/EntitySystems/WeightlessSystem.cs index 7d89c54e4e8..9d0f5c256da 100644 --- a/Content.Server/Gravity/EntitySystems/WeightlessSystem.cs +++ b/Content.Server/Gravity/EntitySystems/WeightlessSystem.cs @@ -1,10 +1,7 @@ -using System.Collections.Generic; using Content.Shared.Alert; using Content.Shared.GameTicking; using Content.Shared.Gravity; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Utility; diff --git a/Content.Server/Gravity/GravityGeneratorComponent.cs b/Content.Server/Gravity/GravityGeneratorComponent.cs index 6401998cc68..fef3c3cc95d 100644 --- a/Content.Server/Gravity/GravityGeneratorComponent.cs +++ b/Content.Server/Gravity/GravityGeneratorComponent.cs @@ -1,9 +1,5 @@ using Content.Server.Gravity.EntitySystems; using Content.Shared.Gravity; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Gravity { diff --git a/Content.Server/Guardian/CanHostGuardianComponent.cs b/Content.Server/Guardian/CanHostGuardianComponent.cs index d7d77c2057e..92297602261 100644 --- a/Content.Server/Guardian/CanHostGuardianComponent.cs +++ b/Content.Server/Guardian/CanHostGuardianComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Guardian; [RegisterComponent] diff --git a/Content.Server/Guardian/GuardianComponent.cs b/Content.Server/Guardian/GuardianComponent.cs index dd75f6b25c4..0221bc2291e 100644 --- a/Content.Server/Guardian/GuardianComponent.cs +++ b/Content.Server/Guardian/GuardianComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Guardian { /// diff --git a/Content.Server/Guardian/GuardianCreatorComponent.cs b/Content.Server/Guardian/GuardianCreatorComponent.cs index 3e64ee0d102..80946faa103 100644 --- a/Content.Server/Guardian/GuardianCreatorComponent.cs +++ b/Content.Server/Guardian/GuardianCreatorComponent.cs @@ -1,8 +1,5 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Guardian { diff --git a/Content.Server/Guardian/GuardianSystem.cs b/Content.Server/Guardian/GuardianSystem.cs index 9647fa961a7..634feecb3a9 100644 --- a/Content.Server/Guardian/GuardianSystem.cs +++ b/Content.Server/Guardian/GuardianSystem.cs @@ -1,5 +1,4 @@ using Content.Server.DoAfter; -using Content.Server.Hands.Components; using Content.Server.Popups; using Content.Shared.Actions; using Content.Shared.Audio; diff --git a/Content.Server/GuideGenerator/ChemistryJsonGenerator.cs b/Content.Server/GuideGenerator/ChemistryJsonGenerator.cs index e43f718521d..7e107ce1a5a 100644 --- a/Content.Server/GuideGenerator/ChemistryJsonGenerator.cs +++ b/Content.Server/GuideGenerator/ChemistryJsonGenerator.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Linq; using System.Text.Json; @@ -7,7 +6,6 @@ using Content.Shared.Chemistry.Reagent; using Content.Shared.Damage; using Content.Shared.FixedPoint; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; namespace Content.Server.GuideGenerator; diff --git a/Content.Server/GuideGenerator/ReactionJsonGenerator.cs b/Content.Server/GuideGenerator/ReactionJsonGenerator.cs index 14d10014154..123dd5f8eb3 100644 --- a/Content.Server/GuideGenerator/ReactionJsonGenerator.cs +++ b/Content.Server/GuideGenerator/ReactionJsonGenerator.cs @@ -3,8 +3,6 @@ using System.Text.Json; using Content.Shared.Chemistry.Reaction; using Content.Shared.Chemistry.Reagent; -using Content.Shared.FixedPoint; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; namespace Content.Server.GuideGenerator; diff --git a/Content.Server/GuideGenerator/ReagentEntry.cs b/Content.Server/GuideGenerator/ReagentEntry.cs index faeee25bceb..7e1444b8a0a 100644 --- a/Content.Server/GuideGenerator/ReagentEntry.cs +++ b/Content.Server/GuideGenerator/ReagentEntry.cs @@ -1,11 +1,7 @@ -using System.Collections.Generic; using System.Linq; using System.Text.Json.Serialization; -using Content.Server.Body.Components; using Content.Shared.Chemistry.Reaction; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.GuideGenerator; diff --git a/Content.Server/GuideGenerator/UniversalJsonConverter.cs b/Content.Server/GuideGenerator/UniversalJsonConverter.cs index 0e7f229ceab..bcf9702c1c0 100644 --- a/Content.Server/GuideGenerator/UniversalJsonConverter.cs +++ b/Content.Server/GuideGenerator/UniversalJsonConverter.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Reflection; using System.Text.Json; using System.Text.Json.Serialization; diff --git a/Content.Server/Hands/Systems/HandVirtualItemSystem.cs b/Content.Server/Hands/Systems/HandVirtualItemSystem.cs index 6d804a5d9a9..421ce0812a4 100644 --- a/Content.Server/Hands/Systems/HandVirtualItemSystem.cs +++ b/Content.Server/Hands/Systems/HandVirtualItemSystem.cs @@ -1,4 +1,3 @@ -using Content.Server.Hands.Components; using Content.Shared.Hands; using Content.Shared.Hands.Components; using Content.Shared.Hands.EntitySystems; diff --git a/Content.Server/Hands/Systems/HandsSystem.cs b/Content.Server/Hands/Systems/HandsSystem.cs index 5abf693b60e..499ae6c988d 100644 --- a/Content.Server/Hands/Systems/HandsSystem.cs +++ b/Content.Server/Hands/Systems/HandsSystem.cs @@ -1,6 +1,5 @@ using System.Linq; -using Content.Server.Administration.Logs; using Content.Server.CombatMode; using Content.Server.Hands.Components; using Content.Server.Popups; diff --git a/Content.Server/HealthExaminable/HealthExaminableSystem.cs b/Content.Server/HealthExaminable/HealthExaminableSystem.cs index dd5aa04691d..f0a5f1dfcb6 100644 --- a/Content.Server/HealthExaminable/HealthExaminableSystem.cs +++ b/Content.Server/HealthExaminable/HealthExaminableSystem.cs @@ -1,8 +1,6 @@ -using Content.Server.Examine; -using Content.Shared.Damage; +using Content.Shared.Damage; using Content.Shared.Examine; using Content.Shared.FixedPoint; -using Content.Shared.Ghost.Roles; using Content.Shared.Verbs; using Robust.Shared.Utility; diff --git a/Content.Server/Holiday/Greet/Custom.cs b/Content.Server/Holiday/Greet/Custom.cs index 94e05bf0faa..c0db91e8130 100644 --- a/Content.Server/Holiday/Greet/Custom.cs +++ b/Content.Server/Holiday/Greet/Custom.cs @@ -1,6 +1,5 @@ using Content.Server.Holiday.Interfaces; using JetBrains.Annotations; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Holiday.Greet { diff --git a/Content.Server/Holiday/Greet/DefaultHolidayGreet.cs b/Content.Server/Holiday/Greet/DefaultHolidayGreet.cs index f29da979e37..fef7d462b86 100644 --- a/Content.Server/Holiday/Greet/DefaultHolidayGreet.cs +++ b/Content.Server/Holiday/Greet/DefaultHolidayGreet.cs @@ -1,5 +1,4 @@ using Content.Server.Holiday.Interfaces; -using Robust.Shared.Localization; namespace Content.Server.Holiday.Greet { diff --git a/Content.Server/Holiday/HolidayPrototype.cs b/Content.Server/Holiday/HolidayPrototype.cs index 435a0f4e040..9f45f154d68 100644 --- a/Content.Server/Holiday/HolidayPrototype.cs +++ b/Content.Server/Holiday/HolidayPrototype.cs @@ -1,11 +1,8 @@ -using System; using Content.Server.Holiday.Celebrate; using Content.Server.Holiday.Greet; using Content.Server.Holiday.Interfaces; using Content.Server.Holiday.ShouldCelebrate; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Holiday { diff --git a/Content.Server/Holiday/HolidaySystem.cs b/Content.Server/Holiday/HolidaySystem.cs index 30142e3fd22..86cd3001019 100644 --- a/Content.Server/Holiday/HolidaySystem.cs +++ b/Content.Server/Holiday/HolidaySystem.cs @@ -1,14 +1,9 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Server.Chat.Managers; using Content.Server.GameTicking; using Content.Shared.CCVar; using Robust.Shared.Configuration; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; -using Robust.Shared.ViewVariables; namespace Content.Server.Holiday { diff --git a/Content.Server/Holiday/Interfaces/IHolidayShouldCelebrate.cs b/Content.Server/Holiday/Interfaces/IHolidayShouldCelebrate.cs index cf1f249fe4f..c2414632b86 100644 --- a/Content.Server/Holiday/Interfaces/IHolidayShouldCelebrate.cs +++ b/Content.Server/Holiday/Interfaces/IHolidayShouldCelebrate.cs @@ -1,6 +1,3 @@ -using System; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Holiday.Interfaces { [ImplicitDataDefinitionForInheritors] diff --git a/Content.Server/Holiday/ShouldCelebrate/ChineseNewYear.cs b/Content.Server/Holiday/ShouldCelebrate/ChineseNewYear.cs index f71df8b82eb..c4b8a4eaa46 100644 --- a/Content.Server/Holiday/ShouldCelebrate/ChineseNewYear.cs +++ b/Content.Server/Holiday/ShouldCelebrate/ChineseNewYear.cs @@ -1,4 +1,3 @@ -using System; using System.Globalization; using Content.Server.Holiday.Interfaces; diff --git a/Content.Server/Holiday/ShouldCelebrate/Computus.cs b/Content.Server/Holiday/ShouldCelebrate/Computus.cs index bb3febe6c0a..ff5fa777e02 100644 --- a/Content.Server/Holiday/ShouldCelebrate/Computus.cs +++ b/Content.Server/Holiday/ShouldCelebrate/Computus.cs @@ -1,7 +1,5 @@ -using System; using System.IO; using JetBrains.Annotations; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Holiday.ShouldCelebrate { diff --git a/Content.Server/Holiday/ShouldCelebrate/DayOfYear.cs b/Content.Server/Holiday/ShouldCelebrate/DayOfYear.cs index d6612b6aabd..2d777182d1f 100644 --- a/Content.Server/Holiday/ShouldCelebrate/DayOfYear.cs +++ b/Content.Server/Holiday/ShouldCelebrate/DayOfYear.cs @@ -1,7 +1,5 @@ -using System; using Content.Server.Holiday.Interfaces; using JetBrains.Annotations; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Holiday.ShouldCelebrate { diff --git a/Content.Server/Holiday/ShouldCelebrate/DefaultHolidayShouldCelebrate.cs b/Content.Server/Holiday/ShouldCelebrate/DefaultHolidayShouldCelebrate.cs index 2cd8ef2160d..ade68c5b201 100644 --- a/Content.Server/Holiday/ShouldCelebrate/DefaultHolidayShouldCelebrate.cs +++ b/Content.Server/Holiday/ShouldCelebrate/DefaultHolidayShouldCelebrate.cs @@ -1,5 +1,3 @@ -using System; -using System.Globalization; using Content.Server.Holiday.Interfaces; namespace Content.Server.Holiday.ShouldCelebrate diff --git a/Content.Server/Holiday/ShouldCelebrate/FridayThirteenth.cs b/Content.Server/Holiday/ShouldCelebrate/FridayThirteenth.cs index 9fbfcc656b9..c06202344e7 100644 --- a/Content.Server/Holiday/ShouldCelebrate/FridayThirteenth.cs +++ b/Content.Server/Holiday/ShouldCelebrate/FridayThirteenth.cs @@ -1,4 +1,3 @@ -using System; using Content.Server.Holiday.Interfaces; using JetBrains.Annotations; diff --git a/Content.Server/Holiday/ShouldCelebrate/WeekdayInMonth.cs b/Content.Server/Holiday/ShouldCelebrate/WeekdayInMonth.cs index 92614adf104..052054b8391 100644 --- a/Content.Server/Holiday/ShouldCelebrate/WeekdayInMonth.cs +++ b/Content.Server/Holiday/ShouldCelebrate/WeekdayInMonth.cs @@ -1,7 +1,5 @@ -using System; using System.Globalization; using JetBrains.Annotations; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Holiday.ShouldCelebrate { diff --git a/Content.Server/IP/IPAddressExt.cs b/Content.Server/IP/IPAddressExt.cs index 269e4e85894..8374099d77a 100644 --- a/Content.Server/IP/IPAddressExt.cs +++ b/Content.Server/IP/IPAddressExt.cs @@ -1,5 +1,4 @@ -using System; -using System.Collections; +using System.Collections; using System.Linq; using System.Net.Sockets; diff --git a/Content.Server/Info/ShowRulesCommand.cs b/Content.Server/Info/ShowRulesCommand.cs index a7292e6e4b7..286e371b2c4 100644 --- a/Content.Server/Info/ShowRulesCommand.cs +++ b/Content.Server/Info/ShowRulesCommand.cs @@ -5,7 +5,6 @@ using Robust.Server.Player; using Robust.Shared.Configuration; using Robust.Shared.Console; -using Robust.Shared.IoC; using Robust.Shared.Network; namespace Content.Server.Info; diff --git a/Content.Server/Instruments/InstrumentComponent.cs b/Content.Server/Instruments/InstrumentComponent.cs index 13c98b99da3..c1060c9248d 100644 --- a/Content.Server/Instruments/InstrumentComponent.cs +++ b/Content.Server/Instruments/InstrumentComponent.cs @@ -2,9 +2,6 @@ using Content.Shared.Instruments; using Robust.Server.GameObjects; using Robust.Server.Player; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.ViewVariables; namespace Content.Server.Instruments; diff --git a/Content.Server/Instruments/InstrumentSystem.cs b/Content.Server/Instruments/InstrumentSystem.cs index fa36a842613..6e395a27bb1 100644 --- a/Content.Server/Instruments/InstrumentSystem.cs +++ b/Content.Server/Instruments/InstrumentSystem.cs @@ -1,4 +1,3 @@ -using System.Linq; using Content.Server.Stunnable; using Content.Server.UserInterface; using Content.Shared.Instruments; diff --git a/Content.Server/Interaction/Components/ClumsyComponent.cs b/Content.Server/Interaction/Components/ClumsyComponent.cs index 4dd68dd8317..69989078617 100644 --- a/Content.Server/Interaction/Components/ClumsyComponent.cs +++ b/Content.Server/Interaction/Components/ClumsyComponent.cs @@ -1,6 +1,4 @@ using Content.Shared.Damage; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; namespace Content.Server.Interaction.Components diff --git a/Content.Server/Interaction/Components/EmitSoundOnUseComponent.cs b/Content.Server/Interaction/Components/EmitSoundOnUseComponent.cs index a0224843c46..dfbe3537b2e 100644 --- a/Content.Server/Interaction/Components/EmitSoundOnUseComponent.cs +++ b/Content.Server/Interaction/Components/EmitSoundOnUseComponent.cs @@ -1,5 +1,4 @@ using Content.Server.Sound.Components; -using Robust.Shared.GameObjects; namespace Content.Server.Interaction.Components { diff --git a/Content.Server/Interaction/TilePryCommand.cs b/Content.Server/Interaction/TilePryCommand.cs index be2d7a1335c..c7b245b20ae 100644 --- a/Content.Server/Interaction/TilePryCommand.cs +++ b/Content.Server/Interaction/TilePryCommand.cs @@ -4,8 +4,6 @@ using Content.Shared.Maps; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Interaction diff --git a/Content.Server/Inventory/ServerInventoryComponent.cs b/Content.Server/Inventory/ServerInventoryComponent.cs index 14fffde52b2..00430919d0d 100644 --- a/Content.Server/Inventory/ServerInventoryComponent.cs +++ b/Content.Server/Inventory/ServerInventoryComponent.cs @@ -1,5 +1,4 @@ using Content.Shared.Inventory; -using Robust.Shared.GameObjects; namespace Content.Server.Inventory; diff --git a/Content.Server/IoC/ServerModuleTestingCallbacks.cs b/Content.Server/IoC/ServerModuleTestingCallbacks.cs index 445519b2247..9cb4d8d382c 100644 --- a/Content.Server/IoC/ServerModuleTestingCallbacks.cs +++ b/Content.Server/IoC/ServerModuleTestingCallbacks.cs @@ -1,5 +1,3 @@ -using System; -using Content.Shared; using Content.Shared.Module; namespace Content.Server.IoC diff --git a/Content.Server/Kitchen/Components/ExtractableComponent.cs b/Content.Server/Kitchen/Components/ExtractableComponent.cs index 0a1d55ac1eb..686f1f7e82c 100644 --- a/Content.Server/Kitchen/Components/ExtractableComponent.cs +++ b/Content.Server/Kitchen/Components/ExtractableComponent.cs @@ -1,9 +1,5 @@ using Content.Server.Kitchen.EntitySystems; using Content.Shared.Chemistry.Components; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Kitchen.Components { diff --git a/Content.Server/Kitchen/EntitySystems/KitchenSpikeSystem.cs b/Content.Server/Kitchen/EntitySystems/KitchenSpikeSystem.cs index 9f8ffcfb9d1..045a9bae134 100644 --- a/Content.Server/Kitchen/EntitySystems/KitchenSpikeSystem.cs +++ b/Content.Server/Kitchen/EntitySystems/KitchenSpikeSystem.cs @@ -7,11 +7,7 @@ using Content.Shared.MobState.Components; using Content.Shared.Nutrition.Components; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; -using System; using Content.Shared.Storage; using Robust.Shared.Random; using static Content.Shared.Kitchen.Components.SharedKitchenSpikeComponent; diff --git a/Content.Server/Kitchen/EntitySystems/SharpSystem.cs b/Content.Server/Kitchen/EntitySystems/SharpSystem.cs index 814533590ae..0ce6da6d0d4 100644 --- a/Content.Server/Kitchen/EntitySystems/SharpSystem.cs +++ b/Content.Server/Kitchen/EntitySystems/SharpSystem.cs @@ -1,6 +1,5 @@ using Content.Server.DoAfter; using Content.Server.Kitchen.Components; -using Content.Server.Popups; using Content.Shared.Body.Components; using Content.Shared.Interaction; using Content.Shared.MobState.Components; diff --git a/Content.Server/Kitchen/Events/ExtractableScalingEvent.cs b/Content.Server/Kitchen/Events/ExtractableScalingEvent.cs index 7b135431aa1..875ac02af84 100644 --- a/Content.Server/Kitchen/Events/ExtractableScalingEvent.cs +++ b/Content.Server/Kitchen/Events/ExtractableScalingEvent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Kitchen.Events { /// diff --git a/Content.Server/Kudzu/GrowingKudzuComponent.cs b/Content.Server/Kudzu/GrowingKudzuComponent.cs index 7724acc2f38..11f6853553f 100644 --- a/Content.Server/Kudzu/GrowingKudzuComponent.cs +++ b/Content.Server/Kudzu/GrowingKudzuComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Kudzu; [RegisterComponent] diff --git a/Content.Server/Kudzu/GrowingKudzuSystem.cs b/Content.Server/Kudzu/GrowingKudzuSystem.cs index 319e2b47ef0..dceca1c14cc 100644 --- a/Content.Server/Kudzu/GrowingKudzuSystem.cs +++ b/Content.Server/Kudzu/GrowingKudzuSystem.cs @@ -1,8 +1,4 @@ using Content.Shared.Kudzu; -using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Random; namespace Content.Server.Kudzu; diff --git a/Content.Server/Kudzu/SpreaderComponent.cs b/Content.Server/Kudzu/SpreaderComponent.cs index 97f7bf92a49..616b02ba735 100644 --- a/Content.Server/Kudzu/SpreaderComponent.cs +++ b/Content.Server/Kudzu/SpreaderComponent.cs @@ -1,8 +1,3 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Kudzu; /// diff --git a/Content.Server/Kudzu/SpreaderSystem.cs b/Content.Server/Kudzu/SpreaderSystem.cs index 6bf703a8cb6..bb14eab42bb 100644 --- a/Content.Server/Kudzu/SpreaderSystem.cs +++ b/Content.Server/Kudzu/SpreaderSystem.cs @@ -1,13 +1,8 @@ -using System.Collections.Generic; using System.Linq; using Content.Server.Atmos.Components; using Content.Server.Atmos.EntitySystems; -using Content.Server.Temperature.Systems; using Content.Shared.Atmos; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Random; namespace Content.Server.Kudzu; diff --git a/Content.Server/Labels/Label/Components/HandLabelerComponent.cs b/Content.Server/Labels/Label/Components/HandLabelerComponent.cs index 3bde313a51a..b0e9496a1d1 100644 --- a/Content.Server/Labels/Label/Components/HandLabelerComponent.cs +++ b/Content.Server/Labels/Label/Components/HandLabelerComponent.cs @@ -1,7 +1,4 @@ using Content.Shared.Whitelist; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Labels.Components { diff --git a/Content.Server/Labels/Label/Components/LabelComponent.cs b/Content.Server/Labels/Label/Components/LabelComponent.cs index 621852b3f58..ab970aeadd1 100644 --- a/Content.Server/Labels/Label/Components/LabelComponent.cs +++ b/Content.Server/Labels/Label/Components/LabelComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Labels.Components { [RegisterComponent] diff --git a/Content.Server/Labels/Label/Components/PaperLabelComponent.cs b/Content.Server/Labels/Label/Components/PaperLabelComponent.cs index e63bb05a986..d3685a0bcf2 100644 --- a/Content.Server/Labels/Label/Components/PaperLabelComponent.cs +++ b/Content.Server/Labels/Label/Components/PaperLabelComponent.cs @@ -1,6 +1,4 @@ using Content.Shared.Containers.ItemSlots; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Labels.Components { diff --git a/Content.Server/Labels/Label/HandLabelerSystem.cs b/Content.Server/Labels/Label/HandLabelerSystem.cs index 93c9cbf3329..32ecc3ff81b 100644 --- a/Content.Server/Labels/Label/HandLabelerSystem.cs +++ b/Content.Server/Labels/Label/HandLabelerSystem.cs @@ -1,16 +1,10 @@ -using System; using Content.Server.Labels.Components; using Content.Server.UserInterface; -using Content.Shared.ActionBlocker; using Content.Shared.Interaction; using Content.Shared.Labels; using Content.Shared.Popups; using JetBrains.Annotations; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Players; namespace Content.Server.Labels { diff --git a/Content.Server/Labels/Label/LabelSystem.cs b/Content.Server/Labels/Label/LabelSystem.cs index aac0320c7a4..d5886638fc7 100644 --- a/Content.Server/Labels/Label/LabelSystem.cs +++ b/Content.Server/Labels/Label/LabelSystem.cs @@ -5,9 +5,6 @@ using Content.Shared.Labels; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Utility; namespace Content.Server.Labels diff --git a/Content.Server/Lathe/Components/LatheComponent.cs b/Content.Server/Lathe/Components/LatheComponent.cs index cd32e2aba94..d0fd8fa7d34 100644 --- a/Content.Server/Lathe/Components/LatheComponent.cs +++ b/Content.Server/Lathe/Components/LatheComponent.cs @@ -1,4 +1,3 @@ -using Content.Server.UserInterface; using Content.Shared.Lathe; using Content.Shared.Research.Prototypes; using Robust.Server.GameObjects; diff --git a/Content.Server/Lathe/Components/LatheDatabaseComponent.cs b/Content.Server/Lathe/Components/LatheDatabaseComponent.cs index a4292ef46b8..7083d023331 100644 --- a/Content.Server/Lathe/Components/LatheDatabaseComponent.cs +++ b/Content.Server/Lathe/Components/LatheDatabaseComponent.cs @@ -1,9 +1,5 @@ using Content.Shared.Lathe; using Content.Shared.Research.Prototypes; -using Robust.Shared.GameObjects; -using Robust.Shared.Players; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Lathe.Components { diff --git a/Content.Server/Lathe/Components/MaterialStorageComponent.cs b/Content.Server/Lathe/Components/MaterialStorageComponent.cs index 8aa2167adbd..4f3bd9d728b 100644 --- a/Content.Server/Lathe/Components/MaterialStorageComponent.cs +++ b/Content.Server/Lathe/Components/MaterialStorageComponent.cs @@ -1,9 +1,4 @@ -using System.Collections.Generic; using Content.Shared.Lathe; -using Robust.Shared.GameObjects; -using Robust.Shared.Players; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Lathe.Components { diff --git a/Content.Server/Lathe/Components/ProtolatheDatabaseComponent.cs b/Content.Server/Lathe/Components/ProtolatheDatabaseComponent.cs index a5bd0d2499f..260683b262a 100644 --- a/Content.Server/Lathe/Components/ProtolatheDatabaseComponent.cs +++ b/Content.Server/Lathe/Components/ProtolatheDatabaseComponent.cs @@ -2,9 +2,6 @@ using Content.Server.Research.Components; using Content.Shared.Lathe; using Content.Shared.Research.Prototypes; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Players; using Robust.Shared.Prototypes; namespace Content.Server.Lathe.Components diff --git a/Content.Server/Light/Components/ExpendableLightComponent.cs b/Content.Server/Light/Components/ExpendableLightComponent.cs index 6f5edb4bd64..2b5cb7553c7 100644 --- a/Content.Server/Light/Components/ExpendableLightComponent.cs +++ b/Content.Server/Light/Components/ExpendableLightComponent.cs @@ -1,6 +1,4 @@ using Content.Shared.Light.Component; -using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; namespace Content.Server.Light.Components { diff --git a/Content.Server/Light/Components/LightBehaviourComponent.cs b/Content.Server/Light/Components/LightBehaviourComponent.cs index f9e2d6317e4..86852bedf6d 100644 --- a/Content.Server/Light/Components/LightBehaviourComponent.cs +++ b/Content.Server/Light/Components/LightBehaviourComponent.cs @@ -1,5 +1,4 @@ using Content.Shared.Light.Component; -using Robust.Shared.GameObjects; namespace Content.Server.Light.Components { diff --git a/Content.Server/Light/Components/LightBulbComponent.cs b/Content.Server/Light/Components/LightBulbComponent.cs index 3f09e7a717c..3008d68c61e 100644 --- a/Content.Server/Light/Components/LightBulbComponent.cs +++ b/Content.Server/Light/Components/LightBulbComponent.cs @@ -1,10 +1,6 @@ using Content.Server.Light.EntitySystems; using Content.Shared.Light; using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Light.Components { diff --git a/Content.Server/Light/Components/LightReplacerComponent.cs b/Content.Server/Light/Components/LightReplacerComponent.cs index eff51f62fc8..cdcce09b2cf 100644 --- a/Content.Server/Light/Components/LightReplacerComponent.cs +++ b/Content.Server/Light/Components/LightReplacerComponent.cs @@ -1,13 +1,8 @@ -using System; -using System.Collections.Generic; using Content.Shared.Light; using Content.Shared.Sound; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Light.Components { diff --git a/Content.Server/Light/Components/LitOnPoweredComponent.cs b/Content.Server/Light/Components/LitOnPoweredComponent.cs index 54555d40079..fdea092d35c 100644 --- a/Content.Server/Light/Components/LitOnPoweredComponent.cs +++ b/Content.Server/Light/Components/LitOnPoweredComponent.cs @@ -1,6 +1,4 @@ using Content.Server.Light.EntitySystems; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; namespace Content.Server.Light.Components { diff --git a/Content.Server/Light/Components/MatchboxComponent.cs b/Content.Server/Light/Components/MatchboxComponent.cs index 7512c1e2ec5..8cb57c793cc 100644 --- a/Content.Server/Light/Components/MatchboxComponent.cs +++ b/Content.Server/Light/Components/MatchboxComponent.cs @@ -1,9 +1,4 @@ -using System.Threading.Tasks; -using Content.Shared.Interaction; -using Content.Shared.Smoking; -using Robust.Shared.GameObjects; - -namespace Content.Server.Light.Components +namespace Content.Server.Light.Components { // TODO make changes in icons when different threshold reached // e.g. different icons for 10% 50% 100% diff --git a/Content.Server/Light/Components/MatchstickComponent.cs b/Content.Server/Light/Components/MatchstickComponent.cs index 4ae57d92102..f996df13c37 100644 --- a/Content.Server/Light/Components/MatchstickComponent.cs +++ b/Content.Server/Light/Components/MatchstickComponent.cs @@ -1,11 +1,6 @@ using Content.Shared.Smoking; using Content.Shared.Sound; using Content.Server.Light.EntitySystems; -using Robust.Server.GameObjects; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Light.Components { diff --git a/Content.Server/Light/Components/PoweredLightComponent.cs b/Content.Server/Light/Components/PoweredLightComponent.cs index 98f807a2c14..451887d796c 100644 --- a/Content.Server/Light/Components/PoweredLightComponent.cs +++ b/Content.Server/Light/Components/PoweredLightComponent.cs @@ -1,15 +1,10 @@ -using System; using Content.Server.Light.EntitySystems; using Content.Shared.Damage; using Content.Shared.Light; using Content.Shared.Sound; -using Robust.Shared.Analyzers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Prototypes; -using Robust.Shared.ViewVariables; using Content.Shared.MachineLinking; namespace Content.Server.Light.Components diff --git a/Content.Server/Light/EntitySystems/ExpendableLightSystem.cs b/Content.Server/Light/EntitySystems/ExpendableLightSystem.cs index b4d2c8475b3..ea600db5bfa 100644 --- a/Content.Server/Light/EntitySystems/ExpendableLightSystem.cs +++ b/Content.Server/Light/EntitySystems/ExpendableLightSystem.cs @@ -7,8 +7,6 @@ using JetBrains.Annotations; using Robust.Server.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Light.EntitySystems diff --git a/Content.Server/Light/EntitySystems/LightReplacerSystem.cs b/Content.Server/Light/EntitySystems/LightReplacerSystem.cs index 82d2aa29324..e0d55f19269 100644 --- a/Content.Server/Light/EntitySystems/LightReplacerSystem.cs +++ b/Content.Server/Light/EntitySystems/LightReplacerSystem.cs @@ -1,16 +1,12 @@ using System.Linq; using Content.Server.Light.Components; using Content.Server.Storage.Components; -using Content.Shared.ActionBlocker; using Content.Shared.Interaction; using Content.Shared.Light; using Content.Shared.Popups; using JetBrains.Annotations; using Robust.Shared.Audio; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Light.EntitySystems diff --git a/Content.Server/Light/EntitySystems/LitOnPoweredSystem.cs b/Content.Server/Light/EntitySystems/LitOnPoweredSystem.cs index 9edd1f182d1..ecd5e5aa0b0 100644 --- a/Content.Server/Light/EntitySystems/LitOnPoweredSystem.cs +++ b/Content.Server/Light/EntitySystems/LitOnPoweredSystem.cs @@ -2,7 +2,6 @@ using Content.Server.Power.Components; using Content.Server.Power.EntitySystems; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; namespace Content.Server.Light.EntitySystems { diff --git a/Content.Server/Light/EntitySystems/MatchboxSystem.cs b/Content.Server/Light/EntitySystems/MatchboxSystem.cs index 520415645b6..362139f4bff 100644 --- a/Content.Server/Light/EntitySystems/MatchboxSystem.cs +++ b/Content.Server/Light/EntitySystems/MatchboxSystem.cs @@ -1,8 +1,6 @@ using Content.Server.Light.Components; using Content.Shared.Interaction; using Content.Shared.Smoking; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Light.EntitySystems { diff --git a/Content.Server/Light/EntitySystems/MatchstickSystem.cs b/Content.Server/Light/EntitySystems/MatchstickSystem.cs index d38d9e41acd..ffd722cb9dd 100644 --- a/Content.Server/Light/EntitySystems/MatchstickSystem.cs +++ b/Content.Server/Light/EntitySystems/MatchstickSystem.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using Content.Server.Atmos.EntitySystems; using Content.Server.Light.Components; using Content.Shared.Audio; @@ -8,8 +7,6 @@ using Content.Shared.Temperature; using Robust.Server.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Player; namespace Content.Server.Light.EntitySystems diff --git a/Content.Server/Light/Events/LightToggleEvent.cs b/Content.Server/Light/Events/LightToggleEvent.cs index 72a04153d3d..c7e82ce7542 100644 --- a/Content.Server/Light/Events/LightToggleEvent.cs +++ b/Content.Server/Light/Events/LightToggleEvent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Light.Events { public sealed class LightToggleEvent : EntityEventArgs diff --git a/Content.Server/Lock/LockComponent.cs b/Content.Server/Lock/LockComponent.cs index ea7a2cf75a0..158de6d8b26 100644 --- a/Content.Server/Lock/LockComponent.cs +++ b/Content.Server/Lock/LockComponent.cs @@ -1,7 +1,4 @@ using Content.Shared.Sound; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Storage.Components { diff --git a/Content.Server/Lock/LockSystem.cs b/Content.Server/Lock/LockSystem.cs index ab4f0f684bb..ac1b97876fd 100644 --- a/Content.Server/Lock/LockSystem.cs +++ b/Content.Server/Lock/LockSystem.cs @@ -1,8 +1,5 @@ -using Content.Server.Access.Components; -using Content.Server.Access.Systems; using Content.Server.Storage.Components; using Content.Shared.Emag.Systems; -using Content.Shared.Emag.Components; using Content.Shared.Access.Components; using Content.Shared.Access.Systems; using Content.Shared.Examine; @@ -12,9 +9,6 @@ using Content.Shared.Verbs; using JetBrains.Annotations; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Lock diff --git a/Content.Server/Lock/LockToggledEvent.cs b/Content.Server/Lock/LockToggledEvent.cs index cedbb1cd78b..e37f139b452 100644 --- a/Content.Server/Lock/LockToggledEvent.cs +++ b/Content.Server/Lock/LockToggledEvent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Lock { public sealed class LockToggledEvent : EntityEventArgs diff --git a/Content.Server/MachineLinking/Events/PortDisconnectedEvent.cs b/Content.Server/MachineLinking/Events/PortDisconnectedEvent.cs index a392d48a3c3..de5676e9905 100644 --- a/Content.Server/MachineLinking/Events/PortDisconnectedEvent.cs +++ b/Content.Server/MachineLinking/Events/PortDisconnectedEvent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.MachineLinking.Events { public sealed class PortDisconnectedEvent : EntityEventArgs diff --git a/Content.Server/MachineLinking/Events/SignalReceivedEvent.cs b/Content.Server/MachineLinking/Events/SignalReceivedEvent.cs index 652bb97f27a..e19a5de874c 100644 --- a/Content.Server/MachineLinking/Events/SignalReceivedEvent.cs +++ b/Content.Server/MachineLinking/Events/SignalReceivedEvent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.MachineLinking.Events { public sealed class SignalReceivedEvent : EntityEventArgs diff --git a/Content.Server/MachineLinking/Exceptions/InvalidPortValueException.cs b/Content.Server/MachineLinking/Exceptions/InvalidPortValueException.cs index 1deb6c952fd..4e153e1b526 100644 --- a/Content.Server/MachineLinking/Exceptions/InvalidPortValueException.cs +++ b/Content.Server/MachineLinking/Exceptions/InvalidPortValueException.cs @@ -1,5 +1,3 @@ -using System; - namespace Content.Server.MachineLinking.Exceptions { public sealed class InvalidPortValueException : Exception diff --git a/Content.Server/MachineLinking/Exceptions/LinkAlreadyRegisteredException.cs b/Content.Server/MachineLinking/Exceptions/LinkAlreadyRegisteredException.cs index 5fe96dd5e23..e03c5bb638e 100644 --- a/Content.Server/MachineLinking/Exceptions/LinkAlreadyRegisteredException.cs +++ b/Content.Server/MachineLinking/Exceptions/LinkAlreadyRegisteredException.cs @@ -1,6 +1,4 @@ -using System; - -namespace Content.Server.MachineLinking.Exceptions +namespace Content.Server.MachineLinking.Exceptions { public sealed class LinkAlreadyRegisteredException : Exception { diff --git a/Content.Server/MachineLinking/Exceptions/NoSignalValueProvidedException.cs b/Content.Server/MachineLinking/Exceptions/NoSignalValueProvidedException.cs index 6e4132d6f3d..4e509872c4e 100644 --- a/Content.Server/MachineLinking/Exceptions/NoSignalValueProvidedException.cs +++ b/Content.Server/MachineLinking/Exceptions/NoSignalValueProvidedException.cs @@ -1,5 +1,3 @@ -using System; - namespace Content.Server.MachineLinking.Exceptions { public sealed class NoSignalValueProvidedException : Exception diff --git a/Content.Server/MachineLinking/Exceptions/PortNotFoundException.cs b/Content.Server/MachineLinking/Exceptions/PortNotFoundException.cs index df7bd8a971d..475854d6cd5 100644 --- a/Content.Server/MachineLinking/Exceptions/PortNotFoundException.cs +++ b/Content.Server/MachineLinking/Exceptions/PortNotFoundException.cs @@ -1,5 +1,3 @@ -using System; - namespace Content.Server.MachineLinking.Exceptions { public sealed class PortNotFoundException : Exception diff --git a/Content.Server/MachineLinking/System/TwoWayLeverSystem.cs b/Content.Server/MachineLinking/System/TwoWayLeverSystem.cs index 49ca1a3b24e..72159c57fbb 100644 --- a/Content.Server/MachineLinking/System/TwoWayLeverSystem.cs +++ b/Content.Server/MachineLinking/System/TwoWayLeverSystem.cs @@ -1,4 +1,3 @@ -using System; using Content.Server.MachineLinking.Components; using Content.Shared.Interaction; using Content.Shared.MachineLinking; diff --git a/Content.Server/Maps/Conditions/HolidayMapCondition.cs b/Content.Server/Maps/Conditions/HolidayMapCondition.cs index cf591384565..4de5d3ad8d2 100644 --- a/Content.Server/Maps/Conditions/HolidayMapCondition.cs +++ b/Content.Server/Maps/Conditions/HolidayMapCondition.cs @@ -1,10 +1,5 @@ using System.Linq; using Content.Server.Holiday; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; namespace Content.Server.Maps.Conditions; diff --git a/Content.Server/Maps/GameMapCondition.cs b/Content.Server/Maps/GameMapCondition.cs index 7a9e66d0546..f25e1166846 100644 --- a/Content.Server/Maps/GameMapCondition.cs +++ b/Content.Server/Maps/GameMapCondition.cs @@ -1,5 +1,3 @@ -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Maps; [ImplicitDataDefinitionForInheritors] diff --git a/Content.Server/Maps/GameMapManager.cs b/Content.Server/Maps/GameMapManager.cs index 01200541132..c780306f6a5 100644 --- a/Content.Server/Maps/GameMapManager.cs +++ b/Content.Server/Maps/GameMapManager.cs @@ -1,15 +1,9 @@ -using System; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Server.Chat.Managers; -using Content.Server.Station; using Content.Shared.CCVar; -using Robust.Server.Maps; using Robust.Server.Player; using Robust.Shared.Configuration; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Server/Maps/IGameMapManager.cs b/Content.Server/Maps/IGameMapManager.cs index a268fb7529d..da8735649f7 100644 --- a/Content.Server/Maps/IGameMapManager.cs +++ b/Content.Server/Maps/IGameMapManager.cs @@ -1,5 +1,3 @@ -using System.Collections.Generic; - namespace Content.Server.Maps; /// diff --git a/Content.Server/Maps/NameGenerators/NanotrasenNameGenerator.cs b/Content.Server/Maps/NameGenerators/NanotrasenNameGenerator.cs index b92acc2c832..12dfc7cb1b7 100644 --- a/Content.Server/Maps/NameGenerators/NanotrasenNameGenerator.cs +++ b/Content.Server/Maps/NameGenerators/NanotrasenNameGenerator.cs @@ -1,7 +1,5 @@ using JetBrains.Annotations; -using Robust.Shared.IoC; using Robust.Shared.Random; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Maps.NameGenerators; diff --git a/Content.Server/Maps/NameGenerators/StationNameGenerator.cs b/Content.Server/Maps/NameGenerators/StationNameGenerator.cs index a0f44466b18..bfb8a21867c 100644 --- a/Content.Server/Maps/NameGenerators/StationNameGenerator.cs +++ b/Content.Server/Maps/NameGenerators/StationNameGenerator.cs @@ -1,5 +1,3 @@ -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Maps.NameGenerators; [ImplicitDataDefinitionForInheritors] diff --git a/Content.Server/Medical/Components/HealingComponent.cs b/Content.Server/Medical/Components/HealingComponent.cs index b9d530b5e97..401a20cff08 100644 --- a/Content.Server/Medical/Components/HealingComponent.cs +++ b/Content.Server/Medical/Components/HealingComponent.cs @@ -2,10 +2,7 @@ using Content.Shared.Damage; using Content.Shared.Damage.Prototypes; using Content.Shared.Sound; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Medical.Components { diff --git a/Content.Server/Medical/MedicalScannerSystem.cs b/Content.Server/Medical/MedicalScannerSystem.cs index 873f13fd00f..10021bbaa21 100644 --- a/Content.Server/Medical/MedicalScannerSystem.cs +++ b/Content.Server/Medical/MedicalScannerSystem.cs @@ -15,8 +15,6 @@ using Content.Shared.Movement; using Content.Shared.Preferences; using Content.Shared.Verbs; -using JetBrains.Annotations; -using Robust.Server.GameObjects; using Robust.Shared.Containers; using Robust.Shared.Network; using Robust.Shared.Player; diff --git a/Content.Server/Medical/SuitSensors/SuitSensorComponent.cs b/Content.Server/Medical/SuitSensors/SuitSensorComponent.cs index 5d5246bc5ec..d957c7a000b 100644 --- a/Content.Server/Medical/SuitSensors/SuitSensorComponent.cs +++ b/Content.Server/Medical/SuitSensors/SuitSensorComponent.cs @@ -1,9 +1,4 @@ -using System; -using Content.Shared.Inventory; using Content.Shared.Medical.SuitSensor; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Medical.SuitSensors { diff --git a/Content.Server/Medical/SuitSensors/SuitSensorSystem.cs b/Content.Server/Medical/SuitSensors/SuitSensorSystem.cs index 257f25fac70..6b6bc88f54d 100644 --- a/Content.Server/Medical/SuitSensors/SuitSensorSystem.cs +++ b/Content.Server/Medical/SuitSensors/SuitSensorSystem.cs @@ -1,20 +1,14 @@ -using System; using Content.Server.Access.Systems; using Content.Server.DeviceNetwork; using Content.Server.DeviceNetwork.Components; using Content.Server.DeviceNetwork.Systems; using Content.Server.Popups; -using Content.Shared.ActionBlocker; using Content.Shared.Damage; using Content.Shared.Examine; -using Content.Shared.Inventory; using Content.Shared.Inventory.Events; using Content.Shared.Medical.SuitSensor; using Content.Shared.MobState.Components; using Content.Shared.Verbs; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Map; using Robust.Shared.Player; using Robust.Shared.Random; diff --git a/Content.Server/Mind/Commands/MakeSentientCommand.cs b/Content.Server/Mind/Commands/MakeSentientCommand.cs index 82873966b63..7f07877010e 100644 --- a/Content.Server/Mind/Commands/MakeSentientCommand.cs +++ b/Content.Server/Mind/Commands/MakeSentientCommand.cs @@ -7,9 +7,6 @@ using Content.Shared.Movement.Components; using Content.Shared.Speech; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Timer = Robust.Shared.Timing.Timer; namespace Content.Server.Mind.Commands { diff --git a/Content.Server/Mind/Commands/MindInfoCommand.cs b/Content.Server/Mind/Commands/MindInfoCommand.cs index d75e4d42e2e..fc2b0ff0010 100644 --- a/Content.Server/Mind/Commands/MindInfoCommand.cs +++ b/Content.Server/Mind/Commands/MindInfoCommand.cs @@ -4,7 +4,6 @@ using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Mind.Commands { diff --git a/Content.Server/Mind/Commands/RenameCommand.cs b/Content.Server/Mind/Commands/RenameCommand.cs index 8ccde0b516c..bf9c544e6de 100644 --- a/Content.Server/Mind/Commands/RenameCommand.cs +++ b/Content.Server/Mind/Commands/RenameCommand.cs @@ -1,6 +1,4 @@ -using System.Collections.Generic; -using System.Diagnostics.CodeAnalysis; -using Content.Server.Access.Systems; +using Content.Server.Access.Systems; using Content.Server.Administration; using Content.Server.Cloning; using Content.Server.Mind.Components; @@ -11,8 +9,6 @@ using Robust.Server.GameObjects; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Mind.Commands; diff --git a/Content.Server/Mind/Components/MindComponent.cs b/Content.Server/Mind/Components/MindComponent.cs index 33cfd91f080..513a5003dc2 100644 --- a/Content.Server/Mind/Components/MindComponent.cs +++ b/Content.Server/Mind/Components/MindComponent.cs @@ -1,18 +1,3 @@ -using Content.Server.GameTicking; -using Content.Server.Ghost.Components; -using Content.Shared.Examine; -using Content.Shared.Ghost; -using Content.Shared.MobState.Components; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Timing; -using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; - namespace Content.Server.Mind.Components { /// diff --git a/Content.Server/Mind/Components/VisitingMindComponent.cs b/Content.Server/Mind/Components/VisitingMindComponent.cs index f4ae8f88a84..e7b81c0cc78 100644 --- a/Content.Server/Mind/Components/VisitingMindComponent.cs +++ b/Content.Server/Mind/Components/VisitingMindComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; - namespace Content.Server.Mind.Components { [RegisterComponent] diff --git a/Content.Server/Mind/Mind.cs b/Content.Server/Mind/Mind.cs index 4c45d1549a9..32b5ad88e97 100644 --- a/Content.Server/Mind/Mind.cs +++ b/Content.Server/Mind/Mind.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Server.GameTicking; @@ -11,12 +9,8 @@ using Content.Shared.MobState.Components; using Robust.Server.GameObjects; using Robust.Server.Player; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Network; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Server.Mind { diff --git a/Content.Server/Mind/MindSystem.cs b/Content.Server/Mind/MindSystem.cs index d8a3cdbae80..b6121da439c 100644 --- a/Content.Server/Mind/MindSystem.cs +++ b/Content.Server/Mind/MindSystem.cs @@ -1,14 +1,9 @@ -using System; using Content.Server.GameTicking; using Content.Server.Ghost; using Content.Server.Ghost.Components; using Content.Server.Mind.Components; using Content.Shared.Examine; -using Content.Shared.Ghost; using Content.Shared.MobState.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Map; using Robust.Shared.Timing; diff --git a/Content.Server/Mind/MindTrackerSystem.cs b/Content.Server/Mind/MindTrackerSystem.cs index 5903cb30344..49f2400b080 100644 --- a/Content.Server/Mind/MindTrackerSystem.cs +++ b/Content.Server/Mind/MindTrackerSystem.cs @@ -1,12 +1,5 @@ -using System; -using System.Collections.Generic; -using Content.Server.GameTicking; using Content.Server.Mind.Components; using Content.Shared.GameTicking; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.ViewVariables; -using Robust.Shared.Player; namespace Content.Server.Mind { diff --git a/Content.Server/MoMMI/MoMMILink.cs b/Content.Server/MoMMI/MoMMILink.cs index bc04e41dbbc..d4ef965f84b 100644 --- a/Content.Server/MoMMI/MoMMILink.cs +++ b/Content.Server/MoMMI/MoMMILink.cs @@ -1,4 +1,3 @@ -using System; using System.Net; using System.Net.Http; using System.Net.Http.Json; @@ -10,8 +9,6 @@ using Robust.Server.ServerStatus; using Robust.Shared.Asynchronous; using Robust.Shared.Configuration; -using Robust.Shared.IoC; -using Robust.Shared.Log; namespace Content.Server.MoMMI { diff --git a/Content.Server/MobState/States/CriticalMobState.cs b/Content.Server/MobState/States/CriticalMobState.cs index dc046e6f68f..93a2b6ba27c 100644 --- a/Content.Server/MobState/States/CriticalMobState.cs +++ b/Content.Server/MobState/States/CriticalMobState.cs @@ -1,9 +1,5 @@ -using Content.Server.Stunnable; -using Content.Server.Stunnable.Components; -using Content.Shared.MobState.State; +using Content.Shared.MobState.State; using Content.Shared.StatusEffect; -using Content.Shared.Stunnable; -using Robust.Shared.GameObjects; namespace Content.Server.MobState.States { diff --git a/Content.Server/MobState/States/DeadMobState.cs b/Content.Server/MobState/States/DeadMobState.cs index e9674716df7..60c8b90ca45 100644 --- a/Content.Server/MobState/States/DeadMobState.cs +++ b/Content.Server/MobState/States/DeadMobState.cs @@ -1,13 +1,6 @@ -using System; -using Content.Server.Stunnable; -using Content.Server.Stunnable.Components; using Content.Shared.Alert; -using Content.Shared.MobState; using Content.Shared.MobState.State; using Content.Shared.StatusEffect; -using Content.Shared.Stunnable; -using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; namespace Content.Server.MobState.States { diff --git a/Content.Server/MobState/States/NormalMobState.cs b/Content.Server/MobState/States/NormalMobState.cs index cb814af9f97..726307f5389 100644 --- a/Content.Server/MobState/States/NormalMobState.cs +++ b/Content.Server/MobState/States/NormalMobState.cs @@ -1,10 +1,8 @@ -using System; using Content.Shared.Alert; using Content.Shared.Damage; using Content.Shared.FixedPoint; using Content.Shared.MobState.Components; using Content.Shared.MobState.State; -using Robust.Shared.GameObjects; namespace Content.Server.MobState.States { diff --git a/Content.Server/Morgue/Components/BodyBagEntityStorageComponent.cs b/Content.Server/Morgue/Components/BodyBagEntityStorageComponent.cs index dc010a2b2e6..e53acb7a1bd 100644 --- a/Content.Server/Morgue/Components/BodyBagEntityStorageComponent.cs +++ b/Content.Server/Morgue/Components/BodyBagEntityStorageComponent.cs @@ -2,8 +2,6 @@ using Content.Shared.Body.Components; using Content.Shared.Interaction; using Content.Shared.Standing; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Morgue.Components { diff --git a/Content.Server/Morgue/Components/MorgueTrayComponent.cs b/Content.Server/Morgue/Components/MorgueTrayComponent.cs index 8df4a339f19..8f4fd84e627 100644 --- a/Content.Server/Morgue/Components/MorgueTrayComponent.cs +++ b/Content.Server/Morgue/Components/MorgueTrayComponent.cs @@ -1,7 +1,4 @@ using Content.Shared.Interaction; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.ViewVariables; namespace Content.Server.Morgue.Components { diff --git a/Content.Server/Movement/Components/StressTestMovementComponent.cs b/Content.Server/Movement/Components/StressTestMovementComponent.cs index c00d107a3fc..615a4876e6d 100644 --- a/Content.Server/Movement/Components/StressTestMovementComponent.cs +++ b/Content.Server/Movement/Components/StressTestMovementComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; - namespace Content.Server.Movement.Components { [RegisterComponent] diff --git a/Content.Server/Movement/StressTestMovementSystem.cs b/Content.Server/Movement/StressTestMovementSystem.cs index 317a5bfe970..a23397dc7d4 100644 --- a/Content.Server/Movement/StressTestMovementSystem.cs +++ b/Content.Server/Movement/StressTestMovementSystem.cs @@ -1,9 +1,5 @@ -using System; using Content.Server.Movement.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; namespace Content.Server.Movement { diff --git a/Content.Server/NameIdentifier/NameIdentifierSystem.cs b/Content.Server/NameIdentifier/NameIdentifierSystem.cs index 590e15e2a98..2b5bc4515b9 100644 --- a/Content.Server/NameIdentifier/NameIdentifierSystem.cs +++ b/Content.Server/NameIdentifier/NameIdentifierSystem.cs @@ -1,5 +1,4 @@ -using System.Linq; -using Content.Shared.GameTicking; +using Content.Shared.GameTicking; using Content.Shared.NameIdentifier; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Server/NodeContainer/EntitySystems/NodeGroupSystem.cs b/Content.Server/NodeContainer/EntitySystems/NodeGroupSystem.cs index 30a67a83dcc..9e5a9e09e21 100644 --- a/Content.Server/NodeContainer/EntitySystems/NodeGroupSystem.cs +++ b/Content.Server/NodeContainer/EntitySystems/NodeGroupSystem.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using System.Diagnostics; using System.Linq; using Content.Server.Administration.Managers; @@ -9,11 +8,7 @@ using JetBrains.Annotations; using Robust.Server.Player; using Robust.Shared.Enums; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Utility; namespace Content.Server.NodeContainer.EntitySystems diff --git a/Content.Server/NodeContainer/NodeGroups/BaseNodeGroup.cs b/Content.Server/NodeContainer/NodeGroups/BaseNodeGroup.cs index b46f5d6143a..e560e4be40e 100644 --- a/Content.Server/NodeContainer/NodeGroups/BaseNodeGroup.cs +++ b/Content.Server/NodeContainer/NodeGroups/BaseNodeGroup.cs @@ -1,11 +1,6 @@ -using System.Collections.Generic; using System.Linq; -using Content.Server.NodeContainer.EntitySystems; using Content.Server.NodeContainer.Nodes; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.ViewVariables; namespace Content.Server.NodeContainer.NodeGroups { diff --git a/Content.Server/NodeContainer/NodeGroups/NodeGroupAttribute.cs b/Content.Server/NodeContainer/NodeGroups/NodeGroupAttribute.cs index 633fe50f1a6..9b4979a5242 100644 --- a/Content.Server/NodeContainer/NodeGroups/NodeGroupAttribute.cs +++ b/Content.Server/NodeContainer/NodeGroups/NodeGroupAttribute.cs @@ -1,4 +1,3 @@ -using System; using JetBrains.Annotations; namespace Content.Server.NodeContainer.NodeGroups diff --git a/Content.Server/NodeContainer/NodeGroups/NodeGroupFactory.cs b/Content.Server/NodeContainer/NodeGroups/NodeGroupFactory.cs index 4b5f9dca862..b91a866084a 100644 --- a/Content.Server/NodeContainer/NodeGroups/NodeGroupFactory.cs +++ b/Content.Server/NodeContainer/NodeGroups/NodeGroupFactory.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; using System.Reflection; -using Content.Server.NodeContainer.Nodes; -using Robust.Shared.IoC; using Robust.Shared.Reflection; namespace Content.Server.NodeContainer.NodeGroups diff --git a/Content.Server/NodeContainer/Nodes/AdjacentNode.cs b/Content.Server/NodeContainer/Nodes/AdjacentNode.cs index db5dc70215b..3660fb70f36 100644 --- a/Content.Server/NodeContainer/Nodes/AdjacentNode.cs +++ b/Content.Server/NodeContainer/Nodes/AdjacentNode.cs @@ -1,8 +1,4 @@ -using System.Collections.Generic; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.NodeContainer.Nodes { diff --git a/Content.Server/NodeContainer/Nodes/IRotatableNode.cs b/Content.Server/NodeContainer/Nodes/IRotatableNode.cs index 8f5da7c6eb8..a4468af09e0 100644 --- a/Content.Server/NodeContainer/Nodes/IRotatableNode.cs +++ b/Content.Server/NodeContainer/Nodes/IRotatableNode.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.NodeContainer.Nodes +namespace Content.Server.NodeContainer.Nodes { /// /// A that implements this will have its called when its diff --git a/Content.Server/NodeContainer/Nodes/Node.cs b/Content.Server/NodeContainer/Nodes/Node.cs index 394489f0856..147002db4b9 100644 --- a/Content.Server/NodeContainer/Nodes/Node.cs +++ b/Content.Server/NodeContainer/Nodes/Node.cs @@ -1,11 +1,6 @@ -using System.Collections.Generic; using Content.Server.NodeContainer.EntitySystems; using Content.Server.NodeContainer.NodeGroups; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.NodeContainer.Nodes { diff --git a/Content.Server/NodeContainer/Nodes/NodeHelpers.cs b/Content.Server/NodeContainer/Nodes/NodeHelpers.cs index 1bc0d0d377d..294b10670d3 100644 --- a/Content.Server/NodeContainer/Nodes/NodeHelpers.cs +++ b/Content.Server/NodeContainer/Nodes/NodeHelpers.cs @@ -1,9 +1,5 @@ -using System; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.NodeContainer.Nodes { diff --git a/Content.Server/NodeContainer/Nodes/PipeNode.cs b/Content.Server/NodeContainer/Nodes/PipeNode.cs index dcc66521807..8fa33dd44fa 100644 --- a/Content.Server/NodeContainer/Nodes/PipeNode.cs +++ b/Content.Server/NodeContainer/Nodes/PipeNode.cs @@ -1,16 +1,9 @@ -using System.Collections.Generic; using Content.Server.Atmos; -using Content.Server.Atmos.EntitySystems; using Content.Server.NodeContainer.EntitySystems; using Content.Server.NodeContainer.NodeGroups; using Content.Shared.Atmos; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Server.NodeContainer.Nodes { diff --git a/Content.Server/NodeContainer/Nodes/PortPipeNode.cs b/Content.Server/NodeContainer/Nodes/PortPipeNode.cs index cec16069ae2..740e04ae238 100644 --- a/Content.Server/NodeContainer/Nodes/PortPipeNode.cs +++ b/Content.Server/NodeContainer/Nodes/PortPipeNode.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.NodeContainer.Nodes { diff --git a/Content.Server/NodeContainer/Nodes/PortablePipeNode.cs b/Content.Server/NodeContainer/Nodes/PortablePipeNode.cs index 3031e47ecee..d4d73924fa2 100644 --- a/Content.Server/NodeContainer/Nodes/PortablePipeNode.cs +++ b/Content.Server/NodeContainer/Nodes/PortablePipeNode.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.NodeContainer.Nodes { diff --git a/Content.Server/Nuke/Commands/SendNukeCodesCommand.cs b/Content.Server/Nuke/Commands/SendNukeCodesCommand.cs index a4e001c1b83..b7e36a99119 100644 --- a/Content.Server/Nuke/Commands/SendNukeCodesCommand.cs +++ b/Content.Server/Nuke/Commands/SendNukeCodesCommand.cs @@ -2,7 +2,6 @@ using Content.Shared.Administration; using JetBrains.Annotations; using Robust.Shared.Console; -using Robust.Shared.GameObjects; namespace Content.Server.Nuke.Commands { diff --git a/Content.Server/Nuke/NukeSystem.cs b/Content.Server/Nuke/NukeSystem.cs index f2dc977bc6c..30ffdc67180 100644 --- a/Content.Server/Nuke/NukeSystem.cs +++ b/Content.Server/Nuke/NukeSystem.cs @@ -4,7 +4,6 @@ using Content.Server.Popups; using Content.Server.UserInterface; using Content.Shared.Audio; -using Content.Shared.Body.Components; using Content.Shared.Construction.Components; using Content.Shared.Containers.ItemSlots; using Content.Shared.Nuke; diff --git a/Content.Server/Nutrition/Components/CigarComponent.cs b/Content.Server/Nutrition/Components/CigarComponent.cs index e20e3555bdf..8deb4c94724 100644 --- a/Content.Server/Nutrition/Components/CigarComponent.cs +++ b/Content.Server/Nutrition/Components/CigarComponent.cs @@ -1,6 +1,4 @@ using Content.Server.Nutrition.EntitySystems; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; namespace Content.Server.Nutrition.Components { diff --git a/Content.Server/Nutrition/Components/DrinkComponent.cs b/Content.Server/Nutrition/Components/DrinkComponent.cs index 2146d1952b2..68faf0fc8c4 100644 --- a/Content.Server/Nutrition/Components/DrinkComponent.cs +++ b/Content.Server/Nutrition/Components/DrinkComponent.cs @@ -1,11 +1,7 @@ using Content.Shared.Sound; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; using Content.Server.Nutrition.EntitySystems; using Content.Shared.FixedPoint; -using Robust.Shared.Analyzers; using System.Threading; namespace Content.Server.Nutrition.Components diff --git a/Content.Server/Nutrition/Components/FoodComponent.cs b/Content.Server/Nutrition/Components/FoodComponent.cs index d44ddfec88c..096f4d09745 100644 --- a/Content.Server/Nutrition/Components/FoodComponent.cs +++ b/Content.Server/Nutrition/Components/FoodComponent.cs @@ -1,15 +1,10 @@ -using System; using System.Threading; using Content.Server.Chemistry.EntitySystems; using Content.Server.Nutrition.EntitySystems; using Content.Shared.FixedPoint; using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Nutrition.Components { diff --git a/Content.Server/Nutrition/Components/ForcefeedOnCollideComponent.cs b/Content.Server/Nutrition/Components/ForcefeedOnCollideComponent.cs index acedf76e1d6..1099fec4509 100644 --- a/Content.Server/Nutrition/Components/ForcefeedOnCollideComponent.cs +++ b/Content.Server/Nutrition/Components/ForcefeedOnCollideComponent.cs @@ -1,7 +1,4 @@ using Content.Server.Nutrition.EntitySystems; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Nutrition.Components { diff --git a/Content.Server/Nutrition/Components/HungerComponent.cs b/Content.Server/Nutrition/Components/HungerComponent.cs index ffe32a3732f..4d8f8fbd46b 100644 --- a/Content.Server/Nutrition/Components/HungerComponent.cs +++ b/Content.Server/Nutrition/Components/HungerComponent.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; using Content.Server.Administration.Logs; -using Content.Shared.Administration.Logs; using Content.Shared.Alert; using Content.Shared.Damage; using Content.Shared.Database; @@ -9,13 +6,7 @@ using Content.Shared.Movement.Components; using Content.Shared.Movement.EntitySystems; using Content.Shared.Nutrition.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; -using Robust.Shared.Players; using Robust.Shared.Random; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Nutrition.Components { diff --git a/Content.Server/Nutrition/Components/IngestionBlockerComponent.cs b/Content.Server/Nutrition/Components/IngestionBlockerComponent.cs index c814bf1305f..60613dfea21 100644 --- a/Content.Server/Nutrition/Components/IngestionBlockerComponent.cs +++ b/Content.Server/Nutrition/Components/IngestionBlockerComponent.cs @@ -1,8 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Analyzers; -using Robust.Shared.ViewVariables; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Nutrition.EntitySystems; /// diff --git a/Content.Server/Nutrition/Components/SliceableFoodComponent.cs b/Content.Server/Nutrition/Components/SliceableFoodComponent.cs index 37e4f0c66e7..f1aeca08203 100644 --- a/Content.Server/Nutrition/Components/SliceableFoodComponent.cs +++ b/Content.Server/Nutrition/Components/SliceableFoodComponent.cs @@ -1,9 +1,5 @@ using Content.Server.Nutrition.EntitySystems; using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Nutrition.Components { diff --git a/Content.Server/Nutrition/Components/SmokableComponent.cs b/Content.Server/Nutrition/Components/SmokableComponent.cs index 5a7429e145e..29b9a6f7c05 100644 --- a/Content.Server/Nutrition/Components/SmokableComponent.cs +++ b/Content.Server/Nutrition/Components/SmokableComponent.cs @@ -1,10 +1,6 @@ using Content.Server.Nutrition.EntitySystems; -using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; using Content.Shared.Smoking; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Nutrition.Components { diff --git a/Content.Server/Nutrition/Components/UtensilComponent.cs b/Content.Server/Nutrition/Components/UtensilComponent.cs index b611ab3699a..1a655f59d72 100644 --- a/Content.Server/Nutrition/Components/UtensilComponent.cs +++ b/Content.Server/Nutrition/Components/UtensilComponent.cs @@ -1,10 +1,5 @@ -using System; using Content.Server.Nutrition.EntitySystems; using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Nutrition.Components { diff --git a/Content.Server/Nutrition/EntitySystems/CreamPieSystem.cs b/Content.Server/Nutrition/EntitySystems/CreamPieSystem.cs index 27c1f01fb83..d1912dcc74e 100644 --- a/Content.Server/Nutrition/EntitySystems/CreamPieSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/CreamPieSystem.cs @@ -1,5 +1,4 @@ using Content.Server.Chemistry.EntitySystems; -using Content.Server.Fluids.Components; using Content.Server.Fluids.EntitySystems; using Content.Server.Nutrition.Components; using Content.Server.Popups; @@ -10,9 +9,6 @@ using Content.Shared.Throwing; using JetBrains.Annotations; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Nutrition.EntitySystems diff --git a/Content.Server/Nutrition/EntitySystems/DrinkSystem.cs b/Content.Server/Nutrition/EntitySystems/DrinkSystem.cs index 7d7a00113a7..d5fd13c79e9 100644 --- a/Content.Server/Nutrition/EntitySystems/DrinkSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/DrinkSystem.cs @@ -7,7 +7,6 @@ using Content.Server.Fluids.EntitySystems; using Content.Server.Nutrition.Components; using Content.Server.Popups; -using Content.Shared.ActionBlocker; using Content.Shared.Administration.Logs; using Content.Shared.Body.Components; using Content.Shared.Chemistry.Reagent; @@ -16,16 +15,12 @@ using Content.Shared.FixedPoint; using Content.Shared.Interaction; using Content.Shared.Interaction.Events; -using Content.Shared.Interaction.Helpers; using Content.Shared.MobState.Components; using Content.Shared.Nutrition.Components; using Content.Shared.Throwing; using Content.Shared.Verbs; using JetBrains.Annotations; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; using Robust.Shared.Random; using Robust.Shared.Utility; diff --git a/Content.Server/Nutrition/EntitySystems/FoodSystem.cs b/Content.Server/Nutrition/EntitySystems/FoodSystem.cs index 108752ceb13..005416184e9 100644 --- a/Content.Server/Nutrition/EntitySystems/FoodSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/FoodSystem.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using System.Threading; using Content.Server.Body.Components; using Content.Server.Body.Systems; diff --git a/Content.Server/Nutrition/EntitySystems/ForcefeedOnCollideSystem.cs b/Content.Server/Nutrition/EntitySystems/ForcefeedOnCollideSystem.cs index d41045dd28c..41f92dcc9e3 100644 --- a/Content.Server/Nutrition/EntitySystems/ForcefeedOnCollideSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/ForcefeedOnCollideSystem.cs @@ -1,7 +1,5 @@ using Content.Server.Nutrition.Components; using Content.Shared.Throwing; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Nutrition.EntitySystems { diff --git a/Content.Server/Nutrition/EntitySystems/HungerSystem.cs b/Content.Server/Nutrition/EntitySystems/HungerSystem.cs index 215cbc56d48..b66a0ae9d5d 100644 --- a/Content.Server/Nutrition/EntitySystems/HungerSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/HungerSystem.cs @@ -1,6 +1,5 @@ using Content.Server.Nutrition.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.Nutrition.EntitySystems { diff --git a/Content.Server/Nutrition/EntitySystems/SliceableFoodSystem.cs b/Content.Server/Nutrition/EntitySystems/SliceableFoodSystem.cs index e2a290938d1..c6fb4cf5822 100644 --- a/Content.Server/Nutrition/EntitySystems/SliceableFoodSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/SliceableFoodSystem.cs @@ -7,7 +7,6 @@ using Content.Shared.FixedPoint; using Content.Shared.Hands.EntitySystems; using Content.Shared.Interaction; -using Content.Shared.Item; using Robust.Shared.Audio; using Robust.Shared.Containers; using Robust.Shared.Player; diff --git a/Content.Server/Nutrition/EntitySystems/SmokingSystem.Cigar.cs b/Content.Server/Nutrition/EntitySystems/SmokingSystem.Cigar.cs index ec9d5274f85..66ceb818cb3 100644 --- a/Content.Server/Nutrition/EntitySystems/SmokingSystem.Cigar.cs +++ b/Content.Server/Nutrition/EntitySystems/SmokingSystem.Cigar.cs @@ -2,7 +2,6 @@ using Content.Shared.Interaction; using Content.Shared.Smoking; using Content.Shared.Temperature; -using Robust.Shared.GameObjects; namespace Content.Server.Nutrition.EntitySystems { diff --git a/Content.Server/Nutrition/EntitySystems/SmokingSystem.cs b/Content.Server/Nutrition/EntitySystems/SmokingSystem.cs index 6243e2593f9..8e6c821c0a6 100644 --- a/Content.Server/Nutrition/EntitySystems/SmokingSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/SmokingSystem.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using System.Linq; using Content.Server.Atmos.EntitySystems; using Content.Server.Body.Components; @@ -12,8 +11,6 @@ using Content.Shared.Smoking; using Content.Shared.Temperature; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Nutrition.EntitySystems { diff --git a/Content.Server/Nutrition/EntitySystems/ThirstSystem.cs b/Content.Server/Nutrition/EntitySystems/ThirstSystem.cs index 3116c6eb1b1..9a38d566de3 100644 --- a/Content.Server/Nutrition/EntitySystems/ThirstSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/ThirstSystem.cs @@ -1,14 +1,11 @@ using Content.Server.Nutrition.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; using Content.Shared.Movement.EntitySystems; -using Content.Shared.Nutrition.Components; using Robust.Shared.Random; using Content.Shared.MobState.Components; using Content.Shared.Movement.Components; using Content.Shared.Alert; using Content.Server.Administration.Logs; -using Content.Shared.Administration.Logs; using Content.Shared.Database; using Content.Shared.Damage; diff --git a/Content.Server/Nutrition/EntitySystems/UtensilSystem.cs b/Content.Server/Nutrition/EntitySystems/UtensilSystem.cs index fd9177542e1..5d58fb47130 100644 --- a/Content.Server/Nutrition/EntitySystems/UtensilSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/UtensilSystem.cs @@ -1,11 +1,7 @@ using Content.Server.Nutrition.Components; using Content.Server.Popups; using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; using Robust.Shared.Random; diff --git a/Content.Server/Nutrition/Hungry.cs b/Content.Server/Nutrition/Hungry.cs index d7b4c41644c..7c722be9bfb 100644 --- a/Content.Server/Nutrition/Hungry.cs +++ b/Content.Server/Nutrition/Hungry.cs @@ -4,8 +4,6 @@ using Content.Shared.Nutrition.Components; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Nutrition { diff --git a/Content.Server/Nutrition/IngestionEvents.cs b/Content.Server/Nutrition/IngestionEvents.cs index aeb7916eecd..b76b679a97c 100644 --- a/Content.Server/Nutrition/IngestionEvents.cs +++ b/Content.Server/Nutrition/IngestionEvents.cs @@ -1,7 +1,5 @@ using Content.Server.Nutrition.Components; using Content.Shared.Chemistry.Components; -using Robust.Shared.GameObjects; -using System.Collections.Generic; namespace Content.Server.Nutrition; diff --git a/Content.Server/Objectives/Commands/AddObjectiveCommand.cs b/Content.Server/Objectives/Commands/AddObjectiveCommand.cs index 87a100d73a7..ea4372b1aac 100644 --- a/Content.Server/Objectives/Commands/AddObjectiveCommand.cs +++ b/Content.Server/Objectives/Commands/AddObjectiveCommand.cs @@ -3,7 +3,6 @@ using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; namespace Content.Server.Objectives.Commands diff --git a/Content.Server/Objectives/Commands/ListObjectivesCommand.cs b/Content.Server/Objectives/Commands/ListObjectivesCommand.cs index 4faddf84604..f873780b988 100644 --- a/Content.Server/Objectives/Commands/ListObjectivesCommand.cs +++ b/Content.Server/Objectives/Commands/ListObjectivesCommand.cs @@ -4,7 +4,6 @@ using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Objectives.Commands { diff --git a/Content.Server/Objectives/Commands/RemoveObjectiveCommand.cs b/Content.Server/Objectives/Commands/RemoveObjectiveCommand.cs index eb79e83ac10..96979ab6fa9 100644 --- a/Content.Server/Objectives/Commands/RemoveObjectiveCommand.cs +++ b/Content.Server/Objectives/Commands/RemoveObjectiveCommand.cs @@ -3,7 +3,6 @@ using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Objectives.Commands { diff --git a/Content.Server/Objectives/Conditions/DieCondition.cs b/Content.Server/Objectives/Conditions/DieCondition.cs index 61fafcc2fbf..340b5ba60ce 100644 --- a/Content.Server/Objectives/Conditions/DieCondition.cs +++ b/Content.Server/Objectives/Conditions/DieCondition.cs @@ -1,7 +1,5 @@ using Content.Server.Objectives.Interfaces; using JetBrains.Annotations; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Server.Objectives.Conditions diff --git a/Content.Server/Objectives/Conditions/KillPersonCondition.cs b/Content.Server/Objectives/Conditions/KillPersonCondition.cs index b00b0147ce8..88ce4a74692 100644 --- a/Content.Server/Objectives/Conditions/KillPersonCondition.cs +++ b/Content.Server/Objectives/Conditions/KillPersonCondition.cs @@ -1,8 +1,4 @@ using Content.Server.Objectives.Interfaces; -using Content.Server.Roles; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Utility; namespace Content.Server.Objectives.Conditions diff --git a/Content.Server/Objectives/Conditions/KillRandomPersonCondition.cs b/Content.Server/Objectives/Conditions/KillRandomPersonCondition.cs index 9e9fced3c18..0da04e2bde4 100644 --- a/Content.Server/Objectives/Conditions/KillRandomPersonCondition.cs +++ b/Content.Server/Objectives/Conditions/KillRandomPersonCondition.cs @@ -3,10 +3,7 @@ using Content.Server.Objectives.Interfaces; using Content.Shared.MobState.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Objectives.Conditions { diff --git a/Content.Server/Objectives/Conditions/RandomTraitorAliveCondition.cs b/Content.Server/Objectives/Conditions/RandomTraitorAliveCondition.cs index e313d4b8a2a..5f33e1d960a 100644 --- a/Content.Server/Objectives/Conditions/RandomTraitorAliveCondition.cs +++ b/Content.Server/Objectives/Conditions/RandomTraitorAliveCondition.cs @@ -1,15 +1,8 @@ -using System.Collections.Generic; using Content.Server.Mind.Components; using Content.Server.Objectives.Interfaces; -using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; -using Robust.Shared.Localization; using Robust.Shared.Utility; -using Robust.Shared.Serialization.Manager.Attributes; using Content.Server.Traitor; -using Content.Server.Roles; namespace Content.Server.Objectives.Conditions { diff --git a/Content.Server/Objectives/Conditions/StayAliveCondition.cs b/Content.Server/Objectives/Conditions/StayAliveCondition.cs index 1154218881e..03af3a4c9f7 100644 --- a/Content.Server/Objectives/Conditions/StayAliveCondition.cs +++ b/Content.Server/Objectives/Conditions/StayAliveCondition.cs @@ -1,7 +1,5 @@ using Content.Server.Objectives.Interfaces; using JetBrains.Annotations; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Server.Objectives.Conditions diff --git a/Content.Server/Objectives/Conditions/StealCondition.cs b/Content.Server/Objectives/Conditions/StealCondition.cs index 9e7b572093e..ecb0dee39f7 100644 --- a/Content.Server/Objectives/Conditions/StealCondition.cs +++ b/Content.Server/Objectives/Conditions/StealCondition.cs @@ -1,15 +1,9 @@ -using System; using Content.Server.Containers; using Content.Server.Objectives.Interfaces; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Log; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Server.Objectives.Conditions diff --git a/Content.Server/Objectives/Interfaces/IObjectiveCondition.cs b/Content.Server/Objectives/Interfaces/IObjectiveCondition.cs index 2cb00616327..315ed76c2b2 100644 --- a/Content.Server/Objectives/Interfaces/IObjectiveCondition.cs +++ b/Content.Server/Objectives/Interfaces/IObjectiveCondition.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Utility; +using Robust.Shared.Utility; namespace Content.Server.Objectives.Interfaces { diff --git a/Content.Server/Objectives/Interfaces/IObjectivesManager.cs b/Content.Server/Objectives/Interfaces/IObjectivesManager.cs index e80fd090ece..57b36675c1c 100644 --- a/Content.Server/Objectives/Interfaces/IObjectivesManager.cs +++ b/Content.Server/Objectives/Interfaces/IObjectivesManager.cs @@ -1,6 +1,4 @@ -using System.Collections.Generic; - -namespace Content.Server.Objectives.Interfaces +namespace Content.Server.Objectives.Interfaces { public interface IObjectivesManager { diff --git a/Content.Server/Objectives/Objective.cs b/Content.Server/Objectives/Objective.cs index d51240a70a8..456502ef836 100644 --- a/Content.Server/Objectives/Objective.cs +++ b/Content.Server/Objectives/Objective.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using Content.Server.Objectives.Interfaces; -using Robust.Shared.ViewVariables; +using Content.Server.Objectives.Interfaces; namespace Content.Server.Objectives { diff --git a/Content.Server/Objectives/ObjectivePrototype.cs b/Content.Server/Objectives/ObjectivePrototype.cs index 5695fcf9fda..ff2eeae3e66 100644 --- a/Content.Server/Objectives/ObjectivePrototype.cs +++ b/Content.Server/Objectives/ObjectivePrototype.cs @@ -1,9 +1,6 @@ -using System.Collections.Generic; -using System.Linq; +using System.Linq; using Content.Server.Objectives.Interfaces; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Objectives { diff --git a/Content.Server/Objectives/ObjectivesManager.cs b/Content.Server/Objectives/ObjectivesManager.cs index f4d9588c2e0..ff3e72ad2a9 100644 --- a/Content.Server/Objectives/ObjectivesManager.cs +++ b/Content.Server/Objectives/ObjectivesManager.cs @@ -1,7 +1,5 @@ -using System.Collections.Generic; -using System.Linq; +using System.Linq; using Content.Server.Objectives.Interfaces; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Server/Objectives/Requirements/IncompatibleConditionsRequirement.cs b/Content.Server/Objectives/Requirements/IncompatibleConditionsRequirement.cs index 095d1f9f8fd..e0bda216d0c 100644 --- a/Content.Server/Objectives/Requirements/IncompatibleConditionsRequirement.cs +++ b/Content.Server/Objectives/Requirements/IncompatibleConditionsRequirement.cs @@ -1,6 +1,4 @@ -using System.Collections.Generic; -using Content.Server.Objectives.Interfaces; -using Robust.Shared.Serialization.Manager.Attributes; +using Content.Server.Objectives.Interfaces; namespace Content.Server.Objectives.Requirements { diff --git a/Content.Server/Objectives/Requirements/IncompatibleObjectivesRequirement.cs b/Content.Server/Objectives/Requirements/IncompatibleObjectivesRequirement.cs index f5b2b095e39..15e11efbd5e 100644 --- a/Content.Server/Objectives/Requirements/IncompatibleObjectivesRequirement.cs +++ b/Content.Server/Objectives/Requirements/IncompatibleObjectivesRequirement.cs @@ -1,6 +1,4 @@ -using System.Collections.Generic; -using Content.Server.Objectives.Interfaces; -using Robust.Shared.Serialization.Manager.Attributes; +using Content.Server.Objectives.Interfaces; namespace Content.Server.Objectives.Requirements { diff --git a/Content.Server/Objectives/Requirements/MultipleTraitorsRequirement.cs b/Content.Server/Objectives/Requirements/MultipleTraitorsRequirement.cs index b5f6dff0134..e833165862b 100644 --- a/Content.Server/Objectives/Requirements/MultipleTraitorsRequirement.cs +++ b/Content.Server/Objectives/Requirements/MultipleTraitorsRequirement.cs @@ -1,8 +1,4 @@ -using System; -using Content.Server.Objectives.Interfaces; -using Content.Server.Traitor; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.GameObjects; +using Content.Server.Objectives.Interfaces; using Content.Server.GameTicking.Rules; namespace Content.Server.Objectives.Requirements diff --git a/Content.Server/Objectives/Requirements/TraitorRequirement.cs b/Content.Server/Objectives/Requirements/TraitorRequirement.cs index 4d399cc1698..3f25ce593a7 100644 --- a/Content.Server/Objectives/Requirements/TraitorRequirement.cs +++ b/Content.Server/Objectives/Requirements/TraitorRequirement.cs @@ -1,7 +1,6 @@ using Content.Server.Objectives.Interfaces; using Content.Server.Traitor; using JetBrains.Annotations; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Objectives.Requirements { diff --git a/Content.Server/PAI/PAISystem.cs b/Content.Server/PAI/PAISystem.cs index cda725d2f79..e3537a97a40 100644 --- a/Content.Server/PAI/PAISystem.cs +++ b/Content.Server/PAI/PAISystem.cs @@ -7,7 +7,6 @@ using Content.Server.Mind.Components; using Robust.Server.GameObjects; using Robust.Shared.Player; -using Content.Shared.Actions; using Content.Shared.Interaction.Events; namespace Content.Server.PAI diff --git a/Content.Server/PDA/Ringer/RingerSystem.cs b/Content.Server/PDA/Ringer/RingerSystem.cs index 320bd2d167e..5422ef15a8f 100644 --- a/Content.Server/PDA/Ringer/RingerSystem.cs +++ b/Content.Server/PDA/Ringer/RingerSystem.cs @@ -1,16 +1,9 @@ using Content.Server.UserInterface; using Content.Shared.PDA.Ringer; -using Robust.Shared.GameObjects; using Robust.Shared.Audio; using Robust.Server.Player; using Robust.Shared.Player; -using System; -using System.Collections.Generic; -using Content.Shared.Audio; using Content.Shared.PDA; -using Content.Shared.Sound; -using Robust.Shared.IoC; -using Robust.Shared.Prototypes; using Robust.Shared.Random; using Robust.Shared.Utility; diff --git a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorControlBoxComponent.cs b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorControlBoxComponent.cs index 5234556df9e..04760601013 100644 --- a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorControlBoxComponent.cs +++ b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorControlBoxComponent.cs @@ -1,19 +1,14 @@ using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Threading; -using Content.Server.Popups; using Content.Server.Power.Components; using Content.Server.Power.EntitySystems; using Content.Server.UserInterface; -using Content.Server.VendingMachines; // using Content.Server.WireHacking; -using Content.Shared.ActionBlocker; -using Content.Shared.Interaction; using Content.Shared.Singularity.Components; using Robust.Server.GameObjects; using Robust.Shared.Map; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; // using static Content.Shared.Wires.SharedWiresComponent; using Timer = Robust.Shared.Timing.Timer; diff --git a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorEmitterComponent.cs b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorEmitterComponent.cs index 80960b094af..7f6650bd18b 100644 --- a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorEmitterComponent.cs +++ b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorEmitterComponent.cs @@ -1,8 +1,4 @@ using Content.Shared.Singularity.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.ParticleAccelerator.Components { diff --git a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorEndCapComponent.cs b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorEndCapComponent.cs index 085860bf111..3b670881974 100644 --- a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorEndCapComponent.cs +++ b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorEndCapComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.ParticleAccelerator.Components +namespace Content.Server.ParticleAccelerator.Components { [RegisterComponent] [ComponentReference(typeof(ParticleAcceleratorPartComponent))] diff --git a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorFuelChamberComponent.cs b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorFuelChamberComponent.cs index 747a3d75381..d62558fb1a6 100644 --- a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorFuelChamberComponent.cs +++ b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorFuelChamberComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.ParticleAccelerator.Components +namespace Content.Server.ParticleAccelerator.Components { [RegisterComponent] [ComponentReference(typeof(ParticleAcceleratorPartComponent))] diff --git a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPartComponent.cs b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPartComponent.cs index 0d52dc89d7f..0ce47a538e8 100644 --- a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPartComponent.cs +++ b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPartComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.ViewVariables; - namespace Content.Server.ParticleAccelerator.Components { public abstract class ParticleAcceleratorPartComponent : Component diff --git a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPowerBoxComponent.cs b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPowerBoxComponent.cs index 95833005b16..afe214e79a8 100644 --- a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPowerBoxComponent.cs +++ b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPowerBoxComponent.cs @@ -1,6 +1,4 @@ using Content.Server.Power.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; namespace Content.Server.ParticleAccelerator.Components { diff --git a/Content.Server/ParticleAccelerator/Components/ParticleProjectileComponent.cs b/Content.Server/ParticleAccelerator/Components/ParticleProjectileComponent.cs index edcedee18a4..91a1d67db72 100644 --- a/Content.Server/ParticleAccelerator/Components/ParticleProjectileComponent.cs +++ b/Content.Server/ParticleAccelerator/Components/ParticleProjectileComponent.cs @@ -2,10 +2,6 @@ using Content.Server.Singularity.Components; using Content.Shared.Singularity.Components; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; -using Robust.Shared.Maths; using Robust.Shared.Timing; namespace Content.Server.ParticleAccelerator.Components diff --git a/Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorSystem.PowerBox.cs b/Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorSystem.PowerBox.cs index 62f9d4370f1..cfb92a4ef61 100644 --- a/Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorSystem.PowerBox.cs +++ b/Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorSystem.PowerBox.cs @@ -1,7 +1,5 @@ using Content.Server.ParticleAccelerator.Components; using Content.Server.Power.EntitySystems; -using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.ParticleAccelerator.EntitySystems { diff --git a/Content.Server/Payload/EntitySystems/PayloadSystem.cs b/Content.Server/Payload/EntitySystems/PayloadSystem.cs index f74fa3eaadc..5edb955076e 100644 --- a/Content.Server/Payload/EntitySystems/PayloadSystem.cs +++ b/Content.Server/Payload/EntitySystems/PayloadSystem.cs @@ -2,7 +2,6 @@ using Content.Server.Chemistry.EntitySystems; using Content.Server.Explosion.EntitySystems; using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reaction; using Content.Shared.Database; using Content.Shared.Payload.Components; using Content.Shared.Tag; diff --git a/Content.Server/Physics/Controllers/SingularityController.cs b/Content.Server/Physics/Controllers/SingularityController.cs index cf3bed3c6d7..dd2b3437bf7 100644 --- a/Content.Server/Physics/Controllers/SingularityController.cs +++ b/Content.Server/Physics/Controllers/SingularityController.cs @@ -1,9 +1,5 @@ -using System; using Content.Server.Singularity.Components; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Physics.Controllers; using Robust.Shared.Random; diff --git a/Content.Server/Plants/Components/PottedPlantHideComponent.cs b/Content.Server/Plants/Components/PottedPlantHideComponent.cs index 0dd64c0e3fe..b04d5a918b1 100644 --- a/Content.Server/Plants/Components/PottedPlantHideComponent.cs +++ b/Content.Server/Plants/Components/PottedPlantHideComponent.cs @@ -1,9 +1,6 @@ using Content.Server.Plants.Systems; using Content.Server.Storage.Components; using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Plants.Components { diff --git a/Content.Server/Plants/Components/RandomPottedPlantComponent.cs b/Content.Server/Plants/Components/RandomPottedPlantComponent.cs index 52559385303..0dee0beef91 100644 --- a/Content.Server/Plants/Components/RandomPottedPlantComponent.cs +++ b/Content.Server/Plants/Components/RandomPottedPlantComponent.cs @@ -1,8 +1,4 @@ using Content.Server.Plants.Systems; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Plants.Components { diff --git a/Content.Server/Plants/Systems/PottedPlantHideSystem.cs b/Content.Server/Plants/Systems/PottedPlantHideSystem.cs index d9ff9a59715..4dde3acc489 100644 --- a/Content.Server/Plants/Systems/PottedPlantHideSystem.cs +++ b/Content.Server/Plants/Systems/PottedPlantHideSystem.cs @@ -2,13 +2,9 @@ using Content.Server.Popups; using Content.Server.Storage.Components; using Content.Server.Storage.EntitySystems; -using Content.Shared.ActionBlocker; using Content.Shared.Audio; using Content.Shared.Interaction; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Plants.Systems diff --git a/Content.Server/Plants/Systems/RandomPottedPlantSystem.cs b/Content.Server/Plants/Systems/RandomPottedPlantSystem.cs index 227d93030d8..81ed21c9222 100644 --- a/Content.Server/Plants/Systems/RandomPottedPlantSystem.cs +++ b/Content.Server/Plants/Systems/RandomPottedPlantSystem.cs @@ -1,7 +1,5 @@ using Content.Server.Plants.Components; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; namespace Content.Server.Plants.Systems diff --git a/Content.Server/Players/PlayerData.cs b/Content.Server/Players/PlayerData.cs index 9ffb763799f..f811dfee767 100644 --- a/Content.Server/Players/PlayerData.cs +++ b/Content.Server/Players/PlayerData.cs @@ -1,6 +1,5 @@ using Robust.Server.Player; using Robust.Shared.Network; -using Robust.Shared.ViewVariables; namespace Content.Server.Players { diff --git a/Content.Server/PneumaticCannon/PneumaticCannonComponent.cs b/Content.Server/PneumaticCannon/PneumaticCannonComponent.cs index 69cbe1b49ae..dc14251c1d9 100644 --- a/Content.Server/PneumaticCannon/PneumaticCannonComponent.cs +++ b/Content.Server/PneumaticCannon/PneumaticCannonComponent.cs @@ -1,13 +1,7 @@ -using System.Collections.Generic; -using Content.Shared.Sound; +using Content.Shared.Sound; using Content.Shared.Tools; -using Robust.Shared.Analyzers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.PneumaticCannon { diff --git a/Content.Server/Pointing/Components/RoguePointingArrowComponent.cs b/Content.Server/Pointing/Components/RoguePointingArrowComponent.cs index d6338404181..27d6d5bb168 100644 --- a/Content.Server/Pointing/Components/RoguePointingArrowComponent.cs +++ b/Content.Server/Pointing/Components/RoguePointingArrowComponent.cs @@ -1,9 +1,5 @@ using Content.Server.Pointing.EntitySystems; using Content.Shared.Pointing.Components; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Pointing.Components { diff --git a/Content.Server/Pointing/EntitySystems/PointingSystem.cs b/Content.Server/Pointing/EntitySystems/PointingSystem.cs index e44aabf7094..0a06c6ad003 100644 --- a/Content.Server/Pointing/EntitySystems/PointingSystem.cs +++ b/Content.Server/Pointing/EntitySystems/PointingSystem.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.Ghost.Components; using Content.Server.Players; using Content.Server.Pointing.Components; @@ -10,15 +8,11 @@ using Content.Shared.MobState.Components; using Content.Shared.Pointing; using Content.Shared.Popups; -using Content.Shared.Verbs; using JetBrains.Annotations; using Robust.Server.GameObjects; using Robust.Server.Player; using Robust.Shared.Enums; -using Robust.Shared.GameObjects; using Robust.Shared.Input.Binding; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Map; using Robust.Shared.Player; using Robust.Shared.Players; diff --git a/Content.Server/Pointing/EntitySystems/RoguePointingSystem.cs b/Content.Server/Pointing/EntitySystems/RoguePointingSystem.cs index 02b486bcc94..4cab96fe591 100644 --- a/Content.Server/Pointing/EntitySystems/RoguePointingSystem.cs +++ b/Content.Server/Pointing/EntitySystems/RoguePointingSystem.cs @@ -5,9 +5,6 @@ using Content.Shared.Pointing.Components; using JetBrains.Annotations; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Player; using Robust.Shared.Random; using DrawDepth = Content.Shared.DrawDepth.DrawDepth; diff --git a/Content.Server/Popups/PopupExtensions.cs b/Content.Server/Popups/PopupExtensions.cs index a10414556ff..608e6d981e3 100644 --- a/Content.Server/Popups/PopupExtensions.cs +++ b/Content.Server/Popups/PopupExtensions.cs @@ -1,6 +1,5 @@ using Content.Shared.Popups; using Robust.Server.Player; -using Robust.Shared.GameObjects; using Robust.Shared.Player; namespace Content.Server.Popups diff --git a/Content.Server/Popups/PopupMsgCommand.cs b/Content.Server/Popups/PopupMsgCommand.cs index 76f25e76aba..8e4294c7fd3 100644 --- a/Content.Server/Popups/PopupMsgCommand.cs +++ b/Content.Server/Popups/PopupMsgCommand.cs @@ -2,7 +2,6 @@ using Content.Shared.Administration; using Content.Shared.Popups; using Robust.Shared.Console; -using Robust.Shared.GameObjects; namespace Content.Server.Popups { diff --git a/Content.Server/Popups/PopupSystem.cs b/Content.Server/Popups/PopupSystem.cs index b6c063a0e9e..7bf7d3789ed 100644 --- a/Content.Server/Popups/PopupSystem.cs +++ b/Content.Server/Popups/PopupSystem.cs @@ -1,6 +1,4 @@ using Content.Shared.Popups; -using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; using Robust.Shared.Map; using Robust.Shared.Player; diff --git a/Content.Server/Power/Commands/PowerStatCommand.cs b/Content.Server/Power/Commands/PowerStatCommand.cs index 16be3b82a0b..440e40437b2 100644 --- a/Content.Server/Power/Commands/PowerStatCommand.cs +++ b/Content.Server/Power/Commands/PowerStatCommand.cs @@ -2,7 +2,6 @@ using Content.Server.Power.EntitySystems; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; namespace Content.Server.Power.Commands { diff --git a/Content.Server/Power/Components/ActivatableUIRequiresPowerComponent.cs b/Content.Server/Power/Components/ActivatableUIRequiresPowerComponent.cs index 4859cc92e02..3ae50b7f76a 100644 --- a/Content.Server/Power/Components/ActivatableUIRequiresPowerComponent.cs +++ b/Content.Server/Power/Components/ActivatableUIRequiresPowerComponent.cs @@ -1,6 +1,3 @@ -using System; -using Robust.Shared.GameObjects; - namespace Content.Server.Power.Components { [RegisterComponent] diff --git a/Content.Server/Power/Components/ApcComponent.cs b/Content.Server/Power/Components/ApcComponent.cs index 818707bc145..4fa30284f5c 100644 --- a/Content.Server/Power/Components/ApcComponent.cs +++ b/Content.Server/Power/Components/ApcComponent.cs @@ -1,13 +1,7 @@ -using System; using Content.Server.Power.EntitySystems; using Content.Server.Power.NodeGroups; using Content.Shared.APC; using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Power.Components; diff --git a/Content.Server/Power/Components/ApcPowerProviderComponent.cs b/Content.Server/Power/Components/ApcPowerProviderComponent.cs index 5612272e07e..20a547f0db7 100644 --- a/Content.Server/Power/Components/ApcPowerProviderComponent.cs +++ b/Content.Server/Power/Components/ApcPowerProviderComponent.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; using Content.Server.Power.NodeGroups; -using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; namespace Content.Server.Power.Components { diff --git a/Content.Server/Power/Components/BaseNetConnectorComponent.cs b/Content.Server/Power/Components/BaseNetConnectorComponent.cs index cbf232abc2e..c54f6a4b57c 100644 --- a/Content.Server/Power/Components/BaseNetConnectorComponent.cs +++ b/Content.Server/Power/Components/BaseNetConnectorComponent.cs @@ -2,10 +2,6 @@ using System.Linq; using Content.Server.NodeContainer; using Content.Server.NodeContainer.NodeGroups; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Power.Components { diff --git a/Content.Server/Power/Components/BasePowerNetComponent.cs b/Content.Server/Power/Components/BasePowerNetComponent.cs index a0c81321e61..ccd3b6bc3a6 100644 --- a/Content.Server/Power/Components/BasePowerNetComponent.cs +++ b/Content.Server/Power/Components/BasePowerNetComponent.cs @@ -1,4 +1,3 @@ -using Content.Server.NodeContainer.NodeGroups; using Content.Server.Power.NodeGroups; namespace Content.Server.Power.Components diff --git a/Content.Server/Power/Components/BatteryChargerComponent.cs b/Content.Server/Power/Components/BatteryChargerComponent.cs index 951bd324ded..b4f2a0bb790 100644 --- a/Content.Server/Power/Components/BatteryChargerComponent.cs +++ b/Content.Server/Power/Components/BatteryChargerComponent.cs @@ -1,5 +1,4 @@ using Content.Server.Power.NodeGroups; -using Robust.Shared.GameObjects; namespace Content.Server.Power.Components { diff --git a/Content.Server/Power/Components/BatteryComponent.cs b/Content.Server/Power/Components/BatteryComponent.cs index 03ea204a216..b3039d0e13f 100644 --- a/Content.Server/Power/Components/BatteryComponent.cs +++ b/Content.Server/Power/Components/BatteryComponent.cs @@ -1,10 +1,3 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Power.Components { /// diff --git a/Content.Server/Power/Components/BatteryDischargerComponent.cs b/Content.Server/Power/Components/BatteryDischargerComponent.cs index 2f69931935f..f06949fea91 100644 --- a/Content.Server/Power/Components/BatteryDischargerComponent.cs +++ b/Content.Server/Power/Components/BatteryDischargerComponent.cs @@ -1,5 +1,4 @@ using Content.Server.Power.NodeGroups; -using Robust.Shared.GameObjects; namespace Content.Server.Power.Components { diff --git a/Content.Server/Power/Components/BatterySelfRechargerComponent.cs b/Content.Server/Power/Components/BatterySelfRechargerComponent.cs index 289f229adb5..d67b6f693f0 100644 --- a/Content.Server/Power/Components/BatterySelfRechargerComponent.cs +++ b/Content.Server/Power/Components/BatterySelfRechargerComponent.cs @@ -1,9 +1,3 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Power.Components { /// diff --git a/Content.Server/Power/Components/CableComponent.cs b/Content.Server/Power/Components/CableComponent.cs index d3e7c698b7a..99d0564b797 100644 --- a/Content.Server/Power/Components/CableComponent.cs +++ b/Content.Server/Power/Components/CableComponent.cs @@ -1,9 +1,6 @@ using Content.Server.Power.EntitySystems; using Content.Shared.Tools; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Power.Components diff --git a/Content.Server/Power/Components/CablePlacerComponent.cs b/Content.Server/Power/Components/CablePlacerComponent.cs index f29225dc124..b4959e5d81a 100644 --- a/Content.Server/Power/Components/CablePlacerComponent.cs +++ b/Content.Server/Power/Components/CablePlacerComponent.cs @@ -1,8 +1,5 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Power.Components { diff --git a/Content.Server/Power/Components/CableVisComponent.cs b/Content.Server/Power/Components/CableVisComponent.cs index f1652387fc6..fe73960c616 100644 --- a/Content.Server/Power/Components/CableVisComponent.cs +++ b/Content.Server/Power/Components/CableVisComponent.cs @@ -1,8 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - -namespace Content.Server.Power.Components +namespace Content.Server.Power.Components { [RegisterComponent] public sealed class CableVisComponent : Component diff --git a/Content.Server/Power/Components/ChargerComponent.cs b/Content.Server/Power/Components/ChargerComponent.cs index a00ba1b50ff..d39f10ef46b 100644 --- a/Content.Server/Power/Components/ChargerComponent.cs +++ b/Content.Server/Power/Components/ChargerComponent.cs @@ -1,10 +1,5 @@ -using System; using Content.Shared.Containers.ItemSlots; using Content.Shared.Power; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Power.Components { diff --git a/Content.Server/Power/Components/ExtensionCableProviderComponent.cs b/Content.Server/Power/Components/ExtensionCableProviderComponent.cs index 8c7201e3bd0..fa99ad64ef7 100644 --- a/Content.Server/Power/Components/ExtensionCableProviderComponent.cs +++ b/Content.Server/Power/Components/ExtensionCableProviderComponent.cs @@ -1,9 +1,4 @@ -using System.Collections.Generic; -using Content.Server.Power.EntitySystems; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; +using Content.Server.Power.EntitySystems; namespace Content.Server.Power.Components { diff --git a/Content.Server/Power/Components/ExtensionCableReceiverComponent.cs b/Content.Server/Power/Components/ExtensionCableReceiverComponent.cs index 13da517dc94..ee229464599 100644 --- a/Content.Server/Power/Components/ExtensionCableReceiverComponent.cs +++ b/Content.Server/Power/Components/ExtensionCableReceiverComponent.cs @@ -1,8 +1,4 @@ using Content.Server.Power.EntitySystems; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Power.Components { diff --git a/Content.Server/Power/Components/PowerConsumerComponent.cs b/Content.Server/Power/Components/PowerConsumerComponent.cs index 9d469680e40..70367297521 100644 --- a/Content.Server/Power/Components/PowerConsumerComponent.cs +++ b/Content.Server/Power/Components/PowerConsumerComponent.cs @@ -1,8 +1,5 @@ using Content.Server.Power.NodeGroups; using Content.Server.Power.Pow3r; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Power.Components { diff --git a/Content.Server/Power/Components/PowerMonitoringConsoleComponent.cs b/Content.Server/Power/Components/PowerMonitoringConsoleComponent.cs index 72137293bf6..076c873de1e 100644 --- a/Content.Server/Power/Components/PowerMonitoringConsoleComponent.cs +++ b/Content.Server/Power/Components/PowerMonitoringConsoleComponent.cs @@ -1,12 +1,3 @@ -using System; -using System.Collections.Generic; -using Content.Server.Power.NodeGroups; -using Content.Server.Utility; -using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.ViewVariables; - namespace Content.Server.Power.Components; [RegisterComponent] diff --git a/Content.Server/Power/Components/PowerNetworkBatteryComponent.cs b/Content.Server/Power/Components/PowerNetworkBatteryComponent.cs index d23e89bfc82..daafb0901f0 100644 --- a/Content.Server/Power/Components/PowerNetworkBatteryComponent.cs +++ b/Content.Server/Power/Components/PowerNetworkBatteryComponent.cs @@ -1,7 +1,4 @@ using Content.Server.Power.Pow3r; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Power.Components { diff --git a/Content.Server/Power/Components/PowerSupplierComponent.cs b/Content.Server/Power/Components/PowerSupplierComponent.cs index c26d04edf8b..cd55940a637 100644 --- a/Content.Server/Power/Components/PowerSupplierComponent.cs +++ b/Content.Server/Power/Components/PowerSupplierComponent.cs @@ -1,8 +1,5 @@ using Content.Server.Power.NodeGroups; using Content.Server.Power.Pow3r; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Power.Components { diff --git a/Content.Server/Power/EntitySystems/CableSystem.Placer.cs b/Content.Server/Power/EntitySystems/CableSystem.Placer.cs index e9f2260d5a9..c0d01783be1 100644 --- a/Content.Server/Power/EntitySystems/CableSystem.Placer.cs +++ b/Content.Server/Power/EntitySystems/CableSystem.Placer.cs @@ -1,9 +1,7 @@ using Content.Server.Power.Components; using Content.Server.Stack; using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; using Content.Shared.Maps; -using Robust.Shared.GameObjects; namespace Content.Server.Power.EntitySystems; diff --git a/Content.Server/Power/EntitySystems/CableSystem.cs b/Content.Server/Power/EntitySystems/CableSystem.cs index a06b4c1793e..d8336ac701b 100644 --- a/Content.Server/Power/EntitySystems/CableSystem.cs +++ b/Content.Server/Power/EntitySystems/CableSystem.cs @@ -2,10 +2,7 @@ using Content.Server.Power.Components; using Content.Server.Stack; using Content.Server.Tools; -using Content.Shared.ActionBlocker; using Content.Shared.Interaction; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Power.EntitySystems; diff --git a/Content.Server/Power/EntitySystems/CableVisSystem.cs b/Content.Server/Power/EntitySystems/CableVisSystem.cs index c4dac39e359..ea231ba2383 100644 --- a/Content.Server/Power/EntitySystems/CableVisSystem.cs +++ b/Content.Server/Power/EntitySystems/CableVisSystem.cs @@ -1,13 +1,9 @@ -using System; -using System.Collections.Generic; using Content.Server.NodeContainer; using Content.Server.NodeContainer.EntitySystems; using Content.Server.Power.Components; using Content.Server.Power.Nodes; using Content.Shared.Wires; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Power.EntitySystems diff --git a/Content.Server/Power/EntitySystems/ChargerSystem.cs b/Content.Server/Power/EntitySystems/ChargerSystem.cs index ef5669948da..d3278871bd3 100644 --- a/Content.Server/Power/EntitySystems/ChargerSystem.cs +++ b/Content.Server/Power/EntitySystems/ChargerSystem.cs @@ -4,8 +4,6 @@ using Content.Shared.PowerCell.Components; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Power.EntitySystems; diff --git a/Content.Server/Power/EntitySystems/ExtensionCableSystem.cs b/Content.Server/Power/EntitySystems/ExtensionCableSystem.cs index 2aafb23b23b..5bd563b27e5 100644 --- a/Content.Server/Power/EntitySystems/ExtensionCableSystem.cs +++ b/Content.Server/Power/EntitySystems/ExtensionCableSystem.cs @@ -1,9 +1,5 @@ -using System; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using Content.Server.Power.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Physics; diff --git a/Content.Server/Power/EntitySystems/PowerMonitoringConsoleSystem.cs b/Content.Server/Power/EntitySystems/PowerMonitoringConsoleSystem.cs index b635fdb6967..edb464c939b 100644 --- a/Content.Server/Power/EntitySystems/PowerMonitoringConsoleSystem.cs +++ b/Content.Server/Power/EntitySystems/PowerMonitoringConsoleSystem.cs @@ -1,10 +1,8 @@ -using Content.Shared.Popups; using Content.Shared.Power; using Content.Server.NodeContainer; using Content.Server.NodeContainer.Nodes; using Content.Server.Power.Components; using Content.Server.Power.NodeGroups; -using Content.Server.UserInterface; using JetBrains.Annotations; using Robust.Server.GameObjects; diff --git a/Content.Server/Power/NodeGroups/ApcNet.cs b/Content.Server/Power/NodeGroups/ApcNet.cs index 6cbfbdfeeb6..2e7c0476fa8 100644 --- a/Content.Server/Power/NodeGroups/ApcNet.cs +++ b/Content.Server/Power/NodeGroups/ApcNet.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using System.Linq; using Content.Server.NodeContainer.NodeGroups; using Content.Server.NodeContainer.Nodes; @@ -6,11 +5,7 @@ using Content.Server.Power.EntitySystems; using Content.Server.Power.Pow3r; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.ViewVariables; namespace Content.Server.Power.NodeGroups { diff --git a/Content.Server/Power/NodeGroups/BaseNetConnectorNodeGroup.cs b/Content.Server/Power/NodeGroups/BaseNetConnectorNodeGroup.cs index e324e3d7fb8..97b585d3676 100644 --- a/Content.Server/Power/NodeGroups/BaseNetConnectorNodeGroup.cs +++ b/Content.Server/Power/NodeGroups/BaseNetConnectorNodeGroup.cs @@ -1,10 +1,6 @@ -using System.Collections.Generic; -using System.Linq; using Content.Server.NodeContainer.NodeGroups; using Content.Server.NodeContainer.Nodes; using Content.Server.Power.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Power.NodeGroups { diff --git a/Content.Server/Power/NodeGroups/PowerNet.cs b/Content.Server/Power/NodeGroups/PowerNet.cs index ef102ea1525..f49ee584fe7 100644 --- a/Content.Server/Power/NodeGroups/PowerNet.cs +++ b/Content.Server/Power/NodeGroups/PowerNet.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using System.Linq; using Content.Server.NodeContainer.NodeGroups; using Content.Server.NodeContainer.Nodes; @@ -6,10 +5,6 @@ using Content.Server.Power.EntitySystems; using Content.Server.Power.Pow3r; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; -using Robust.Shared.ViewVariables; namespace Content.Server.Power.NodeGroups { diff --git a/Content.Server/Power/Nodes/CableDeviceNode.cs b/Content.Server/Power/Nodes/CableDeviceNode.cs index b9d880445df..0558ae63a4b 100644 --- a/Content.Server/Power/Nodes/CableDeviceNode.cs +++ b/Content.Server/Power/Nodes/CableDeviceNode.cs @@ -1,9 +1,6 @@ -using System.Collections.Generic; using Content.Server.NodeContainer; using Content.Server.NodeContainer.Nodes; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Power.Nodes { diff --git a/Content.Server/Power/Nodes/CableNode.cs b/Content.Server/Power/Nodes/CableNode.cs index 1b7d9fd8e11..0c2faae84e0 100644 --- a/Content.Server/Power/Nodes/CableNode.cs +++ b/Content.Server/Power/Nodes/CableNode.cs @@ -1,10 +1,6 @@ -using System.Collections.Generic; using Content.Server.NodeContainer; using Content.Server.NodeContainer.Nodes; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Power.Nodes { diff --git a/Content.Server/Power/Nodes/CableTerminalNode.cs b/Content.Server/Power/Nodes/CableTerminalNode.cs index 9a5adc015db..31d4f69e82b 100644 --- a/Content.Server/Power/Nodes/CableTerminalNode.cs +++ b/Content.Server/Power/Nodes/CableTerminalNode.cs @@ -1,10 +1,6 @@ -using System.Collections.Generic; using Content.Server.NodeContainer; using Content.Server.NodeContainer.Nodes; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Power.Nodes { diff --git a/Content.Server/Power/Nodes/CableTerminalPortNode.cs b/Content.Server/Power/Nodes/CableTerminalPortNode.cs index de5c36b0ea2..5fe320b4b07 100644 --- a/Content.Server/Power/Nodes/CableTerminalPortNode.cs +++ b/Content.Server/Power/Nodes/CableTerminalPortNode.cs @@ -1,9 +1,6 @@ -using System.Collections.Generic; using Content.Server.NodeContainer; using Content.Server.NodeContainer.Nodes; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Power.Nodes { diff --git a/Content.Server/Power/Pow3r/BatteryRampPegSolver.cs b/Content.Server/Power/Pow3r/BatteryRampPegSolver.cs index 17d1265260d..300c8b24f06 100644 --- a/Content.Server/Power/Pow3r/BatteryRampPegSolver.cs +++ b/Content.Server/Power/Pow3r/BatteryRampPegSolver.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.Utility; +using Robust.Shared.Utility; using static Content.Server.Power.Pow3r.PowerState; namespace Content.Server.Power.Pow3r diff --git a/Content.Server/Power/Pow3r/PowerSolverShared.cs b/Content.Server/Power/Pow3r/PowerSolverShared.cs index f9ef3cead5f..2e48e484d1c 100644 --- a/Content.Server/Power/Pow3r/PowerSolverShared.cs +++ b/Content.Server/Power/Pow3r/PowerSolverShared.cs @@ -1,6 +1,4 @@ -using System; - -namespace Content.Server.Power.Pow3r +namespace Content.Server.Power.Pow3r { public static class PowerSolverShared { diff --git a/Content.Server/Power/Pow3r/PowerState.cs b/Content.Server/Power/Pow3r/PowerState.cs index 8ebf27b1c70..a8f0420ce4f 100644 --- a/Content.Server/Power/Pow3r/PowerState.cs +++ b/Content.Server/Power/Pow3r/PowerState.cs @@ -1,13 +1,10 @@ -using System; -using System.Collections; -using System.Collections.Generic; +using System.Collections; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Runtime.CompilerServices; using System.Text.Json; using System.Text.Json.Serialization; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Server.Power.Pow3r { diff --git a/Content.Server/Power/PowerWireAction.cs b/Content.Server/Power/PowerWireAction.cs index 810b1af8779..1a9a85d0b44 100644 --- a/Content.Server/Power/PowerWireAction.cs +++ b/Content.Server/Power/PowerWireAction.cs @@ -1,16 +1,8 @@ -using System; -using System.Threading; -using System.Threading.Tasks; -using Content.Server.DoAfter; using Content.Server.Electrocution; using Content.Server.Power.Components; using Content.Server.Wires; using Content.Shared.Power; using Content.Shared.Wires; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Power; diff --git a/Content.Server/Power/SMES/PowerSmesSystem.cs b/Content.Server/Power/SMES/PowerSmesSystem.cs index 172553f7643..651a3ead2b9 100644 --- a/Content.Server/Power/SMES/PowerSmesSystem.cs +++ b/Content.Server/Power/SMES/PowerSmesSystem.cs @@ -1,5 +1,4 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.Power.SMES { diff --git a/Content.Server/Power/SMES/SmesComponent.cs b/Content.Server/Power/SMES/SmesComponent.cs index cb15d41df7a..6f0d20c6ffe 100644 --- a/Content.Server/Power/SMES/SmesComponent.cs +++ b/Content.Server/Power/SMES/SmesComponent.cs @@ -1,11 +1,8 @@ -using System; using Content.Server.Power.Components; using Content.Shared.Power; using Content.Shared.Rounding; using Content.Shared.SMES; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Timing; namespace Content.Server.Power.SMES diff --git a/Content.Server/Power/SetBatteryPercentCommand.cs b/Content.Server/Power/SetBatteryPercentCommand.cs index 502cca3ca57..18e3bc044c2 100644 --- a/Content.Server/Power/SetBatteryPercentCommand.cs +++ b/Content.Server/Power/SetBatteryPercentCommand.cs @@ -2,8 +2,6 @@ using Content.Server.Power.Components; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Power { diff --git a/Content.Server/PowerCell/PowerCellSystem.cs b/Content.Server/PowerCell/PowerCellSystem.cs index b0e55f1170f..f0f9ce4ae03 100644 --- a/Content.Server/PowerCell/PowerCellSystem.cs +++ b/Content.Server/PowerCell/PowerCellSystem.cs @@ -8,10 +8,6 @@ using Content.Shared.PowerCell.Components; using Content.Shared.Rounding; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using System; using System.Diagnostics.CodeAnalysis; using Content.Server.Kitchen.Components; diff --git a/Content.Server/PowerSink/PowerSinkSystem.cs b/Content.Server/PowerSink/PowerSinkSystem.cs index f72713e52e3..d67cda1d47f 100644 --- a/Content.Server/PowerSink/PowerSinkSystem.cs +++ b/Content.Server/PowerSink/PowerSinkSystem.cs @@ -1,6 +1,5 @@ using Content.Server.Explosion.EntitySystems; using Content.Server.Power.Components; -using Content.Shared.Body.Events; using Content.Shared.Examine; using Robust.Shared.Utility; diff --git a/Content.Server/Preferences/Managers/IServerPreferencesManager.cs b/Content.Server/Preferences/Managers/IServerPreferencesManager.cs index 7b7ad17d37f..95e81f3cac4 100644 --- a/Content.Server/Preferences/Managers/IServerPreferencesManager.cs +++ b/Content.Server/Preferences/Managers/IServerPreferencesManager.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using System.Threading.Tasks; using Content.Shared.Preferences; using Robust.Server.Player; diff --git a/Content.Server/Preferences/Managers/ServerPreferencesManager.cs b/Content.Server/Preferences/Managers/ServerPreferencesManager.cs index d978d11040f..bb0a0d9478a 100644 --- a/Content.Server/Preferences/Managers/ServerPreferencesManager.cs +++ b/Content.Server/Preferences/Managers/ServerPreferencesManager.cs @@ -1,18 +1,12 @@ -using System; -using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Content.Server.Database; -using Content.Shared; using Content.Shared.CCVar; using Content.Shared.Preferences; using Content.Shared.Roles; using Content.Shared.Species; using Robust.Server.Player; using Robust.Shared.Configuration; -using Robust.Shared.IoC; -using Robust.Shared.Log; -using Robust.Shared.Maths; using Robust.Shared.Network; using Robust.Shared.Prototypes; diff --git a/Content.Server/Projectiles/Components/HitscanComponent.cs b/Content.Server/Projectiles/Components/HitscanComponent.cs index 3255bf4d220..545b16dd794 100644 --- a/Content.Server/Projectiles/Components/HitscanComponent.cs +++ b/Content.Server/Projectiles/Components/HitscanComponent.cs @@ -1,17 +1,11 @@ -using System; using Content.Shared.Damage; using Content.Shared.Physics; using Content.Shared.Sound; using Robust.Server.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Player; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Timing; -using Robust.Shared.ViewVariables; namespace Content.Server.Projectiles.Components { diff --git a/Content.Server/Projectiles/Components/ProjectileComponent.cs b/Content.Server/Projectiles/Components/ProjectileComponent.cs index 00afe13fb1d..6e3013aef3f 100644 --- a/Content.Server/Projectiles/Components/ProjectileComponent.cs +++ b/Content.Server/Projectiles/Components/ProjectileComponent.cs @@ -1,9 +1,6 @@ using Content.Shared.Damage; using Content.Shared.Projectiles; using Content.Shared.Sound; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Projectiles.Components { diff --git a/Content.Server/Projectiles/ProjectileSystem.cs b/Content.Server/Projectiles/ProjectileSystem.cs index 51ab16bc361..9227ab939b1 100644 --- a/Content.Server/Projectiles/ProjectileSystem.cs +++ b/Content.Server/Projectiles/ProjectileSystem.cs @@ -7,9 +7,6 @@ using JetBrains.Annotations; using Robust.Server.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Physics.Dynamics; using Robust.Shared.Player; diff --git a/Content.Server/RCD/Components/RCDAmmoComponent.cs b/Content.Server/RCD/Components/RCDAmmoComponent.cs index c7021819cde..29a0d0717fb 100644 --- a/Content.Server/RCD/Components/RCDAmmoComponent.cs +++ b/Content.Server/RCD/Components/RCDAmmoComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.RCD.Components { [RegisterComponent] diff --git a/Content.Server/RCD/Components/RCDComponent.cs b/Content.Server/RCD/Components/RCDComponent.cs index 382cc8ad515..5665e6ac6ea 100644 --- a/Content.Server/RCD/Components/RCDComponent.cs +++ b/Content.Server/RCD/Components/RCDComponent.cs @@ -1,8 +1,5 @@ using System.Threading; using Content.Shared.Sound; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.RCD.Components { diff --git a/Content.Server/RCD/Systems/RCDAmmoSystem.cs b/Content.Server/RCD/Systems/RCDAmmoSystem.cs index 943bef3b237..b6d45e5945f 100644 --- a/Content.Server/RCD/Systems/RCDAmmoSystem.cs +++ b/Content.Server/RCD/Systems/RCDAmmoSystem.cs @@ -1,10 +1,7 @@ -using System; using Content.Server.RCD.Components; using Content.Shared.Examine; using Content.Shared.Interaction; using Content.Shared.Popups; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; namespace Content.Server.RCD.Systems { diff --git a/Content.Server/RCD/Systems/RCDSystem.cs b/Content.Server/RCD/Systems/RCDSystem.cs index 4dc40b8114f..b3ab1f68c58 100644 --- a/Content.Server/RCD/Systems/RCDSystem.cs +++ b/Content.Server/RCD/Systems/RCDSystem.cs @@ -1,24 +1,16 @@ -using System; using System.Threading; using Content.Server.Administration.Logs; using Content.Server.DoAfter; using Content.Server.Popups; using Content.Server.RCD.Components; -using Content.Shared.Coordinates; using Content.Shared.Database; using Content.Shared.Examine; using Content.Shared.Interaction; using Content.Shared.Interaction.Events; -using Content.Shared.Interaction.Helpers; using Content.Shared.Maps; -using Content.Shared.Popups; using Content.Shared.Tag; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Player; namespace Content.Server.RCD.Systems diff --git a/Content.Server/Radar/RadarConsoleComponent.cs b/Content.Server/Radar/RadarConsoleComponent.cs index 8d0b6297bb3..77c99b19842 100644 --- a/Content.Server/Radar/RadarConsoleComponent.cs +++ b/Content.Server/Radar/RadarConsoleComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Radar; [RegisterComponent] diff --git a/Content.Server/Radar/RadarConsoleSystem.cs b/Content.Server/Radar/RadarConsoleSystem.cs index 7c9ede0c336..db3a0e08342 100644 --- a/Content.Server/Radar/RadarConsoleSystem.cs +++ b/Content.Server/Radar/RadarConsoleSystem.cs @@ -1,13 +1,6 @@ -using System; -using System.Collections.Generic; -using Content.Server.Solar.Components; using Content.Server.UserInterface; using Content.Shared.Radar; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.Radar; diff --git a/Content.Server/Radiation/RadiationPulseComponent.cs b/Content.Server/Radiation/RadiationPulseComponent.cs index 14fe93bdabc..c2400ce4f8e 100644 --- a/Content.Server/Radiation/RadiationPulseComponent.cs +++ b/Content.Server/Radiation/RadiationPulseComponent.cs @@ -1,12 +1,8 @@ -using System; using Content.Shared.Radiation; using Content.Shared.Sound; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Player; using Robust.Shared.Random; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Timing; namespace Content.Server.Radiation diff --git a/Content.Server/Radiation/RadiationPulseSystem.cs b/Content.Server/Radiation/RadiationPulseSystem.cs index efdcbc425c6..5c62879b7ce 100644 --- a/Content.Server/Radiation/RadiationPulseSystem.cs +++ b/Content.Server/Radiation/RadiationPulseSystem.cs @@ -1,12 +1,5 @@ -using System.Collections.Generic; -using System.Linq; using Content.Server.Radiation.Systems; -using Content.Shared.Radiation; -using Content.Shared.Sound; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Map; namespace Content.Server.Radiation { diff --git a/Content.Server/Radio/Components/HandheldRadioComponent.cs b/Content.Server/Radio/Components/HandheldRadioComponent.cs index 3cd28c453f4..0fe483913ef 100644 --- a/Content.Server/Radio/Components/HandheldRadioComponent.cs +++ b/Content.Server/Radio/Components/HandheldRadioComponent.cs @@ -1,6 +1,4 @@ -using System.Collections.Generic; using Content.Server.Chat; -using Content.Server.Chat.Managers; using Content.Server.Radio.EntitySystems; using Content.Shared.Interaction; using Content.Shared.Popups; diff --git a/Content.Server/Radio/Components/IListen.cs b/Content.Server/Radio/Components/IListen.cs index daeb227d3b1..0a46738c3d4 100644 --- a/Content.Server/Radio/Components/IListen.cs +++ b/Content.Server/Radio/Components/IListen.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Radio.Components { /// diff --git a/Content.Server/Radio/Components/IRadio.cs b/Content.Server/Radio/Components/IRadio.cs index cbabdcac4e6..07ece2cda23 100644 --- a/Content.Server/Radio/Components/IRadio.cs +++ b/Content.Server/Radio/Components/IRadio.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using System.Collections.Generic; - namespace Content.Server.Radio.Components { public interface IRadio : IComponent diff --git a/Content.Server/Radio/EntitySystems/ListeningSystem.cs b/Content.Server/Radio/EntitySystems/ListeningSystem.cs index 6f9200101bf..6783f1c530c 100644 --- a/Content.Server/Radio/EntitySystems/ListeningSystem.cs +++ b/Content.Server/Radio/EntitySystems/ListeningSystem.cs @@ -1,6 +1,5 @@ using Content.Server.Radio.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.Radio.EntitySystems { diff --git a/Content.Server/RandomAppearance/RandomAppearanceComponent.cs b/Content.Server/RandomAppearance/RandomAppearanceComponent.cs index c40c1e80929..a09dc0c0105 100644 --- a/Content.Server/RandomAppearance/RandomAppearanceComponent.cs +++ b/Content.Server/RandomAppearance/RandomAppearanceComponent.cs @@ -1,10 +1,5 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Reflection; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.RandomAppearance; diff --git a/Content.Server/RandomAppearance/RandomAppearanceSystem.cs b/Content.Server/RandomAppearance/RandomAppearanceSystem.cs index dec6923ad98..6c50a256361 100644 --- a/Content.Server/RandomAppearance/RandomAppearanceSystem.cs +++ b/Content.Server/RandomAppearance/RandomAppearanceSystem.cs @@ -1,8 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; -using Robust.Shared.Random; -using Robust.Shared.Reflection; +using Robust.Shared.Random; namespace Content.Server.RandomAppearance; diff --git a/Content.Server/Recycling/RecyclerSystem.cs b/Content.Server/Recycling/RecyclerSystem.cs index eae1fb7d119..1dbece4cada 100644 --- a/Content.Server/Recycling/RecyclerSystem.cs +++ b/Content.Server/Recycling/RecyclerSystem.cs @@ -8,7 +8,6 @@ using Content.Shared.Body.Components; using Content.Shared.Emag.Systems; using Content.Shared.Interaction.Events; -using Content.Shared.Popups; using Content.Shared.Recycling; using Content.Shared.Tag; using Robust.Server.GameObjects; diff --git a/Content.Server/Remotes/DoorRemoteComponent.cs b/Content.Server/Remotes/DoorRemoteComponent.cs index c39c7fa86aa..fa55add9ae3 100644 --- a/Content.Server/Remotes/DoorRemoteComponent.cs +++ b/Content.Server/Remotes/DoorRemoteComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; - namespace Content.Server.Remotes { [RegisterComponent] diff --git a/Content.Server/Remotes/DoorRemoteSystem.cs b/Content.Server/Remotes/DoorRemoteSystem.cs index 509238d213e..ac41f193708 100644 --- a/Content.Server/Remotes/DoorRemoteSystem.cs +++ b/Content.Server/Remotes/DoorRemoteSystem.cs @@ -1,7 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Shared.Player; -using Robust.Shared.IoC; using Robust.Shared.Audio; using Content.Shared.Interaction; using Content.Shared.Popups; diff --git a/Content.Server/Repairable/RepairableComponent.cs b/Content.Server/Repairable/RepairableComponent.cs index 7fffe47f632..b6c0209fdf7 100644 --- a/Content.Server/Repairable/RepairableComponent.cs +++ b/Content.Server/Repairable/RepairableComponent.cs @@ -1,9 +1,6 @@ using Content.Shared.Damage; using Content.Shared.Tools; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Repairable { diff --git a/Content.Server/Repairable/RepairableSystem.cs b/Content.Server/Repairable/RepairableSystem.cs index bb627487ff3..510b159d54c 100644 --- a/Content.Server/Repairable/RepairableSystem.cs +++ b/Content.Server/Repairable/RepairableSystem.cs @@ -1,15 +1,9 @@ using Content.Server.Administration.Logs; using Content.Server.Tools; -using Content.Server.Tools.Components; -using Content.Shared.Administration.Logs; using Content.Shared.Damage; using Content.Shared.Database; using Content.Shared.Interaction; using Content.Shared.Popups; -using Content.Shared.Tools.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Repairable { diff --git a/Content.Server/Research/Components/ResearchClientComponent.cs b/Content.Server/Research/Components/ResearchClientComponent.cs index 83d30d3b113..bd2afc858f8 100644 --- a/Content.Server/Research/Components/ResearchClientComponent.cs +++ b/Content.Server/Research/Components/ResearchClientComponent.cs @@ -1,5 +1,4 @@ using Content.Server.UserInterface; -using Content.Shared.Interaction; using Content.Shared.Research.Components; using Robust.Server.GameObjects; using Robust.Server.Player; diff --git a/Content.Server/Research/Components/ResearchConsoleComponent.cs b/Content.Server/Research/Components/ResearchConsoleComponent.cs index d16de2d2ec4..f12d7bf59e0 100644 --- a/Content.Server/Research/Components/ResearchConsoleComponent.cs +++ b/Content.Server/Research/Components/ResearchConsoleComponent.cs @@ -2,11 +2,7 @@ using Content.Server.UserInterface; using Content.Shared.Research.Components; using Content.Shared.Research.Prototypes; -using Content.Shared.Sound; using Robust.Server.GameObjects; -using Robust.Server.Player; -using Robust.Shared.Audio; -using Robust.Shared.Player; using Robust.Shared.Prototypes; namespace Content.Server.Research.Components diff --git a/Content.Server/Research/Components/ResearchPointSourceComponent.cs b/Content.Server/Research/Components/ResearchPointSourceComponent.cs index 9cab3de0393..02874297c63 100644 --- a/Content.Server/Research/Components/ResearchPointSourceComponent.cs +++ b/Content.Server/Research/Components/ResearchPointSourceComponent.cs @@ -1,5 +1,4 @@ using Content.Server.Power.Components; -using Content.Shared.Interaction; namespace Content.Server.Research.Components { diff --git a/Content.Server/Research/Components/ResearchServerComponent.cs b/Content.Server/Research/Components/ResearchServerComponent.cs index bd89a6e3fd9..ab5c475b1f3 100644 --- a/Content.Server/Research/Components/ResearchServerComponent.cs +++ b/Content.Server/Research/Components/ResearchServerComponent.cs @@ -1,10 +1,5 @@ -using System.Collections.Generic; using Content.Server.Power.Components; using Content.Shared.Research.Prototypes; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Research.Components { diff --git a/Content.Server/Research/Components/TechnologyDatabaseComponent.cs b/Content.Server/Research/Components/TechnologyDatabaseComponent.cs index 327a4199fd5..a673f9a82bf 100644 --- a/Content.Server/Research/Components/TechnologyDatabaseComponent.cs +++ b/Content.Server/Research/Components/TechnologyDatabaseComponent.cs @@ -1,8 +1,5 @@ using Content.Shared.Research.Components; using Content.Shared.Research.Prototypes; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Players; namespace Content.Server.Research.Components { diff --git a/Content.Server/Resist/CanEscapeInventoryComponent.cs b/Content.Server/Resist/CanEscapeInventoryComponent.cs index 9ca10999031..dd27b159af0 100644 --- a/Content.Server/Resist/CanEscapeInventoryComponent.cs +++ b/Content.Server/Resist/CanEscapeInventoryComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; -using Robust.Shared.Analyzers; using System.Threading; namespace Content.Server.Resist; diff --git a/Content.Server/Resist/ResistLockerComponent.cs b/Content.Server/Resist/ResistLockerComponent.cs index 93d005c4141..5e37717f177 100644 --- a/Content.Server/Resist/ResistLockerComponent.cs +++ b/Content.Server/Resist/ResistLockerComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; -using Robust.Shared.Analyzers; using System.Threading; namespace Content.Server.Resist; diff --git a/Content.Server/Resist/ResistLockerSystem.cs b/Content.Server/Resist/ResistLockerSystem.cs index 738dd3ecb70..3d65d91c12c 100644 --- a/Content.Server/Resist/ResistLockerSystem.cs +++ b/Content.Server/Resist/ResistLockerSystem.cs @@ -1,13 +1,10 @@ using Content.Shared.Movement; -using Robust.Shared.GameObjects; using Content.Server.Storage.Components; using Content.Server.DoAfter; using Content.Server.Lock; -using Robust.Shared.IoC; using Robust.Shared.Player; using Robust.Shared.Containers; using Content.Server.Popups; -using Robust.Shared.Localization; namespace Content.Server.Resist; diff --git a/Content.Server/Roles/AddRoleCommand.cs b/Content.Server/Roles/AddRoleCommand.cs index af332da2bb9..4584e4055ce 100644 --- a/Content.Server/Roles/AddRoleCommand.cs +++ b/Content.Server/Roles/AddRoleCommand.cs @@ -4,7 +4,6 @@ using Content.Shared.Roles; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; using System.Linq; diff --git a/Content.Server/Roles/Job.cs b/Content.Server/Roles/Job.cs index dbb6f87a898..b3df59018cd 100644 --- a/Content.Server/Roles/Job.cs +++ b/Content.Server/Roles/Job.cs @@ -1,8 +1,5 @@ using Content.Server.Chat.Managers; using Content.Shared.Roles; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.ViewVariables; namespace Content.Server.Roles { diff --git a/Content.Server/Roles/ListRolesCommand.cs b/Content.Server/Roles/ListRolesCommand.cs index b670c0ceba4..f8522d5bb23 100644 --- a/Content.Server/Roles/ListRolesCommand.cs +++ b/Content.Server/Roles/ListRolesCommand.cs @@ -2,7 +2,6 @@ using Content.Shared.Administration; using Content.Shared.Roles; using Robust.Shared.Console; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; namespace Content.Server.Roles diff --git a/Content.Server/Roles/RemoveRoleCommand.cs b/Content.Server/Roles/RemoveRoleCommand.cs index 55933383739..021375aaadb 100644 --- a/Content.Server/Roles/RemoveRoleCommand.cs +++ b/Content.Server/Roles/RemoveRoleCommand.cs @@ -4,7 +4,6 @@ using Content.Shared.Roles; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; namespace Content.Server.Roles diff --git a/Content.Server/Roles/Role.cs b/Content.Server/Roles/Role.cs index 9a628185bbe..e1d58446e1c 100644 --- a/Content.Server/Roles/Role.cs +++ b/Content.Server/Roles/Role.cs @@ -1,8 +1,6 @@ // Hey look, // Antag Datums. -using Robust.Shared.ViewVariables; - namespace Content.Server.Roles { /// diff --git a/Content.Server/Roles/RoleEvent.cs b/Content.Server/Roles/RoleEvent.cs index eecae93e59d..2c195087ff0 100644 --- a/Content.Server/Roles/RoleEvent.cs +++ b/Content.Server/Roles/RoleEvent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.Roles +namespace Content.Server.Roles { public abstract class RoleEvent : EntityEventArgs { diff --git a/Content.Server/Rotatable/FlippableComponent.cs b/Content.Server/Rotatable/FlippableComponent.cs index 1f64e117814..0e7464ec9e7 100644 --- a/Content.Server/Rotatable/FlippableComponent.cs +++ b/Content.Server/Rotatable/FlippableComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Rotatable diff --git a/Content.Server/Rotatable/RotatableSystem.cs b/Content.Server/Rotatable/RotatableSystem.cs index 73217da1069..3b723842e52 100644 --- a/Content.Server/Rotatable/RotatableSystem.cs +++ b/Content.Server/Rotatable/RotatableSystem.cs @@ -1,10 +1,6 @@ using Content.Shared.Popups; using Content.Shared.Rotatable; using Content.Shared.Verbs; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Maths; using Robust.Shared.Physics; namespace Content.Server.Rotatable diff --git a/Content.Server/RoundEnd/RoundEndSystem.cs b/Content.Server/RoundEnd/RoundEndSystem.cs index 99eb44adbc7..cdc57121bac 100644 --- a/Content.Server/RoundEnd/RoundEndSystem.cs +++ b/Content.Server/RoundEnd/RoundEndSystem.cs @@ -1,4 +1,3 @@ -using System; using System.Threading; using Content.Server.Administration.Logs; using Content.Server.Chat.Managers; @@ -6,9 +5,6 @@ using Content.Shared.Database; using Content.Shared.GameTicking; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; using Robust.Shared.Timing; using Timer = Robust.Shared.Timing.Timer; diff --git a/Content.Server/Salvage/SalvageMagnetComponent.cs b/Content.Server/Salvage/SalvageMagnetComponent.cs index 1be09ed49b0..8de904d6ece 100644 --- a/Content.Server/Salvage/SalvageMagnetComponent.cs +++ b/Content.Server/Salvage/SalvageMagnetComponent.cs @@ -1,9 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; -using System; - namespace Content.Server.Salvage { /// diff --git a/Content.Server/Salvage/SalvageMapPrototype.cs b/Content.Server/Salvage/SalvageMapPrototype.cs index 1aa1004a58b..19a717eac8a 100644 --- a/Content.Server/Salvage/SalvageMapPrototype.cs +++ b/Content.Server/Salvage/SalvageMapPrototype.cs @@ -1,11 +1,5 @@ -using System.Collections.Generic; -using System.Linq; -using Content.Server.Objectives.Interfaces; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Serialization.TypeSerializers.Implementations; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Server.Salvage { diff --git a/Content.Server/Salvage/SalvageSystem.cs b/Content.Server/Salvage/SalvageSystem.cs index 4041af91c41..b441de1c663 100644 --- a/Content.Server/Salvage/SalvageSystem.cs +++ b/Content.Server/Salvage/SalvageSystem.cs @@ -2,24 +2,15 @@ using Content.Server.GameTicking; using Content.Shared.CCVar; using Content.Shared.Examine; -using Content.Shared.GameTicking; using Content.Shared.Interaction; using Content.Shared.Popups; using Robust.Server.Maps; using Robust.Shared.Configuration; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Log; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Player; using Robust.Shared.Prototypes; using Robust.Shared.Random; -using Robust.Shared.Timing; using Robust.Shared.Utility; -using System; -using System.Collections.Generic; using System.Linq; namespace Content.Server.Salvage diff --git a/Content.Server/Sandbox/Commands/ColorNetworkCommand.cs b/Content.Server/Sandbox/Commands/ColorNetworkCommand.cs index 16aadd8cced..203e85b2662 100644 --- a/Content.Server/Sandbox/Commands/ColorNetworkCommand.cs +++ b/Content.Server/Sandbox/Commands/ColorNetworkCommand.cs @@ -1,5 +1,3 @@ -using System; -using Content.Server.Administration; using Content.Server.Administration.Managers; using Content.Server.Atmos.Piping.Components; using Content.Server.Atmos.Piping.EntitySystems; @@ -8,10 +6,6 @@ using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Maths; namespace Content.Server.Sandbox.Commands { diff --git a/Content.Server/Sandbox/SandboxSystem.cs b/Content.Server/Sandbox/SandboxSystem.cs index 4a88298ff2c..80921f3b861 100644 --- a/Content.Server/Sandbox/SandboxSystem.cs +++ b/Content.Server/Sandbox/SandboxSystem.cs @@ -7,7 +7,6 @@ using Content.Shared.Containers.ItemSlots; using Content.Shared.Hands.EntitySystems; using Content.Shared.Inventory; -using Content.Shared.Item; using Content.Shared.PDA; using Content.Shared.Sandbox; using Robust.Server.Console; @@ -15,11 +14,6 @@ using Robust.Server.Placement; using Robust.Server.Player; using Robust.Shared.Enums; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Network; -using Robust.Shared.Prototypes; -using Robust.Shared.ViewVariables; namespace Content.Server.Sandbox { diff --git a/Content.Server/Security/Components/DeployableBarrierComponent.cs b/Content.Server/Security/Components/DeployableBarrierComponent.cs index 4c9dab2bc49..09753167f36 100644 --- a/Content.Server/Security/Components/DeployableBarrierComponent.cs +++ b/Content.Server/Security/Components/DeployableBarrierComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Security { [RegisterComponent] diff --git a/Content.Server/Security/Systems/DeployableBarrierSystem.cs b/Content.Server/Security/Systems/DeployableBarrierSystem.cs index 941e108bf39..717101587b2 100644 --- a/Content.Server/Security/Systems/DeployableBarrierSystem.cs +++ b/Content.Server/Security/Systems/DeployableBarrierSystem.cs @@ -2,9 +2,6 @@ using Content.Server.Storage.Components; using Content.Shared.Security; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using System; -using Robust.Shared.IoC; namespace Content.Server.Security.Systems { diff --git a/Content.Server/Shuttles/Components/DockingComponent.cs b/Content.Server/Shuttles/Components/DockingComponent.cs index bad7a60896f..df3ae888b16 100644 --- a/Content.Server/Shuttles/Components/DockingComponent.cs +++ b/Content.Server/Shuttles/Components/DockingComponent.cs @@ -1,9 +1,5 @@ using Content.Shared.Shuttles.Components; -using Robust.Shared.GameObjects; using Robust.Shared.Physics.Dynamics.Joints; -using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Shuttles.Components { diff --git a/Content.Server/Shuttles/Components/ShuttleComponent.cs b/Content.Server/Shuttles/Components/ShuttleComponent.cs index 859331489f8..0705b6af537 100644 --- a/Content.Server/Shuttles/Components/ShuttleComponent.cs +++ b/Content.Server/Shuttles/Components/ShuttleComponent.cs @@ -1,8 +1,4 @@ -using System.Collections.Generic; using Content.Shared.Shuttles.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.ViewVariables; namespace Content.Server.Shuttles.Components { diff --git a/Content.Server/Shuttles/Components/ShuttleConsoleComponent.cs b/Content.Server/Shuttles/Components/ShuttleConsoleComponent.cs index aa75f06fe94..e724835253d 100644 --- a/Content.Server/Shuttles/Components/ShuttleConsoleComponent.cs +++ b/Content.Server/Shuttles/Components/ShuttleConsoleComponent.cs @@ -1,10 +1,4 @@ -using System.Collections.Generic; -using Content.Shared.Shuttles; using Content.Shared.Shuttles.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Shuttles.Components { diff --git a/Content.Server/Shuttles/Components/ThrusterComponent.cs b/Content.Server/Shuttles/Components/ThrusterComponent.cs index 2ac8f90055e..7526a50063b 100644 --- a/Content.Server/Shuttles/Components/ThrusterComponent.cs +++ b/Content.Server/Shuttles/Components/ThrusterComponent.cs @@ -1,12 +1,5 @@ -using System.Collections.Generic; using Content.Server.Shuttles.EntitySystems; using Content.Shared.Damage; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Physics.Collision.Shapes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Shuttles.Components { diff --git a/Content.Server/Shuttles/DockCommand.cs b/Content.Server/Shuttles/DockCommand.cs index 80562d5be92..0f8d15f1784 100644 --- a/Content.Server/Shuttles/DockCommand.cs +++ b/Content.Server/Shuttles/DockCommand.cs @@ -3,8 +3,6 @@ using Content.Server.Shuttles.EntitySystems; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Shuttles; diff --git a/Content.Server/Shuttles/EntitySystems/DockingSystem.cs b/Content.Server/Shuttles/EntitySystems/DockingSystem.cs index d13e5e0051f..c78efbb3a4c 100644 --- a/Content.Server/Shuttles/EntitySystems/DockingSystem.cs +++ b/Content.Server/Shuttles/EntitySystems/DockingSystem.cs @@ -1,21 +1,13 @@ -using System; -using Content.Server.Doors.Components; using Content.Server.Doors.Systems; using Content.Server.Power.Components; using Content.Server.Shuttles.Components; using Content.Shared.Doors; using Content.Shared.Doors.Components; using Content.Shared.Verbs; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Log; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Physics; using Robust.Shared.Physics.Collision.Shapes; using Robust.Shared.Physics.Dynamics; -using Robust.Shared.Physics.Dynamics.Joints; using Robust.Shared.Utility; namespace Content.Server.Shuttles.EntitySystems diff --git a/Content.Server/Shuttles/EntitySystems/ShuttleConsoleSystem.cs b/Content.Server/Shuttles/EntitySystems/ShuttleConsoleSystem.cs index 2c69a9c3734..3012c2a133d 100644 --- a/Content.Server/Shuttles/EntitySystems/ShuttleConsoleSystem.cs +++ b/Content.Server/Shuttles/EntitySystems/ShuttleConsoleSystem.cs @@ -1,4 +1,3 @@ -using System; using Content.Server.Popups; using Content.Server.Power.Components; using Content.Server.Shuttles.Components; diff --git a/Content.Server/Singularity/Components/ContainmentFieldComponent.cs b/Content.Server/Singularity/Components/ContainmentFieldComponent.cs index 3b4b2a47c53..bd0b494f53d 100644 --- a/Content.Server/Singularity/Components/ContainmentFieldComponent.cs +++ b/Content.Server/Singularity/Components/ContainmentFieldComponent.cs @@ -1,5 +1,4 @@ using Content.Shared.Singularity.Components; -using Robust.Shared.GameObjects; namespace Content.Server.Singularity.Components { diff --git a/Content.Server/Singularity/Components/ContainmentFieldConnection.cs b/Content.Server/Singularity/Components/ContainmentFieldConnection.cs index 8e9a0245987..1a50a05d200 100644 --- a/Content.Server/Singularity/Components/ContainmentFieldConnection.cs +++ b/Content.Server/Singularity/Components/ContainmentFieldConnection.cs @@ -1,10 +1,4 @@ -using System; -using System.Collections.Generic; using System.Threading; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; -using Robust.Shared.Maths; using Timer = Robust.Shared.Timing.Timer; namespace Content.Server.Singularity.Components diff --git a/Content.Server/Singularity/Components/ContainmentFieldGeneratorComponent.cs b/Content.Server/Singularity/Components/ContainmentFieldGeneratorComponent.cs index 7f7e040b9c3..c5ee929402d 100644 --- a/Content.Server/Singularity/Components/ContainmentFieldGeneratorComponent.cs +++ b/Content.Server/Singularity/Components/ContainmentFieldGeneratorComponent.cs @@ -1,15 +1,9 @@ -using System; using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Shared.Physics; using Content.Shared.Singularity.Components; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; -using Robust.Shared.Maths; using Robust.Shared.Physics; -using Robust.Shared.ViewVariables; namespace Content.Server.Singularity.Components { diff --git a/Content.Server/Singularity/Components/EmitterComponent.cs b/Content.Server/Singularity/Components/EmitterComponent.cs index 95c3c8bcf63..1c122522a4d 100644 --- a/Content.Server/Singularity/Components/EmitterComponent.cs +++ b/Content.Server/Singularity/Components/EmitterComponent.cs @@ -1,11 +1,5 @@ -using System; using System.Threading; -using Content.Server.Power.Components; -using Content.Shared.Access.Components; using Content.Shared.Sound; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Singularity.Components diff --git a/Content.Server/Singularity/Components/ServerSingularityComponent.cs b/Content.Server/Singularity/Components/ServerSingularityComponent.cs index c746defff64..41608b6e068 100644 --- a/Content.Server/Singularity/Components/ServerSingularityComponent.cs +++ b/Content.Server/Singularity/Components/ServerSingularityComponent.cs @@ -2,11 +2,7 @@ using Content.Shared.Singularity.Components; using Content.Shared.Sound; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Player; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Singularity.Components { diff --git a/Content.Server/Singularity/Components/SingularityGenerator.cs b/Content.Server/Singularity/Components/SingularityGenerator.cs index c01f1a8dde2..57fb80eb6de 100644 --- a/Content.Server/Singularity/Components/SingularityGenerator.cs +++ b/Content.Server/Singularity/Components/SingularityGenerator.cs @@ -1,8 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.ViewVariables; - -namespace Content.Server.Singularity.Components +namespace Content.Server.Singularity.Components { [RegisterComponent] public sealed class SingularityGeneratorComponent : Component diff --git a/Content.Server/Singularity/Components/SinguloFoodComponent.cs b/Content.Server/Singularity/Components/SinguloFoodComponent.cs index e10294e0640..f9209851809 100644 --- a/Content.Server/Singularity/Components/SinguloFoodComponent.cs +++ b/Content.Server/Singularity/Components/SinguloFoodComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Singularity.Components { /// diff --git a/Content.Server/Singularity/EntitySystems/ContainmentFieldGeneratorSystem.cs b/Content.Server/Singularity/EntitySystems/ContainmentFieldGeneratorSystem.cs index c302ddb5d53..0e8eba05475 100644 --- a/Content.Server/Singularity/EntitySystems/ContainmentFieldGeneratorSystem.cs +++ b/Content.Server/Singularity/EntitySystems/ContainmentFieldGeneratorSystem.cs @@ -2,8 +2,6 @@ using Content.Server.Singularity.Components; using Content.Shared.Singularity.Components; using Content.Shared.Tag; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Physics.Dynamics; namespace Content.Server.Singularity.EntitySystems diff --git a/Content.Server/Singularity/EntitySystems/EmitterSystem.cs b/Content.Server/Singularity/EntitySystems/EmitterSystem.cs index 7e663a6691c..b6491c0a6d8 100644 --- a/Content.Server/Singularity/EntitySystems/EmitterSystem.cs +++ b/Content.Server/Singularity/EntitySystems/EmitterSystem.cs @@ -1,4 +1,3 @@ -using System; using System.Threading; using Content.Server.Administration.Logs; using Content.Server.Power.Components; @@ -12,12 +11,7 @@ using Content.Shared.Popups; using Content.Shared.Singularity.Components; using JetBrains.Annotations; -using Robust.Server.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Log; using Robust.Shared.Physics; using Robust.Shared.Player; using Robust.Shared.Random; diff --git a/Content.Server/Singularity/EntitySystems/SingularitySystem.cs b/Content.Server/Singularity/EntitySystems/SingularitySystem.cs index 55a1e7155b1..1e17a70fe89 100644 --- a/Content.Server/Singularity/EntitySystems/SingularitySystem.cs +++ b/Content.Server/Singularity/EntitySystems/SingularitySystem.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using Content.Server.Ghost.Components; using Content.Server.Singularity.Components; using Content.Shared.Singularity; diff --git a/Content.Server/Singularity/StartSingularityEngineCommand.cs b/Content.Server/Singularity/StartSingularityEngineCommand.cs index 4d11154392e..2e053a6c07e 100644 --- a/Content.Server/Singularity/StartSingularityEngineCommand.cs +++ b/Content.Server/Singularity/StartSingularityEngineCommand.cs @@ -5,8 +5,6 @@ using Content.Shared.Administration; using Content.Shared.Singularity.Components; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Singularity { diff --git a/Content.Server/Solar/Components/SolarControlConsoleComponent.cs b/Content.Server/Solar/Components/SolarControlConsoleComponent.cs index f84dcc6e4f4..ccb21149c7f 100644 --- a/Content.Server/Solar/Components/SolarControlConsoleComponent.cs +++ b/Content.Server/Solar/Components/SolarControlConsoleComponent.cs @@ -1,13 +1,3 @@ -using System; -using Content.Shared.Solar; -using Content.Server.Solar.EntitySystems; -using Content.Server.UserInterface; -using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.ViewVariables; -using Robust.Shared.Maths; - namespace Content.Server.Solar.Components { [RegisterComponent] diff --git a/Content.Server/Solar/Components/SolarPanelComponent.cs b/Content.Server/Solar/Components/SolarPanelComponent.cs index 9823914afb2..a69504912cf 100644 --- a/Content.Server/Solar/Components/SolarPanelComponent.cs +++ b/Content.Server/Solar/Components/SolarPanelComponent.cs @@ -1,12 +1,4 @@ -using System; -using Content.Server.Power.Components; using Content.Server.Solar.EntitySystems; -using Robust.Server.GameObjects; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Timing; -using Robust.Shared.ViewVariables; namespace Content.Server.Solar.Components { diff --git a/Content.Server/Solar/EntitySystems/PowerSolarControlConsoleSystem.cs b/Content.Server/Solar/EntitySystems/PowerSolarControlConsoleSystem.cs index 0b91652ada0..f542b025c35 100644 --- a/Content.Server/Solar/EntitySystems/PowerSolarControlConsoleSystem.cs +++ b/Content.Server/Solar/EntitySystems/PowerSolarControlConsoleSystem.cs @@ -1,13 +1,7 @@ -using System; using Content.Server.Solar.Components; using Content.Server.UserInterface; using Content.Shared.Solar; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Server.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; -using Robust.Shared.Log; namespace Content.Server.Solar.EntitySystems { diff --git a/Content.Server/Solar/EntitySystems/PowerSolarSystem.cs b/Content.Server/Solar/EntitySystems/PowerSolarSystem.cs index 4030f057e6f..833aa24910a 100644 --- a/Content.Server/Solar/EntitySystems/PowerSolarSystem.cs +++ b/Content.Server/Solar/EntitySystems/PowerSolarSystem.cs @@ -1,14 +1,9 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Server.Power.Components; using Content.Server.Solar.Components; using Content.Shared.GameTicking; using Content.Shared.Physics; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Physics; using Robust.Shared.Random; diff --git a/Content.Server/Sound/Components/EmitSoundOnActivateComponent.cs b/Content.Server/Sound/Components/EmitSoundOnActivateComponent.cs index b78009e5f13..8901bbf6238 100644 --- a/Content.Server/Sound/Components/EmitSoundOnActivateComponent.cs +++ b/Content.Server/Sound/Components/EmitSoundOnActivateComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Sound.Components { /// diff --git a/Content.Server/Sound/Components/EmitSoundOnLandComponent.cs b/Content.Server/Sound/Components/EmitSoundOnLandComponent.cs index dd156b6d1b0..0248cbbad74 100644 --- a/Content.Server/Sound/Components/EmitSoundOnLandComponent.cs +++ b/Content.Server/Sound/Components/EmitSoundOnLandComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Sound.Components { /// diff --git a/Content.Server/Spawners/Components/ConditionalSpawnerComponent.cs b/Content.Server/Spawners/Components/ConditionalSpawnerComponent.cs index b15c76c9cbb..a5279ce848d 100644 --- a/Content.Server/Spawners/Components/ConditionalSpawnerComponent.cs +++ b/Content.Server/Spawners/Components/ConditionalSpawnerComponent.cs @@ -1,10 +1,6 @@ -using System.Collections.Generic; using Content.Server.GameTicking.Rules; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; -using Robust.Shared.ViewVariables; namespace Content.Server.Spawners.Components { diff --git a/Content.Server/Spawners/Components/RandomSpawnerComponent.cs b/Content.Server/Spawners/Components/RandomSpawnerComponent.cs index 0f27ace2aa0..f3ddfae0ce4 100644 --- a/Content.Server/Spawners/Components/RandomSpawnerComponent.cs +++ b/Content.Server/Spawners/Components/RandomSpawnerComponent.cs @@ -1,10 +1,5 @@ -using System.Collections.Generic; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; -using Robust.Shared.ViewVariables; namespace Content.Server.Spawners.Components { diff --git a/Content.Server/Spawners/Components/SpawnPointComponent.cs b/Content.Server/Spawners/Components/SpawnPointComponent.cs index 2369bbcf643..53e69d921f0 100644 --- a/Content.Server/Spawners/Components/SpawnPointComponent.cs +++ b/Content.Server/Spawners/Components/SpawnPointComponent.cs @@ -1,10 +1,6 @@ using Content.Shared.Markers; using Content.Shared.Roles; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Spawners.Components { diff --git a/Content.Server/Spawners/Components/TimedSpawnerComponent.cs b/Content.Server/Spawners/Components/TimedSpawnerComponent.cs index ebb86904416..07d997f983c 100644 --- a/Content.Server/Spawners/Components/TimedSpawnerComponent.cs +++ b/Content.Server/Spawners/Components/TimedSpawnerComponent.cs @@ -1,14 +1,8 @@ -using System; -using System.Collections.Generic; -using System.Threading; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; +using System.Threading; using Robust.Shared.Prototypes; using Robust.Shared.Random; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; -using Robust.Shared.ViewVariables; namespace Content.Server.Spawners.Components { diff --git a/Content.Server/Speech/AccentSystem.cs b/Content.Server/Speech/AccentSystem.cs index 76ca3026506..f5f3cb97db6 100644 --- a/Content.Server/Speech/AccentSystem.cs +++ b/Content.Server/Speech/AccentSystem.cs @@ -1,9 +1,5 @@ using System.Text.RegularExpressions; using Content.Server.Chat; -using Content.Server.Chat.Managers; -using Content.Server.Speech.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Speech { diff --git a/Content.Server/Speech/Components/AddAccentClothingComponent.cs b/Content.Server/Speech/Components/AddAccentClothingComponent.cs index f6d4c63a1bc..38dc541818f 100644 --- a/Content.Server/Speech/Components/AddAccentClothingComponent.cs +++ b/Content.Server/Speech/Components/AddAccentClothingComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; +using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Speech.Components; diff --git a/Content.Server/Speech/Components/BackwardsAccentComponent.cs b/Content.Server/Speech/Components/BackwardsAccentComponent.cs index 1a93ad77019..bc03c43474d 100644 --- a/Content.Server/Speech/Components/BackwardsAccentComponent.cs +++ b/Content.Server/Speech/Components/BackwardsAccentComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.Speech.Components +namespace Content.Server.Speech.Components { [RegisterComponent] public sealed class BackwardsAccentComponent : Component diff --git a/Content.Server/Speech/Components/MonkeyAccentComponent.cs b/Content.Server/Speech/Components/MonkeyAccentComponent.cs index 53f76044325..07810eedd16 100644 --- a/Content.Server/Speech/Components/MonkeyAccentComponent.cs +++ b/Content.Server/Speech/Components/MonkeyAccentComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Speech.Components; [RegisterComponent] diff --git a/Content.Server/Speech/Components/OwOAccentComponent.cs b/Content.Server/Speech/Components/OwOAccentComponent.cs index 8f3a1f8cbf8..df8a57dbe8c 100644 --- a/Content.Server/Speech/Components/OwOAccentComponent.cs +++ b/Content.Server/Speech/Components/OwOAccentComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.Speech.Components +namespace Content.Server.Speech.Components { [RegisterComponent] public sealed class OwOAccentComponent : Component diff --git a/Content.Server/Speech/Components/ReplacementAccentComponent.cs b/Content.Server/Speech/Components/ReplacementAccentComponent.cs index d19ea511aa1..56dfb926972 100644 --- a/Content.Server/Speech/Components/ReplacementAccentComponent.cs +++ b/Content.Server/Speech/Components/ReplacementAccentComponent.cs @@ -1,8 +1,5 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Speech.Components { diff --git a/Content.Server/Speech/Components/RussianAccentComponent.cs b/Content.Server/Speech/Components/RussianAccentComponent.cs index c3752eed25a..527561dcc92 100644 --- a/Content.Server/Speech/Components/RussianAccentComponent.cs +++ b/Content.Server/Speech/Components/RussianAccentComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Speech.Components; [RegisterComponent] diff --git a/Content.Server/Speech/Components/SpanishAccentComponent.cs b/Content.Server/Speech/Components/SpanishAccentComponent.cs index 9a10c6484b7..948085f0ae2 100644 --- a/Content.Server/Speech/Components/SpanishAccentComponent.cs +++ b/Content.Server/Speech/Components/SpanishAccentComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.Speech.Components +namespace Content.Server.Speech.Components { [RegisterComponent] public sealed class SpanishAccentComponent : Component diff --git a/Content.Server/Speech/Components/StutteringAccentComponent.cs b/Content.Server/Speech/Components/StutteringAccentComponent.cs index fd64e4db70d..361b08f379f 100644 --- a/Content.Server/Speech/Components/StutteringAccentComponent.cs +++ b/Content.Server/Speech/Components/StutteringAccentComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Speech.Components { [RegisterComponent] diff --git a/Content.Server/Speech/EntitySystems/AddAccentClothingSystem.cs b/Content.Server/Speech/EntitySystems/AddAccentClothingSystem.cs index 8606ab004a9..c06bbf5a2c6 100644 --- a/Content.Server/Speech/EntitySystems/AddAccentClothingSystem.cs +++ b/Content.Server/Speech/EntitySystems/AddAccentClothingSystem.cs @@ -1,8 +1,6 @@ using Content.Server.Clothing.Components; using Content.Server.Speech.Components; using Content.Shared.Inventory.Events; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Speech.EntitySystems; diff --git a/Content.Server/Speech/EntitySystems/BackwardsAccentSystem.cs b/Content.Server/Speech/EntitySystems/BackwardsAccentSystem.cs index db133acee17..db69c869954 100644 --- a/Content.Server/Speech/EntitySystems/BackwardsAccentSystem.cs +++ b/Content.Server/Speech/EntitySystems/BackwardsAccentSystem.cs @@ -1,6 +1,4 @@ -using System; using Content.Server.Speech.Components; -using Robust.Shared.GameObjects; namespace Content.Server.Speech.EntitySystems { diff --git a/Content.Server/Speech/EntitySystems/MonkeyAccentSystem.cs b/Content.Server/Speech/EntitySystems/MonkeyAccentSystem.cs index 8bf8e7219bb..f2813d8245c 100644 --- a/Content.Server/Speech/EntitySystems/MonkeyAccentSystem.cs +++ b/Content.Server/Speech/EntitySystems/MonkeyAccentSystem.cs @@ -1,7 +1,5 @@ using System.Text; using Content.Server.Speech.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; namespace Content.Server.Speech.EntitySystems; diff --git a/Content.Server/Speech/EntitySystems/OwOAccentSystem.cs b/Content.Server/Speech/EntitySystems/OwOAccentSystem.cs index 1fcdd045eb1..cac3debe819 100644 --- a/Content.Server/Speech/EntitySystems/OwOAccentSystem.cs +++ b/Content.Server/Speech/EntitySystems/OwOAccentSystem.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; using Content.Server.Speech.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; namespace Content.Server.Speech.EntitySystems diff --git a/Content.Server/Speech/EntitySystems/ReplacementAccentSystem.cs b/Content.Server/Speech/EntitySystems/ReplacementAccentSystem.cs index 5e02c7663bb..9834fba21bb 100644 --- a/Content.Server/Speech/EntitySystems/ReplacementAccentSystem.cs +++ b/Content.Server/Speech/EntitySystems/ReplacementAccentSystem.cs @@ -1,6 +1,4 @@ using Content.Server.Speech.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Server/Speech/EntitySystems/RussianAccentSystem.cs b/Content.Server/Speech/EntitySystems/RussianAccentSystem.cs index 0d7f4cb7654..33e4513d93f 100644 --- a/Content.Server/Speech/EntitySystems/RussianAccentSystem.cs +++ b/Content.Server/Speech/EntitySystems/RussianAccentSystem.cs @@ -1,8 +1,5 @@ using System.Text; using Content.Server.Speech.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Random; namespace Content.Server.Speech.EntitySystems; diff --git a/Content.Server/Speech/EntitySystems/SpanishAccentSystem.cs b/Content.Server/Speech/EntitySystems/SpanishAccentSystem.cs index 52cbaa28131..2a3f25827c0 100644 --- a/Content.Server/Speech/EntitySystems/SpanishAccentSystem.cs +++ b/Content.Server/Speech/EntitySystems/SpanishAccentSystem.cs @@ -1,5 +1,4 @@ using Content.Server.Speech.Components; -using Robust.Shared.GameObjects; namespace Content.Server.Speech.EntitySystems { diff --git a/Content.Server/Speech/EntitySystems/StutteringSystem.cs b/Content.Server/Speech/EntitySystems/StutteringSystem.cs index 63398a04c18..d4d7a7256b2 100644 --- a/Content.Server/Speech/EntitySystems/StutteringSystem.cs +++ b/Content.Server/Speech/EntitySystems/StutteringSystem.cs @@ -1,11 +1,8 @@ -using System; using System.Text; using System.Text.RegularExpressions; using Content.Server.Speech.Components; using Content.Shared.Speech.EntitySystems; using Content.Shared.StatusEffect; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; namespace Content.Server.Speech.EntitySystems diff --git a/Content.Server/Speech/SpeechNoiseSystem.cs b/Content.Server/Speech/SpeechNoiseSystem.cs index 97969ca56c5..10685052da6 100644 --- a/Content.Server/Speech/SpeechNoiseSystem.cs +++ b/Content.Server/Speech/SpeechNoiseSystem.cs @@ -1,13 +1,10 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Audio; using Content.Server.Chat; using Content.Shared.Speech; -using Content.Shared.Sound; using Robust.Shared.Player; using Robust.Shared.Prototypes; using Robust.Shared.Timing; using Robust.Shared.Random; -using System; namespace Content.Server.Speech { diff --git a/Content.Server/Sprite/Components/RandomSpriteColorComponent.cs b/Content.Server/Sprite/Components/RandomSpriteColorComponent.cs index b342fd37e9f..84c65905349 100644 --- a/Content.Server/Sprite/Components/RandomSpriteColorComponent.cs +++ b/Content.Server/Sprite/Components/RandomSpriteColorComponent.cs @@ -1,8 +1,3 @@ -using System.Collections.Generic; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Sprite.Components { [RegisterComponent] diff --git a/Content.Server/Sprite/Components/RandomSpriteStateComponent.cs b/Content.Server/Sprite/Components/RandomSpriteStateComponent.cs index fc33c1b633c..c99637a09a6 100644 --- a/Content.Server/Sprite/Components/RandomSpriteStateComponent.cs +++ b/Content.Server/Sprite/Components/RandomSpriteStateComponent.cs @@ -1,7 +1,3 @@ -using System.Collections.Generic; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Sprite.Components { [RegisterComponent] diff --git a/Content.Server/Sprite/RandomSpriteSystem.cs b/Content.Server/Sprite/RandomSpriteSystem.cs index 68a343edc14..45e0619ac33 100644 --- a/Content.Server/Sprite/RandomSpriteSystem.cs +++ b/Content.Server/Sprite/RandomSpriteSystem.cs @@ -1,8 +1,6 @@ using Content.Server.Sprite.Components; using Content.Shared.Random.Helpers; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; namespace Content.Server.Sprite; diff --git a/Content.Server/Stack/StackComponent.cs b/Content.Server/Stack/StackComponent.cs index a3e903feaba..5abae1fcb49 100644 --- a/Content.Server/Stack/StackComponent.cs +++ b/Content.Server/Stack/StackComponent.cs @@ -1,7 +1,4 @@ using Content.Shared.Stacks; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; namespace Content.Server.Stack { diff --git a/Content.Server/Station/Components/StationDataComponent.cs b/Content.Server/Station/Components/StationDataComponent.cs index 0e6807d16e4..cccceafe135 100644 --- a/Content.Server/Station/Components/StationDataComponent.cs +++ b/Content.Server/Station/Components/StationDataComponent.cs @@ -1,6 +1,4 @@ -using Content.Server.Maps; -using Content.Server.Station.Systems; -using Robust.Shared.Map; +using Content.Server.Station.Systems; namespace Content.Server.Station.Components; diff --git a/Content.Server/Station/Components/StationSpawningComponent.cs b/Content.Server/Station/Components/StationSpawningComponent.cs index 91da24b7540..1ffb3e4cb2d 100644 --- a/Content.Server/Station/Components/StationSpawningComponent.cs +++ b/Content.Server/Station/Components/StationSpawningComponent.cs @@ -1,5 +1,4 @@ using Content.Server.Station.Systems; -using Robust.Shared.Map; namespace Content.Server.Station.Components; diff --git a/Content.Server/Station/StationConfig.cs b/Content.Server/Station/StationConfig.cs index 0e46768604a..5a4d875114d 100644 --- a/Content.Server/Station/StationConfig.cs +++ b/Content.Server/Station/StationConfig.cs @@ -1,8 +1,5 @@ using Content.Server.Maps.NameGenerators; -using Content.Shared.Roles; using JetBrains.Annotations; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Dictionary; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; namespace Content.Server.Station; diff --git a/Content.Server/Station/Systems/StationSpawningSystem.cs b/Content.Server/Station/Systems/StationSpawningSystem.cs index 498dafb7549..2f52c6a4653 100644 --- a/Content.Server/Station/Systems/StationSpawningSystem.cs +++ b/Content.Server/Station/Systems/StationSpawningSystem.cs @@ -14,7 +14,6 @@ using JetBrains.Annotations; using Robust.Shared.Map; using Robust.Shared.Prototypes; -using Robust.Shared.Random; using Robust.Shared.Utility; namespace Content.Server.Station.Systems; diff --git a/Content.Server/Station/Systems/StationSystem.cs b/Content.Server/Station/Systems/StationSystem.cs index 834278ab733..126d85791a0 100644 --- a/Content.Server/Station/Systems/StationSystem.cs +++ b/Content.Server/Station/Systems/StationSystem.cs @@ -1,7 +1,6 @@ using System.Linq; using Content.Server.Chat.Managers; using Content.Server.GameTicking; -using Content.Server.Maps; using Content.Server.Station.Components; using Content.Shared.CCVar; using JetBrains.Annotations; diff --git a/Content.Server/StationEvents/Events/DiseaseOutbreak.cs b/Content.Server/StationEvents/Events/DiseaseOutbreak.cs index 67bae1a03f4..00cdd281fea 100644 --- a/Content.Server/StationEvents/Events/DiseaseOutbreak.cs +++ b/Content.Server/StationEvents/Events/DiseaseOutbreak.cs @@ -1,4 +1,3 @@ -using System.Linq; using Content.Server.Chat.Managers; using Content.Server.Disease.Components; using Content.Server.Disease; diff --git a/Content.Server/StationEvents/Events/FalseAlarm.cs b/Content.Server/StationEvents/Events/FalseAlarm.cs index 423220c5513..f3e22c88e6d 100644 --- a/Content.Server/StationEvents/Events/FalseAlarm.cs +++ b/Content.Server/StationEvents/Events/FalseAlarm.cs @@ -1,5 +1,4 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.StationEvents.Events { diff --git a/Content.Server/StationEvents/Events/GasLeak.cs b/Content.Server/StationEvents/Events/GasLeak.cs index 2fdf6e23602..e033425b473 100644 --- a/Content.Server/StationEvents/Events/GasLeak.cs +++ b/Content.Server/StationEvents/Events/GasLeak.cs @@ -1,6 +1,5 @@ using Content.Server.Atmos.EntitySystems; using Content.Shared.Atmos; -using Content.Shared.Sound; using Robust.Shared.Audio; using Robust.Shared.Map; using Robust.Shared.Player; diff --git a/Content.Server/StationEvents/Events/KudzuGrowth.cs b/Content.Server/StationEvents/Events/KudzuGrowth.cs index 303d1a86511..497b4a98d02 100644 --- a/Content.Server/StationEvents/Events/KudzuGrowth.cs +++ b/Content.Server/StationEvents/Events/KudzuGrowth.cs @@ -1,4 +1,3 @@ -using Content.Shared.Sound; using Robust.Shared.Map; using Robust.Shared.Random; diff --git a/Content.Server/StationEvents/Events/MeteorSwarm.cs b/Content.Server/StationEvents/Events/MeteorSwarm.cs index 279c66d522e..df369bf7a74 100644 --- a/Content.Server/StationEvents/Events/MeteorSwarm.cs +++ b/Content.Server/StationEvents/Events/MeteorSwarm.cs @@ -1,14 +1,8 @@ -using System; -using System.Linq; using Content.Server.GameTicking; using Content.Server.Projectiles.Components; using Content.Shared.Sound; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Random; -using Robust.Shared.Timing; namespace Content.Server.StationEvents.Events { diff --git a/Content.Server/StationEvents/Events/RadiationStorm.cs b/Content.Server/StationEvents/Events/RadiationStorm.cs index 97f1de3dad4..2fc566ff91b 100644 --- a/Content.Server/StationEvents/Events/RadiationStorm.cs +++ b/Content.Server/StationEvents/Events/RadiationStorm.cs @@ -1,4 +1,3 @@ -using System.Linq; using Content.Server.Radiation; using Content.Server.Station.Components; using Content.Server.Station.Systems; diff --git a/Content.Server/StationEvents/Events/StationEvent.cs b/Content.Server/StationEvents/Events/StationEvent.cs index 6ead81b3e2f..a7fa34dd831 100644 --- a/Content.Server/StationEvents/Events/StationEvent.cs +++ b/Content.Server/StationEvents/Events/StationEvent.cs @@ -1,4 +1,3 @@ -using System.Linq; using Content.Server.Administration.Logs; using Content.Server.Atmos.EntitySystems; using Content.Server.Chat.Managers; diff --git a/Content.Server/StationEvents/Events/VentClog.cs b/Content.Server/StationEvents/Events/VentClog.cs index cf2120525ad..e9be75fa352 100644 --- a/Content.Server/StationEvents/Events/VentClog.cs +++ b/Content.Server/StationEvents/Events/VentClog.cs @@ -5,10 +5,8 @@ using Content.Shared.Chemistry.Reagent; using Content.Shared.Sound; using JetBrains.Annotations; -using Robust.Shared.Map; using Robust.Shared.Prototypes; using Robust.Shared.Random; -using Robust.Shared.Utility; namespace Content.Server.StationEvents.Events; diff --git a/Content.Server/StationEvents/StationEventCommand.cs b/Content.Server/StationEvents/StationEventCommand.cs index 1ab2e36e248..f65d7323c45 100644 --- a/Content.Server/StationEvents/StationEventCommand.cs +++ b/Content.Server/StationEvents/StationEventCommand.cs @@ -2,8 +2,6 @@ using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using System.Linq; namespace Content.Server.StationEvents diff --git a/Content.Server/StationEvents/StationEventSystem.cs b/Content.Server/StationEvents/StationEventSystem.cs index bcedfe8db61..1e8f4f3c4d8 100644 --- a/Content.Server/StationEvents/StationEventSystem.cs +++ b/Content.Server/StationEvents/StationEventSystem.cs @@ -1,12 +1,8 @@ -using System; -using System.Collections.Generic; using System.Linq; using System.Text; using Content.Server.Administration.Logs; using Content.Server.GameTicking; using Content.Server.StationEvents.Events; -using Content.Shared; -using Content.Shared.Administration.Logs; using Content.Shared.CCVar; using Content.Shared.Database; using Content.Shared.GameTicking; @@ -15,13 +11,9 @@ using Robust.Server.Console; using Robust.Server.Player; using Robust.Shared.Configuration; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Network; using Robust.Shared.Random; using Robust.Shared.Reflection; -using Robust.Shared.Timing; namespace Content.Server.StationEvents { diff --git a/Content.Server/Storage/Components/CursedEntityStorageComponent.cs b/Content.Server/Storage/Components/CursedEntityStorageComponent.cs index 1f67f4ff087..33cb630bf1d 100644 --- a/Content.Server/Storage/Components/CursedEntityStorageComponent.cs +++ b/Content.Server/Storage/Components/CursedEntityStorageComponent.cs @@ -2,11 +2,8 @@ using Content.Shared.Interaction; using Content.Shared.Sound; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Player; using Robust.Shared.Random; -using Robust.Shared.Serialization.Manager.Attributes; using System.Linq; namespace Content.Server.Storage.Components diff --git a/Content.Server/Storage/Components/EntityStorageComponent.cs b/Content.Server/Storage/Components/EntityStorageComponent.cs index 39906d9b71e..d189ae00a35 100644 --- a/Content.Server/Storage/Components/EntityStorageComponent.cs +++ b/Content.Server/Storage/Components/EntityStorageComponent.cs @@ -1,12 +1,8 @@ -using System; -using System.Collections.Generic; using System.Linq; -using System.Threading.Tasks; using Content.Server.Construction; using Content.Server.Construction.Components; using Content.Server.Ghost.Components; using Content.Server.Storage.EntitySystems; -using Content.Server.Tools; using Content.Shared.Body.Components; using Content.Shared.Foldable; using Content.Shared.Interaction; @@ -16,12 +12,10 @@ using Content.Shared.Popups; using Content.Shared.Sound; using Content.Shared.Storage; -using Content.Shared.Tools; using Robust.Shared.Audio; using Robust.Shared.Containers; using Robust.Shared.Physics; using Robust.Shared.Player; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Storage.Components { diff --git a/Content.Server/Storage/Components/IStorageComponent.cs b/Content.Server/Storage/Components/IStorageComponent.cs index 52f0388479c..1689db3432e 100644 --- a/Content.Server/Storage/Components/IStorageComponent.cs +++ b/Content.Server/Storage/Components/IStorageComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Storage.Components { public interface IStorageComponent : IComponent diff --git a/Content.Server/Storage/Components/SecretStashComponent.cs b/Content.Server/Storage/Components/SecretStashComponent.cs index d2d8333d2e0..7848ae9c399 100644 --- a/Content.Server/Storage/Components/SecretStashComponent.cs +++ b/Content.Server/Storage/Components/SecretStashComponent.cs @@ -2,11 +2,7 @@ using Content.Server.Toilet; using Content.Shared.Containers.ItemSlots; using Content.Shared.Item; -using Robust.Shared.Analyzers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Storage.Components { diff --git a/Content.Server/Storage/Components/SpawnItemsOnUseComponent.cs b/Content.Server/Storage/Components/SpawnItemsOnUseComponent.cs index 48f61c7effa..939994271c5 100644 --- a/Content.Server/Storage/Components/SpawnItemsOnUseComponent.cs +++ b/Content.Server/Storage/Components/SpawnItemsOnUseComponent.cs @@ -1,8 +1,5 @@ -using System.Collections.Generic; using Content.Shared.Sound; using Content.Shared.Storage; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Storage.Components { diff --git a/Content.Server/Storage/Components/StorageFillComponent.cs b/Content.Server/Storage/Components/StorageFillComponent.cs index 1a449459bcb..5a15296a148 100644 --- a/Content.Server/Storage/Components/StorageFillComponent.cs +++ b/Content.Server/Storage/Components/StorageFillComponent.cs @@ -1,9 +1,5 @@ -using System.Collections.Generic; using Content.Server.Storage.EntitySystems; using Content.Shared.Storage; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Storage.Components { diff --git a/Content.Server/Storage/EntitySystems/DumpableSystem.cs b/Content.Server/Storage/EntitySystems/DumpableSystem.cs index a6d3e26bb3a..7797cd06679 100644 --- a/Content.Server/Storage/EntitySystems/DumpableSystem.cs +++ b/Content.Server/Storage/EntitySystems/DumpableSystem.cs @@ -7,7 +7,6 @@ using Content.Server.Disposal.Unit.EntitySystems; using Content.Server.DoAfter; using Content.Shared.Placeable; -using Content.Server.Hands.Systems; using Robust.Shared.Containers; namespace Content.Server.Storage.EntitySystems diff --git a/Content.Server/Storage/EntitySystems/EntityStorageSystem.cs b/Content.Server/Storage/EntitySystems/EntityStorageSystem.cs index c5f97b8accc..0102f2acb65 100644 --- a/Content.Server/Storage/EntitySystems/EntityStorageSystem.cs +++ b/Content.Server/Storage/EntitySystems/EntityStorageSystem.cs @@ -3,7 +3,6 @@ using Content.Server.Storage.Components; using Content.Server.Tools.Systems; using Content.Shared.Destructible; -using Content.Shared.Interaction; using Robust.Shared.Physics; using Robust.Shared.Player; diff --git a/Content.Server/Storage/EntitySystems/ItemCounterSystem.cs b/Content.Server/Storage/EntitySystems/ItemCounterSystem.cs index f32c8f4629e..e9c42a401ad 100644 --- a/Content.Server/Storage/EntitySystems/ItemCounterSystem.cs +++ b/Content.Server/Storage/EntitySystems/ItemCounterSystem.cs @@ -3,8 +3,6 @@ using Content.Shared.Storage.EntitySystems; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Storage.EntitySystems { diff --git a/Content.Server/Storage/EntitySystems/ItemMapperSystem.cs b/Content.Server/Storage/EntitySystems/ItemMapperSystem.cs index 12344a1e256..00aa0f5b121 100644 --- a/Content.Server/Storage/EntitySystems/ItemMapperSystem.cs +++ b/Content.Server/Storage/EntitySystems/ItemMapperSystem.cs @@ -1,12 +1,8 @@ -using System.Collections.Generic; -using System.Linq; -using Content.Server.Storage.Components; +using System.Linq; using Content.Shared.Storage.Components; using Content.Shared.Storage.EntitySystems; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Storage.EntitySystems { diff --git a/Content.Server/Storage/EntitySystems/StorageSystem.cs b/Content.Server/Storage/EntitySystems/StorageSystem.cs index 23b6bc74625..2ab747e083d 100644 --- a/Content.Server/Storage/EntitySystems/StorageSystem.cs +++ b/Content.Server/Storage/EntitySystems/StorageSystem.cs @@ -1,6 +1,4 @@ using System.Linq; -using Content.Server.Disposal.Unit.Components; -using Content.Server.Disposal.Unit.EntitySystems; using Content.Server.Hands.Components; using Content.Server.Storage.Components; using Content.Shared.Interaction; diff --git a/Content.Server/Stunnable/Components/StunOnCollideComponent.cs b/Content.Server/Stunnable/Components/StunOnCollideComponent.cs index a916c1b5e25..447b030e9b1 100644 --- a/Content.Server/Stunnable/Components/StunOnCollideComponent.cs +++ b/Content.Server/Stunnable/Components/StunOnCollideComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Stunnable.Components { /// diff --git a/Content.Server/Stunnable/Components/StunbatonComponent.cs b/Content.Server/Stunnable/Components/StunbatonComponent.cs index 114f988565b..a1a62d78f31 100644 --- a/Content.Server/Stunnable/Components/StunbatonComponent.cs +++ b/Content.Server/Stunnable/Components/StunbatonComponent.cs @@ -1,7 +1,4 @@ using Content.Shared.Sound; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Stunnable.Components { diff --git a/Content.Server/Stunnable/StunOnCollideSystem.cs b/Content.Server/Stunnable/StunOnCollideSystem.cs index b9c8f6230be..f0c095f7d79 100644 --- a/Content.Server/Stunnable/StunOnCollideSystem.cs +++ b/Content.Server/Stunnable/StunOnCollideSystem.cs @@ -1,10 +1,7 @@ -using System; using Content.Server.Stunnable.Components; using Content.Shared.Standing; using Content.Shared.StatusEffect; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Physics.Dynamics; using Content.Shared.Throwing; diff --git a/Content.Server/Stunnable/StunbatonSystem.cs b/Content.Server/Stunnable/StunbatonSystem.cs index 134201463a1..52b6ac106e1 100644 --- a/Content.Server/Stunnable/StunbatonSystem.cs +++ b/Content.Server/Stunnable/StunbatonSystem.cs @@ -1,11 +1,9 @@ -using System; using System.Linq; using Content.Server.Power.Events; using Content.Server.PowerCell; using Content.Server.Speech.EntitySystems; using Content.Server.Stunnable.Components; using Content.Server.Weapon.Melee; -using Content.Shared.ActionBlocker; using Content.Shared.Audio; using Content.Shared.Examine; using Content.Shared.Interaction.Events; @@ -18,9 +16,6 @@ using Content.Shared.Throwing; using Robust.Server.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; using Robust.Shared.Random; diff --git a/Content.Server/Suspicion/Roles/SuspicionInnocentRole.cs b/Content.Server/Suspicion/Roles/SuspicionInnocentRole.cs index 11cf3e90e44..65eb958471b 100644 --- a/Content.Server/Suspicion/Roles/SuspicionInnocentRole.cs +++ b/Content.Server/Suspicion/Roles/SuspicionInnocentRole.cs @@ -1,6 +1,5 @@ using Content.Server.Chat.Managers; using Content.Shared.Roles; -using Robust.Shared.IoC; namespace Content.Server.Suspicion.Roles { diff --git a/Content.Server/Suspicion/Roles/SuspicionTraitorRole.cs b/Content.Server/Suspicion/Roles/SuspicionTraitorRole.cs index 3e40619cabe..7f3e865b3b0 100644 --- a/Content.Server/Suspicion/Roles/SuspicionTraitorRole.cs +++ b/Content.Server/Suspicion/Roles/SuspicionTraitorRole.cs @@ -1,8 +1,6 @@ -using System.Collections.Generic; using System.Linq; using Content.Server.Chat.Managers; using Content.Shared.Roles; -using Robust.Shared.Localization; namespace Content.Server.Suspicion.Roles { diff --git a/Content.Server/Tabletop/Components/TabletopGameComponent.cs b/Content.Server/Tabletop/Components/TabletopGameComponent.cs index 64177787218..62db7db8835 100644 --- a/Content.Server/Tabletop/Components/TabletopGameComponent.cs +++ b/Content.Server/Tabletop/Components/TabletopGameComponent.cs @@ -1,9 +1,3 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Tabletop.Components { /// diff --git a/Content.Server/Tabletop/Components/TabletopGamerComponent.cs b/Content.Server/Tabletop/Components/TabletopGamerComponent.cs index bc575fbb4b0..eb7523ccf93 100644 --- a/Content.Server/Tabletop/Components/TabletopGamerComponent.cs +++ b/Content.Server/Tabletop/Components/TabletopGamerComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Tabletop.Components { /// diff --git a/Content.Server/Tabletop/TabletopBackgammonSetup.cs b/Content.Server/Tabletop/TabletopBackgammonSetup.cs index ce945c26867..3d312796d0a 100644 --- a/Content.Server/Tabletop/TabletopBackgammonSetup.cs +++ b/Content.Server/Tabletop/TabletopBackgammonSetup.cs @@ -1,6 +1,4 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Tabletop { diff --git a/Content.Server/Tabletop/TabletopCheckerSetup.cs b/Content.Server/Tabletop/TabletopCheckerSetup.cs index c390aa0dc6c..de73f7a0afa 100644 --- a/Content.Server/Tabletop/TabletopCheckerSetup.cs +++ b/Content.Server/Tabletop/TabletopCheckerSetup.cs @@ -1,8 +1,6 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; using Robust.Shared.Map; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Tabletop diff --git a/Content.Server/Tabletop/TabletopChessSetup.cs b/Content.Server/Tabletop/TabletopChessSetup.cs index a87aca69679..e5f086ba941 100644 --- a/Content.Server/Tabletop/TabletopChessSetup.cs +++ b/Content.Server/Tabletop/TabletopChessSetup.cs @@ -1,8 +1,6 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; using Robust.Shared.Map; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Tabletop diff --git a/Content.Server/Tabletop/TabletopParchisSetup.cs b/Content.Server/Tabletop/TabletopParchisSetup.cs index fbe2f1ae7d0..14e2ba64170 100644 --- a/Content.Server/Tabletop/TabletopParchisSetup.cs +++ b/Content.Server/Tabletop/TabletopParchisSetup.cs @@ -1,7 +1,5 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Tabletop diff --git a/Content.Server/Tabletop/TabletopSession.cs b/Content.Server/Tabletop/TabletopSession.cs index d711cbcde8f..3613bbbdae9 100644 --- a/Content.Server/Tabletop/TabletopSession.cs +++ b/Content.Server/Tabletop/TabletopSession.cs @@ -1,8 +1,5 @@ -using System.Collections.Generic; -using Robust.Server.Player; -using Robust.Shared.GameObjects; +using Robust.Server.Player; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.Tabletop { diff --git a/Content.Server/Tabletop/TabletopSessionPlayerData.cs b/Content.Server/Tabletop/TabletopSessionPlayerData.cs index b7a81f78249..5ffe4be3629 100644 --- a/Content.Server/Tabletop/TabletopSessionPlayerData.cs +++ b/Content.Server/Tabletop/TabletopSessionPlayerData.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Tabletop { /// diff --git a/Content.Server/Tabletop/TabletopSetup.cs b/Content.Server/Tabletop/TabletopSetup.cs index 6f0ecae0ab1..ad1cc3a2e37 100644 --- a/Content.Server/Tabletop/TabletopSetup.cs +++ b/Content.Server/Tabletop/TabletopSetup.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Tabletop { [ImplicitDataDefinitionForInheritors] diff --git a/Content.Server/Tabletop/TabletopSystem.Map.cs b/Content.Server/Tabletop/TabletopSystem.Map.cs index 90ba63e9c6f..a3dea3719bd 100644 --- a/Content.Server/Tabletop/TabletopSystem.Map.cs +++ b/Content.Server/Tabletop/TabletopSystem.Map.cs @@ -1,8 +1,5 @@ -using System; using Content.Shared.GameTicking; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.Tabletop { diff --git a/Content.Server/Tabletop/TabletopSystem.Session.cs b/Content.Server/Tabletop/TabletopSystem.Session.cs index 577817a7e1c..dc4cb0a78c6 100644 --- a/Content.Server/Tabletop/TabletopSystem.Session.cs +++ b/Content.Server/Tabletop/TabletopSystem.Session.cs @@ -2,11 +2,6 @@ using Content.Shared.Tabletop.Events; using Robust.Server.GameObjects; using Robust.Server.Player; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Log; -using Robust.Shared.Maths; using Robust.Shared.Utility; namespace Content.Server.Tabletop diff --git a/Content.Server/Tabletop/TabletopSystem.cs b/Content.Server/Tabletop/TabletopSystem.cs index b10f4109054..29488f4c1d3 100644 --- a/Content.Server/Tabletop/TabletopSystem.cs +++ b/Content.Server/Tabletop/TabletopSystem.cs @@ -1,5 +1,4 @@ using Content.Server.Tabletop.Components; -using Content.Shared.ActionBlocker; using Content.Shared.Interaction; using Content.Shared.Tabletop; using Content.Shared.Tabletop.Events; @@ -8,9 +7,6 @@ using Robust.Server.GameObjects; using Robust.Server.Player; using Robust.Shared.Enums; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Map; namespace Content.Server.Tabletop diff --git a/Content.Server/Temperature/Components/HeatResistanceComponent.cs b/Content.Server/Temperature/Components/HeatResistanceComponent.cs index 9a068254e72..b5d3b7f2167 100644 --- a/Content.Server/Temperature/Components/HeatResistanceComponent.cs +++ b/Content.Server/Temperature/Components/HeatResistanceComponent.cs @@ -1,7 +1,5 @@ using Content.Server.Clothing.Components; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Temperature.Components { diff --git a/Content.Server/Temperature/Components/TemperatureComponent.cs b/Content.Server/Temperature/Components/TemperatureComponent.cs index 3f88d8286cd..920418dc7c9 100644 --- a/Content.Server/Temperature/Components/TemperatureComponent.cs +++ b/Content.Server/Temperature/Components/TemperatureComponent.cs @@ -1,11 +1,7 @@ using Content.Shared.Atmos; using Content.Shared.Damage; using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Physics; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Temperature.Components { diff --git a/Content.Server/Temperature/Systems/TemperatureSystem.cs b/Content.Server/Temperature/Systems/TemperatureSystem.cs index 781f5992ee1..add8d22bcda 100644 --- a/Content.Server/Temperature/Systems/TemperatureSystem.cs +++ b/Content.Server/Temperature/Systems/TemperatureSystem.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Server.Administration.Logs; using Content.Server.Atmos.Components; @@ -9,8 +7,6 @@ using Content.Shared.Damage; using Content.Shared.Database; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Temperature.Systems { diff --git a/Content.Server/Throwing/EmitSoundOnThrowComponent.cs b/Content.Server/Throwing/EmitSoundOnThrowComponent.cs index 0fdc9817ac0..22105476c03 100644 --- a/Content.Server/Throwing/EmitSoundOnThrowComponent.cs +++ b/Content.Server/Throwing/EmitSoundOnThrowComponent.cs @@ -1,5 +1,4 @@ using Content.Server.Sound.Components; -using Robust.Shared.GameObjects; namespace Content.Server.Throwing { diff --git a/Content.Server/Tiles/FloorTileItemComponent.cs b/Content.Server/Tiles/FloorTileItemComponent.cs index a943b0fba48..b70ed17560b 100644 --- a/Content.Server/Tiles/FloorTileItemComponent.cs +++ b/Content.Server/Tiles/FloorTileItemComponent.cs @@ -1,19 +1,13 @@ -using System.Collections.Generic; using System.Threading.Tasks; using Content.Server.Stack; using Content.Shared.Audio; using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; using Content.Shared.Maps; using Content.Shared.Sound; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Player; using Robust.Shared.Random; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; namespace Content.Server.Tiles diff --git a/Content.Server/Tools/Components/MultipleToolComponent.cs b/Content.Server/Tools/Components/MultipleToolComponent.cs index 9d3164183c5..77abb6b6ca1 100644 --- a/Content.Server/Tools/Components/MultipleToolComponent.cs +++ b/Content.Server/Tools/Components/MultipleToolComponent.cs @@ -1,13 +1,7 @@ -using System; -using System.Collections.Generic; using Content.Shared.Sound; using Content.Shared.Tools; using Content.Shared.Tools.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Server.Tools.Components { diff --git a/Content.Server/Tools/Components/TilePryingComponent.cs b/Content.Server/Tools/Components/TilePryingComponent.cs index dafb33b59bf..a7c20fa0862 100644 --- a/Content.Server/Tools/Components/TilePryingComponent.cs +++ b/Content.Server/Tools/Components/TilePryingComponent.cs @@ -1,9 +1,6 @@ using System.Threading; using Content.Shared.Tools; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Tools.Components { diff --git a/Content.Server/Tools/Components/WelderComponent.cs b/Content.Server/Tools/Components/WelderComponent.cs index c519f4384a5..33e96bc2de1 100644 --- a/Content.Server/Tools/Components/WelderComponent.cs +++ b/Content.Server/Tools/Components/WelderComponent.cs @@ -3,8 +3,6 @@ using Content.Shared.FixedPoint; using Content.Shared.Sound; using Content.Shared.Tools.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Tools.Components diff --git a/Content.Server/Tools/ToolSystem.MultipleTool.cs b/Content.Server/Tools/ToolSystem.MultipleTool.cs index a3b5fef9ab6..c469ca9e356 100644 --- a/Content.Server/Tools/ToolSystem.MultipleTool.cs +++ b/Content.Server/Tools/ToolSystem.MultipleTool.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using Content.Server.Tools.Components; using Content.Shared.Interaction; @@ -6,12 +5,8 @@ using Content.Shared.Tools.Components; using Robust.Server.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; -using Robust.Shared.Prototypes; namespace Content.Server.Tools { diff --git a/Content.Server/Tools/ToolSystem.TilePrying.cs b/Content.Server/Tools/ToolSystem.TilePrying.cs index 01cfb66e41e..7b63cd3b461 100644 --- a/Content.Server/Tools/ToolSystem.TilePrying.cs +++ b/Content.Server/Tools/ToolSystem.TilePrying.cs @@ -1,11 +1,8 @@ -using System; using System.Threading; using Content.Server.Tools.Components; using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; using Content.Shared.Maps; using Content.Shared.Tools.Components; -using Robust.Shared.GameObjects; using Robust.Shared.Map; namespace Content.Server.Tools; diff --git a/Content.Server/Tools/ToolSystem.cs b/Content.Server/Tools/ToolSystem.cs index 55b3e410b77..ccbd26a21c7 100644 --- a/Content.Server/Tools/ToolSystem.cs +++ b/Content.Server/Tools/ToolSystem.cs @@ -1,17 +1,12 @@ -using System; -using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Content.Server.Atmos.EntitySystems; using Content.Server.Chemistry.EntitySystems; using Content.Server.DoAfter; using Content.Server.Popups; -using Content.Shared.ActionBlocker; using Content.Shared.Audio; using Content.Shared.Tools.Components; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Player; using Robust.Shared.Prototypes; diff --git a/Content.Server/Traitor/TraitorRole.cs b/Content.Server/Traitor/TraitorRole.cs index 0aa1d68d485..58b0a467eaf 100644 --- a/Content.Server/Traitor/TraitorRole.cs +++ b/Content.Server/Traitor/TraitorRole.cs @@ -1,8 +1,6 @@ using Content.Server.Chat.Managers; using Content.Server.Roles; using Content.Shared.Roles; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Traitor { diff --git a/Content.Server/Traitor/Uplink/Account/UplinkAccountEvents.cs b/Content.Server/Traitor/Uplink/Account/UplinkAccountEvents.cs index a6a49097918..0345df2fac8 100644 --- a/Content.Server/Traitor/Uplink/Account/UplinkAccountEvents.cs +++ b/Content.Server/Traitor/Uplink/Account/UplinkAccountEvents.cs @@ -1,5 +1,4 @@ using Content.Shared.Traitor.Uplink; -using Robust.Shared.GameObjects; namespace Content.Server.Traitor.Uplink.Account { diff --git a/Content.Server/Traitor/Uplink/Account/UplinkAccountsSystem.cs b/Content.Server/Traitor/Uplink/Account/UplinkAccountsSystem.cs index 817fedc288c..1e3ac3a9fea 100644 --- a/Content.Server/Traitor/Uplink/Account/UplinkAccountsSystem.cs +++ b/Content.Server/Traitor/Uplink/Account/UplinkAccountsSystem.cs @@ -1,11 +1,7 @@ -using System; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Shared.Stacks; using Content.Shared.Traitor.Uplink; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Traitor.Uplink.Account diff --git a/Content.Server/Traitor/Uplink/Commands/AddUplinkCommand.cs b/Content.Server/Traitor/Uplink/Commands/AddUplinkCommand.cs index 0a649f6a64d..7d232f57e2f 100644 --- a/Content.Server/Traitor/Uplink/Commands/AddUplinkCommand.cs +++ b/Content.Server/Traitor/Uplink/Commands/AddUplinkCommand.cs @@ -6,9 +6,6 @@ using Robust.Server.Player; using Robust.Shared.Configuration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Traitor.Uplink.Commands { diff --git a/Content.Server/Traitor/Uplink/Telecrystal/TelecrystalComponent.cs b/Content.Server/Traitor/Uplink/Telecrystal/TelecrystalComponent.cs index 3fc21955ec4..9b3a3636b8d 100644 --- a/Content.Server/Traitor/Uplink/Telecrystal/TelecrystalComponent.cs +++ b/Content.Server/Traitor/Uplink/Telecrystal/TelecrystalComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Traitor.Uplink.Telecrystal { [RegisterComponent] diff --git a/Content.Server/Traitor/Uplink/Telecrystal/TelecrystalSystem.cs b/Content.Server/Traitor/Uplink/Telecrystal/TelecrystalSystem.cs index fca76fc63bc..cf984523384 100644 --- a/Content.Server/Traitor/Uplink/Telecrystal/TelecrystalSystem.cs +++ b/Content.Server/Traitor/Uplink/Telecrystal/TelecrystalSystem.cs @@ -3,10 +3,6 @@ using Content.Shared.Interaction; using Content.Shared.Popups; using Content.Shared.Stacks; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using System; namespace Content.Server.Traitor.Uplink.Telecrystal { diff --git a/Content.Server/Traitor/Uplink/UplinkComponent.cs b/Content.Server/Traitor/Uplink/UplinkComponent.cs index fc87ed39839..5415500bc81 100644 --- a/Content.Server/Traitor/Uplink/UplinkComponent.cs +++ b/Content.Server/Traitor/Uplink/UplinkComponent.cs @@ -1,9 +1,5 @@ using Content.Shared.Sound; using Content.Shared.Traitor.Uplink; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; -using System; namespace Content.Server.Traitor.Uplink.Components { diff --git a/Content.Server/Traitor/Uplink/UplinkEvents.cs b/Content.Server/Traitor/Uplink/UplinkEvents.cs index 8c7990433bb..6de247a59a4 100644 --- a/Content.Server/Traitor/Uplink/UplinkEvents.cs +++ b/Content.Server/Traitor/Uplink/UplinkEvents.cs @@ -1,7 +1,4 @@ using Content.Server.Traitor.Uplink.Components; -using Content.Shared.Traitor.Uplink; -using Robust.Server.Player; -using Robust.Shared.GameObjects; namespace Content.Server.Traitor.Uplink { diff --git a/Content.Server/Traitor/Uplink/UplinkListingSytem.cs b/Content.Server/Traitor/Uplink/UplinkListingSytem.cs index abc3f34b1ce..968f57ecbff 100644 --- a/Content.Server/Traitor/Uplink/UplinkListingSytem.cs +++ b/Content.Server/Traitor/Uplink/UplinkListingSytem.cs @@ -1,9 +1,6 @@ using Content.Shared.PDA; using Content.Shared.Traitor.Uplink; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; namespace Content.Server.Traitor.Uplink diff --git a/Content.Server/Traitor/Uplink/UplinkSystem.cs b/Content.Server/Traitor/Uplink/UplinkSystem.cs index da24a4e2690..30e1465e734 100644 --- a/Content.Server/Traitor/Uplink/UplinkSystem.cs +++ b/Content.Server/Traitor/Uplink/UplinkSystem.cs @@ -1,22 +1,15 @@ using System.Linq; -using Content.Server.Hands.Components; using Content.Server.Traitor.Uplink.Account; using Content.Server.Traitor.Uplink.Components; using Content.Server.UserInterface; -using Content.Shared.ActionBlocker; -using Content.Shared.Hands.Components; using Content.Shared.Hands.EntitySystems; using Content.Shared.Interaction; using Content.Shared.Inventory; -using Content.Shared.Item; using Content.Shared.PDA; using Content.Shared.Traitor.Uplink; using Robust.Server.GameObjects; using Robust.Server.Player; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Player; namespace Content.Server.Traitor.Uplink diff --git a/Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchRedemptionComponent.cs b/Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchRedemptionComponent.cs index 27e264eddc4..6fad19beeb7 100644 --- a/Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchRedemptionComponent.cs +++ b/Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchRedemptionComponent.cs @@ -5,10 +5,6 @@ using Content.Shared.Interaction; using Content.Shared.Inventory; using Content.Shared.Popups; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using InventoryComponent = Content.Shared.Inventory.InventoryComponent; namespace Content.Server.TraitorDeathMatch.Components { diff --git a/Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchReliableOwnerTagComponent.cs b/Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchReliableOwnerTagComponent.cs index 6fbcd890e41..820ccbc4254 100644 --- a/Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchReliableOwnerTagComponent.cs +++ b/Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchReliableOwnerTagComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Network; -using Robust.Shared.ViewVariables; +using Robust.Shared.Network; namespace Content.Server.TraitorDeathMatch.Components { diff --git a/Content.Server/UserInterface/IntrinsicUIComponent.cs b/Content.Server/UserInterface/IntrinsicUIComponent.cs index 36d42644cbb..b5c247652f0 100644 --- a/Content.Server/UserInterface/IntrinsicUIComponent.cs +++ b/Content.Server/UserInterface/IntrinsicUIComponent.cs @@ -1,6 +1,4 @@ using Content.Shared.Actions.ActionTypes; -using JetBrains.Annotations; -using Robust.Server.GameObjects; using Robust.Shared.Reflection; using Robust.Shared.Serialization; diff --git a/Content.Server/UserInterface/IntrinsicUISystem.cs b/Content.Server/UserInterface/IntrinsicUISystem.cs index dde8522e27c..6acb6bd21f3 100644 --- a/Content.Server/UserInterface/IntrinsicUISystem.cs +++ b/Content.Server/UserInterface/IntrinsicUISystem.cs @@ -1,10 +1,7 @@ using Content.Server.Actions; using Content.Shared.Actions; -using Content.Shared.Toggleable; using JetBrains.Annotations; using Robust.Server.GameObjects; -using Robust.Shared.Reflection; -using Robust.Shared.Serialization; namespace Content.Server.UserInterface; diff --git a/Content.Server/UserInterface/UserInterfaceHelpers.cs b/Content.Server/UserInterface/UserInterfaceHelpers.cs index e30a4054e47..b76639f81ee 100644 --- a/Content.Server/UserInterface/UserInterfaceHelpers.cs +++ b/Content.Server/UserInterface/UserInterfaceHelpers.cs @@ -1,6 +1,4 @@ using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.UserInterface { diff --git a/Content.Server/Utility/Commands/EchoCommand.cs b/Content.Server/Utility/Commands/EchoCommand.cs index 11625aceeb9..d8fe873b4fc 100644 --- a/Content.Server/Utility/Commands/EchoCommand.cs +++ b/Content.Server/Utility/Commands/EchoCommand.cs @@ -1,7 +1,5 @@ -using Content.Server.Administration; -using Content.Shared.Administration; +using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.Localization; namespace Content.Server.Utility.Commands { diff --git a/Content.Server/VendingMachines/VendingMachineComponent.cs b/Content.Server/VendingMachines/VendingMachineComponent.cs index 07dc2e6d250..244bc7fd4b1 100644 --- a/Content.Server/VendingMachines/VendingMachineComponent.cs +++ b/Content.Server/VendingMachines/VendingMachineComponent.cs @@ -1,13 +1,7 @@ -using System; using Content.Server.UserInterface; -using Content.Shared.Interaction; using Content.Shared.Sound; using Content.Shared.VendingMachines; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; -using Content.Server.VendingMachines.Systems; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.VendingMachines diff --git a/Content.Server/Verbs/Commands/ListVerbsCommand.cs b/Content.Server/Verbs/Commands/ListVerbsCommand.cs index 1a69a92d148..dc56cffb444 100644 --- a/Content.Server/Verbs/Commands/ListVerbsCommand.cs +++ b/Content.Server/Verbs/Commands/ListVerbsCommand.cs @@ -2,10 +2,6 @@ using Content.Shared.Administration; using Content.Shared.Verbs; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using System.Linq; namespace Content.Server.Verbs.Commands { diff --git a/Content.Server/Visible/VisibilityFlags.cs b/Content.Server/Visible/VisibilityFlags.cs index 91643cbda97..03c2022fea8 100644 --- a/Content.Server/Visible/VisibilityFlags.cs +++ b/Content.Server/Visible/VisibilityFlags.cs @@ -1,5 +1,3 @@ -using System; - namespace Content.Server.Visible { [Flags] diff --git a/Content.Server/Voting/IVoteHandle.cs b/Content.Server/Voting/IVoteHandle.cs index 9242b9f6e0c..13f64e6ef8a 100644 --- a/Content.Server/Voting/IVoteHandle.cs +++ b/Content.Server/Voting/IVoteHandle.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using Content.Server.Voting.Managers; +using Content.Server.Voting.Managers; using Robust.Server.Player; namespace Content.Server.Voting diff --git a/Content.Server/Voting/Managers/IVoteManager.cs b/Content.Server/Voting/Managers/IVoteManager.cs index 3342dfb7540..6a92e70fff7 100644 --- a/Content.Server/Voting/Managers/IVoteManager.cs +++ b/Content.Server/Voting/Managers/IVoteManager.cs @@ -1,5 +1,4 @@ -using System.Collections.Generic; -using System.Diagnostics.CodeAnalysis; +using System.Diagnostics.CodeAnalysis; using Content.Shared.Voting; using Robust.Server.Player; diff --git a/Content.Server/Voting/Managers/VoteManager.DefaultVotes.cs b/Content.Server/Voting/Managers/VoteManager.DefaultVotes.cs index 410b665225f..472e36d8119 100644 --- a/Content.Server/Voting/Managers/VoteManager.DefaultVotes.cs +++ b/Content.Server/Voting/Managers/VoteManager.DefaultVotes.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Server.GameTicking; using Content.Server.GameTicking.Presets; @@ -9,10 +7,6 @@ using Content.Shared.Voting; using Robust.Server.Player; using Robust.Shared.Configuration; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Prototypes; using Robust.Shared.Random; namespace Content.Server.Voting.Managers diff --git a/Content.Server/Voting/Managers/VoteManager.cs b/Content.Server/Voting/Managers/VoteManager.cs index 5036e626d68..d0ff7ade96f 100644 --- a/Content.Server/Voting/Managers/VoteManager.cs +++ b/Content.Server/Voting/Managers/VoteManager.cs @@ -1,6 +1,4 @@ -using System; using System.Collections; -using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using System.Linq; @@ -15,8 +13,6 @@ using Robust.Server.Player; using Robust.Shared.Configuration; using Robust.Shared.Enums; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Network; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Server/Voting/VoteCommands.cs b/Content.Server/Voting/VoteCommands.cs index 062e0e73dcb..ce20e8edba0 100644 --- a/Content.Server/Voting/VoteCommands.cs +++ b/Content.Server/Voting/VoteCommands.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using Content.Server.Administration; using Content.Server.Chat.Managers; @@ -7,8 +6,6 @@ using Content.Shared.Voting; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Voting { diff --git a/Content.Server/Voting/VoteFinishedEventArgs.cs b/Content.Server/Voting/VoteFinishedEventArgs.cs index c704c9f080f..344abd4db44 100644 --- a/Content.Server/Voting/VoteFinishedEventArgs.cs +++ b/Content.Server/Voting/VoteFinishedEventArgs.cs @@ -1,5 +1,4 @@ -using System; -using System.Collections.Immutable; +using System.Collections.Immutable; namespace Content.Server.Voting diff --git a/Content.Server/Voting/VoteOptions.cs b/Content.Server/Voting/VoteOptions.cs index 5a5b38d090d..6e6d0465edf 100644 --- a/Content.Server/Voting/VoteOptions.cs +++ b/Content.Server/Voting/VoteOptions.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; using Robust.Server.Player; -using Robust.Shared.Localization; namespace Content.Server.Voting diff --git a/Content.Server/Warps/WarpPointComponent.cs b/Content.Server/Warps/WarpPointComponent.cs index 3c7d61595f9..b4e4f7d61e9 100644 --- a/Content.Server/Warps/WarpPointComponent.cs +++ b/Content.Server/Warps/WarpPointComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Warps { /// diff --git a/Content.Server/Warps/WarpPointSystem.cs b/Content.Server/Warps/WarpPointSystem.cs index 64b0a08dc1c..3d9cd4e73ab 100644 --- a/Content.Server/Warps/WarpPointSystem.cs +++ b/Content.Server/Warps/WarpPointSystem.cs @@ -1,6 +1,4 @@ using Content.Shared.Examine; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; namespace Content.Server.Warps; diff --git a/Content.Server/Weapon/Melee/Components/MeleeWeaponComponent.cs b/Content.Server/Weapon/Melee/Components/MeleeWeaponComponent.cs index 5984f10a9a5..cf1786fe9e2 100644 --- a/Content.Server/Weapon/Melee/Components/MeleeWeaponComponent.cs +++ b/Content.Server/Weapon/Melee/Components/MeleeWeaponComponent.cs @@ -1,9 +1,5 @@ -using System; using Content.Shared.Damage; using Content.Shared.Sound; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Weapon.Melee.Components { diff --git a/Content.Server/Weapon/Melee/Components/UnarmedCombatComponent.cs b/Content.Server/Weapon/Melee/Components/UnarmedCombatComponent.cs index bf8631c7b0f..a59ac9a1e6b 100644 --- a/Content.Server/Weapon/Melee/Components/UnarmedCombatComponent.cs +++ b/Content.Server/Weapon/Melee/Components/UnarmedCombatComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.Weapon.Melee.Components +namespace Content.Server.Weapon.Melee.Components { // TODO: Remove this, just use MeleeWeapon... [RegisterComponent] diff --git a/Content.Server/Weapon/Melee/MeleeWeaponSystem.cs b/Content.Server/Weapon/Melee/MeleeWeaponSystem.cs index e2926ae7bff..4eb9345cbc8 100644 --- a/Content.Server/Weapon/Melee/MeleeWeaponSystem.cs +++ b/Content.Server/Weapon/Melee/MeleeWeaponSystem.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Server.Administration.Logs; using Content.Server.Body.Components; @@ -18,10 +16,7 @@ using Content.Shared.Weapons.Melee; using Robust.Shared.Audio; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Physics; using Robust.Shared.Player; using Robust.Shared.Timing; diff --git a/Content.Server/Weapon/Melee/ZombieTransfer/ZombieTransferSystem.cs b/Content.Server/Weapon/Melee/ZombieTransfer/ZombieTransferSystem.cs index 10cc03e50bb..e3069860f21 100644 --- a/Content.Server/Weapon/Melee/ZombieTransfer/ZombieTransferSystem.cs +++ b/Content.Server/Weapon/Melee/ZombieTransfer/ZombieTransferSystem.cs @@ -10,7 +10,6 @@ using Content.Shared.MobState.Components; using Content.Server.Disease; using Content.Server.Weapons.Melee.ZombieTransfer.Components; -using Content.Server.Body.Components; namespace Content.Server.Weapons.Melee.ZombieTransfer { diff --git a/Content.Server/Weapon/Ranged/Ammunition/Components/AmmoBoxComponent.cs b/Content.Server/Weapon/Ranged/Ammunition/Components/AmmoBoxComponent.cs index d2aa5118855..b4cecd5f826 100644 --- a/Content.Server/Weapon/Ranged/Ammunition/Components/AmmoBoxComponent.cs +++ b/Content.Server/Weapon/Ranged/Ammunition/Components/AmmoBoxComponent.cs @@ -1,9 +1,5 @@ -using System.Collections.Generic; -using Robust.Shared.Analyzers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Weapon.Ranged.Ammunition.Components diff --git a/Content.Server/Weapon/Ranged/Ammunition/Components/AmmoComponent.cs b/Content.Server/Weapon/Ranged/Ammunition/Components/AmmoComponent.cs index dce1577c41e..ebe0b62ce29 100644 --- a/Content.Server/Weapon/Ranged/Ammunition/Components/AmmoComponent.cs +++ b/Content.Server/Weapon/Ranged/Ammunition/Components/AmmoComponent.cs @@ -1,21 +1,7 @@ -using System; -using Content.Shared.Examine; using Content.Shared.Sound; -using Content.Shared.Weapons.Ranged.Barrels.Components; -using Robust.Server.GameObjects; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Log; -using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Serialization.TypeSerializers.Implementations; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.Timing; using Robust.Shared.Utility; namespace Content.Server.Weapon.Ranged.Ammunition.Components diff --git a/Content.Server/Weapon/Ranged/Ammunition/Components/ChemicalAmmoComponent.cs b/Content.Server/Weapon/Ranged/Ammunition/Components/ChemicalAmmoComponent.cs index 86003dac2bc..11d5c7540a3 100644 --- a/Content.Server/Weapon/Ranged/Ammunition/Components/ChemicalAmmoComponent.cs +++ b/Content.Server/Weapon/Ranged/Ammunition/Components/ChemicalAmmoComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Weapon.Ranged.Ammunition.Components { [RegisterComponent] diff --git a/Content.Server/Weapon/Ranged/Ammunition/Components/RangedMagazineComponent.cs b/Content.Server/Weapon/Ranged/Ammunition/Components/RangedMagazineComponent.cs index 6f73c9fdf73..a6f33617b19 100644 --- a/Content.Server/Weapon/Ranged/Ammunition/Components/RangedMagazineComponent.cs +++ b/Content.Server/Weapon/Ranged/Ammunition/Components/RangedMagazineComponent.cs @@ -1,11 +1,6 @@ -using System.Collections.Generic; using Content.Server.Weapon.Ranged.Barrels.Components; -using Content.Shared.Popups; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Weapon.Ranged.Ammunition.Components diff --git a/Content.Server/Weapon/Ranged/Ammunition/Components/SpeedLoaderComponent.cs b/Content.Server/Weapon/Ranged/Ammunition/Components/SpeedLoaderComponent.cs index 9d2dce75c8c..3d9222abe07 100644 --- a/Content.Server/Weapon/Ranged/Ammunition/Components/SpeedLoaderComponent.cs +++ b/Content.Server/Weapon/Ranged/Ammunition/Components/SpeedLoaderComponent.cs @@ -1,8 +1,5 @@ -using System.Collections.Generic; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Weapon.Ranged.Ammunition.Components diff --git a/Content.Server/Weapon/Ranged/Barrels/Components/BatteryBarrelComponent.cs b/Content.Server/Weapon/Ranged/Barrels/Components/BatteryBarrelComponent.cs index 1b1b3298acd..ad36a606fdc 100644 --- a/Content.Server/Weapon/Ranged/Barrels/Components/BatteryBarrelComponent.cs +++ b/Content.Server/Weapon/Ranged/Barrels/Components/BatteryBarrelComponent.cs @@ -1,12 +1,8 @@ -using System; using Content.Server.PowerCell; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Weapon.Ranged.Barrels.Components { diff --git a/Content.Server/Weapon/Ranged/Barrels/Components/BoltActionBarrelComponent.cs b/Content.Server/Weapon/Ranged/Barrels/Components/BoltActionBarrelComponent.cs index 4e49ec940f4..5a2f231af3d 100644 --- a/Content.Server/Weapon/Ranged/Barrels/Components/BoltActionBarrelComponent.cs +++ b/Content.Server/Weapon/Ranged/Barrels/Components/BoltActionBarrelComponent.cs @@ -1,15 +1,11 @@ -using System.Collections.Generic; using Content.Server.Weapon.Ranged.Ammunition.Components; using Content.Shared.Sound; using Robust.Shared.Audio; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Player; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Weapon.Ranged.Barrels.Components { diff --git a/Content.Server/Weapon/Ranged/Barrels/Components/MagazineBarrelComponent.cs b/Content.Server/Weapon/Ranged/Barrels/Components/MagazineBarrelComponent.cs index 1aa8336de2e..0b2e7b4fe56 100644 --- a/Content.Server/Weapon/Ranged/Barrels/Components/MagazineBarrelComponent.cs +++ b/Content.Server/Weapon/Ranged/Barrels/Components/MagazineBarrelComponent.cs @@ -1,16 +1,11 @@ -using System; using Content.Server.Weapon.Ranged.Ammunition.Components; using Content.Shared.Sound; using Robust.Shared.Audio; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Player; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Weapon.Ranged.Barrels.Components { diff --git a/Content.Server/Weapon/Ranged/Barrels/Components/PumpBarrelComponent.cs b/Content.Server/Weapon/Ranged/Barrels/Components/PumpBarrelComponent.cs index eb6d645dd25..c7218282574 100644 --- a/Content.Server/Weapon/Ranged/Barrels/Components/PumpBarrelComponent.cs +++ b/Content.Server/Weapon/Ranged/Barrels/Components/PumpBarrelComponent.cs @@ -1,14 +1,10 @@ -using System.Collections.Generic; using Content.Server.Weapon.Ranged.Ammunition.Components; using Content.Shared.Sound; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Weapon.Ranged.Barrels.Components { diff --git a/Content.Server/Weapon/Ranged/Barrels/Components/RevolverBarrelComponent.cs b/Content.Server/Weapon/Ranged/Barrels/Components/RevolverBarrelComponent.cs index 1ef82b944f2..4d21fb1211c 100644 --- a/Content.Server/Weapon/Ranged/Barrels/Components/RevolverBarrelComponent.cs +++ b/Content.Server/Weapon/Ranged/Barrels/Components/RevolverBarrelComponent.cs @@ -1,17 +1,10 @@ -using System; using Content.Server.Weapon.Ranged.Ammunition.Components; using Content.Shared.Sound; -using Content.Shared.Weapons.Ranged.Barrels.Components; -using Robust.Shared.Analyzers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Map; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Weapon.Ranged.Barrels.Components { diff --git a/Content.Server/Weapon/Ranged/Barrels/Components/ServerRangedBarrelComponent.cs b/Content.Server/Weapon/Ranged/Barrels/Components/ServerRangedBarrelComponent.cs index 166d9bc307c..85819f8db1a 100644 --- a/Content.Server/Weapon/Ranged/Barrels/Components/ServerRangedBarrelComponent.cs +++ b/Content.Server/Weapon/Ranged/Barrels/Components/ServerRangedBarrelComponent.cs @@ -1,12 +1,6 @@ -using System; using Content.Shared.Sound; using Content.Shared.Weapons.Ranged.Components; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Log; -using Robust.Shared.Maths; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Weapon.Ranged.Barrels.Components { diff --git a/Content.Server/Weapon/Ranged/ChemicalAmmoSystem.cs b/Content.Server/Weapon/Ranged/ChemicalAmmoSystem.cs index ce054a8a5c4..777e629ee32 100644 --- a/Content.Server/Weapon/Ranged/ChemicalAmmoSystem.cs +++ b/Content.Server/Weapon/Ranged/ChemicalAmmoSystem.cs @@ -1,11 +1,8 @@ -using System.Collections.Generic; using System.Linq; using Content.Server.Chemistry.EntitySystems; using Content.Server.Weapon.Ranged.Ammunition.Components; using Content.Server.Weapon.Ranged.Barrels.Components; using Content.Shared.Chemistry.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Weapon.Ranged { diff --git a/Content.Server/Weapon/Ranged/GunSystem.Ammo.cs b/Content.Server/Weapon/Ranged/GunSystem.Ammo.cs index 23b36b42018..cd714b9de51 100644 --- a/Content.Server/Weapon/Ranged/GunSystem.Ammo.cs +++ b/Content.Server/Weapon/Ranged/GunSystem.Ammo.cs @@ -1,11 +1,7 @@ -using System; using Content.Server.Weapon.Ranged.Ammunition.Components; using Content.Shared.Examine; using Content.Shared.Weapons.Ranged.Barrels.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.Weapon.Ranged; diff --git a/Content.Server/Weapon/Ranged/GunSystem.AmmoBox.cs b/Content.Server/Weapon/Ranged/GunSystem.AmmoBox.cs index 8806665f97d..4e1125205a7 100644 --- a/Content.Server/Weapon/Ranged/GunSystem.AmmoBox.cs +++ b/Content.Server/Weapon/Ranged/GunSystem.AmmoBox.cs @@ -1,17 +1,11 @@ -using System; -using System.Collections.Generic; -using Content.Server.Clothing.Components; using Content.Server.Hands.Components; using Content.Server.Weapon.Ranged.Ammunition.Components; -using Content.Server.Weapon.Ranged.Barrels.Components; using Content.Shared.Examine; using Content.Shared.Interaction; using Content.Shared.Interaction.Events; using Content.Shared.Verbs; using Content.Shared.Weapons.Ranged.Barrels.Components; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Weapon.Ranged; diff --git a/Content.Server/Weapon/Ranged/GunSystem.Bolt.cs b/Content.Server/Weapon/Ranged/GunSystem.Bolt.cs index 9ffea29bea9..4ec199d7900 100644 --- a/Content.Server/Weapon/Ranged/GunSystem.Bolt.cs +++ b/Content.Server/Weapon/Ranged/GunSystem.Bolt.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using Content.Server.Weapon.Ranged.Ammunition.Components; using Content.Server.Weapon.Ranged.Barrels.Components; using Content.Shared.Examine; @@ -8,9 +7,7 @@ using Content.Shared.Weapons.Ranged.Barrels.Components; using Robust.Shared.Audio; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Localization; using Robust.Shared.Map; using Robust.Shared.Player; diff --git a/Content.Server/Weapon/Ranged/GunSystem.Guns.cs b/Content.Server/Weapon/Ranged/GunSystem.Guns.cs index 2f82e33b23d..ebcd7c0a905 100644 --- a/Content.Server/Weapon/Ranged/GunSystem.Guns.cs +++ b/Content.Server/Weapon/Ranged/GunSystem.Guns.cs @@ -1,26 +1,15 @@ -using System; -using System.Collections.Generic; using System.Linq; -using Content.Server.Administration.Logs; -using Content.Server.Atmos.EntitySystems; using Content.Server.CombatMode; using Content.Server.Hands.Components; using Content.Server.Interaction.Components; using Content.Server.Projectiles.Components; -using Content.Server.Stunnable; using Content.Server.Weapon.Ranged.Ammunition.Components; using Content.Server.Weapon.Ranged.Barrels.Components; using Content.Shared.Camera; -using Content.Shared.Damage; using Content.Shared.Database; -using Content.Shared.Examine; using Content.Shared.Popups; -using Content.Shared.Weapons.Ranged.Components; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Physics; using Robust.Shared.Player; using Robust.Shared.Utility; diff --git a/Content.Server/Weapon/Ranged/GunSystem.Magazine.cs b/Content.Server/Weapon/Ranged/GunSystem.Magazine.cs index c81c94d6ce4..c3606d3880e 100644 --- a/Content.Server/Weapon/Ranged/GunSystem.Magazine.cs +++ b/Content.Server/Weapon/Ranged/GunSystem.Magazine.cs @@ -1,21 +1,14 @@ -using System; -using System.Collections.Generic; -using Content.Server.Hands.Components; using Content.Server.Weapon.Ranged.Ammunition.Components; using Content.Server.Weapon.Ranged.Barrels.Components; using Content.Shared.Examine; using Content.Shared.Interaction; using Content.Shared.Interaction.Events; -using Content.Shared.Item; using Content.Shared.Verbs; using Content.Shared.Weapons.Ranged; using Content.Shared.Weapons.Ranged.Barrels.Components; -using Content.Shared.Weapons.Ranged.Components; using Robust.Shared.Audio; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Localization; using Robust.Shared.Map; using Robust.Shared.Player; diff --git a/Content.Server/Weapon/Ranged/GunSystem.Pump.cs b/Content.Server/Weapon/Ranged/GunSystem.Pump.cs index a8459131fd2..4e81eebd0cd 100644 --- a/Content.Server/Weapon/Ranged/GunSystem.Pump.cs +++ b/Content.Server/Weapon/Ranged/GunSystem.Pump.cs @@ -4,12 +4,9 @@ using Content.Shared.Interaction; using Content.Shared.Interaction.Events; using Content.Shared.Weapons.Ranged.Barrels.Components; -using Content.Shared.Weapons.Ranged.Components; using Robust.Shared.Audio; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Localization; using Robust.Shared.Map; using Robust.Shared.Player; diff --git a/Content.Server/Weapon/Ranged/GunSystem.RangedMagazine.cs b/Content.Server/Weapon/Ranged/GunSystem.RangedMagazine.cs index 831f2832b05..ec857a449ad 100644 --- a/Content.Server/Weapon/Ranged/GunSystem.RangedMagazine.cs +++ b/Content.Server/Weapon/Ranged/GunSystem.RangedMagazine.cs @@ -1,15 +1,10 @@ -using System; using Content.Server.Hands.Components; using Content.Server.Weapon.Ranged.Ammunition.Components; -using Content.Server.Weapon.Ranged.Barrels.Components; using Content.Shared.Examine; using Content.Shared.Interaction; using Content.Shared.Interaction.Events; -using Content.Shared.Item; using Content.Shared.Weapons.Ranged.Barrels.Components; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Weapon.Ranged; diff --git a/Content.Server/Weapon/Ranged/GunSystem.Revolvers.cs b/Content.Server/Weapon/Ranged/GunSystem.Revolvers.cs index 343c545e188..bd2ed48d8c2 100644 --- a/Content.Server/Weapon/Ranged/GunSystem.Revolvers.cs +++ b/Content.Server/Weapon/Ranged/GunSystem.Revolvers.cs @@ -1,4 +1,3 @@ -using System; using Content.Server.Weapon.Ranged.Ammunition.Components; using Content.Server.Weapon.Ranged.Barrels.Components; using Content.Shared.Interaction; @@ -8,9 +7,7 @@ using Content.Shared.Weapons.Ranged.Barrels.Components; using Robust.Shared.Audio; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Localization; using Robust.Shared.Map; using Robust.Shared.Player; diff --git a/Content.Server/Weapon/Ranged/GunSystem.SpeedLoader.cs b/Content.Server/Weapon/Ranged/GunSystem.SpeedLoader.cs index ee5ba3eb9ff..ff78ca0eb6d 100644 --- a/Content.Server/Weapon/Ranged/GunSystem.SpeedLoader.cs +++ b/Content.Server/Weapon/Ranged/GunSystem.SpeedLoader.cs @@ -3,11 +3,8 @@ using Content.Server.Weapon.Ranged.Barrels.Components; using Content.Shared.Interaction; using Content.Shared.Interaction.Events; -using Content.Shared.Item; using Content.Shared.Weapons.Ranged.Barrels.Components; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Weapon.Ranged; diff --git a/Content.Server/Weapon/Ranged/GunSystem.cs b/Content.Server/Weapon/Ranged/GunSystem.cs index a801ab51759..879e6ff39e6 100644 --- a/Content.Server/Weapon/Ranged/GunSystem.cs +++ b/Content.Server/Weapon/Ranged/GunSystem.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.Administration.Logs; using Content.Server.Atmos.EntitySystems; using Content.Server.Hands.Components; @@ -21,13 +19,9 @@ using Robust.Server.GameObjects; using Robust.Shared.Audio; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Player; -using Robust.Shared.Prototypes; using Robust.Shared.Random; using Robust.Shared.Timing; diff --git a/Content.Server/Weapon/Ranged/RangedWeaponSystem.cs b/Content.Server/Weapon/Ranged/RangedWeaponSystem.cs index d4162fae718..e6a2e8a5afd 100644 --- a/Content.Server/Weapon/Ranged/RangedWeaponSystem.cs +++ b/Content.Server/Weapon/Ranged/RangedWeaponSystem.cs @@ -1,5 +1,4 @@ using Content.Shared.Hands; -using Robust.Shared.GameObjects; namespace Content.Server.Weapon.Ranged { diff --git a/Content.Server/Weapon/Ranged/ServerRangedWeaponComponent.cs b/Content.Server/Weapon/Ranged/ServerRangedWeaponComponent.cs index ce48beca452..1719183f614 100644 --- a/Content.Server/Weapon/Ranged/ServerRangedWeaponComponent.cs +++ b/Content.Server/Weapon/Ranged/ServerRangedWeaponComponent.cs @@ -1,10 +1,5 @@ -using System; -using Content.Shared.Damage; using Content.Shared.Sound; using Content.Shared.Weapons.Ranged.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Weapon.Ranged { diff --git a/Content.Server/Whitelist/WhitelistCommands.cs b/Content.Server/Whitelist/WhitelistCommands.cs index f37218a6d01..c503c8453c9 100644 --- a/Content.Server/Whitelist/WhitelistCommands.cs +++ b/Content.Server/Whitelist/WhitelistCommands.cs @@ -5,10 +5,7 @@ using Robust.Server.Player; using Robust.Shared.Configuration; using Robust.Shared.Console; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Network; -using Robust.Shared.Player; namespace Content.Server.Whitelist; diff --git a/Content.Server/Wieldable/Components/IncreaseDamageOnWieldComponent.cs b/Content.Server/Wieldable/Components/IncreaseDamageOnWieldComponent.cs index 1961bd679b7..8cc42e1846b 100644 --- a/Content.Server/Wieldable/Components/IncreaseDamageOnWieldComponent.cs +++ b/Content.Server/Wieldable/Components/IncreaseDamageOnWieldComponent.cs @@ -1,8 +1,4 @@ using Content.Shared.Damage; -using Microsoft.CodeAnalysis.CSharp.Syntax; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Wieldable.Components { diff --git a/Content.Server/Wieldable/Components/WieldableComponent.cs b/Content.Server/Wieldable/Components/WieldableComponent.cs index ecc4b4cac30..2d66ef85ead 100644 --- a/Content.Server/Wieldable/Components/WieldableComponent.cs +++ b/Content.Server/Wieldable/Components/WieldableComponent.cs @@ -1,7 +1,4 @@ using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Wieldable.Components { diff --git a/Content.Server/Wires/BaseWireAction.cs b/Content.Server/Wires/BaseWireAction.cs index 6df793bec79..a58afd0ad2f 100644 --- a/Content.Server/Wires/BaseWireAction.cs +++ b/Content.Server/Wires/BaseWireAction.cs @@ -1,8 +1,5 @@ using Content.Server.Power.Components; using Content.Shared.Wires; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Wires; diff --git a/Content.Server/Wires/IWireAction.cs b/Content.Server/Wires/IWireAction.cs index ee1d391053d..a915b0e8963 100644 --- a/Content.Server/Wires/IWireAction.cs +++ b/Content.Server/Wires/IWireAction.cs @@ -1,5 +1,4 @@ using Content.Shared.Wires; -using Robust.Shared.GameObjects; namespace Content.Server.Wires; diff --git a/Content.Server/Wires/WiresSystem.cs b/Content.Server/Wires/WiresSystem.cs index 536fad4e385..ba0c7a8783b 100644 --- a/Content.Server/Wires/WiresSystem.cs +++ b/Content.Server/Wires/WiresSystem.cs @@ -2,7 +2,6 @@ using System.Linq; using System.Threading; using Content.Server.DoAfter; -using Content.Server.Hands.Systems; using Content.Server.Hands.Components; using Content.Server.Power.Components; using Content.Server.Tools; diff --git a/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Components/DiseaseArtifactComponent.cs b/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Components/DiseaseArtifactComponent.cs index 16854f6eb63..91ffa08e9d5 100644 --- a/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Components/DiseaseArtifactComponent.cs +++ b/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Components/DiseaseArtifactComponent.cs @@ -1,5 +1,4 @@ using Content.Shared.Disease; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Xenoarchaeology.XenoArtifacts.Effects.Components; /// diff --git a/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/DiseaseArtifactSystem.cs b/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/DiseaseArtifactSystem.cs index 407bf4ce952..494a2dfd5d3 100644 --- a/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/DiseaseArtifactSystem.cs +++ b/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/DiseaseArtifactSystem.cs @@ -6,7 +6,6 @@ using Robust.Shared.Random; using Robust.Shared.Prototypes; using Content.Shared.Interaction; -using Robust.Shared.Map; namespace Content.Server.Xenoarchaeology.XenoArtifacts.Effects.Systems { diff --git a/Content.Shared/AI/SharedAiDebug.cs b/Content.Shared/AI/SharedAiDebug.cs index 5f681fa9597..add5f7da584 100644 --- a/Content.Shared/AI/SharedAiDebug.cs +++ b/Content.Shared/AI/SharedAiDebug.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Serialization; namespace Content.Shared.AI diff --git a/Content.Shared/AME/SharedAMEControllerComponent.cs b/Content.Shared/AME/SharedAMEControllerComponent.cs index 1d69c4d3b84..e782b4fcc98 100644 --- a/Content.Shared/AME/SharedAMEControllerComponent.cs +++ b/Content.Shared/AME/SharedAMEControllerComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.AME { diff --git a/Content.Shared/AME/SharedAMEShieldComponent.cs b/Content.Shared/AME/SharedAMEShieldComponent.cs index deb4da88db9..31ebcb25df5 100644 --- a/Content.Shared/AME/SharedAMEShieldComponent.cs +++ b/Content.Shared/AME/SharedAMEShieldComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.AME { diff --git a/Content.Shared/APC/SharedApc.cs b/Content.Shared/APC/SharedApc.cs index d11f1d27bcf..c565adba1a1 100644 --- a/Content.Shared/APC/SharedApc.cs +++ b/Content.Shared/APC/SharedApc.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.APC { diff --git a/Content.Shared/Access/AccessLevelPrototype.cs b/Content.Shared/Access/AccessLevelPrototype.cs index 607378c7b00..4444dd84af8 100644 --- a/Content.Shared/Access/AccessLevelPrototype.cs +++ b/Content.Shared/Access/AccessLevelPrototype.cs @@ -1,7 +1,4 @@ -using Robust.Shared.Localization; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Access { diff --git a/Content.Shared/Access/Components/AccessComponent.cs b/Content.Shared/Access/Components/AccessComponent.cs index 1fe2afab89d..0b220754088 100644 --- a/Content.Shared/Access/Components/AccessComponent.cs +++ b/Content.Shared/Access/Components/AccessComponent.cs @@ -1,10 +1,5 @@ -using System.Collections.Generic; using Content.Shared.Access.Systems; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Set; -using Robust.Shared.ViewVariables; namespace Content.Shared.Access.Components { diff --git a/Content.Shared/Access/Components/AccessReaderComponent.cs b/Content.Shared/Access/Components/AccessReaderComponent.cs index 83cb454348f..2f86a96b474 100644 --- a/Content.Shared/Access/Components/AccessReaderComponent.cs +++ b/Content.Shared/Access/Components/AccessReaderComponent.cs @@ -1,8 +1,3 @@ -using System.Collections.Generic; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Shared.Access.Components { /// diff --git a/Content.Shared/Access/Systems/AccessSystem.cs b/Content.Shared/Access/Systems/AccessSystem.cs index 3d00072df40..539e607efda 100644 --- a/Content.Shared/Access/Systems/AccessSystem.cs +++ b/Content.Shared/Access/Systems/AccessSystem.cs @@ -1,6 +1,4 @@ using Content.Shared.Access.Components; -using Robust.Shared.GameObjects; -using System.Collections.Generic; using Robust.Shared.Prototypes; namespace Content.Shared.Access.Systems diff --git a/Content.Shared/Access/Systems/SharedIdCardSystem.cs b/Content.Shared/Access/Systems/SharedIdCardSystem.cs index f612d29a0c7..b5f31b3ddac 100644 --- a/Content.Shared/Access/Systems/SharedIdCardSystem.cs +++ b/Content.Shared/Access/Systems/SharedIdCardSystem.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Access.Systems; public abstract class SharedIdCardSystem : EntitySystem diff --git a/Content.Shared/Administration/AdminAnnounceEuiState.cs b/Content.Shared/Administration/AdminAnnounceEuiState.cs index 90b608f13c1..67bb121c66f 100644 --- a/Content.Shared/Administration/AdminAnnounceEuiState.cs +++ b/Content.Shared/Administration/AdminAnnounceEuiState.cs @@ -1,4 +1,3 @@ -using System; using Content.Shared.Eui; using Robust.Shared.Serialization; diff --git a/Content.Shared/Administration/AdminFlagsHelper.cs b/Content.Shared/Administration/AdminFlagsHelper.cs index 5a72d5f65e8..d22ce33b623 100644 --- a/Content.Shared/Administration/AdminFlagsHelper.cs +++ b/Content.Shared/Administration/AdminFlagsHelper.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; +using System.Linq; using System.Numerics; namespace Content.Shared.Administration diff --git a/Content.Shared/Administration/AnyCommandAttribute.cs b/Content.Shared/Administration/AnyCommandAttribute.cs index a98ec7da952..52c89516314 100644 --- a/Content.Shared/Administration/AnyCommandAttribute.cs +++ b/Content.Shared/Administration/AnyCommandAttribute.cs @@ -1,5 +1,4 @@ -using System; -using JetBrains.Annotations; +using JetBrains.Annotations; using Robust.Shared.Console; namespace Content.Shared.Administration diff --git a/Content.Shared/Administration/EditSolutionsEuiState.cs b/Content.Shared/Administration/EditSolutionsEuiState.cs index a075f4bcb1e..3e722986302 100644 --- a/Content.Shared/Administration/EditSolutionsEuiState.cs +++ b/Content.Shared/Administration/EditSolutionsEuiState.cs @@ -1,8 +1,5 @@ using Content.Shared.Eui; using Robust.Shared.Serialization; -using System; -using Robust.Shared.GameObjects; -using System.Collections.Generic; using Content.Shared.Chemistry.Components; namespace Content.Shared.Administration diff --git a/Content.Shared/Administration/Events/FullPlayerListEvent.cs b/Content.Shared/Administration/Events/FullPlayerListEvent.cs index 4b30b11c1e2..3ea3f5ebe73 100644 --- a/Content.Shared/Administration/Events/FullPlayerListEvent.cs +++ b/Content.Shared/Administration/Events/FullPlayerListEvent.cs @@ -1,6 +1,3 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Administration.Events diff --git a/Content.Shared/Administration/Events/PlayerInfoChangedEvent.cs b/Content.Shared/Administration/Events/PlayerInfoChangedEvent.cs index d9285b1035e..f82ca55542a 100644 --- a/Content.Shared/Administration/Events/PlayerInfoChangedEvent.cs +++ b/Content.Shared/Administration/Events/PlayerInfoChangedEvent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Administration.Events { diff --git a/Content.Shared/Administration/IGamePrototypeLoadManager.cs b/Content.Shared/Administration/IGamePrototypeLoadManager.cs index 6f36f965faa..0437190d81f 100644 --- a/Content.Shared/Administration/IGamePrototypeLoadManager.cs +++ b/Content.Shared/Administration/IGamePrototypeLoadManager.cs @@ -1,5 +1,3 @@ -using System; - namespace Content.Shared.Administration; public interface IGamePrototypeLoadManager diff --git a/Content.Shared/Administration/Logs/LogStringHandler.cs b/Content.Shared/Administration/Logs/LogStringHandler.cs index ffe7ecc1e64..8d06c448a5e 100644 --- a/Content.Shared/Administration/Logs/LogStringHandler.cs +++ b/Content.Shared/Administration/Logs/LogStringHandler.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Runtime.CompilerServices; +using System.Runtime.CompilerServices; namespace Content.Shared.Administration.Logs; diff --git a/Content.Shared/Administration/Logs/SharedAdminLog.cs b/Content.Shared/Administration/Logs/SharedAdminLog.cs index bf44ba95d04..de4d1c8e2d4 100644 --- a/Content.Shared/Administration/Logs/SharedAdminLog.cs +++ b/Content.Shared/Administration/Logs/SharedAdminLog.cs @@ -1,5 +1,4 @@ -using System; -using Content.Shared.Database; +using Content.Shared.Database; using Robust.Shared.Serialization; namespace Content.Shared.Administration.Logs; diff --git a/Content.Shared/Administration/Logs/SharedAdminLogSystem.cs b/Content.Shared/Administration/Logs/SharedAdminLogSystem.cs index 00b17c41f4a..eb3f8ff98f1 100644 --- a/Content.Shared/Administration/Logs/SharedAdminLogSystem.cs +++ b/Content.Shared/Administration/Logs/SharedAdminLogSystem.cs @@ -1,6 +1,4 @@ -using System.Globalization; -using Content.Shared.Database; -using Robust.Shared.GameObjects; +using Content.Shared.Database; namespace Content.Shared.Administration.Logs; diff --git a/Content.Shared/Administration/MsgUpdateAdminStatus.cs b/Content.Shared/Administration/MsgUpdateAdminStatus.cs index 5a310393d1f..1caa4e78d30 100644 --- a/Content.Shared/Administration/MsgUpdateAdminStatus.cs +++ b/Content.Shared/Administration/MsgUpdateAdminStatus.cs @@ -1,5 +1,4 @@ -using System; -using Lidgren.Network; +using Lidgren.Network; using Robust.Shared.Network; namespace Content.Shared.Administration diff --git a/Content.Shared/Administration/PermissionsEuiState.cs b/Content.Shared/Administration/PermissionsEuiState.cs index e4de269ef95..428f15b536f 100644 --- a/Content.Shared/Administration/PermissionsEuiState.cs +++ b/Content.Shared/Administration/PermissionsEuiState.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using Content.Shared.Eui; +using Content.Shared.Eui; using Robust.Shared.Network; using Robust.Shared.Serialization; diff --git a/Content.Shared/Administration/PlayerInfo.cs b/Content.Shared/Administration/PlayerInfo.cs index dcb188a9d5e..d1634e313aa 100644 --- a/Content.Shared/Administration/PlayerInfo.cs +++ b/Content.Shared/Administration/PlayerInfo.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Network; +using Robust.Shared.Network; using Robust.Shared.Serialization; namespace Content.Shared.Administration diff --git a/Content.Shared/Administration/SetOutfitEuiState.cs b/Content.Shared/Administration/SetOutfitEuiState.cs index c8cca5abece..495543509ea 100644 --- a/Content.Shared/Administration/SetOutfitEuiState.cs +++ b/Content.Shared/Administration/SetOutfitEuiState.cs @@ -1,7 +1,5 @@ using Content.Shared.Eui; using Robust.Shared.Serialization; -using System; -using Robust.Shared.GameObjects; namespace Content.Shared.Administration { diff --git a/Content.Shared/Administration/SharedBwoinkSystem.cs b/Content.Shared/Administration/SharedBwoinkSystem.cs index 57d12aa8937..b3be779568d 100644 --- a/Content.Shared/Administration/SharedBwoinkSystem.cs +++ b/Content.Shared/Administration/SharedBwoinkSystem.cs @@ -1,9 +1,6 @@ #nullable enable -using System; using Robust.Shared.Network; using Robust.Shared.Serialization; -using Robust.Shared.GameObjects; -using Robust.Shared.Log; namespace Content.Shared.Administration { diff --git a/Content.Shared/Alert/AlertKey.cs b/Content.Shared/Alert/AlertKey.cs index f649bf7b6de..e22ad148a25 100644 --- a/Content.Shared/Alert/AlertKey.cs +++ b/Content.Shared/Alert/AlertKey.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; using Robust.Shared.Serialization.Manager; namespace Content.Shared.Alert; diff --git a/Content.Shared/Alert/AlertOrderPrototype.cs b/Content.Shared/Alert/AlertOrderPrototype.cs index 8725a471da6..8366b101383 100644 --- a/Content.Shared/Alert/AlertOrderPrototype.cs +++ b/Content.Shared/Alert/AlertOrderPrototype.cs @@ -1,9 +1,5 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.Prototypes; +using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Alert { diff --git a/Content.Shared/Alert/AlertPrototype.cs b/Content.Shared/Alert/AlertPrototype.cs index 04ce3f6b9a2..465a1959f01 100644 --- a/Content.Shared/Alert/AlertPrototype.cs +++ b/Content.Shared/Alert/AlertPrototype.cs @@ -1,11 +1,7 @@ -using System; -using System.Globalization; -using Robust.Shared.Log; +using System.Globalization; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Shared.Alert { diff --git a/Content.Shared/Alert/AlertState.cs b/Content.Shared/Alert/AlertState.cs index 21cf322fb61..b7244d3d4e0 100644 --- a/Content.Shared/Alert/AlertState.cs +++ b/Content.Shared/Alert/AlertState.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Alert; diff --git a/Content.Shared/Alert/AlertSyncEvent.cs b/Content.Shared/Alert/AlertSyncEvent.cs index 3daf377085d..3cff13529e2 100644 --- a/Content.Shared/Alert/AlertSyncEvent.cs +++ b/Content.Shared/Alert/AlertSyncEvent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Alert; /// diff --git a/Content.Shared/Alert/AlertsComponent.cs b/Content.Shared/Alert/AlertsComponent.cs index b6f823c2c4d..f1d5d01b9e7 100644 --- a/Content.Shared/Alert/AlertsComponent.cs +++ b/Content.Shared/Alert/AlertsComponent.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.ViewVariables; namespace Content.Shared.Alert; diff --git a/Content.Shared/Alert/AlertsComponentState.cs b/Content.Shared/Alert/AlertsComponentState.cs index 9dea1d39b5a..c503338ea84 100644 --- a/Content.Shared/Alert/AlertsComponentState.cs +++ b/Content.Shared/Alert/AlertsComponentState.cs @@ -1,6 +1,3 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Alert; diff --git a/Content.Shared/Alert/ClickAlertEvent.cs b/Content.Shared/Alert/ClickAlertEvent.cs index 04938b29e2f..fe7ca97e4c2 100644 --- a/Content.Shared/Alert/ClickAlertEvent.cs +++ b/Content.Shared/Alert/ClickAlertEvent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Alert; diff --git a/Content.Shared/Alert/IAlertClick.cs b/Content.Shared/Alert/IAlertClick.cs index a6287a22c3e..c11fc10c0d7 100644 --- a/Content.Shared/Alert/IAlertClick.cs +++ b/Content.Shared/Alert/IAlertClick.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Alert +namespace Content.Shared.Alert { /// /// Defines what should happen when an alert is clicked. diff --git a/Content.Shared/Arcade/BlockGameBlock.cs b/Content.Shared/Arcade/BlockGameBlock.cs index f554232dda7..b47f5224adb 100644 --- a/Content.Shared/Arcade/BlockGameBlock.cs +++ b/Content.Shared/Arcade/BlockGameBlock.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.Maths; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Arcade { diff --git a/Content.Shared/Arcade/BlockGameMessages.cs b/Content.Shared/Arcade/BlockGameMessages.cs index 88e1bb71d7e..fe558194727 100644 --- a/Content.Shared/Arcade/BlockGameMessages.cs +++ b/Content.Shared/Arcade/BlockGameMessages.cs @@ -1,6 +1,3 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Arcade diff --git a/Content.Shared/Arcade/BlockGamePlayerAction.cs b/Content.Shared/Arcade/BlockGamePlayerAction.cs index f88b213a566..9334fd58120 100644 --- a/Content.Shared/Arcade/BlockGamePlayerAction.cs +++ b/Content.Shared/Arcade/BlockGamePlayerAction.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Arcade { diff --git a/Content.Shared/Arcade/BlockGameUiKey.cs b/Content.Shared/Arcade/BlockGameUiKey.cs index 6ffb216668f..8ab43590918 100644 --- a/Content.Shared/Arcade/BlockGameUiKey.cs +++ b/Content.Shared/Arcade/BlockGameUiKey.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Arcade { diff --git a/Content.Shared/Arcade/SharedSpaceVillainArcadeComponent.cs b/Content.Shared/Arcade/SharedSpaceVillainArcadeComponent.cs index f67966b0b40..b0bf87bd192 100644 --- a/Content.Shared/Arcade/SharedSpaceVillainArcadeComponent.cs +++ b/Content.Shared/Arcade/SharedSpaceVillainArcadeComponent.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Arcade diff --git a/Content.Shared/Atmos/AtmosCommandUtils.cs b/Content.Shared/Atmos/AtmosCommandUtils.cs index b0217fd4891..fd37743ae35 100644 --- a/Content.Shared/Atmos/AtmosCommandUtils.cs +++ b/Content.Shared/Atmos/AtmosCommandUtils.cs @@ -1,5 +1,3 @@ -using System; - namespace Content.Shared.Atmos { public sealed class AtmosCommandUtils diff --git a/Content.Shared/Atmos/AtmosDirection.cs b/Content.Shared/Atmos/AtmosDirection.cs index 0639645c249..a25c9d553c5 100644 --- a/Content.Shared/Atmos/AtmosDirection.cs +++ b/Content.Shared/Atmos/AtmosDirection.cs @@ -1,6 +1,4 @@ -using System; -using System.Runtime.CompilerServices; -using Robust.Shared.Maths; +using System.Runtime.CompilerServices; using Robust.Shared.Serialization; namespace Content.Shared.Atmos diff --git a/Content.Shared/Atmos/Atmospherics.cs b/Content.Shared/Atmos/Atmospherics.cs index b1fc05ed3e6..f1a3f21c50d 100644 --- a/Content.Shared/Atmos/Atmospherics.cs +++ b/Content.Shared/Atmos/Atmospherics.cs @@ -1,6 +1,4 @@ -using Robust.Shared.Maths; using Robust.Shared.Serialization; -using System; // ReSharper disable InconsistentNaming namespace Content.Shared.Atmos diff --git a/Content.Shared/Atmos/Components/SharedGasAnalyzerComponent.cs b/Content.Shared/Atmos/Components/SharedGasAnalyzerComponent.cs index e21f8d910f7..bdc373ebebd 100644 --- a/Content.Shared/Atmos/Components/SharedGasAnalyzerComponent.cs +++ b/Content.Shared/Atmos/Components/SharedGasAnalyzerComponent.cs @@ -1,7 +1,4 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Localization; using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Components diff --git a/Content.Shared/Atmos/Components/SharedGasTankComponent.cs b/Content.Shared/Atmos/Components/SharedGasTankComponent.cs index bfab3e2e62f..f6751a3ebc1 100644 --- a/Content.Shared/Atmos/Components/SharedGasTankComponent.cs +++ b/Content.Shared/Atmos/Components/SharedGasTankComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Components { diff --git a/Content.Shared/Atmos/EntitySystems/SharedAtmosDebugOverlaySystem.cs b/Content.Shared/Atmos/EntitySystems/SharedAtmosDebugOverlaySystem.cs index e9c9db1bc3a..cc955000a9f 100644 --- a/Content.Shared/Atmos/EntitySystems/SharedAtmosDebugOverlaySystem.cs +++ b/Content.Shared/Atmos/EntitySystems/SharedAtmosDebugOverlaySystem.cs @@ -1,7 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Map; -using Robust.Shared.Maths; +using Robust.Shared.Map; using Robust.Shared.Serialization; namespace Content.Shared.Atmos.EntitySystems diff --git a/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs b/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs index 32841932ba9..a7f2c8af333 100644 --- a/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs +++ b/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; -using Content.Shared.Atmos.Prototypes; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; +using Content.Shared.Atmos.Prototypes; using Robust.Shared.Prototypes; using Robust.Shared.Utility; diff --git a/Content.Shared/Atmos/EntitySystems/SharedGasTileOverlaySystem.cs b/Content.Shared/Atmos/EntitySystems/SharedGasTileOverlaySystem.cs index 7541f6a90fc..b4d7c0aa8b2 100644 --- a/Content.Shared/Atmos/EntitySystems/SharedGasTileOverlaySystem.cs +++ b/Content.Shared/Atmos/EntitySystems/SharedGasTileOverlaySystem.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.GameObjects; -using Robust.Shared.Map; -using Robust.Shared.Maths; +using Robust.Shared.Map; using Robust.Shared.Serialization; namespace Content.Shared.Atmos.EntitySystems diff --git a/Content.Shared/Atmos/FireVisuals.cs b/Content.Shared/Atmos/FireVisuals.cs index 7fb8e5ed570..aeab858a350 100644 --- a/Content.Shared/Atmos/FireVisuals.cs +++ b/Content.Shared/Atmos/FireVisuals.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Atmos { diff --git a/Content.Shared/Atmos/GasOverlayChunk.cs b/Content.Shared/Atmos/GasOverlayChunk.cs index 36a65b98ea0..453cf26304c 100644 --- a/Content.Shared/Atmos/GasOverlayChunk.cs +++ b/Content.Shared/Atmos/GasOverlayChunk.cs @@ -1,7 +1,5 @@ -using System.Collections.Generic; using Content.Shared.Atmos.EntitySystems; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Timing; using Robust.Shared.Utility; diff --git a/Content.Shared/Atmos/Monitor/AtmosAlarmThresholdPrototype.cs b/Content.Shared/Atmos/Monitor/AtmosAlarmThresholdPrototype.cs index 7d93d2e5b96..a671a1817db 100644 --- a/Content.Shared/Atmos/Monitor/AtmosAlarmThresholdPrototype.cs +++ b/Content.Shared/Atmos/Monitor/AtmosAlarmThresholdPrototype.cs @@ -1,10 +1,5 @@ -using System; -using Content.Shared.Atmos.Monitor; -using Robust.Shared.Log; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Atmos.Monitor { diff --git a/Content.Shared/Atmos/Monitor/AtmosMonitorAlarmType.cs b/Content.Shared/Atmos/Monitor/AtmosMonitorAlarmType.cs index 065311bff3c..27f03204485 100644 --- a/Content.Shared/Atmos/Monitor/AtmosMonitorAlarmType.cs +++ b/Content.Shared/Atmos/Monitor/AtmosMonitorAlarmType.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Monitor diff --git a/Content.Shared/Atmos/Monitor/Components/SharedAirAlarmComponent.cs b/Content.Shared/Atmos/Monitor/Components/SharedAirAlarmComponent.cs index ceec55a5926..5424c75920d 100644 --- a/Content.Shared/Atmos/Monitor/Components/SharedAirAlarmComponent.cs +++ b/Content.Shared/Atmos/Monitor/Components/SharedAirAlarmComponent.cs @@ -1,8 +1,3 @@ -using System; -using System.Collections.Generic; -using Content.Shared.Atmos; -using Content.Shared.Atmos.Monitor; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Monitor.Components diff --git a/Content.Shared/Atmos/Monitor/Components/SharedFireAlarmComponent.cs b/Content.Shared/Atmos/Monitor/Components/SharedFireAlarmComponent.cs index 242d0e2124c..cb684f969a1 100644 --- a/Content.Shared/Atmos/Monitor/Components/SharedFireAlarmComponent.cs +++ b/Content.Shared/Atmos/Monitor/Components/SharedFireAlarmComponent.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Monitor.Components diff --git a/Content.Shared/Atmos/PipeDirection.cs b/Content.Shared/Atmos/PipeDirection.cs index 458908c167c..d0dbf981760 100644 --- a/Content.Shared/Atmos/PipeDirection.cs +++ b/Content.Shared/Atmos/PipeDirection.cs @@ -1,7 +1,4 @@ -using System; -using Robust.Shared.Maths; using Robust.Shared.Serialization; -using Robust.Shared.ViewVariables; namespace Content.Shared.Atmos { diff --git a/Content.Shared/Atmos/Piping/Binary/Components/SharedGasCanisterComponent.cs b/Content.Shared/Atmos/Piping/Binary/Components/SharedGasCanisterComponent.cs index 63d1eb7a25b..a8b17fe0b1a 100644 --- a/Content.Shared/Atmos/Piping/Binary/Components/SharedGasCanisterComponent.cs +++ b/Content.Shared/Atmos/Piping/Binary/Components/SharedGasCanisterComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Piping.Binary.Components { diff --git a/Content.Shared/Atmos/Piping/Binary/Components/SharedGasPressurePumpComponent.cs b/Content.Shared/Atmos/Piping/Binary/Components/SharedGasPressurePumpComponent.cs index e677412e959..217d81e972f 100644 --- a/Content.Shared/Atmos/Piping/Binary/Components/SharedGasPressurePumpComponent.cs +++ b/Content.Shared/Atmos/Piping/Binary/Components/SharedGasPressurePumpComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Piping.Binary.Components { diff --git a/Content.Shared/Atmos/Piping/Binary/Components/SharedGasVolumePumpComponent.cs b/Content.Shared/Atmos/Piping/Binary/Components/SharedGasVolumePumpComponent.cs index 095e6e2b1d6..a89a5a7ed83 100644 --- a/Content.Shared/Atmos/Piping/Binary/Components/SharedGasVolumePumpComponent.cs +++ b/Content.Shared/Atmos/Piping/Binary/Components/SharedGasVolumePumpComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Piping.Binary.Components { diff --git a/Content.Shared/Atmos/Piping/EnabledAtmosDeviceVisuals.cs b/Content.Shared/Atmos/Piping/EnabledAtmosDeviceVisuals.cs index d5cc51895a5..1ffbc31f35d 100644 --- a/Content.Shared/Atmos/Piping/EnabledAtmosDeviceVisuals.cs +++ b/Content.Shared/Atmos/Piping/EnabledAtmosDeviceVisuals.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Piping diff --git a/Content.Shared/Atmos/Piping/PipeColorVisuals.cs b/Content.Shared/Atmos/Piping/PipeColorVisuals.cs index f579cb1f205..3f9f59ce3a4 100644 --- a/Content.Shared/Atmos/Piping/PipeColorVisuals.cs +++ b/Content.Shared/Atmos/Piping/PipeColorVisuals.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Piping diff --git a/Content.Shared/Atmos/Piping/Trinary/Components/SharedGasFilterComponent.cs b/Content.Shared/Atmos/Piping/Trinary/Components/SharedGasFilterComponent.cs index ac5a91d8a3b..a5e2b196129 100644 --- a/Content.Shared/Atmos/Piping/Trinary/Components/SharedGasFilterComponent.cs +++ b/Content.Shared/Atmos/Piping/Trinary/Components/SharedGasFilterComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Piping.Trinary.Components { diff --git a/Content.Shared/Atmos/Piping/Trinary/Components/SharedGasMixerComponent.cs b/Content.Shared/Atmos/Piping/Trinary/Components/SharedGasMixerComponent.cs index a02650e3e4b..40659307a71 100644 --- a/Content.Shared/Atmos/Piping/Trinary/Components/SharedGasMixerComponent.cs +++ b/Content.Shared/Atmos/Piping/Trinary/Components/SharedGasMixerComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Piping.Trinary.Components { diff --git a/Content.Shared/Atmos/Piping/Unary/Components/SharedGasPortableComponent.cs b/Content.Shared/Atmos/Piping/Unary/Components/SharedGasPortableComponent.cs index d4b695bf13b..e0963a610c9 100644 --- a/Content.Shared/Atmos/Piping/Unary/Components/SharedGasPortableComponent.cs +++ b/Content.Shared/Atmos/Piping/Unary/Components/SharedGasPortableComponent.cs @@ -1,12 +1,11 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Piping.Unary.Components { - /// - /// Used in to determine which visuals to update. - /// - [Serializable, NetSerializable] + /// + /// Used in to determine which visuals to update. + /// + [Serializable, NetSerializable] public enum GasPortableVisuals { ConnectedState, diff --git a/Content.Shared/Atmos/Piping/Unary/Components/SharedVentPumpComponent.cs b/Content.Shared/Atmos/Piping/Unary/Components/SharedVentPumpComponent.cs index 7ad59604ee1..ccad630dfa5 100644 --- a/Content.Shared/Atmos/Piping/Unary/Components/SharedVentPumpComponent.cs +++ b/Content.Shared/Atmos/Piping/Unary/Components/SharedVentPumpComponent.cs @@ -1,4 +1,3 @@ -using System; using Content.Shared.Atmos.Monitor.Components; using Robust.Shared.Serialization; diff --git a/Content.Shared/Atmos/Piping/Unary/Components/SharedVentScrubberComponent.cs b/Content.Shared/Atmos/Piping/Unary/Components/SharedVentScrubberComponent.cs index c12790fd27d..c8c4c2cc909 100644 --- a/Content.Shared/Atmos/Piping/Unary/Components/SharedVentScrubberComponent.cs +++ b/Content.Shared/Atmos/Piping/Unary/Components/SharedVentScrubberComponent.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Shared.Atmos.Monitor.Components; using Robust.Shared.Serialization; diff --git a/Content.Shared/Atmos/Piping/Unary/Visuals/ScrubberVisuals.cs b/Content.Shared/Atmos/Piping/Unary/Visuals/ScrubberVisuals.cs index c6cccad8095..9f61dc14fc0 100644 --- a/Content.Shared/Atmos/Piping/Unary/Visuals/ScrubberVisuals.cs +++ b/Content.Shared/Atmos/Piping/Unary/Visuals/ScrubberVisuals.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Piping.Unary.Visuals diff --git a/Content.Shared/Atmos/Piping/Unary/Visuals/VentPumpVisuals.cs b/Content.Shared/Atmos/Piping/Unary/Visuals/VentPumpVisuals.cs index a94a06e7907..f15ccde5f29 100644 --- a/Content.Shared/Atmos/Piping/Unary/Visuals/VentPumpVisuals.cs +++ b/Content.Shared/Atmos/Piping/Unary/Visuals/VentPumpVisuals.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Visuals diff --git a/Content.Shared/Atmos/Prototypes/GasPrototype.cs b/Content.Shared/Atmos/Prototypes/GasPrototype.cs index 18ca116f6b4..b382260fb8a 100644 --- a/Content.Shared/Atmos/Prototypes/GasPrototype.cs +++ b/Content.Shared/Atmos/Prototypes/GasPrototype.cs @@ -1,8 +1,6 @@ using Content.Shared.Chemistry.Reagent; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Shared.Atmos.Prototypes { diff --git a/Content.Shared/Atmos/Visuals/AtmosPlaqueVisuals.cs b/Content.Shared/Atmos/Visuals/AtmosPlaqueVisuals.cs index 11da1d071b3..66b3a5b229b 100644 --- a/Content.Shared/Atmos/Visuals/AtmosPlaqueVisuals.cs +++ b/Content.Shared/Atmos/Visuals/AtmosPlaqueVisuals.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Visuals { diff --git a/Content.Shared/Audio/AmbientSoundComponent.cs b/Content.Shared/Audio/AmbientSoundComponent.cs index 752102bb121..39c31af34d2 100644 --- a/Content.Shared/Audio/AmbientSoundComponent.cs +++ b/Content.Shared/Audio/AmbientSoundComponent.cs @@ -1,10 +1,6 @@ -using System; using Content.Shared.Sound; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Audio { diff --git a/Content.Shared/Audio/AudioHelpers.cs b/Content.Shared/Audio/AudioHelpers.cs index 877de36c9dd..9c32ea8c2da 100644 --- a/Content.Shared/Audio/AudioHelpers.cs +++ b/Content.Shared/Audio/AudioHelpers.cs @@ -1,7 +1,4 @@ -using System; using Robust.Shared.Audio; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Shared/Audio/ContentAudioSystem.cs b/Content.Shared/Audio/ContentAudioSystem.cs index 693b777d69c..d732f20506c 100644 --- a/Content.Shared/Audio/ContentAudioSystem.cs +++ b/Content.Shared/Audio/ContentAudioSystem.cs @@ -1,6 +1,5 @@ using Content.Shared.Physics; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; namespace Content.Shared.Audio { diff --git a/Content.Shared/Audio/SharedAmbientSoundSystem.cs b/Content.Shared/Audio/SharedAmbientSoundSystem.cs index 0922024f0b0..c6225e82a78 100644 --- a/Content.Shared/Audio/SharedAmbientSoundSystem.cs +++ b/Content.Shared/Audio/SharedAmbientSoundSystem.cs @@ -1,4 +1,3 @@ -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; namespace Content.Shared.Audio diff --git a/Content.Shared/Audio/SoundCollectionPrototype.cs b/Content.Shared/Audio/SoundCollectionPrototype.cs index 0b88ff98004..28520ae32b5 100644 --- a/Content.Shared/Audio/SoundCollectionPrototype.cs +++ b/Content.Shared/Audio/SoundCollectionPrototype.cs @@ -1,8 +1,5 @@ -using System.Collections.Generic; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Shared.Audio { diff --git a/Content.Shared/Body/Components/MechanismComponent.cs b/Content.Shared/Body/Components/MechanismComponent.cs index 4ad4a98575a..23a3f655156 100644 --- a/Content.Shared/Body/Components/MechanismComponent.cs +++ b/Content.Shared/Body/Components/MechanismComponent.cs @@ -1,9 +1,6 @@ using Content.Shared.Body.Events; using Content.Shared.Body.Part; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Body.Components { diff --git a/Content.Shared/Body/Components/SharedBodyComponent.cs b/Content.Shared/Body/Components/SharedBodyComponent.cs index 95987844849..47b9272df9a 100644 --- a/Content.Shared/Body/Components/SharedBodyComponent.cs +++ b/Content.Shared/Body/Components/SharedBodyComponent.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Shared.Body.Part; @@ -8,14 +6,10 @@ using Content.Shared.Damage; using Content.Shared.Damage.Prototypes; using Content.Shared.Standing; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Shared.Body.Components { diff --git a/Content.Shared/Body/Components/SharedBodyPartComponent.cs b/Content.Shared/Body/Components/SharedBodyPartComponent.cs index 6eaee0ebe5f..97285f37a06 100644 --- a/Content.Shared/Body/Components/SharedBodyPartComponent.cs +++ b/Content.Shared/Body/Components/SharedBodyPartComponent.cs @@ -1,16 +1,10 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Shared.Body.Events; using Content.Shared.Body.Part; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Shared.Body.Components { diff --git a/Content.Shared/Body/Components/SharedBodyScannerComponent.cs b/Content.Shared/Body/Components/SharedBodyScannerComponent.cs index 0e7b1b112fc..0549e7a9c12 100644 --- a/Content.Shared/Body/Components/SharedBodyScannerComponent.cs +++ b/Content.Shared/Body/Components/SharedBodyScannerComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Body.Components { diff --git a/Content.Shared/Body/Events/MechanismBodyEvents.cs b/Content.Shared/Body/Events/MechanismBodyEvents.cs index 909abac609e..f14b346621e 100644 --- a/Content.Shared/Body/Events/MechanismBodyEvents.cs +++ b/Content.Shared/Body/Events/MechanismBodyEvents.cs @@ -1,5 +1,4 @@ using Content.Shared.Body.Components; -using Robust.Shared.GameObjects; namespace Content.Shared.Body.Events { diff --git a/Content.Shared/Body/Events/ShiverAttemptEvent.cs b/Content.Shared/Body/Events/ShiverAttemptEvent.cs index 3fd433aa1b6..8c2761f545d 100644 --- a/Content.Shared/Body/Events/ShiverAttemptEvent.cs +++ b/Content.Shared/Body/Events/ShiverAttemptEvent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Body.Events +namespace Content.Shared.Body.Events { public sealed class ShiverAttemptEvent : CancellableEntityEventArgs { diff --git a/Content.Shared/Body/Events/SweatAttemptEvent.cs b/Content.Shared/Body/Events/SweatAttemptEvent.cs index 52b4c876a89..7f4b3fab15d 100644 --- a/Content.Shared/Body/Events/SweatAttemptEvent.cs +++ b/Content.Shared/Body/Events/SweatAttemptEvent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Body.Events +namespace Content.Shared.Body.Events { public sealed class SweatAttemptEvent : CancellableEntityEventArgs { diff --git a/Content.Shared/Body/Part/BodyPartCompatibility.cs b/Content.Shared/Body/Part/BodyPartCompatibility.cs index 1af9d201481..1b15d63ba29 100644 --- a/Content.Shared/Body/Part/BodyPartCompatibility.cs +++ b/Content.Shared/Body/Part/BodyPartCompatibility.cs @@ -1,4 +1,3 @@ -using System; using Content.Shared.Body.Components; using Robust.Shared.Serialization; diff --git a/Content.Shared/Body/Part/BodyPartSlot.cs b/Content.Shared/Body/Part/BodyPartSlot.cs index 4fb5a72ff06..c3193be82f2 100644 --- a/Content.Shared/Body/Part/BodyPartSlot.cs +++ b/Content.Shared/Body/Part/BodyPartSlot.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using Content.Shared.Body.Components; -using Robust.Shared.ViewVariables; +using Content.Shared.Body.Components; namespace Content.Shared.Body.Part { diff --git a/Content.Shared/Body/Part/BodyPartSymmetry.cs b/Content.Shared/Body/Part/BodyPartSymmetry.cs index 6c950a87165..52e2e7f71d0 100644 --- a/Content.Shared/Body/Part/BodyPartSymmetry.cs +++ b/Content.Shared/Body/Part/BodyPartSymmetry.cs @@ -1,5 +1,4 @@ -using System; -using Content.Shared.Body.Components; +using Content.Shared.Body.Components; using Robust.Shared.Serialization; namespace Content.Shared.Body.Part diff --git a/Content.Shared/Body/Part/BodyPartType.cs b/Content.Shared/Body/Part/BodyPartType.cs index b8fc2fce28b..7f900708595 100644 --- a/Content.Shared/Body/Part/BodyPartType.cs +++ b/Content.Shared/Body/Part/BodyPartType.cs @@ -1,4 +1,3 @@ -using System; using Content.Shared.Body.Components; using Robust.Shared.Serialization; diff --git a/Content.Shared/Body/Part/IBodyPartAdded.cs b/Content.Shared/Body/Part/IBodyPartAdded.cs index 74cbbd4da41..8e02d34cddc 100644 --- a/Content.Shared/Body/Part/IBodyPartAdded.cs +++ b/Content.Shared/Body/Part/IBodyPartAdded.cs @@ -1,6 +1,4 @@ -using System; -using Content.Shared.Body.Components; -using Robust.Shared.GameObjects; +using Content.Shared.Body.Components; using Robust.Shared.Serialization; namespace Content.Shared.Body.Part diff --git a/Content.Shared/Body/Part/IBodyPartRemoved.cs b/Content.Shared/Body/Part/IBodyPartRemoved.cs index 48910a9bcb9..500d2055608 100644 --- a/Content.Shared/Body/Part/IBodyPartRemoved.cs +++ b/Content.Shared/Body/Part/IBodyPartRemoved.cs @@ -1,5 +1,4 @@ -using System; -using Content.Shared.Body.Components; +using Content.Shared.Body.Components; using Robust.Shared.Serialization; namespace Content.Shared.Body.Part diff --git a/Content.Shared/Body/Prototypes/BodyPresetPrototype.cs b/Content.Shared/Body/Prototypes/BodyPresetPrototype.cs index af28adbbb82..0af30a9dfc5 100644 --- a/Content.Shared/Body/Prototypes/BodyPresetPrototype.cs +++ b/Content.Shared/Body/Prototypes/BodyPresetPrototype.cs @@ -1,9 +1,5 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.Prototypes; +using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Body.Prototypes { diff --git a/Content.Shared/Body/Prototypes/BodyTemplatePrototype.cs b/Content.Shared/Body/Prototypes/BodyTemplatePrototype.cs index 085742d40c7..64e03a48697 100644 --- a/Content.Shared/Body/Prototypes/BodyTemplatePrototype.cs +++ b/Content.Shared/Body/Prototypes/BodyTemplatePrototype.cs @@ -1,10 +1,6 @@ -using System; -using System.Collections.Generic; -using Content.Shared.Body.Part; +using Content.Shared.Body.Part; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Body.Prototypes { diff --git a/Content.Shared/Body/Prototypes/MetabolismGroupPrototype.cs b/Content.Shared/Body/Prototypes/MetabolismGroupPrototype.cs index 87bfe39cf02..bd8fb66edc4 100644 --- a/Content.Shared/Body/Prototypes/MetabolismGroupPrototype.cs +++ b/Content.Shared/Body/Prototypes/MetabolismGroupPrototype.cs @@ -1,5 +1,4 @@ using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Body.Prototypes { diff --git a/Content.Shared/Body/Prototypes/MetabolizerTypePrototype.cs b/Content.Shared/Body/Prototypes/MetabolizerTypePrototype.cs index ac50b0162e3..bb8619bab23 100644 --- a/Content.Shared/Body/Prototypes/MetabolizerTypePrototype.cs +++ b/Content.Shared/Body/Prototypes/MetabolizerTypePrototype.cs @@ -1,5 +1,4 @@ using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Body.Prototypes { diff --git a/Content.Shared/Botany/PlantHolderVisuals.cs b/Content.Shared/Botany/PlantHolderVisuals.cs index b7dd0e6bc99..76ea387d3db 100644 --- a/Content.Shared/Botany/PlantHolderVisuals.cs +++ b/Content.Shared/Botany/PlantHolderVisuals.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Botany { diff --git a/Content.Shared/Buckle/Components/SharedBuckleComponent.cs b/Content.Shared/Buckle/Components/SharedBuckleComponent.cs index b2b6521b92e..df60a31a54d 100644 --- a/Content.Shared/Buckle/Components/SharedBuckleComponent.cs +++ b/Content.Shared/Buckle/Components/SharedBuckleComponent.cs @@ -1,12 +1,7 @@ -using System; using Content.Shared.DragDrop; using Content.Shared.Interaction; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Buckle.Components { diff --git a/Content.Shared/Buckle/Components/SharedStrapComponent.cs b/Content.Shared/Buckle/Components/SharedStrapComponent.cs index d19ea589617..f658b14e1c3 100644 --- a/Content.Shared/Buckle/Components/SharedStrapComponent.cs +++ b/Content.Shared/Buckle/Components/SharedStrapComponent.cs @@ -1,10 +1,6 @@ -using System; using Content.Shared.DragDrop; using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Serialization; namespace Content.Shared.Buckle.Components diff --git a/Content.Shared/Buckle/SharedBuckleSystem.cs b/Content.Shared/Buckle/SharedBuckleSystem.cs index 6bd95d61f55..6a9ad321148 100644 --- a/Content.Shared/Buckle/SharedBuckleSystem.cs +++ b/Content.Shared/Buckle/SharedBuckleSystem.cs @@ -3,7 +3,6 @@ using Content.Shared.Movement; using Content.Shared.Standing; using Content.Shared.Throwing; -using Robust.Shared.GameObjects; using Robust.Shared.Physics.Dynamics; namespace Content.Shared.Buckle diff --git a/Content.Shared/Cabinet/ItemCabinetVisuals.cs b/Content.Shared/Cabinet/ItemCabinetVisuals.cs index 9ac46e1fa8c..d09e1ba9cf0 100644 --- a/Content.Shared/Cabinet/ItemCabinetVisuals.cs +++ b/Content.Shared/Cabinet/ItemCabinetVisuals.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Cabinet { diff --git a/Content.Shared/Camera/CameraRecoilComponent.cs b/Content.Shared/Camera/CameraRecoilComponent.cs index 8bb7dded43f..1234cc9a25a 100644 --- a/Content.Shared/Camera/CameraRecoilComponent.cs +++ b/Content.Shared/Camera/CameraRecoilComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Maths; namespace Content.Shared.Camera; diff --git a/Content.Shared/Camera/CameraRecoilSystem.cs b/Content.Shared/Camera/CameraRecoilSystem.cs index 2fdbd4f2c6d..3eb5e857bec 100644 --- a/Content.Shared/Camera/CameraRecoilSystem.cs +++ b/Content.Shared/Camera/CameraRecoilSystem.cs @@ -1,8 +1,4 @@ -using System; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Log; -using Robust.Shared.Maths; using Robust.Shared.Player; using Robust.Shared.Serialization; diff --git a/Content.Shared/Cargo/CargoOrderData.cs b/Content.Shared/Cargo/CargoOrderData.cs index d8c54586ad2..62e4594127b 100644 --- a/Content.Shared/Cargo/CargoOrderData.cs +++ b/Content.Shared/Cargo/CargoOrderData.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Cargo diff --git a/Content.Shared/Cargo/CargoProductPrototype.cs b/Content.Shared/Cargo/CargoProductPrototype.cs index b529dd26c40..7cad752b405 100644 --- a/Content.Shared/Cargo/CargoProductPrototype.cs +++ b/Content.Shared/Cargo/CargoProductPrototype.cs @@ -1,12 +1,7 @@ -using System; -using Nett; -using Robust.Shared.IoC; -using Robust.Shared.Prototypes; +using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Shared.Cargo { diff --git a/Content.Shared/Cargo/Components/SharedCargoConsoleComponent.cs b/Content.Shared/Cargo/Components/SharedCargoConsoleComponent.cs index 0f7404f51e5..19a21142076 100644 --- a/Content.Shared/Cargo/Components/SharedCargoConsoleComponent.cs +++ b/Content.Shared/Cargo/Components/SharedCargoConsoleComponent.cs @@ -1,7 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Prototypes; +using Robust.Shared.Prototypes; using Robust.Shared.Serialization; namespace Content.Shared.Cargo.Components diff --git a/Content.Shared/Cargo/Components/SharedCargoOrderDatabaseComponent.cs b/Content.Shared/Cargo/Components/SharedCargoOrderDatabaseComponent.cs index 922ae507700..c1a7e4b468d 100644 --- a/Content.Shared/Cargo/Components/SharedCargoOrderDatabaseComponent.cs +++ b/Content.Shared/Cargo/Components/SharedCargoOrderDatabaseComponent.cs @@ -1,6 +1,3 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/Cargo/Components/SharedCargoTelepadComponent.cs b/Content.Shared/Cargo/Components/SharedCargoTelepadComponent.cs index 6b8df740e69..953c58396a4 100644 --- a/Content.Shared/Cargo/Components/SharedCargoTelepadComponent.cs +++ b/Content.Shared/Cargo/Components/SharedCargoTelepadComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Cargo.Components; public abstract class SharedCargoTelepadComponent : Component diff --git a/Content.Shared/Cargo/SharedCargoSystem.cs b/Content.Shared/Cargo/SharedCargoSystem.cs index eba723261cf..1931c0b95e0 100644 --- a/Content.Shared/Cargo/SharedCargoSystem.cs +++ b/Content.Shared/Cargo/SharedCargoSystem.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Cargo; diff --git a/Content.Shared/CharacterAppearance/Components/HumanoidAppearanceComponent.cs b/Content.Shared/CharacterAppearance/Components/HumanoidAppearanceComponent.cs index 6dff0b2de54..7545aab6807 100644 --- a/Content.Shared/CharacterAppearance/Components/HumanoidAppearanceComponent.cs +++ b/Content.Shared/CharacterAppearance/Components/HumanoidAppearanceComponent.cs @@ -1,14 +1,8 @@ -using System; -using Content.Shared.CharacterAppearance; using Content.Shared.CharacterAppearance.Systems; using Content.Shared.Species; -using Robust.Shared.Analyzers; using Robust.Shared.Enums; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.CharacterAppearance.Components { diff --git a/Content.Shared/CharacterAppearance/Components/SharedMagicMirrorComponent.cs b/Content.Shared/CharacterAppearance/Components/SharedMagicMirrorComponent.cs index 861516e14e7..2a17437cece 100644 --- a/Content.Shared/CharacterAppearance/Components/SharedMagicMirrorComponent.cs +++ b/Content.Shared/CharacterAppearance/Components/SharedMagicMirrorComponent.cs @@ -1,6 +1,3 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; using Robust.Shared.Serialization; namespace Content.Shared.CharacterAppearance.Components diff --git a/Content.Shared/CharacterAppearance/HairStyles.cs b/Content.Shared/CharacterAppearance/HairStyles.cs index 99a016d7413..027cee8b923 100644 --- a/Content.Shared/CharacterAppearance/HairStyles.cs +++ b/Content.Shared/CharacterAppearance/HairStyles.cs @@ -1,7 +1,3 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.Maths; - namespace Content.Shared.CharacterAppearance { public static class HairStyles diff --git a/Content.Shared/CharacterAppearance/HumanoidCharacterAppearance.cs b/Content.Shared/CharacterAppearance/HumanoidCharacterAppearance.cs index 6b08d93e254..95d2584ea6f 100644 --- a/Content.Shared/CharacterAppearance/HumanoidCharacterAppearance.cs +++ b/Content.Shared/CharacterAppearance/HumanoidCharacterAppearance.cs @@ -1,7 +1,6 @@ using Content.Shared.Markings; using Robust.Shared.Random; using Robust.Shared.Serialization; -using System.Linq; namespace Content.Shared.CharacterAppearance { diff --git a/Content.Shared/CharacterAppearance/HumanoidVisualLayersExtension.cs b/Content.Shared/CharacterAppearance/HumanoidVisualLayersExtension.cs index c2fdead121c..99053718daa 100644 --- a/Content.Shared/CharacterAppearance/HumanoidVisualLayersExtension.cs +++ b/Content.Shared/CharacterAppearance/HumanoidVisualLayersExtension.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Shared.Body.Components; using Content.Shared.Body.Part; diff --git a/Content.Shared/CharacterAppearance/Sex.cs b/Content.Shared/CharacterAppearance/Sex.cs index 1e3116ff129..879df55322f 100644 --- a/Content.Shared/CharacterAppearance/Sex.cs +++ b/Content.Shared/CharacterAppearance/Sex.cs @@ -1,7 +1,5 @@ -using System; -using Content.Shared.Dataset; +using Content.Shared.Dataset; using Content.Shared.Species; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Shared/CharacterAppearance/SpriteAccessoryCategories.cs b/Content.Shared/CharacterAppearance/SpriteAccessoryCategories.cs index 782894d5f8b..cf13379c1d3 100644 --- a/Content.Shared/CharacterAppearance/SpriteAccessoryCategories.cs +++ b/Content.Shared/CharacterAppearance/SpriteAccessoryCategories.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.CharacterAppearance { diff --git a/Content.Shared/CharacterAppearance/SpriteAccessoryManager.cs b/Content.Shared/CharacterAppearance/SpriteAccessoryManager.cs index 473539f484c..4044daac987 100644 --- a/Content.Shared/CharacterAppearance/SpriteAccessoryManager.cs +++ b/Content.Shared/CharacterAppearance/SpriteAccessoryManager.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.IoC; -using Robust.Shared.Prototypes; +using Robust.Shared.Prototypes; namespace Content.Shared.CharacterAppearance { diff --git a/Content.Shared/CharacterAppearance/SpriteAccessoryPrototype.cs b/Content.Shared/CharacterAppearance/SpriteAccessoryPrototype.cs index 48a4b33d231..809bb3cb01e 100644 --- a/Content.Shared/CharacterAppearance/SpriteAccessoryPrototype.cs +++ b/Content.Shared/CharacterAppearance/SpriteAccessoryPrototype.cs @@ -1,7 +1,5 @@ -using Robust.Shared.Localization; -using Robust.Shared.Prototypes; +using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Shared.CharacterAppearance diff --git a/Content.Shared/CharacterAppearance/Systems/SharedHumanoidAppearanceSystem.cs b/Content.Shared/CharacterAppearance/Systems/SharedHumanoidAppearanceSystem.cs index a1fec9999e3..0c65e335cd8 100644 --- a/Content.Shared/CharacterAppearance/Systems/SharedHumanoidAppearanceSystem.cs +++ b/Content.Shared/CharacterAppearance/Systems/SharedHumanoidAppearanceSystem.cs @@ -1,9 +1,7 @@ -using System; using Content.Shared.Body.Part; using Content.Shared.CharacterAppearance.Components; using Content.Shared.Preferences; using Robust.Shared.Enums; -using Robust.Shared.GameObjects; using Robust.Shared.GameObjects.Components.Localization; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/CharacterInfo/SharedCharacterInfoSystem.cs b/Content.Shared/CharacterInfo/SharedCharacterInfoSystem.cs index a1478782bb8..7365229f2ab 100644 --- a/Content.Shared/CharacterInfo/SharedCharacterInfoSystem.cs +++ b/Content.Shared/CharacterInfo/SharedCharacterInfoSystem.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using Content.Shared.Objectives; -using Robust.Shared.GameObjects; +using Content.Shared.Objectives; using Robust.Shared.Serialization; namespace Content.Shared.CharacterInfo; diff --git a/Content.Shared/Chat/ChatChannel.cs b/Content.Shared/Chat/ChatChannel.cs index 67cb3d70765..a2f5e991809 100644 --- a/Content.Shared/Chat/ChatChannel.cs +++ b/Content.Shared/Chat/ChatChannel.cs @@ -1,5 +1,3 @@ -using System; - namespace Content.Shared.Chat { /// diff --git a/Content.Shared/Chat/ChatSelectChannel.cs b/Content.Shared/Chat/ChatSelectChannel.cs index 3ec53706ba8..f612b1d0810 100644 --- a/Content.Shared/Chat/ChatSelectChannel.cs +++ b/Content.Shared/Chat/ChatSelectChannel.cs @@ -1,6 +1,4 @@ -using System; - -namespace Content.Shared.Chat +namespace Content.Shared.Chat { /// /// Chat channels that the player can select in the chat box. diff --git a/Content.Shared/Chat/MsgChatMessage.cs b/Content.Shared/Chat/MsgChatMessage.cs index 9852953b457..2969ea81f8b 100644 --- a/Content.Shared/Chat/MsgChatMessage.cs +++ b/Content.Shared/Chat/MsgChatMessage.cs @@ -1,7 +1,5 @@ using JetBrains.Annotations; using Lidgren.Network; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; using Robust.Shared.Network; namespace Content.Shared.Chat diff --git a/Content.Shared/Chemistry/Components/FitsInDispenserComponent.cs b/Content.Shared/Chemistry/Components/FitsInDispenserComponent.cs index f4a75f62902..e008a02a7ae 100644 --- a/Content.Shared/Chemistry/Components/FitsInDispenserComponent.cs +++ b/Content.Shared/Chemistry/Components/FitsInDispenserComponent.cs @@ -1,7 +1,4 @@ -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Chemistry.Components { diff --git a/Content.Shared/Chemistry/Components/MovespeedModifierMetabolismComponent.cs b/Content.Shared/Chemistry/Components/MovespeedModifierMetabolismComponent.cs index dd634ef474f..12710a97904 100644 --- a/Content.Shared/Chemistry/Components/MovespeedModifierMetabolismComponent.cs +++ b/Content.Shared/Chemistry/Components/MovespeedModifierMetabolismComponent.cs @@ -1,13 +1,5 @@ -using Content.Shared.Movement.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.Players; using Robust.Shared.Serialization; -using Robust.Shared.ViewVariables; -using System; -using Robust.Shared.Analyzers; using Robust.Shared.GameStates; -using Robust.Shared.Timing; -using Robust.Shared.IoC; namespace Content.Shared.Chemistry.Components { diff --git a/Content.Shared/Chemistry/Components/SharedHyposprayComponent.cs b/Content.Shared/Chemistry/Components/SharedHyposprayComponent.cs index 88637bb9adf..c13981fc406 100644 --- a/Content.Shared/Chemistry/Components/SharedHyposprayComponent.cs +++ b/Content.Shared/Chemistry/Components/SharedHyposprayComponent.cs @@ -1,10 +1,6 @@ -using System; -using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Chemistry.Components { diff --git a/Content.Shared/Chemistry/Components/SharedInjectorComponent.cs b/Content.Shared/Chemistry/Components/SharedInjectorComponent.cs index 4b2fa63c215..a0d5c8c4be2 100644 --- a/Content.Shared/Chemistry/Components/SharedInjectorComponent.cs +++ b/Content.Shared/Chemistry/Components/SharedInjectorComponent.cs @@ -1,6 +1,4 @@ -using System; using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/Chemistry/Components/Solution.Managerial.cs b/Content.Shared/Chemistry/Components/Solution.Managerial.cs index 0b21030a925..5319116307d 100644 --- a/Content.Shared/Chemistry/Components/Solution.Managerial.cs +++ b/Content.Shared/Chemistry/Components/Solution.Managerial.cs @@ -1,9 +1,6 @@ using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Chemistry.Components { diff --git a/Content.Shared/Chemistry/Components/Solution.cs b/Content.Shared/Chemistry/Components/Solution.cs index 30fdf23e2c7..4fb326dcd5f 100644 --- a/Content.Shared/Chemistry/Components/Solution.cs +++ b/Content.Shared/Chemistry/Components/Solution.cs @@ -1,19 +1,12 @@ -using System; using System.Collections; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Shared.Chemistry.Components { diff --git a/Content.Shared/Chemistry/Dispenser/ReagentDispenserInventoryPrototype.cs b/Content.Shared/Chemistry/Dispenser/ReagentDispenserInventoryPrototype.cs index b3448e247e1..0468b42ea7a 100644 --- a/Content.Shared/Chemistry/Dispenser/ReagentDispenserInventoryPrototype.cs +++ b/Content.Shared/Chemistry/Dispenser/ReagentDispenserInventoryPrototype.cs @@ -1,11 +1,7 @@ -using System; -using System.Collections.Generic; -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; -using Robust.Shared.ViewVariables; namespace Content.Shared.Chemistry.Dispenser { diff --git a/Content.Shared/Chemistry/EntitySystems/SharedChemMasterSystem.cs b/Content.Shared/Chemistry/EntitySystems/SharedChemMasterSystem.cs index 3af9ba62977..87a941d6755 100644 --- a/Content.Shared/Chemistry/EntitySystems/SharedChemMasterSystem.cs +++ b/Content.Shared/Chemistry/EntitySystems/SharedChemMasterSystem.cs @@ -1,6 +1,4 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Content.Shared.Containers.ItemSlots; using Content.Shared.Chemistry.Components; diff --git a/Content.Shared/Chemistry/MetabolismMovespeedModifierSystem.cs b/Content.Shared/Chemistry/MetabolismMovespeedModifierSystem.cs index f2a786546fe..462a6c0d16c 100644 --- a/Content.Shared/Chemistry/MetabolismMovespeedModifierSystem.cs +++ b/Content.Shared/Chemistry/MetabolismMovespeedModifierSystem.cs @@ -1,10 +1,6 @@ using Content.Shared.Chemistry.Components; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Timing; -using System.Collections.Generic; -using System.Linq; using Content.Shared.Movement.Components; using Content.Shared.Movement.EntitySystems; using static Content.Shared.Chemistry.Components.MovespeedModifierMetabolismComponent; diff --git a/Content.Shared/Chemistry/Reaction/ReactionPrototype.cs b/Content.Shared/Chemistry/Reaction/ReactionPrototype.cs index 665d78e219f..23c8509f42d 100644 --- a/Content.Shared/Chemistry/Reaction/ReactionPrototype.cs +++ b/Content.Shared/Chemistry/Reaction/ReactionPrototype.cs @@ -1,13 +1,9 @@ -using System.Collections.Generic; -using Content.Shared.Administration.Logs; using Content.Shared.Chemistry.Reagent; using Content.Shared.Database; using Content.Shared.FixedPoint; using Content.Shared.Sound; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Dictionary; -using Robust.Shared.ViewVariables; namespace Content.Shared.Chemistry.Reaction { diff --git a/Content.Shared/Chemistry/Reaction/ReactiveComponent.cs b/Content.Shared/Chemistry/Reaction/ReactiveComponent.cs index 7b3cc835eb4..9bff7538cf1 100644 --- a/Content.Shared/Chemistry/Reaction/ReactiveComponent.cs +++ b/Content.Shared/Chemistry/Reaction/ReactiveComponent.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Dictionary; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Set; diff --git a/Content.Shared/Chemistry/Reaction/ReactiveGroupPrototype.cs b/Content.Shared/Chemistry/Reaction/ReactiveGroupPrototype.cs index 4504587f132..a2aacaf01b3 100644 --- a/Content.Shared/Chemistry/Reaction/ReactiveGroupPrototype.cs +++ b/Content.Shared/Chemistry/Reaction/ReactiveGroupPrototype.cs @@ -1,5 +1,4 @@ using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Chemistry.Reaction; diff --git a/Content.Shared/Chemistry/Reaction/SharedChemicalReactionSystem.cs b/Content.Shared/Chemistry/Reaction/SharedChemicalReactionSystem.cs index 279e832c41e..bed0109b8fc 100644 --- a/Content.Shared/Chemistry/Reaction/SharedChemicalReactionSystem.cs +++ b/Content.Shared/Chemistry/Reaction/SharedChemicalReactionSystem.cs @@ -1,5 +1,3 @@ -using System.Collections.Generic; -using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Shared.Administration; using Content.Shared.Administration.Logs; @@ -7,9 +5,6 @@ using Content.Shared.Chemistry.Reagent; using Content.Shared.Database; using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Shared/Chemistry/ReactiveSystem.cs b/Content.Shared/Chemistry/ReactiveSystem.cs index 2bf1afa6f1c..6b9e4a03afa 100644 --- a/Content.Shared/Chemistry/ReactiveSystem.cs +++ b/Content.Shared/Chemistry/ReactiveSystem.cs @@ -5,8 +5,6 @@ using Content.Shared.Database; using Content.Shared.FixedPoint; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Shared/Chemistry/Reagent/ReagentEffect.cs b/Content.Shared/Chemistry/Reagent/ReagentEffect.cs index 113e60584a9..a04119be3f4 100644 --- a/Content.Shared/Chemistry/Reagent/ReagentEffect.cs +++ b/Content.Shared/Chemistry/Reagent/ReagentEffect.cs @@ -1,16 +1,9 @@ -using System; -using System.Collections.Generic; -using System.Text.Json.Serialization; -using Content.Shared.Administration.Logs; +using System.Text.Json.Serialization; using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; using Content.Shared.Database; using Content.Shared.FixedPoint; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Chemistry.Reagent { diff --git a/Content.Shared/Chemistry/SharedTransferAmount.cs b/Content.Shared/Chemistry/SharedTransferAmount.cs index 7f2c4fec123..1d95d2d687d 100644 --- a/Content.Shared/Chemistry/SharedTransferAmount.cs +++ b/Content.Shared/Chemistry/SharedTransferAmount.cs @@ -1,7 +1,4 @@ -using System; -using Content.Shared.Chemistry.Reagent; -using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; +using Content.Shared.FixedPoint; using Robust.Shared.Serialization; namespace Content.Shared.Chemistry diff --git a/Content.Shared/Climbing/SharedClimbableComponent.cs b/Content.Shared/Climbing/SharedClimbableComponent.cs index 61907d6c65d..4e0a77cd448 100644 --- a/Content.Shared/Climbing/SharedClimbableComponent.cs +++ b/Content.Shared/Climbing/SharedClimbableComponent.cs @@ -1,5 +1,4 @@ -using Content.Shared.DragDrop; -using Content.Shared.Interaction; +using Content.Shared.Interaction; namespace Content.Shared.Climbing { diff --git a/Content.Shared/Cloning/AcceptCloningEuiMessage.cs b/Content.Shared/Cloning/AcceptCloningEuiMessage.cs index 3b4d02d1b28..cbd82cc91fc 100644 --- a/Content.Shared/Cloning/AcceptCloningEuiMessage.cs +++ b/Content.Shared/Cloning/AcceptCloningEuiMessage.cs @@ -1,5 +1,4 @@ -using System; -using Content.Shared.Eui; +using Content.Shared.Eui; using Robust.Shared.Serialization; namespace Content.Shared.Cloning diff --git a/Content.Shared/Cloning/SharedCloningPodComponent.cs b/Content.Shared/Cloning/SharedCloningPodComponent.cs index 527dfb2bcc1..dca2181b658 100644 --- a/Content.Shared/Cloning/SharedCloningPodComponent.cs +++ b/Content.Shared/Cloning/SharedCloningPodComponent.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Cloning { diff --git a/Content.Shared/Clothing/SharedMagbootsComponent.cs b/Content.Shared/Clothing/SharedMagbootsComponent.cs index dc370883647..189d35234e7 100644 --- a/Content.Shared/Clothing/SharedMagbootsComponent.cs +++ b/Content.Shared/Clothing/SharedMagbootsComponent.cs @@ -1,7 +1,5 @@ using Content.Shared.Actions; using Content.Shared.Actions.ActionTypes; -using Content.Shared.Movement.EntitySystems; -using Robust.Shared.Containers; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/CombatMode/CombatModeSystemMessages.cs b/Content.Shared/CombatMode/CombatModeSystemMessages.cs index e547495b6d7..1a728d7f88f 100644 --- a/Content.Shared/CombatMode/CombatModeSystemMessages.cs +++ b/Content.Shared/CombatMode/CombatModeSystemMessages.cs @@ -1,6 +1,4 @@ -using System; using Content.Shared.Targeting; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.CombatMode diff --git a/Content.Shared/CombatMode/SharedCombatModeComponent.cs b/Content.Shared/CombatMode/SharedCombatModeComponent.cs index f8d1a54f17b..790a2724bde 100644 --- a/Content.Shared/CombatMode/SharedCombatModeComponent.cs +++ b/Content.Shared/CombatMode/SharedCombatModeComponent.cs @@ -1,4 +1,3 @@ -using System; using Content.Shared.Actions; using Content.Shared.Actions.ActionTypes; using Content.Shared.Sound; diff --git a/Content.Shared/Communications/SharedCommunicationsConsoleComponent.cs b/Content.Shared/Communications/SharedCommunicationsConsoleComponent.cs index 0d3887c68ea..0a572e36ecb 100644 --- a/Content.Shared/Communications/SharedCommunicationsConsoleComponent.cs +++ b/Content.Shared/Communications/SharedCommunicationsConsoleComponent.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Communications diff --git a/Content.Shared/Computer/SharedComputerComponent.cs b/Content.Shared/Computer/SharedComputerComponent.cs index 2950fde4d0b..5624e066d12 100644 --- a/Content.Shared/Computer/SharedComputerComponent.cs +++ b/Content.Shared/Computer/SharedComputerComponent.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Computer diff --git a/Content.Shared/Construction/Conditions/EmptyOrWindowValidInTile.cs b/Content.Shared/Construction/Conditions/EmptyOrWindowValidInTile.cs index ca2c6e05e09..f5a984102c4 100644 --- a/Content.Shared/Construction/Conditions/EmptyOrWindowValidInTile.cs +++ b/Content.Shared/Construction/Conditions/EmptyOrWindowValidInTile.cs @@ -1,11 +1,6 @@ -using System.Collections.Generic; -using Content.Shared.Maps; +using Content.Shared.Maps; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Construction.Conditions { diff --git a/Content.Shared/Construction/Conditions/IConstructionCondition.cs b/Content.Shared/Construction/Conditions/IConstructionCondition.cs index ab5ecc85920..5c5ece5c0ba 100644 --- a/Content.Shared/Construction/Conditions/IConstructionCondition.cs +++ b/Content.Shared/Construction/Conditions/IConstructionCondition.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Map; -using Robust.Shared.Maths; +using Robust.Shared.Map; namespace Content.Shared.Construction.Conditions { diff --git a/Content.Shared/Construction/Conditions/NoWindowsInTile.cs b/Content.Shared/Construction/Conditions/NoWindowsInTile.cs index 508a5d6101a..448c84a881a 100644 --- a/Content.Shared/Construction/Conditions/NoWindowsInTile.cs +++ b/Content.Shared/Construction/Conditions/NoWindowsInTile.cs @@ -1,11 +1,7 @@ using Content.Shared.Maps; using Content.Shared.Tag; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Construction.Conditions { diff --git a/Content.Shared/Construction/Conditions/TileNotBlocked.cs b/Content.Shared/Construction/Conditions/TileNotBlocked.cs index f209e5d0722..02fecafd215 100644 --- a/Content.Shared/Construction/Conditions/TileNotBlocked.cs +++ b/Content.Shared/Construction/Conditions/TileNotBlocked.cs @@ -1,9 +1,6 @@ using Content.Shared.Maps; using JetBrains.Annotations; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Construction.Conditions { diff --git a/Content.Shared/Construction/Conditions/TileType.cs b/Content.Shared/Construction/Conditions/TileType.cs index 0ced74a2004..8a4421168e5 100644 --- a/Content.Shared/Construction/Conditions/TileType.cs +++ b/Content.Shared/Construction/Conditions/TileType.cs @@ -1,10 +1,6 @@ -using System.Collections.Generic; -using Content.Shared.Maps; +using Content.Shared.Maps; using JetBrains.Annotations; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Shared.Construction.Conditions diff --git a/Content.Shared/Construction/Conditions/WallmountCondition.cs b/Content.Shared/Construction/Conditions/WallmountCondition.cs index 362577d1744..eed6bda482d 100644 --- a/Content.Shared/Construction/Conditions/WallmountCondition.cs +++ b/Content.Shared/Construction/Conditions/WallmountCondition.cs @@ -2,13 +2,8 @@ using Content.Shared.Physics; using Content.Shared.Tag; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Physics; -using Robust.Shared.Physics.Broadphase; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Shared.Construction.Conditions diff --git a/Content.Shared/Construction/ConstructionGraphEdge.cs b/Content.Shared/Construction/ConstructionGraphEdge.cs index 2a3abacb835..19659a03828 100644 --- a/Content.Shared/Construction/ConstructionGraphEdge.cs +++ b/Content.Shared/Construction/ConstructionGraphEdge.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using Content.Shared.Construction.Steps; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; +using Content.Shared.Construction.Steps; namespace Content.Shared.Construction { diff --git a/Content.Shared/Construction/ConstructionGraphNode.cs b/Content.Shared/Construction/ConstructionGraphNode.cs index 49d1afe089a..9fdb8a0dab8 100644 --- a/Content.Shared/Construction/ConstructionGraphNode.cs +++ b/Content.Shared/Construction/ConstructionGraphNode.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Diagnostics.CodeAnalysis; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; +using System.Diagnostics.CodeAnalysis; namespace Content.Shared.Construction { diff --git a/Content.Shared/Construction/ConstructionGuide.cs b/Content.Shared/Construction/ConstructionGuide.cs index f01703925e0..9132c1851d3 100644 --- a/Content.Shared/Construction/ConstructionGuide.cs +++ b/Content.Shared/Construction/ConstructionGuide.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; using Robust.Shared.Utility; diff --git a/Content.Shared/Construction/IGraphAction.cs b/Content.Shared/Construction/IGraphAction.cs index 23473969342..122ef478cc7 100644 --- a/Content.Shared/Construction/IGraphAction.cs +++ b/Content.Shared/Construction/IGraphAction.cs @@ -1,8 +1,4 @@ -using System.Threading.Tasks; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - -namespace Content.Shared.Construction +namespace Content.Shared.Construction { [ImplicitDataDefinitionForInheritors] public interface IGraphAction diff --git a/Content.Shared/Construction/IGraphCondition.cs b/Content.Shared/Construction/IGraphCondition.cs index 1fec2161947..fbeb9e4b1db 100644 --- a/Content.Shared/Construction/IGraphCondition.cs +++ b/Content.Shared/Construction/IGraphCondition.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; -using Content.Shared.Examine; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; +using Content.Shared.Examine; namespace Content.Shared.Construction { diff --git a/Content.Shared/Construction/Prototypes/ConstructionGraphPrototype.cs b/Content.Shared/Construction/Prototypes/ConstructionGraphPrototype.cs index bdc2506dbea..374f8a83a6e 100644 --- a/Content.Shared/Construction/Prototypes/ConstructionGraphPrototype.cs +++ b/Content.Shared/Construction/Prototypes/ConstructionGraphPrototype.cs @@ -1,12 +1,7 @@ -using System; -using System.Collections.Generic; -using System.Diagnostics.CodeAnalysis; +using System.Diagnostics.CodeAnalysis; using System.IO; -using System.Reflection.Metadata; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Construction.Prototypes { diff --git a/Content.Shared/Construction/Prototypes/ConstructionPrototype.cs b/Content.Shared/Construction/Prototypes/ConstructionPrototype.cs index 6b172732010..84185950913 100644 --- a/Content.Shared/Construction/Prototypes/ConstructionPrototype.cs +++ b/Content.Shared/Construction/Prototypes/ConstructionPrototype.cs @@ -1,10 +1,7 @@ -using System.Collections.Generic; -using Content.Shared.Construction.Conditions; +using Content.Shared.Construction.Conditions; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Shared.Construction.Prototypes { diff --git a/Content.Shared/Construction/SharedCanBuildWindowOnTopComponent.cs b/Content.Shared/Construction/SharedCanBuildWindowOnTopComponent.cs index ae596d41063..13dedaa5d2d 100644 --- a/Content.Shared/Construction/SharedCanBuildWindowOnTopComponent.cs +++ b/Content.Shared/Construction/SharedCanBuildWindowOnTopComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Construction +namespace Content.Shared.Construction { [RegisterComponent] public sealed class SharedCanBuildWindowOnTopComponent : Component diff --git a/Content.Shared/Construction/Steps/ArbitraryInsertConstructionGraphStep.cs b/Content.Shared/Construction/Steps/ArbitraryInsertConstructionGraphStep.cs index c7962c5eb99..ff057b2ff0e 100644 --- a/Content.Shared/Construction/Steps/ArbitraryInsertConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/ArbitraryInsertConstructionGraphStep.cs @@ -1,6 +1,4 @@ using Content.Shared.Examine; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Shared.Construction.Steps diff --git a/Content.Shared/Construction/Steps/ComponentConstructionGraphStep.cs b/Content.Shared/Construction/Steps/ComponentConstructionGraphStep.cs index 057288359b6..cd707ec5c64 100644 --- a/Content.Shared/Construction/Steps/ComponentConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/ComponentConstructionGraphStep.cs @@ -1,7 +1,4 @@ using Content.Shared.Examine; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Construction.Steps { diff --git a/Content.Shared/Construction/Steps/ConstructionGraphStep.cs b/Content.Shared/Construction/Steps/ConstructionGraphStep.cs index 40e83ebdf30..3e3a9da8282 100644 --- a/Content.Shared/Construction/Steps/ConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/ConstructionGraphStep.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using Content.Shared.Examine; -using Robust.Shared.Serialization.Manager.Attributes; +using Content.Shared.Examine; namespace Content.Shared.Construction.Steps { diff --git a/Content.Shared/Construction/Steps/ConstructionGraphStepTypeSerializer.cs b/Content.Shared/Construction/Steps/ConstructionGraphStepTypeSerializer.cs index a5f5043277f..4042c50e71a 100644 --- a/Content.Shared/Construction/Steps/ConstructionGraphStepTypeSerializer.cs +++ b/Content.Shared/Construction/Steps/ConstructionGraphStepTypeSerializer.cs @@ -1,7 +1,4 @@ -using System; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager; -using Robust.Shared.Serialization.Manager.Attributes; +using Robust.Shared.Serialization.Manager; using Robust.Shared.Serialization.Markdown.Mapping; using Robust.Shared.Serialization.Markdown.Validation; using Robust.Shared.Serialization.TypeSerializers.Interfaces; diff --git a/Content.Shared/Construction/Steps/EntityInsertConstructionGraphStep.cs b/Content.Shared/Construction/Steps/EntityInsertConstructionGraphStep.cs index 45680b5d2d8..0ce716ce868 100644 --- a/Content.Shared/Construction/Steps/EntityInsertConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/EntityInsertConstructionGraphStep.cs @@ -1,7 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - -namespace Content.Shared.Construction.Steps +namespace Content.Shared.Construction.Steps { [ImplicitDataDefinitionForInheritors] public abstract class EntityInsertConstructionGraphStep : ConstructionGraphStep diff --git a/Content.Shared/Construction/Steps/MaterialConstructionGraphStep.cs b/Content.Shared/Construction/Steps/MaterialConstructionGraphStep.cs index 71c7b1a735c..c7f1ff0e2bf 100644 --- a/Content.Shared/Construction/Steps/MaterialConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/MaterialConstructionGraphStep.cs @@ -1,11 +1,7 @@ using System.Diagnostics.CodeAnalysis; using Content.Shared.Examine; using Content.Shared.Stacks; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Shared.Construction.Steps diff --git a/Content.Shared/Construction/Steps/MultipleTagsConstructionGraphStep.cs b/Content.Shared/Construction/Steps/MultipleTagsConstructionGraphStep.cs index 7d4c300beeb..da55054a8e4 100644 --- a/Content.Shared/Construction/Steps/MultipleTagsConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/MultipleTagsConstructionGraphStep.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; using Content.Shared.Tag; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Construction.Steps { diff --git a/Content.Shared/Construction/Steps/PrototypeConstructionGraphStep.cs b/Content.Shared/Construction/Steps/PrototypeConstructionGraphStep.cs index 1c0ecc83593..cdf00a3c5f4 100644 --- a/Content.Shared/Construction/Steps/PrototypeConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/PrototypeConstructionGraphStep.cs @@ -1,7 +1,4 @@ using Content.Shared.Examine; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Construction.Steps { diff --git a/Content.Shared/Construction/Steps/TagConstructionGraphStep.cs b/Content.Shared/Construction/Steps/TagConstructionGraphStep.cs index 38429e9d1a7..5e12d0ee87b 100644 --- a/Content.Shared/Construction/Steps/TagConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/TagConstructionGraphStep.cs @@ -1,6 +1,4 @@ using Content.Shared.Tag; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Construction.Steps { diff --git a/Content.Shared/Construction/Steps/ToolConstructionGraphStep.cs b/Content.Shared/Construction/Steps/ToolConstructionGraphStep.cs index fe6c3832923..e9d79b6b9c2 100644 --- a/Content.Shared/Construction/Steps/ToolConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/ToolConstructionGraphStep.cs @@ -1,13 +1,7 @@ -using System.Linq; using Content.Shared.Examine; using Content.Shared.Tools; -using Content.Shared.Tools.Components; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.Utility; namespace Content.Shared.Construction.Steps { diff --git a/Content.Shared/Containers/ItemSlot/ItemSlotsComponent.cs b/Content.Shared/Containers/ItemSlot/ItemSlotsComponent.cs index ebe5971dd37..a8939b7c46f 100644 --- a/Content.Shared/Containers/ItemSlot/ItemSlotsComponent.cs +++ b/Content.Shared/Containers/ItemSlot/ItemSlotsComponent.cs @@ -1,16 +1,10 @@ using Content.Shared.Sound; using Content.Shared.Whitelist; -using Robust.Shared.Analyzers; using Robust.Shared.Audio; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; -using System; -using System.Collections.Generic; namespace Content.Shared.Containers.ItemSlots { diff --git a/Content.Shared/Conveyor/SharedConveyorComponent.cs b/Content.Shared/Conveyor/SharedConveyorComponent.cs index 00b04cf917b..3f9fb80c951 100644 --- a/Content.Shared/Conveyor/SharedConveyorComponent.cs +++ b/Content.Shared/Conveyor/SharedConveyorComponent.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Conveyor { diff --git a/Content.Shared/Cooldown/Cooldowns.cs b/Content.Shared/Cooldown/Cooldowns.cs index 7ad00bbb01e..f56c78028ff 100644 --- a/Content.Shared/Cooldown/Cooldowns.cs +++ b/Content.Shared/Cooldown/Cooldowns.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.IoC; -using Robust.Shared.Timing; +using Robust.Shared.Timing; namespace Content.Shared.Cooldown { diff --git a/Content.Shared/Cooldown/ItemCooldownComponent.cs b/Content.Shared/Cooldown/ItemCooldownComponent.cs index 49ece5431a5..1a7c94c7fe1 100644 --- a/Content.Shared/Cooldown/ItemCooldownComponent.cs +++ b/Content.Shared/Cooldown/ItemCooldownComponent.cs @@ -1,9 +1,5 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Players; using Robust.Shared.Serialization; -using Robust.Shared.ViewVariables; namespace Content.Shared.Cooldown { diff --git a/Content.Shared/Coordinates/EntityCoordinatesExtensions.cs b/Content.Shared/Coordinates/EntityCoordinatesExtensions.cs index 11c313d5924..8ac3fbb43a2 100644 --- a/Content.Shared/Coordinates/EntityCoordinatesExtensions.cs +++ b/Content.Shared/Coordinates/EntityCoordinatesExtensions.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Map; -using Robust.Shared.Maths; +using Robust.Shared.Map; namespace Content.Shared.Coordinates { diff --git a/Content.Shared/Cuffs/Components/SharedCuffableComponent.cs b/Content.Shared/Cuffs/Components/SharedCuffableComponent.cs index 4b19b158e11..42523e88431 100644 --- a/Content.Shared/Cuffs/Components/SharedCuffableComponent.cs +++ b/Content.Shared/Cuffs/Components/SharedCuffableComponent.cs @@ -1,9 +1,5 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Maths; using Robust.Shared.Serialization; -using Robust.Shared.ViewVariables; namespace Content.Shared.Cuffs.Components { diff --git a/Content.Shared/Cuffs/Components/SharedHandcuffComponent.cs b/Content.Shared/Cuffs/Components/SharedHandcuffComponent.cs index 6cab11dfcdd..2210c6b8907 100644 --- a/Content.Shared/Cuffs/Components/SharedHandcuffComponent.cs +++ b/Content.Shared/Cuffs/Components/SharedHandcuffComponent.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/Cuffs/SharedCuffableSystem.cs b/Content.Shared/Cuffs/SharedCuffableSystem.cs index 627fb8c1a60..403a177110b 100644 --- a/Content.Shared/Cuffs/SharedCuffableSystem.cs +++ b/Content.Shared/Cuffs/SharedCuffableSystem.cs @@ -7,7 +7,6 @@ using Content.Shared.Movement; using Content.Shared.Physics.Pull; using Content.Shared.Pulling.Components; -using Robust.Shared.GameObjects; namespace Content.Shared.Cuffs { diff --git a/Content.Shared/Damage/Components/SlowOnDamageComponent.cs b/Content.Shared/Damage/Components/SlowOnDamageComponent.cs index 7c02623855c..0d60c0122ea 100644 --- a/Content.Shared/Damage/Components/SlowOnDamageComponent.cs +++ b/Content.Shared/Damage/Components/SlowOnDamageComponent.cs @@ -1,8 +1,5 @@ -using System.Collections.Generic; -using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; +using Content.Shared.FixedPoint; using Robust.Shared.GameStates; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Damage.Components { diff --git a/Content.Shared/Damage/DamageModifierSet.cs b/Content.Shared/Damage/DamageModifierSet.cs index 854297824ea..b47eab01227 100644 --- a/Content.Shared/Damage/DamageModifierSet.cs +++ b/Content.Shared/Damage/DamageModifierSet.cs @@ -1,8 +1,5 @@ -using System; -using System.Collections.Generic; -using Content.Shared.Damage.Prototypes; +using Content.Shared.Damage.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Dictionary; namespace Content.Shared.Damage diff --git a/Content.Shared/Damage/DamageSpecifier.cs b/Content.Shared/Damage/DamageSpecifier.cs index 54c79f10a37..04aea9066e3 100644 --- a/Content.Shared/Damage/DamageSpecifier.cs +++ b/Content.Shared/Damage/DamageSpecifier.cs @@ -1,13 +1,7 @@ using Content.Shared.Damage.Prototypes; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Dictionary; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; -using System; -using System.Collections.Generic; using System.Linq; using System.Text.Json.Serialization; using Content.Shared.FixedPoint; diff --git a/Content.Shared/Damage/DamageVisualizerKeys.cs b/Content.Shared/Damage/DamageVisualizerKeys.cs index 01a96872eca..ba70ab3b91b 100644 --- a/Content.Shared/Damage/DamageVisualizerKeys.cs +++ b/Content.Shared/Damage/DamageVisualizerKeys.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Robust.Shared.Serialization; namespace Content.Shared.Damage diff --git a/Content.Shared/Damage/Prototypes/DamageContainerPrototype.cs b/Content.Shared/Damage/Prototypes/DamageContainerPrototype.cs index 841d6a57715..0926c3197a7 100644 --- a/Content.Shared/Damage/Prototypes/DamageContainerPrototype.cs +++ b/Content.Shared/Damage/Prototypes/DamageContainerPrototype.cs @@ -1,10 +1,6 @@ -using System; -using System.Collections.Generic; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; -using Robust.Shared.ViewVariables; namespace Content.Shared.Damage.Prototypes { diff --git a/Content.Shared/Damage/Prototypes/DamageGroupPrototype.cs b/Content.Shared/Damage/Prototypes/DamageGroupPrototype.cs index 0b4dec0e3cf..1e3430ecaec 100644 --- a/Content.Shared/Damage/Prototypes/DamageGroupPrototype.cs +++ b/Content.Shared/Damage/Prototypes/DamageGroupPrototype.cs @@ -1,8 +1,5 @@ -using System; -using System.Collections.Generic; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; namespace Content.Shared.Damage.Prototypes diff --git a/Content.Shared/Damage/Prototypes/DamageModifierSetPrototype.cs b/Content.Shared/Damage/Prototypes/DamageModifierSetPrototype.cs index fdb7a7394da..9d1d98b2c79 100644 --- a/Content.Shared/Damage/Prototypes/DamageModifierSetPrototype.cs +++ b/Content.Shared/Damage/Prototypes/DamageModifierSetPrototype.cs @@ -1,10 +1,4 @@ -using System; -using System.Collections.Generic; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Dictionary; -using Robust.Shared.ViewVariables; namespace Content.Shared.Damage.Prototypes { diff --git a/Content.Shared/Damage/Prototypes/DamageTypePrototype.cs b/Content.Shared/Damage/Prototypes/DamageTypePrototype.cs index 9b6a56b6deb..dc8ceff4565 100644 --- a/Content.Shared/Damage/Prototypes/DamageTypePrototype.cs +++ b/Content.Shared/Damage/Prototypes/DamageTypePrototype.cs @@ -1,7 +1,5 @@ -using System; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Damage.Prototypes { diff --git a/Content.Shared/Damage/Prototypes/ExaminableDamagePrototype.cs b/Content.Shared/Damage/Prototypes/ExaminableDamagePrototype.cs index baf7bcc7bc7..22465e08a1e 100644 --- a/Content.Shared/Damage/Prototypes/ExaminableDamagePrototype.cs +++ b/Content.Shared/Damage/Prototypes/ExaminableDamagePrototype.cs @@ -1,5 +1,4 @@ using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Damage.Prototypes; diff --git a/Content.Shared/Damage/Systems/DamageableSystem.cs b/Content.Shared/Damage/Systems/DamageableSystem.cs index f3354241e69..625fe1b371b 100644 --- a/Content.Shared/Damage/Systems/DamageableSystem.cs +++ b/Content.Shared/Damage/Systems/DamageableSystem.cs @@ -3,10 +3,7 @@ using Content.Shared.FixedPoint; using Content.Shared.Inventory; using Content.Shared.Radiation.Events; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Prototypes; namespace Content.Shared.Damage diff --git a/Content.Shared/Damage/Systems/SlowOnDamageSystem.cs b/Content.Shared/Damage/Systems/SlowOnDamageSystem.cs index 99d2af251e6..47475fadf9c 100644 --- a/Content.Shared/Damage/Systems/SlowOnDamageSystem.cs +++ b/Content.Shared/Damage/Systems/SlowOnDamageSystem.cs @@ -1,9 +1,6 @@ -using System; -using Content.Shared.Damage.Components; +using Content.Shared.Damage.Components; using Content.Shared.FixedPoint; using Content.Shared.Movement.EntitySystems; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Shared.Damage { diff --git a/Content.Shared/Dataset/DatasetPrototype.cs b/Content.Shared/Dataset/DatasetPrototype.cs index fde288d8d83..277ea7a82aa 100644 --- a/Content.Shared/Dataset/DatasetPrototype.cs +++ b/Content.Shared/Dataset/DatasetPrototype.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; -using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; +using Robust.Shared.Prototypes; namespace Content.Shared.Dataset { diff --git a/Content.Shared/Decals/Decal.cs b/Content.Shared/Decals/Decal.cs index 0da8a228ce5..29c9bd78f66 100644 --- a/Content.Shared/Decals/Decal.cs +++ b/Content.Shared/Decals/Decal.cs @@ -1,7 +1,4 @@ -using System; -using Robust.Shared.Maths; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Decals { diff --git a/Content.Shared/Decals/DecalGridChunkCollectionTypeSerializer.cs b/Content.Shared/Decals/DecalGridChunkCollectionTypeSerializer.cs index f1ef3549e51..9840a652786 100644 --- a/Content.Shared/Decals/DecalGridChunkCollectionTypeSerializer.cs +++ b/Content.Shared/Decals/DecalGridChunkCollectionTypeSerializer.cs @@ -1,8 +1,4 @@ -using System.Collections.Generic; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Serialization.Manager; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.Markdown; using Robust.Shared.Serialization.Markdown.Mapping; using Robust.Shared.Serialization.Markdown.Validation; diff --git a/Content.Shared/Decals/DecalGridComponent.cs b/Content.Shared/Decals/DecalGridComponent.cs index 39601f8f5f3..7fa2aaecf14 100644 --- a/Content.Shared/Decals/DecalGridComponent.cs +++ b/Content.Shared/Decals/DecalGridComponent.cs @@ -1,9 +1,3 @@ -using System.Collections.Generic; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Shared.Decals { [RegisterComponent] diff --git a/Content.Shared/Decals/DecalPrototype.cs b/Content.Shared/Decals/DecalPrototype.cs index 9da946afbd2..eb87f9f4bee 100644 --- a/Content.Shared/Decals/DecalPrototype.cs +++ b/Content.Shared/Decals/DecalPrototype.cs @@ -1,6 +1,4 @@ -using System.Collections.Generic; -using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; +using Robust.Shared.Prototypes; using Robust.Shared.Utility; namespace Content.Shared.Decals diff --git a/Content.Shared/Directions/SharedDirectionExtensions.cs b/Content.Shared/Directions/SharedDirectionExtensions.cs index d70ee278516..7b4e278fdec 100644 --- a/Content.Shared/Directions/SharedDirectionExtensions.cs +++ b/Content.Shared/Directions/SharedDirectionExtensions.cs @@ -1,8 +1,5 @@ -using System.Collections.Generic; -using Content.Shared.Maps; -using Robust.Shared.IoC; +using Content.Shared.Maps; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Random; namespace Content.Shared.Directions diff --git a/Content.Shared/Disposal/Components/SharedDisposalRouterComponent.cs b/Content.Shared/Disposal/Components/SharedDisposalRouterComponent.cs index 90669713979..8a9c1112dbb 100644 --- a/Content.Shared/Disposal/Components/SharedDisposalRouterComponent.cs +++ b/Content.Shared/Disposal/Components/SharedDisposalRouterComponent.cs @@ -1,6 +1,4 @@ -using System; -using System.Text.RegularExpressions; -using Robust.Shared.GameObjects; +using System.Text.RegularExpressions; using Robust.Shared.Serialization; namespace Content.Shared.Disposal.Components diff --git a/Content.Shared/Disposal/Components/SharedDisposalTaggerComponent.cs b/Content.Shared/Disposal/Components/SharedDisposalTaggerComponent.cs index 18e01db58da..cd5bed46119 100644 --- a/Content.Shared/Disposal/Components/SharedDisposalTaggerComponent.cs +++ b/Content.Shared/Disposal/Components/SharedDisposalTaggerComponent.cs @@ -1,6 +1,4 @@ -using System; -using System.Text.RegularExpressions; -using Robust.Shared.GameObjects; +using System.Text.RegularExpressions; using Robust.Shared.Serialization; namespace Content.Shared.Disposal.Components diff --git a/Content.Shared/Disposal/Components/SharedDisposalTubeComponent.cs b/Content.Shared/Disposal/Components/SharedDisposalTubeComponent.cs index 2ae8747baf6..fada7a423d9 100644 --- a/Content.Shared/Disposal/Components/SharedDisposalTubeComponent.cs +++ b/Content.Shared/Disposal/Components/SharedDisposalTubeComponent.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Disposal.Components { diff --git a/Content.Shared/Disposal/Components/SharedDisposalUnitComponent.cs b/Content.Shared/Disposal/Components/SharedDisposalUnitComponent.cs index 816e55d1d34..d8562ea6065 100644 --- a/Content.Shared/Disposal/Components/SharedDisposalUnitComponent.cs +++ b/Content.Shared/Disposal/Components/SharedDisposalUnitComponent.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using Content.Shared.DragDrop; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Players; using Robust.Shared.Serialization; namespace Content.Shared.Disposal.Components diff --git a/Content.Shared/Disposal/SharedDisposalUnitSystem.cs b/Content.Shared/Disposal/SharedDisposalUnitSystem.cs index acdb396ac22..1ecc0161b48 100644 --- a/Content.Shared/Disposal/SharedDisposalUnitSystem.cs +++ b/Content.Shared/Disposal/SharedDisposalUnitSystem.cs @@ -1,13 +1,10 @@ -using System; -using Content.Shared.Body.Components; +using Content.Shared.Body.Components; using Content.Shared.Disposal.Components; using Content.Shared.DragDrop; using Content.Shared.Item; using Content.Shared.MobState.Components; using Content.Shared.Throwing; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Physics; using Robust.Shared.Physics.Dynamics; using Robust.Shared.Timing; diff --git a/Content.Shared/Doors/AirlockWireStatus.cs b/Content.Shared/Doors/AirlockWireStatus.cs index 62c3400639d..a50ee2c88e9 100644 --- a/Content.Shared/Doors/AirlockWireStatus.cs +++ b/Content.Shared/Doors/AirlockWireStatus.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Doors { diff --git a/Content.Shared/Doors/Components/SharedAirlockComponent.cs b/Content.Shared/Doors/Components/SharedAirlockComponent.cs index f4ffabdbed2..00a98ba546f 100644 --- a/Content.Shared/Doors/Components/SharedAirlockComponent.cs +++ b/Content.Shared/Doors/Components/SharedAirlockComponent.cs @@ -1,9 +1,5 @@ -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; -using System; namespace Content.Shared.Doors.Components; diff --git a/Content.Shared/Doors/DoorEvents.cs b/Content.Shared/Doors/DoorEvents.cs index 953a6946027..458218829c3 100644 --- a/Content.Shared/Doors/DoorEvents.cs +++ b/Content.Shared/Doors/DoorEvents.cs @@ -1,5 +1,4 @@ using Content.Shared.Doors.Components; -using Robust.Shared.GameObjects; namespace Content.Shared.Doors { diff --git a/Content.Shared/Doors/Systems/SharedAirlockSystem.cs b/Content.Shared/Doors/Systems/SharedAirlockSystem.cs index fed0e32093b..5b289cad5ea 100644 --- a/Content.Shared/Doors/Systems/SharedAirlockSystem.cs +++ b/Content.Shared/Doors/Systems/SharedAirlockSystem.cs @@ -1,8 +1,5 @@ using Content.Shared.Doors.Components; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; -using System.Linq; namespace Content.Shared.Doors.Systems; diff --git a/Content.Shared/Doors/Systems/SharedDoorSystem.cs b/Content.Shared/Doors/Systems/SharedDoorSystem.cs index e94a396bd79..4b61af267a5 100644 --- a/Content.Shared/Doors/Systems/SharedDoorSystem.cs +++ b/Content.Shared/Doors/Systems/SharedDoorSystem.cs @@ -1,7 +1,6 @@ using Content.Shared.Access.Components; using Content.Shared.Damage; using Content.Shared.Doors.Components; -using Content.Shared.Examine; using Content.Shared.Hands.Components; using Content.Shared.Interaction; using Content.Shared.Stunnable; diff --git a/Content.Shared/DragDrop/CanDragDropOnEvent.cs b/Content.Shared/DragDrop/CanDragDropOnEvent.cs index b8b6ffe150a..9667bb76591 100644 --- a/Content.Shared/DragDrop/CanDragDropOnEvent.cs +++ b/Content.Shared/DragDrop/CanDragDropOnEvent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.DragDrop; +namespace Content.Shared.DragDrop; /// /// Event that gets send to the target of a drag drop action diff --git a/Content.Shared/DragDrop/DragDropRequestEvent.cs b/Content.Shared/DragDrop/DragDropRequestEvent.cs index 99abdcacbb5..b48e3889e68 100644 --- a/Content.Shared/DragDrop/DragDropRequestEvent.cs +++ b/Content.Shared/DragDrop/DragDropRequestEvent.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.Map; using Robust.Shared.Serialization; diff --git a/Content.Shared/DragDrop/DropAttemptEvent.cs b/Content.Shared/DragDrop/DropAttemptEvent.cs index 50e83833da1..033a14215f4 100644 --- a/Content.Shared/DragDrop/DropAttemptEvent.cs +++ b/Content.Shared/DragDrop/DropAttemptEvent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.DragDrop +namespace Content.Shared.DragDrop { public sealed class DropAttemptEvent : CancellableEntityEventArgs { diff --git a/Content.Shared/DragDrop/IDragDropOn.cs b/Content.Shared/DragDrop/IDragDropOn.cs index 9087c1c3be9..0fca993bc96 100644 --- a/Content.Shared/DragDrop/IDragDropOn.cs +++ b/Content.Shared/DragDrop/IDragDropOn.cs @@ -1,5 +1,3 @@ -using Robust.Shared.Analyzers; - namespace Content.Shared.DragDrop { /// diff --git a/Content.Shared/DragDrop/IDraggable.cs b/Content.Shared/DragDrop/IDraggable.cs index b5a52cd0df3..23c48b5970e 100644 --- a/Content.Shared/DragDrop/IDraggable.cs +++ b/Content.Shared/DragDrop/IDraggable.cs @@ -1,5 +1,3 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.Map; namespace Content.Shared.DragDrop diff --git a/Content.Shared/DragDrop/SharedDragDropSystem.cs b/Content.Shared/DragDrop/SharedDragDropSystem.cs index f75218e2800..d6fab4b6ffb 100644 --- a/Content.Shared/DragDrop/SharedDragDropSystem.cs +++ b/Content.Shared/DragDrop/SharedDragDropSystem.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.DragDrop; +namespace Content.Shared.DragDrop; public abstract class SharedDragDropSystem : EntitySystem { diff --git a/Content.Shared/Electrocution/ElectrocutedComponent.cs b/Content.Shared/Electrocution/ElectrocutedComponent.cs index 8b1ab07de24..3ecd8845273 100644 --- a/Content.Shared/Electrocution/ElectrocutedComponent.cs +++ b/Content.Shared/Electrocution/ElectrocutedComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Electrocution { [RegisterComponent] diff --git a/Content.Shared/Electrocution/ElectrocutionEvents.cs b/Content.Shared/Electrocution/ElectrocutionEvents.cs index 2515cfab2bd..daefcbb74fc 100644 --- a/Content.Shared/Electrocution/ElectrocutionEvents.cs +++ b/Content.Shared/Electrocution/ElectrocutionEvents.cs @@ -1,5 +1,4 @@ using Content.Shared.Inventory; -using Robust.Shared.GameObjects; namespace Content.Shared.Electrocution { diff --git a/Content.Shared/Electrocution/InsulatedComponent.cs b/Content.Shared/Electrocution/InsulatedComponent.cs index 99c09320f07..cb2eceb0893 100644 --- a/Content.Shared/Electrocution/InsulatedComponent.cs +++ b/Content.Shared/Electrocution/InsulatedComponent.cs @@ -1,9 +1,5 @@ -using System; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Electrocution { diff --git a/Content.Shared/Electrocution/SharedElectrocutionSystem.cs b/Content.Shared/Electrocution/SharedElectrocutionSystem.cs index 05ea50700ee..315b4c40789 100644 --- a/Content.Shared/Electrocution/SharedElectrocutionSystem.cs +++ b/Content.Shared/Electrocution/SharedElectrocutionSystem.cs @@ -1,4 +1,3 @@ -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; namespace Content.Shared.Electrocution diff --git a/Content.Shared/Emoting/EmoteAttemptEvent.cs b/Content.Shared/Emoting/EmoteAttemptEvent.cs index 36db0236c5c..359264664b4 100644 --- a/Content.Shared/Emoting/EmoteAttemptEvent.cs +++ b/Content.Shared/Emoting/EmoteAttemptEvent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Emoting +namespace Content.Shared.Emoting { public sealed class EmoteAttemptEvent : CancellableEntityEventArgs { diff --git a/Content.Shared/Emoting/EmoteSystem.cs b/Content.Shared/Emoting/EmoteSystem.cs index 810f44c1a74..b710603c35c 100644 --- a/Content.Shared/Emoting/EmoteSystem.cs +++ b/Content.Shared/Emoting/EmoteSystem.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Emoting +namespace Content.Shared.Emoting { public sealed class EmoteSystem : EntitySystem { diff --git a/Content.Shared/Emoting/SharedEmotingComponent.cs b/Content.Shared/Emoting/SharedEmotingComponent.cs index 3623beef655..5fb167943c3 100644 --- a/Content.Shared/Emoting/SharedEmotingComponent.cs +++ b/Content.Shared/Emoting/SharedEmotingComponent.cs @@ -1,10 +1,5 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Players; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization; -using Robust.Shared.ViewVariables; namespace Content.Shared.Emoting { diff --git a/Content.Shared/EntityList/EntityListPrototype.cs b/Content.Shared/EntityList/EntityListPrototype.cs index 21975b5033d..9a0e6f06b2b 100644 --- a/Content.Shared/EntityList/EntityListPrototype.cs +++ b/Content.Shared/EntityList/EntityListPrototype.cs @@ -1,10 +1,6 @@ -using System.Collections.Generic; -using System.Collections.Immutable; -using Robust.Shared.IoC; +using System.Collections.Immutable; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; -using Robust.Shared.ViewVariables; namespace Content.Shared.EntityList { diff --git a/Content.Shared/Entry/EntryPoint.cs b/Content.Shared/Entry/EntryPoint.cs index 1fb5bfef314..0d3839568da 100644 --- a/Content.Shared/Entry/EntryPoint.cs +++ b/Content.Shared/Entry/EntryPoint.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Shared.CharacterAppearance; using Content.Shared.Chemistry.Reaction; using Content.Shared.Chemistry.Reagent; @@ -8,8 +6,6 @@ using Content.Shared.Maps; using Content.Shared.Markings; using Robust.Shared.ContentPack; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Map; using Robust.Shared.Prototypes; diff --git a/Content.Shared/Eui/EuiMessageBase.cs b/Content.Shared/Eui/EuiMessageBase.cs index 5a252572d5c..8943337d98d 100644 --- a/Content.Shared/Eui/EuiMessageBase.cs +++ b/Content.Shared/Eui/EuiMessageBase.cs @@ -1,6 +1,4 @@ -using System; - -namespace Content.Shared.Eui +namespace Content.Shared.Eui { [Serializable] public abstract class EuiMessageBase diff --git a/Content.Shared/Eui/EuiStateBase.cs b/Content.Shared/Eui/EuiStateBase.cs index c1fe469c35f..4c67795581f 100644 --- a/Content.Shared/Eui/EuiStateBase.cs +++ b/Content.Shared/Eui/EuiStateBase.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Eui { diff --git a/Content.Shared/Eui/MsgEuiMessage.cs b/Content.Shared/Eui/MsgEuiMessage.cs index 39a417f3917..5f491dc521a 100644 --- a/Content.Shared/Eui/MsgEuiMessage.cs +++ b/Content.Shared/Eui/MsgEuiMessage.cs @@ -1,7 +1,5 @@ -using System; -using System.IO; +using System.IO; using Lidgren.Network; -using Robust.Shared.IoC; using Robust.Shared.Network; using Robust.Shared.Serialization; diff --git a/Content.Shared/Eui/MsgEuiState.cs b/Content.Shared/Eui/MsgEuiState.cs index 8dd31155819..a8416450aa7 100644 --- a/Content.Shared/Eui/MsgEuiState.cs +++ b/Content.Shared/Eui/MsgEuiState.cs @@ -1,7 +1,5 @@ -using System; -using System.IO; +using System.IO; using Lidgren.Network; -using Robust.Shared.IoC; using Robust.Shared.Network; using Robust.Shared.Serialization; diff --git a/Content.Shared/Examine/ExamineSystemMessages.cs b/Content.Shared/Examine/ExamineSystemMessages.cs index 4274974efee..628fedfd8c8 100644 --- a/Content.Shared/Examine/ExamineSystemMessages.cs +++ b/Content.Shared/Examine/ExamineSystemMessages.cs @@ -1,6 +1,4 @@ -using System; using Content.Shared.Verbs; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; using Robust.Shared.Utility; diff --git a/Content.Shared/Examine/ExaminerComponent.cs b/Content.Shared/Examine/ExaminerComponent.cs index 55f0f4a3e28..7f9dce7caae 100644 --- a/Content.Shared/Examine/ExaminerComponent.cs +++ b/Content.Shared/Examine/ExaminerComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Shared.Examine { /// diff --git a/Content.Shared/Explosion/SharedClusterGrenadeComponent.cs b/Content.Shared/Explosion/SharedClusterGrenadeComponent.cs index cd58fba5a14..602e0e4479e 100644 --- a/Content.Shared/Explosion/SharedClusterGrenadeComponent.cs +++ b/Content.Shared/Explosion/SharedClusterGrenadeComponent.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Explosion diff --git a/Content.Shared/Extinguisher/SharedFireExtinguisherComponent.cs b/Content.Shared/Extinguisher/SharedFireExtinguisherComponent.cs index 147e82dc18e..bfd4106b479 100644 --- a/Content.Shared/Extinguisher/SharedFireExtinguisherComponent.cs +++ b/Content.Shared/Extinguisher/SharedFireExtinguisherComponent.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Extinguisher diff --git a/Content.Shared/FixedPoint/FixedPoint2.cs b/Content.Shared/FixedPoint/FixedPoint2.cs index e6a3dcdb53e..efe9d2a4578 100644 --- a/Content.Shared/FixedPoint/FixedPoint2.cs +++ b/Content.Shared/FixedPoint/FixedPoint2.cs @@ -1,4 +1,3 @@ -using System; using System.Globalization; using System.Linq; using Robust.Shared.Serialization; diff --git a/Content.Shared/Flash/SharedFlashSystem.cs b/Content.Shared/Flash/SharedFlashSystem.cs index 984dc0414f1..8712a524742 100644 --- a/Content.Shared/Flash/SharedFlashSystem.cs +++ b/Content.Shared/Flash/SharedFlashSystem.cs @@ -1,4 +1,3 @@ -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; namespace Content.Shared.Flash diff --git a/Content.Shared/Flash/SharedFlashableComponent.cs b/Content.Shared/Flash/SharedFlashableComponent.cs index 7d5e5211c54..b3617eb3bc3 100644 --- a/Content.Shared/Flash/SharedFlashableComponent.cs +++ b/Content.Shared/Flash/SharedFlashableComponent.cs @@ -1,6 +1,3 @@ -using System; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/Fluids/PuddleVisuals.cs b/Content.Shared/Fluids/PuddleVisuals.cs index b0deefc2498..0fab6ab88f4 100644 --- a/Content.Shared/Fluids/PuddleVisuals.cs +++ b/Content.Shared/Fluids/PuddleVisuals.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Fluids { diff --git a/Content.Shared/Fluids/SharedSprayComponent.cs b/Content.Shared/Fluids/SharedSprayComponent.cs index 5c566621e23..f00d4e0c006 100644 --- a/Content.Shared/Fluids/SharedSprayComponent.cs +++ b/Content.Shared/Fluids/SharedSprayComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Fluids { diff --git a/Content.Shared/Foam/FoamVisuals.cs b/Content.Shared/Foam/FoamVisuals.cs index 676b1e4036c..7767d49220a 100644 --- a/Content.Shared/Foam/FoamVisuals.cs +++ b/Content.Shared/Foam/FoamVisuals.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Foam { diff --git a/Content.Shared/Foldable/FoldableComponent.cs b/Content.Shared/Foldable/FoldableComponent.cs index 6989b84313b..c83d742da15 100644 --- a/Content.Shared/Foldable/FoldableComponent.cs +++ b/Content.Shared/Foldable/FoldableComponent.cs @@ -1,10 +1,5 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; -using System; namespace Content.Shared.Foldable; diff --git a/Content.Shared/Foldable/SharedFoldableSystem.cs b/Content.Shared/Foldable/SharedFoldableSystem.cs index fa96d32a5d2..77487b99245 100644 --- a/Content.Shared/Foldable/SharedFoldableSystem.cs +++ b/Content.Shared/Foldable/SharedFoldableSystem.cs @@ -1,7 +1,5 @@ -using Content.Shared.Item; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; namespace Content.Shared.Foldable; diff --git a/Content.Shared/Follower/Components/FollowedComponent.cs b/Content.Shared/Follower/Components/FollowedComponent.cs index d8b2dd4d7f8..2495775f1ad 100644 --- a/Content.Shared/Follower/Components/FollowedComponent.cs +++ b/Content.Shared/Follower/Components/FollowedComponent.cs @@ -1,6 +1,3 @@ -using System.Collections.Generic; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; namespace Content.Shared.Follower.Components; diff --git a/Content.Shared/Follower/Components/FollowerComponent.cs b/Content.Shared/Follower/Components/FollowerComponent.cs index 9eddb869861..a216ce99536 100644 --- a/Content.Shared/Follower/Components/FollowerComponent.cs +++ b/Content.Shared/Follower/Components/FollowerComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; namespace Content.Shared.Follower.Components; diff --git a/Content.Shared/GameTicking/RoundRestartCleanupEvent.cs b/Content.Shared/GameTicking/RoundRestartCleanupEvent.cs index ef71be9a26f..8dae533129e 100644 --- a/Content.Shared/GameTicking/RoundRestartCleanupEvent.cs +++ b/Content.Shared/GameTicking/RoundRestartCleanupEvent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.GameTicking diff --git a/Content.Shared/GameWindow/RequestWindowAttentionEvent.cs b/Content.Shared/GameWindow/RequestWindowAttentionEvent.cs index 2d18460c8c2..a587d7dda9f 100644 --- a/Content.Shared/GameWindow/RequestWindowAttentionEvent.cs +++ b/Content.Shared/GameWindow/RequestWindowAttentionEvent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.GameWindow { diff --git a/Content.Shared/Ghost/Roles/GhostRolesEuiMessages.cs b/Content.Shared/Ghost/Roles/GhostRolesEuiMessages.cs index d8e95d0c53e..d5276205291 100644 --- a/Content.Shared/Ghost/Roles/GhostRolesEuiMessages.cs +++ b/Content.Shared/Ghost/Roles/GhostRolesEuiMessages.cs @@ -1,4 +1,3 @@ -using System; using Content.Shared.Eui; using Robust.Shared.Serialization; diff --git a/Content.Shared/Ghost/Roles/MakeGhostRoleEuiState.cs b/Content.Shared/Ghost/Roles/MakeGhostRoleEuiState.cs index 8f1df4f3eab..3bde2517c3b 100644 --- a/Content.Shared/Ghost/Roles/MakeGhostRoleEuiState.cs +++ b/Content.Shared/Ghost/Roles/MakeGhostRoleEuiState.cs @@ -1,6 +1,4 @@ -using System; -using Content.Shared.Eui; -using Robust.Shared.GameObjects; +using Content.Shared.Eui; using Robust.Shared.Serialization; namespace Content.Shared.Ghost.Roles diff --git a/Content.Shared/Ghost/Roles/MakeGhostRoleWindowClosedMessage.cs b/Content.Shared/Ghost/Roles/MakeGhostRoleWindowClosedMessage.cs index dfcea80af32..ff9830da67c 100644 --- a/Content.Shared/Ghost/Roles/MakeGhostRoleWindowClosedMessage.cs +++ b/Content.Shared/Ghost/Roles/MakeGhostRoleWindowClosedMessage.cs @@ -1,5 +1,4 @@ -using System; -using Content.Shared.Eui; +using Content.Shared.Eui; using Robust.Shared.Serialization; namespace Content.Shared.Ghost.Roles diff --git a/Content.Shared/Ghost/Roles/SharedGhostRoleSystem.cs b/Content.Shared/Ghost/Roles/SharedGhostRoleSystem.cs index d7d2582211f..8aae54aa5b4 100644 --- a/Content.Shared/Ghost/Roles/SharedGhostRoleSystem.cs +++ b/Content.Shared/Ghost/Roles/SharedGhostRoleSystem.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Ghost.Roles diff --git a/Content.Shared/Ghost/SharedGhostComponent.cs b/Content.Shared/Ghost/SharedGhostComponent.cs index 58eda01faf9..c4075cc3097 100644 --- a/Content.Shared/Ghost/SharedGhostComponent.cs +++ b/Content.Shared/Ghost/SharedGhostComponent.cs @@ -1,10 +1,5 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Players; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Ghost { diff --git a/Content.Shared/Ghost/SharedGhostSystem.cs b/Content.Shared/Ghost/SharedGhostSystem.cs index 1764993bc3c..294efd0402f 100644 --- a/Content.Shared/Ghost/SharedGhostSystem.cs +++ b/Content.Shared/Ghost/SharedGhostSystem.cs @@ -1,10 +1,7 @@ -using System; -using System.Collections.Generic; using Content.Shared.DragDrop; using Content.Shared.Emoting; using Content.Shared.Interaction.Events; using Content.Shared.Item; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Ghost diff --git a/Content.Shared/Gravity/GravityChangedMessage.cs b/Content.Shared/Gravity/GravityChangedMessage.cs index a25926db964..0437af98d88 100644 --- a/Content.Shared/Gravity/GravityChangedMessage.cs +++ b/Content.Shared/Gravity/GravityChangedMessage.cs @@ -1,4 +1,3 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Map; namespace Content.Shared.Gravity diff --git a/Content.Shared/Gravity/GravityComponent.cs b/Content.Shared/Gravity/GravityComponent.cs index 61d24223ee3..52e83647b20 100644 --- a/Content.Shared/Gravity/GravityComponent.cs +++ b/Content.Shared/Gravity/GravityComponent.cs @@ -1,12 +1,6 @@ -using System; using Content.Shared.Sound; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Log; -using Robust.Shared.Players; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Gravity { diff --git a/Content.Shared/Gravity/SharedGravityGeneratorComponent.cs b/Content.Shared/Gravity/SharedGravityGeneratorComponent.cs index 50fc0b2a8d5..78bec68e944 100644 --- a/Content.Shared/Gravity/SharedGravityGeneratorComponent.cs +++ b/Content.Shared/Gravity/SharedGravityGeneratorComponent.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/Gravity/SharedGravitySystem.cs b/Content.Shared/Gravity/SharedGravitySystem.cs index e3b651b87cc..bcdce7277fa 100644 --- a/Content.Shared/Gravity/SharedGravitySystem.cs +++ b/Content.Shared/Gravity/SharedGravitySystem.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Gravity { public abstract class SharedGravitySystem : EntitySystem diff --git a/Content.Shared/HUD/HudThemePrototype.cs b/Content.Shared/HUD/HudThemePrototype.cs index 824bdef0213..9f1f02adbc1 100644 --- a/Content.Shared/HUD/HudThemePrototype.cs +++ b/Content.Shared/HUD/HudThemePrototype.cs @@ -1,5 +1,4 @@ using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.HUD { diff --git a/Content.Shared/Hands/Components/HandVirtualItemComponent.cs b/Content.Shared/Hands/Components/HandVirtualItemComponent.cs index 7603fd623ef..41231dfd1c1 100644 --- a/Content.Shared/Hands/Components/HandVirtualItemComponent.cs +++ b/Content.Shared/Hands/Components/HandVirtualItemComponent.cs @@ -1,9 +1,6 @@ -using System; -using Content.Shared.Item; +using Content.Shared.Item; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Players; using Robust.Shared.Serialization; namespace Content.Shared.Hands.Components diff --git a/Content.Shared/Hands/SharedHandVirtualItemSystem.cs b/Content.Shared/Hands/SharedHandVirtualItemSystem.cs index fd7b2e8a22b..f4d6558d337 100644 --- a/Content.Shared/Hands/SharedHandVirtualItemSystem.cs +++ b/Content.Shared/Hands/SharedHandVirtualItemSystem.cs @@ -1,7 +1,6 @@ using Content.Shared.Hands.Components; using Content.Shared.Interaction; using Content.Shared.Inventory.Events; -using Robust.Shared.GameObjects; namespace Content.Shared.Hands; diff --git a/Content.Shared/Instruments/SharedInstrumentComponent.cs b/Content.Shared/Instruments/SharedInstrumentComponent.cs index b8dfa30f1de..a88b5d94af5 100644 --- a/Content.Shared/Instruments/SharedInstrumentComponent.cs +++ b/Content.Shared/Instruments/SharedInstrumentComponent.cs @@ -1,11 +1,6 @@ -using System; -using Robust.Shared.Analyzers; using Robust.Shared.Audio.Midi; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Instruments; diff --git a/Content.Shared/Instruments/SharedInstrumentSystem.cs b/Content.Shared/Instruments/SharedInstrumentSystem.cs index 79c7706df18..f356b722b40 100644 --- a/Content.Shared/Instruments/SharedInstrumentSystem.cs +++ b/Content.Shared/Instruments/SharedInstrumentSystem.cs @@ -1,4 +1,3 @@ -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; namespace Content.Shared.Instruments; diff --git a/Content.Shared/Interaction/BeforeInteract.cs b/Content.Shared/Interaction/BeforeInteract.cs index 76318e229fe..d6603f8c964 100644 --- a/Content.Shared/Interaction/BeforeInteract.cs +++ b/Content.Shared/Interaction/BeforeInteract.cs @@ -1,5 +1,4 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; using Robust.Shared.Map; namespace Content.Shared.Interaction diff --git a/Content.Shared/Interaction/Events/ChangeDirectionAttemptEvent.cs b/Content.Shared/Interaction/Events/ChangeDirectionAttemptEvent.cs index 79ece52c0a8..89460c15d04 100644 --- a/Content.Shared/Interaction/Events/ChangeDirectionAttemptEvent.cs +++ b/Content.Shared/Interaction/Events/ChangeDirectionAttemptEvent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Interaction.Events; public sealed class ChangeDirectionAttemptEvent : CancellableEntityEventArgs diff --git a/Content.Shared/Interaction/Events/InteractionAttemptEvent.cs b/Content.Shared/Interaction/Events/InteractionAttemptEvent.cs index 3f4e19d05cb..46dfd20c34d 100644 --- a/Content.Shared/Interaction/Events/InteractionAttemptEvent.cs +++ b/Content.Shared/Interaction/Events/InteractionAttemptEvent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Interaction.Events +namespace Content.Shared.Interaction.Events { /// /// Event raised directed at a user to see if they can perform a generic interaction. diff --git a/Content.Shared/Interaction/Events/UseAttemptEvent.cs b/Content.Shared/Interaction/Events/UseAttemptEvent.cs index f031f28ebe8..3db185ed172 100644 --- a/Content.Shared/Interaction/Events/UseAttemptEvent.cs +++ b/Content.Shared/Interaction/Events/UseAttemptEvent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Interaction.Events +namespace Content.Shared.Interaction.Events { public sealed class UseAttemptEvent : CancellableEntityEventArgs { diff --git a/Content.Shared/Interaction/Helpers/SharedUnoccludedExtensions.cs b/Content.Shared/Interaction/Helpers/SharedUnoccludedExtensions.cs index 03e22dba5f8..be610f3f443 100644 --- a/Content.Shared/Interaction/Helpers/SharedUnoccludedExtensions.cs +++ b/Content.Shared/Interaction/Helpers/SharedUnoccludedExtensions.cs @@ -1,8 +1,6 @@ using Content.Shared.DragDrop; using Content.Shared.Examine; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; using static Content.Shared.Examine.ExamineSystemShared; using static Content.Shared.Interaction.SharedInteractionSystem; diff --git a/Content.Shared/Interaction/IActivate.cs b/Content.Shared/Interaction/IActivate.cs index 4efdee64b2c..c2bc023af01 100644 --- a/Content.Shared/Interaction/IActivate.cs +++ b/Content.Shared/Interaction/IActivate.cs @@ -1,7 +1,4 @@ -using System; using JetBrains.Annotations; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; namespace Content.Shared.Interaction { diff --git a/Content.Shared/Interaction/IAfterInteract.cs b/Content.Shared/Interaction/IAfterInteract.cs index ea2523793f8..ba01d8d789e 100644 --- a/Content.Shared/Interaction/IAfterInteract.cs +++ b/Content.Shared/Interaction/IAfterInteract.cs @@ -1,8 +1,5 @@ -using System; using System.Threading.Tasks; using JetBrains.Annotations; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.Map; diff --git a/Content.Shared/Interaction/IInteractUsing.cs b/Content.Shared/Interaction/IInteractUsing.cs index 52af732a2d2..e27fcd05fde 100644 --- a/Content.Shared/Interaction/IInteractUsing.cs +++ b/Content.Shared/Interaction/IInteractUsing.cs @@ -1,8 +1,5 @@ -using System; using System.Threading.Tasks; using JetBrains.Annotations; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.Map; using Robust.Shared.Utility; diff --git a/Content.Shared/Interaction/IRangedInteract.cs b/Content.Shared/Interaction/IRangedInteract.cs index 0c9280adaac..13b678d40fa 100644 --- a/Content.Shared/Interaction/IRangedInteract.cs +++ b/Content.Shared/Interaction/IRangedInteract.cs @@ -1,5 +1,4 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; using Robust.Shared.Map; namespace Content.Shared.Interaction diff --git a/Content.Shared/Interaction/ITargetedInteractEventArgs.cs b/Content.Shared/Interaction/ITargetedInteractEventArgs.cs index 13f415e5e94..0c55afb25a8 100644 --- a/Content.Shared/Interaction/ITargetedInteractEventArgs.cs +++ b/Content.Shared/Interaction/ITargetedInteractEventArgs.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Interaction +namespace Content.Shared.Interaction { public interface ITargetedInteractEventArgs { diff --git a/Content.Shared/Interaction/RotateToFaceSystem.cs b/Content.Shared/Interaction/RotateToFaceSystem.cs index cbf29879079..65d47eeca8b 100644 --- a/Content.Shared/Interaction/RotateToFaceSystem.cs +++ b/Content.Shared/Interaction/RotateToFaceSystem.cs @@ -1,26 +1,7 @@ -using System; -using System.Linq; -using System.Threading.Tasks; using Content.Shared.ActionBlocker; -using Content.Shared.Hands; -using Content.Shared.Hands.Components; using Content.Shared.Buckle.Components; using Content.Shared.Rotatable; -using Content.Shared.Inventory; -using Content.Shared.Physics; -using Content.Shared.Popups; -using Content.Shared.Throwing; -using Content.Shared.Timing; -using Content.Shared.Verbs; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Physics; -using Robust.Shared.Random; -using Robust.Shared.Serialization; using Content.Shared.MobState.Components; namespace Content.Shared.Interaction diff --git a/Content.Shared/Inventory/Events/EquipAttemptEvents.cs b/Content.Shared/Inventory/Events/EquipAttemptEvents.cs index fca7b1c004e..c75c3d1418c 100644 --- a/Content.Shared/Inventory/Events/EquipAttemptEvents.cs +++ b/Content.Shared/Inventory/Events/EquipAttemptEvents.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Inventory.Events; public abstract class EquipAttemptBase : CancellableEntityEventArgs diff --git a/Content.Shared/Inventory/Events/EquippedEvents.cs b/Content.Shared/Inventory/Events/EquippedEvents.cs index 718b5c96835..636b411d893 100644 --- a/Content.Shared/Inventory/Events/EquippedEvents.cs +++ b/Content.Shared/Inventory/Events/EquippedEvents.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Inventory.Events; public abstract class EquippedEventBase : EntityEventArgs diff --git a/Content.Shared/Inventory/Events/InventoryEquipActEvent.cs b/Content.Shared/Inventory/Events/InventoryEquipActEvent.cs index acd00fb71e8..ec9fb7be917 100644 --- a/Content.Shared/Inventory/Events/InventoryEquipActEvent.cs +++ b/Content.Shared/Inventory/Events/InventoryEquipActEvent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Inventory.Events; diff --git a/Content.Shared/Inventory/Events/UnequipAttemptEvent.cs b/Content.Shared/Inventory/Events/UnequipAttemptEvent.cs index 52fb194654c..d8d0a2a23b2 100644 --- a/Content.Shared/Inventory/Events/UnequipAttemptEvent.cs +++ b/Content.Shared/Inventory/Events/UnequipAttemptEvent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Inventory.Events; public abstract class UnequipAttemptEventBase : CancellableEntityEventArgs diff --git a/Content.Shared/Inventory/Events/UnequippedEvents.cs b/Content.Shared/Inventory/Events/UnequippedEvents.cs index 8aa0681481a..1ae68aeeb14 100644 --- a/Content.Shared/Inventory/Events/UnequippedEvents.cs +++ b/Content.Shared/Inventory/Events/UnequippedEvents.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Inventory.Events; +namespace Content.Shared.Inventory.Events; public abstract class UnequippedEventBase : EntityEventArgs { diff --git a/Content.Shared/Inventory/Events/UseSlotNetworkMessage.cs b/Content.Shared/Inventory/Events/UseSlotNetworkMessage.cs index d3b8c59db06..eac214f7b97 100644 --- a/Content.Shared/Inventory/Events/UseSlotNetworkMessage.cs +++ b/Content.Shared/Inventory/Events/UseSlotNetworkMessage.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Inventory.Events; diff --git a/Content.Shared/Inventory/InventorySystem.Equip.cs b/Content.Shared/Inventory/InventorySystem.Equip.cs index e5259f1e20b..5742c49a770 100644 --- a/Content.Shared/Inventory/InventorySystem.Equip.cs +++ b/Content.Shared/Inventory/InventorySystem.Equip.cs @@ -12,7 +12,6 @@ using Content.Shared.Strip.Components; using Robust.Shared.Audio; using Robust.Shared.Containers; -using Robust.Shared.Map; using Robust.Shared.Network; using Robust.Shared.Player; using Robust.Shared.Timing; diff --git a/Content.Shared/Inventory/InventorySystem.Helpers.cs b/Content.Shared/Inventory/InventorySystem.Helpers.cs index f74f984327f..8f20a48467a 100644 --- a/Content.Shared/Inventory/InventorySystem.Helpers.cs +++ b/Content.Shared/Inventory/InventorySystem.Helpers.cs @@ -1,5 +1,4 @@ using Content.Shared.Item; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; namespace Content.Shared.Inventory; diff --git a/Content.Shared/Inventory/InventorySystem.Slots.cs b/Content.Shared/Inventory/InventorySystem.Slots.cs index 34242f3c582..571988bcce7 100644 --- a/Content.Shared/Inventory/InventorySystem.Slots.cs +++ b/Content.Shared/Inventory/InventorySystem.Slots.cs @@ -1,9 +1,5 @@ -using System; -using System.Diagnostics.CodeAnalysis; -using System.Linq; +using System.Diagnostics.CodeAnalysis; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; namespace Content.Shared.Inventory; diff --git a/Content.Shared/Inventory/InventorySystem.cs b/Content.Shared/Inventory/InventorySystem.cs index 5b8a6585aaa..906133e5adf 100644 --- a/Content.Shared/Inventory/InventorySystem.cs +++ b/Content.Shared/Inventory/InventorySystem.cs @@ -1,6 +1,4 @@ -using Content.Shared.Inventory.Events; - -namespace Content.Shared.Inventory; +namespace Content.Shared.Inventory; public partial class InventorySystem { diff --git a/Content.Shared/Inventory/InventoryTemplatePrototype.cs b/Content.Shared/Inventory/InventoryTemplatePrototype.cs index 6a50fc57f2c..cffddc3eb5c 100644 --- a/Content.Shared/Inventory/InventoryTemplatePrototype.cs +++ b/Content.Shared/Inventory/InventoryTemplatePrototype.cs @@ -1,9 +1,4 @@ -using System; -using Robust.Shared.Maths; -using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; -using Robust.Shared.Utility; +using Robust.Shared.Prototypes; namespace Content.Shared.Inventory; diff --git a/Content.Shared/Inventory/SlotFlags.cs b/Content.Shared/Inventory/SlotFlags.cs index 63a353e4d44..8d5e33e3486 100644 --- a/Content.Shared/Inventory/SlotFlags.cs +++ b/Content.Shared/Inventory/SlotFlags.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Inventory; diff --git a/Content.Shared/IoC/SharedContentIoC.cs b/Content.Shared/IoC/SharedContentIoC.cs index 71136ff0b5c..8d0f805ba2a 100644 --- a/Content.Shared/IoC/SharedContentIoC.cs +++ b/Content.Shared/IoC/SharedContentIoC.cs @@ -1,6 +1,5 @@ using Content.Shared.CharacterAppearance; using Content.Shared.Markings; -using Robust.Shared.IoC; namespace Content.Shared.IoC { diff --git a/Content.Shared/Jittering/JitteringComponent.cs b/Content.Shared/Jittering/JitteringComponent.cs index 3bf05c6c82e..8c8424dd9f2 100644 --- a/Content.Shared/Jittering/JitteringComponent.cs +++ b/Content.Shared/Jittering/JitteringComponent.cs @@ -1,10 +1,5 @@ -using System; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Maths; using Robust.Shared.Serialization; -using Robust.Shared.ViewVariables; namespace Content.Shared.Jittering { diff --git a/Content.Shared/Jittering/SharedJitteringSystem.cs b/Content.Shared/Jittering/SharedJitteringSystem.cs index 7bd02f28f48..b9ecb9e8957 100644 --- a/Content.Shared/Jittering/SharedJitteringSystem.cs +++ b/Content.Shared/Jittering/SharedJitteringSystem.cs @@ -1,8 +1,5 @@ -using System; using Content.Shared.StatusEffect; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Timing; namespace Content.Shared.Jittering diff --git a/Content.Shared/Kitchen/Components/SharedKitchenSpikeComponent.cs b/Content.Shared/Kitchen/Components/SharedKitchenSpikeComponent.cs index a0af75b3427..53c263448e9 100644 --- a/Content.Shared/Kitchen/Components/SharedKitchenSpikeComponent.cs +++ b/Content.Shared/Kitchen/Components/SharedKitchenSpikeComponent.cs @@ -1,12 +1,7 @@ -using System; using Content.Shared.DragDrop; using Content.Shared.Nutrition.Components; using Content.Shared.Sound; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Kitchen.Components { diff --git a/Content.Shared/Kitchen/Components/SharedMicrowaveComponent.cs b/Content.Shared/Kitchen/Components/SharedMicrowaveComponent.cs index 9c1a4ca01d7..4749b27a95e 100644 --- a/Content.Shared/Kitchen/Components/SharedMicrowaveComponent.cs +++ b/Content.Shared/Kitchen/Components/SharedMicrowaveComponent.cs @@ -1,6 +1,4 @@ -using System; using Content.Shared.Chemistry.Components; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/Kitchen/Components/SharedReagentGrinderComponent.cs b/Content.Shared/Kitchen/Components/SharedReagentGrinderComponent.cs index 41521fc9715..eaa5485ad3f 100644 --- a/Content.Shared/Kitchen/Components/SharedReagentGrinderComponent.cs +++ b/Content.Shared/Kitchen/Components/SharedReagentGrinderComponent.cs @@ -1,11 +1,9 @@ -using System; using Content.Shared.Chemistry.Components; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Kitchen.Components { - + public abstract class SharedReagentGrinderComponent : Component { public static string BeakerSlotId = "ReagentGrinder-reagentContainerContainer"; diff --git a/Content.Shared/Kitchen/MicrowaveMealRecipePrototype.cs b/Content.Shared/Kitchen/MicrowaveMealRecipePrototype.cs index 9b46cdf8f03..9517ad00648 100644 --- a/Content.Shared/Kitchen/MicrowaveMealRecipePrototype.cs +++ b/Content.Shared/Kitchen/MicrowaveMealRecipePrototype.cs @@ -1,12 +1,8 @@ -using System.Collections.Generic; -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; -using Robust.Shared.Localization; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Dictionary; -using Robust.Shared.ViewVariables; namespace Content.Shared.Kitchen { diff --git a/Content.Shared/Kitchen/RecipeManager.cs b/Content.Shared/Kitchen/RecipeManager.cs index 8e9fd132060..8ab5db44514 100644 --- a/Content.Shared/Kitchen/RecipeManager.cs +++ b/Content.Shared/Kitchen/RecipeManager.cs @@ -1,6 +1,4 @@ -using System.Collections.Generic; -using Robust.Shared.IoC; -using Robust.Shared.Prototypes; +using Robust.Shared.Prototypes; namespace Content.Shared.Kitchen { diff --git a/Content.Shared/Kudzu/KudzuVisuals.cs b/Content.Shared/Kudzu/KudzuVisuals.cs index efd4e5ebd7a..8c749aeb697 100644 --- a/Content.Shared/Kudzu/KudzuVisuals.cs +++ b/Content.Shared/Kudzu/KudzuVisuals.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Kudzu; diff --git a/Content.Shared/Labels/LabelEvents.cs b/Content.Shared/Labels/LabelEvents.cs index 32e249ae028..c8d6e950efd 100644 --- a/Content.Shared/Labels/LabelEvents.cs +++ b/Content.Shared/Labels/LabelEvents.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Labels diff --git a/Content.Shared/Lathe/SharedLatheDatabaseComponent.cs b/Content.Shared/Lathe/SharedLatheDatabaseComponent.cs index e15a4c71dec..739a3de7e76 100644 --- a/Content.Shared/Lathe/SharedLatheDatabaseComponent.cs +++ b/Content.Shared/Lathe/SharedLatheDatabaseComponent.cs @@ -1,13 +1,8 @@ -using System; using System.Collections; -using System.Collections.Generic; using Content.Shared.Research.Prototypes; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; namespace Content.Shared.Lathe diff --git a/Content.Shared/Lathe/SharedMaterialStorageComponent.cs b/Content.Shared/Lathe/SharedMaterialStorageComponent.cs index 0dc33841697..da7fd191c2d 100644 --- a/Content.Shared/Lathe/SharedMaterialStorageComponent.cs +++ b/Content.Shared/Lathe/SharedMaterialStorageComponent.cs @@ -1,11 +1,7 @@ -using System; using System.Collections; -using System.Collections.Generic; using Content.Shared.Materials; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.ViewVariables; namespace Content.Shared.Lathe { diff --git a/Content.Shared/Lathe/SharedProtolatheDatabaseComponent.cs b/Content.Shared/Lathe/SharedProtolatheDatabaseComponent.cs index 5b415de9721..022eea1800c 100644 --- a/Content.Shared/Lathe/SharedProtolatheDatabaseComponent.cs +++ b/Content.Shared/Lathe/SharedProtolatheDatabaseComponent.cs @@ -1,12 +1,7 @@ -using System; -using System.Collections.Generic; using Content.Shared.Research.Prototypes; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; namespace Content.Shared.Lathe diff --git a/Content.Shared/Light/Component/RgbLightControllerComponent.cs b/Content.Shared/Light/Component/RgbLightControllerComponent.cs index 6fa65f81309..bfcfba313b4 100644 --- a/Content.Shared/Light/Component/RgbLightControllerComponent.cs +++ b/Content.Shared/Light/Component/RgbLightControllerComponent.cs @@ -1,12 +1,5 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Maths; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using System; -using System.Collections.Generic; -using System.Diagnostics.CodeAnalysis; namespace Content.Shared.Light.Component; diff --git a/Content.Shared/Light/Component/SharedEmergencyLightComponent.cs b/Content.Shared/Light/Component/SharedEmergencyLightComponent.cs index e534bd64d6e..ec380880a5d 100644 --- a/Content.Shared/Light/Component/SharedEmergencyLightComponent.cs +++ b/Content.Shared/Light/Component/SharedEmergencyLightComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.GameStates; +using Robust.Shared.GameStates; using Robust.Shared.Serialization; namespace Content.Shared.Light.Component diff --git a/Content.Shared/Light/Component/SharedExpendableLightComponent.cs b/Content.Shared/Light/Component/SharedExpendableLightComponent.cs index 80977352e59..2c0fcc190cb 100644 --- a/Content.Shared/Light/Component/SharedExpendableLightComponent.cs +++ b/Content.Shared/Light/Component/SharedExpendableLightComponent.cs @@ -1,12 +1,7 @@ -using System; using Content.Shared.Sound; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Players; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Light.Component { diff --git a/Content.Shared/Light/SharedEmergencyLightSystem.cs b/Content.Shared/Light/SharedEmergencyLightSystem.cs index 38dc309c2bd..65948cfb98d 100644 --- a/Content.Shared/Light/SharedEmergencyLightSystem.cs +++ b/Content.Shared/Light/SharedEmergencyLightSystem.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Light { public abstract class SharedEmergencyLightSystem : EntitySystem diff --git a/Content.Shared/Light/SharedLightBulb.cs b/Content.Shared/Light/SharedLightBulb.cs index ce15e056250..7599c3340b2 100644 --- a/Content.Shared/Light/SharedLightBulb.cs +++ b/Content.Shared/Light/SharedLightBulb.cs @@ -1,5 +1,4 @@ using Robust.Shared.Serialization; -using System; namespace Content.Shared.Light { diff --git a/Content.Shared/Light/SharedPoweredLightVisuals.cs b/Content.Shared/Light/SharedPoweredLightVisuals.cs index 8fe1e8f37c4..6b954a8bf6e 100644 --- a/Content.Shared/Light/SharedPoweredLightVisuals.cs +++ b/Content.Shared/Light/SharedPoweredLightVisuals.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Light diff --git a/Content.Shared/Light/SharedRgbLightControllerSystem.cs b/Content.Shared/Light/SharedRgbLightControllerSystem.cs index 6f04937c8bb..d294e8a052b 100644 --- a/Content.Shared/Light/SharedRgbLightControllerSystem.cs +++ b/Content.Shared/Light/SharedRgbLightControllerSystem.cs @@ -1,8 +1,5 @@ using Content.Shared.Light.Component; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using System; -using System.Collections.Generic; namespace Content.Shared.Light; diff --git a/Content.Shared/Light/SharedUnpoweredFlashlightVisuals.cs b/Content.Shared/Light/SharedUnpoweredFlashlightVisuals.cs index 6888cb65af7..6f746a9448a 100644 --- a/Content.Shared/Light/SharedUnpoweredFlashlightVisuals.cs +++ b/Content.Shared/Light/SharedUnpoweredFlashlightVisuals.cs @@ -1,5 +1,4 @@ using Robust.Shared.Serialization; -using System; namespace Content.Shared.Light { diff --git a/Content.Shared/Localizations/Localization.cs b/Content.Shared/Localizations/Localization.cs index cbcb8e0cbb7..64c73c43487 100644 --- a/Content.Shared/Localizations/Localization.cs +++ b/Content.Shared/Localizations/Localization.cs @@ -1,8 +1,5 @@ -using System; -using System.Globalization; +using System.Globalization; using Robust.Shared.ContentPack; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Shared.Localizations { diff --git a/Content.Shared/Localizations/Units.cs b/Content.Shared/Localizations/Units.cs index ca287bd2b5f..1540d0e430f 100644 --- a/Content.Shared/Localizations/Units.cs +++ b/Content.Shared/Localizations/Units.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; -using Robust.Shared.Localization; namespace Content.Shared.Localizations { diff --git a/Content.Shared/MachineLinking/SignalSwitchVisuals.cs b/Content.Shared/MachineLinking/SignalSwitchVisuals.cs index 7d1dbac983b..f2b118d2179 100644 --- a/Content.Shared/MachineLinking/SignalSwitchVisuals.cs +++ b/Content.Shared/MachineLinking/SignalSwitchVisuals.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.MachineLinking { diff --git a/Content.Shared/MachineLinking/TwoWayLeverSignal.cs b/Content.Shared/MachineLinking/TwoWayLeverSignal.cs index 75bdbe0220a..02c88d4419b 100644 --- a/Content.Shared/MachineLinking/TwoWayLeverSignal.cs +++ b/Content.Shared/MachineLinking/TwoWayLeverSignal.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.MachineLinking { diff --git a/Content.Shared/MachineLinking/UIKeys.cs b/Content.Shared/MachineLinking/UIKeys.cs index facd1995514..1f3f1cbbd70 100644 --- a/Content.Shared/MachineLinking/UIKeys.cs +++ b/Content.Shared/MachineLinking/UIKeys.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.MachineLinking { diff --git a/Content.Shared/MachineLinking/UIMessages.cs b/Content.Shared/MachineLinking/UIMessages.cs index 9b4f4cb6bdc..8a090d6f503 100644 --- a/Content.Shared/MachineLinking/UIMessages.cs +++ b/Content.Shared/MachineLinking/UIMessages.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.MachineLinking { diff --git a/Content.Shared/Maps/ContentTileDefinition.cs b/Content.Shared/Maps/ContentTileDefinition.cs index f2bd7e6362a..edaadfe8591 100644 --- a/Content.Shared/Maps/ContentTileDefinition.cs +++ b/Content.Shared/Maps/ContentTileDefinition.cs @@ -2,9 +2,7 @@ using JetBrains.Annotations; using Robust.Shared.Map; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using System.Collections.Generic; using Content.Shared.Atmos; namespace Content.Shared.Maps diff --git a/Content.Shared/Maps/TurfHelpers.cs b/Content.Shared/Maps/TurfHelpers.cs index 139025db65b..a3267594849 100644 --- a/Content.Shared/Maps/TurfHelpers.cs +++ b/Content.Shared/Maps/TurfHelpers.cs @@ -1,16 +1,8 @@ -using System; -using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Diagnostics.CodeAnalysis; using Content.Shared.Physics; -using Content.Shared.Random.Helpers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Physics; -using Robust.Shared.Physics.Broadphase; using Robust.Shared.Random; namespace Content.Shared.Maps diff --git a/Content.Shared/Markers/SharedSpawnPointComponent.cs b/Content.Shared/Markers/SharedSpawnPointComponent.cs index 2169a695044..845bee9bcfe 100644 --- a/Content.Shared/Markers/SharedSpawnPointComponent.cs +++ b/Content.Shared/Markers/SharedSpawnPointComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Markers { [Virtual] diff --git a/Content.Shared/Markings/Marking.cs b/Content.Shared/Markings/Marking.cs index 213ce9ea621..40a7a8c167c 100644 --- a/Content.Shared/Markings/Marking.cs +++ b/Content.Shared/Markings/Marking.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.Maths; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Markings { diff --git a/Content.Shared/Markings/MarkingCategories.cs b/Content.Shared/Markings/MarkingCategories.cs index cf432377ac6..8e3045f1169 100644 --- a/Content.Shared/Markings/MarkingCategories.cs +++ b/Content.Shared/Markings/MarkingCategories.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Markings diff --git a/Content.Shared/Markings/MarkingManager.cs b/Content.Shared/Markings/MarkingManager.cs index 1aede82c025..545fbed79f7 100644 --- a/Content.Shared/Markings/MarkingManager.cs +++ b/Content.Shared/Markings/MarkingManager.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Prototypes; namespace Content.Shared.Markings diff --git a/Content.Shared/Markings/MarkingPrototype.cs b/Content.Shared/Markings/MarkingPrototype.cs index 927493edc77..dd8585bff45 100644 --- a/Content.Shared/Markings/MarkingPrototype.cs +++ b/Content.Shared/Markings/MarkingPrototype.cs @@ -1,9 +1,5 @@ -using System.Collections.Generic; using Content.Shared.CharacterAppearance; -using Robust.Shared.Localization; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Shared.Markings diff --git a/Content.Shared/Markings/MarkingsComponent.cs b/Content.Shared/Markings/MarkingsComponent.cs index fb9ad37ab7d..3aff0ff2138 100644 --- a/Content.Shared/Markings/MarkingsComponent.cs +++ b/Content.Shared/Markings/MarkingsComponent.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; using Content.Shared.CharacterAppearance; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Markings { diff --git a/Content.Shared/Markings/MarkingsSet.cs b/Content.Shared/Markings/MarkingsSet.cs index 332df3538fa..9046f8030d0 100644 --- a/Content.Shared/Markings/MarkingsSet.cs +++ b/Content.Shared/Markings/MarkingsSet.cs @@ -1,6 +1,5 @@ using System.Collections; using System.Linq; -using Robust.Shared.Prototypes; using Robust.Shared.Serialization; namespace Content.Shared.Markings; diff --git a/Content.Shared/Medical/SuitSensor/SharedSuitSensor.cs b/Content.Shared/Medical/SuitSensor/SharedSuitSensor.cs index 982efd9b3ba..9031f875bea 100644 --- a/Content.Shared/Medical/SuitSensor/SharedSuitSensor.cs +++ b/Content.Shared/Medical/SuitSensor/SharedSuitSensor.cs @@ -1,7 +1,4 @@ -using System; -using Content.Shared.FixedPoint; -using Robust.Shared.Map; -using Robust.Shared.Maths; +using Robust.Shared.Map; using Robust.Shared.Serialization; namespace Content.Shared.Medical.SuitSensor diff --git a/Content.Shared/MobState/Components/MobStateComponent.cs b/Content.Shared/MobState/Components/MobStateComponent.cs index a49f84c70b1..7576417bdc7 100644 --- a/Content.Shared/MobState/Components/MobStateComponent.cs +++ b/Content.Shared/MobState/Components/MobStateComponent.cs @@ -1,18 +1,11 @@ -using System; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Shared.Alert; using Content.Shared.Damage; using Content.Shared.FixedPoint; -using Content.Shared.MobState.EntitySystems; using Content.Shared.MobState.State; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.MobState.Components { diff --git a/Content.Shared/MobState/DamageStateHelpers.cs b/Content.Shared/MobState/DamageStateHelpers.cs index 462f4a92184..2b512f0c76c 100644 --- a/Content.Shared/MobState/DamageStateHelpers.cs +++ b/Content.Shared/MobState/DamageStateHelpers.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; - -namespace Content.Shared.MobState +namespace Content.Shared.MobState { public static class DamageStateHelpers { diff --git a/Content.Shared/MobState/DamageStateVisuals.cs b/Content.Shared/MobState/DamageStateVisuals.cs index e332921adab..b04752b0d32 100644 --- a/Content.Shared/MobState/DamageStateVisuals.cs +++ b/Content.Shared/MobState/DamageStateVisuals.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.MobState diff --git a/Content.Shared/MobState/EntitySystems/MobStateSystem.cs b/Content.Shared/MobState/EntitySystems/MobStateSystem.cs index faedfc33ee9..3884e2b8cf6 100644 --- a/Content.Shared/MobState/EntitySystems/MobStateSystem.cs +++ b/Content.Shared/MobState/EntitySystems/MobStateSystem.cs @@ -12,7 +12,6 @@ using Content.Shared.Speech; using Content.Shared.Standing; using Content.Shared.Throwing; -using Robust.Shared.GameObjects; namespace Content.Shared.MobState.EntitySystems { diff --git a/Content.Shared/MobState/MobStateChangedEvent.cs b/Content.Shared/MobState/MobStateChangedEvent.cs index 75a60bd7d28..e761cc3b7fd 100644 --- a/Content.Shared/MobState/MobStateChangedEvent.cs +++ b/Content.Shared/MobState/MobStateChangedEvent.cs @@ -1,6 +1,5 @@ using Content.Shared.MobState.Components; using Content.Shared.MobState.State; -using Robust.Shared.GameObjects; namespace Content.Shared.MobState { diff --git a/Content.Shared/MobState/State/BaseMobState.cs b/Content.Shared/MobState/State/BaseMobState.cs index 370cb7f5b0e..06f72fb02bd 100644 --- a/Content.Shared/MobState/State/BaseMobState.cs +++ b/Content.Shared/MobState/State/BaseMobState.cs @@ -1,6 +1,4 @@ using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.MobState.State { diff --git a/Content.Shared/MobState/State/IMobState.cs b/Content.Shared/MobState/State/IMobState.cs index acb9a468a5c..dc6d5fdec46 100644 --- a/Content.Shared/MobState/State/IMobState.cs +++ b/Content.Shared/MobState/State/IMobState.cs @@ -1,6 +1,4 @@ -using Content.Shared.ActionBlocker; -using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; +using Content.Shared.FixedPoint; namespace Content.Shared.MobState.State { diff --git a/Content.Shared/MobState/State/SharedCriticalMobState.cs b/Content.Shared/MobState/State/SharedCriticalMobState.cs index c0a4e03609b..92db3be97ac 100644 --- a/Content.Shared/MobState/State/SharedCriticalMobState.cs +++ b/Content.Shared/MobState/State/SharedCriticalMobState.cs @@ -1,6 +1,5 @@ using Content.Shared.Alert; using Content.Shared.Standing; -using Robust.Shared.GameObjects; namespace Content.Shared.MobState.State { diff --git a/Content.Shared/MobState/State/SharedDeadMobState.cs b/Content.Shared/MobState/State/SharedDeadMobState.cs index d595d9923af..8621691006d 100644 --- a/Content.Shared/MobState/State/SharedDeadMobState.cs +++ b/Content.Shared/MobState/State/SharedDeadMobState.cs @@ -1,6 +1,4 @@ -using Content.Shared.Hands; -using Content.Shared.Standing; -using Robust.Shared.GameObjects; +using Content.Shared.Standing; namespace Content.Shared.MobState.State { diff --git a/Content.Shared/MobState/State/SharedNormalMobState.cs b/Content.Shared/MobState/State/SharedNormalMobState.cs index 0a0f0d3a226..abb6d4a363d 100644 --- a/Content.Shared/MobState/State/SharedNormalMobState.cs +++ b/Content.Shared/MobState/State/SharedNormalMobState.cs @@ -1,5 +1,4 @@ using Content.Shared.Standing; -using Robust.Shared.GameObjects; namespace Content.Shared.MobState.State diff --git a/Content.Shared/Module/SharedModuleTestingCallbacks.cs b/Content.Shared/Module/SharedModuleTestingCallbacks.cs index dfa0272b52c..a3944bb3ee5 100644 --- a/Content.Shared/Module/SharedModuleTestingCallbacks.cs +++ b/Content.Shared/Module/SharedModuleTestingCallbacks.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.ContentPack; namespace Content.Shared.Module diff --git a/Content.Shared/Morgue/SharedMorgue.cs b/Content.Shared/Morgue/SharedMorgue.cs index 091036cfbc1..640f3b7a8f1 100644 --- a/Content.Shared/Morgue/SharedMorgue.cs +++ b/Content.Shared/Morgue/SharedMorgue.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Morgue { diff --git a/Content.Shared/Movement/Components/IMobMoverComponent.cs b/Content.Shared/Movement/Components/IMobMoverComponent.cs index e2bd7a1414c..4c22a181d66 100644 --- a/Content.Shared/Movement/Components/IMobMoverComponent.cs +++ b/Content.Shared/Movement/Components/IMobMoverComponent.cs @@ -1,4 +1,3 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Map; namespace Content.Shared.Movement.Components diff --git a/Content.Shared/Movement/Components/IMoverComponent.cs b/Content.Shared/Movement/Components/IMoverComponent.cs index 3b5ea08025c..b70767d3cbd 100644 --- a/Content.Shared/Movement/Components/IMoverComponent.cs +++ b/Content.Shared/Movement/Components/IMoverComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; - namespace Content.Shared.Movement.Components { // Does nothing except ensure uniqueness between mover components. diff --git a/Content.Shared/Movement/Components/MovementIgnoreGravityComponent.cs b/Content.Shared/Movement/Components/MovementIgnoreGravityComponent.cs index 573dc350097..1384dbb52a3 100644 --- a/Content.Shared/Movement/Components/MovementIgnoreGravityComponent.cs +++ b/Content.Shared/Movement/Components/MovementIgnoreGravityComponent.cs @@ -1,8 +1,6 @@ using Content.Shared.Clothing; using Content.Shared.Gravity; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Physics; diff --git a/Content.Shared/Movement/Components/MovementSpeedModifierComponent.cs b/Content.Shared/Movement/Components/MovementSpeedModifierComponent.cs index f26c7d19d4e..5976c2a964d 100644 --- a/Content.Shared/Movement/Components/MovementSpeedModifierComponent.cs +++ b/Content.Shared/Movement/Components/MovementSpeedModifierComponent.cs @@ -1,10 +1,5 @@ using Content.Shared.Movement.EntitySystems; -using Robust.Shared.Analyzers; -using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Movement.Components { diff --git a/Content.Shared/Movement/Components/SharedDummyInputMoverComponent.cs b/Content.Shared/Movement/Components/SharedDummyInputMoverComponent.cs index 857d4dc9f1d..1736dfd7a43 100644 --- a/Content.Shared/Movement/Components/SharedDummyInputMoverComponent.cs +++ b/Content.Shared/Movement/Components/SharedDummyInputMoverComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; - namespace Content.Shared.Movement.Components { [RegisterComponent] diff --git a/Content.Shared/Movement/Components/SharedPlayerInputMoverComponent.cs b/Content.Shared/Movement/Components/SharedPlayerInputMoverComponent.cs index cc8958dca54..bd02ef5b631 100644 --- a/Content.Shared/Movement/Components/SharedPlayerInputMoverComponent.cs +++ b/Content.Shared/Movement/Components/SharedPlayerInputMoverComponent.cs @@ -1,5 +1,3 @@ -using System; -using Content.Shared.ActionBlocker; using Content.Shared.CCVar; using Robust.Shared.Configuration; using Robust.Shared.GameStates; diff --git a/Content.Shared/Movement/Components/SharedPlayerMobMoverComponent.cs b/Content.Shared/Movement/Components/SharedPlayerMobMoverComponent.cs index 71e9d1d3384..f7365dd7c2c 100644 --- a/Content.Shared/Movement/Components/SharedPlayerMobMoverComponent.cs +++ b/Content.Shared/Movement/Components/SharedPlayerMobMoverComponent.cs @@ -1,13 +1,6 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Players; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Movement.Components { diff --git a/Content.Shared/Movement/Components/SlowContactsComponent.cs b/Content.Shared/Movement/Components/SlowContactsComponent.cs index 791559c96c6..ef4151935aa 100644 --- a/Content.Shared/Movement/Components/SlowContactsComponent.cs +++ b/Content.Shared/Movement/Components/SlowContactsComponent.cs @@ -1,7 +1,4 @@ -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Movement.Components; diff --git a/Content.Shared/Movement/Components/SlowsOnContactComponent.cs b/Content.Shared/Movement/Components/SlowsOnContactComponent.cs index d11962ebb36..92a406b4d56 100644 --- a/Content.Shared/Movement/Components/SlowsOnContactComponent.cs +++ b/Content.Shared/Movement/Components/SlowsOnContactComponent.cs @@ -1,4 +1,3 @@ -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; namespace Content.Shared.Movement.Components; diff --git a/Content.Shared/Movement/EntitySystems/MovementSpeedModifierSystem.cs b/Content.Shared/Movement/EntitySystems/MovementSpeedModifierSystem.cs index 07bd37cb8d1..61413582ebd 100644 --- a/Content.Shared/Movement/EntitySystems/MovementSpeedModifierSystem.cs +++ b/Content.Shared/Movement/EntitySystems/MovementSpeedModifierSystem.cs @@ -1,9 +1,5 @@ -using System; -using System.Collections.Generic; -using System.Linq; using Content.Shared.Inventory; using Content.Shared.Movement.Components; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/Movement/EntitySystems/SharedMobMoverSystem.cs b/Content.Shared/Movement/EntitySystems/SharedMobMoverSystem.cs index 121c28836bf..c0cccf795c7 100644 --- a/Content.Shared/Movement/EntitySystems/SharedMobMoverSystem.cs +++ b/Content.Shared/Movement/EntitySystems/SharedMobMoverSystem.cs @@ -1,9 +1,6 @@ using Content.Shared.CCVar; using Content.Shared.Movement.Components; using Robust.Shared.Configuration; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Physics; using Robust.Shared.Physics.Dynamics; diff --git a/Content.Shared/Movement/EntitySystems/SlowContactsSystem.cs b/Content.Shared/Movement/EntitySystems/SlowContactsSystem.cs index 5601e4ec66c..12b171ae9d1 100644 --- a/Content.Shared/Movement/EntitySystems/SlowContactsSystem.cs +++ b/Content.Shared/Movement/EntitySystems/SlowContactsSystem.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; using Content.Shared.Movement.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Physics.Dynamics; namespace Content.Shared.Movement.EntitySystems; diff --git a/Content.Shared/Movement/RelayMovementEntityEvent.cs b/Content.Shared/Movement/RelayMovementEntityEvent.cs index ad8609aaf37..226aee739e3 100644 --- a/Content.Shared/Movement/RelayMovementEntityEvent.cs +++ b/Content.Shared/Movement/RelayMovementEntityEvent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Movement { public sealed class RelayMovementEntityEvent : EntityEventArgs diff --git a/Content.Shared/Nuke/SharedNuke.cs b/Content.Shared/Nuke/SharedNuke.cs index 3be871804a5..a134a084d71 100644 --- a/Content.Shared/Nuke/SharedNuke.cs +++ b/Content.Shared/Nuke/SharedNuke.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Nuke diff --git a/Content.Shared/Nutrition/Components/CreamPieComponent.cs b/Content.Shared/Nutrition/Components/CreamPieComponent.cs index 29b421aceac..41952868d09 100644 --- a/Content.Shared/Nutrition/Components/CreamPieComponent.cs +++ b/Content.Shared/Nutrition/Components/CreamPieComponent.cs @@ -1,9 +1,5 @@ using Content.Shared.Nutrition.EntitySystems; using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Nutrition.Components { diff --git a/Content.Shared/Nutrition/Components/CreamPiedComponent.cs b/Content.Shared/Nutrition/Components/CreamPiedComponent.cs index 51fa1e2dd27..5086be612d3 100644 --- a/Content.Shared/Nutrition/Components/CreamPiedComponent.cs +++ b/Content.Shared/Nutrition/Components/CreamPiedComponent.cs @@ -1,9 +1,5 @@ -using System; using Content.Shared.Nutrition.EntitySystems; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; -using Robust.Shared.ViewVariables; namespace Content.Shared.Nutrition.Components { diff --git a/Content.Shared/Nutrition/Components/SharedButcherableComponent.cs b/Content.Shared/Nutrition/Components/SharedButcherableComponent.cs index a2c5ecca665..547ce52b03b 100644 --- a/Content.Shared/Nutrition/Components/SharedButcherableComponent.cs +++ b/Content.Shared/Nutrition/Components/SharedButcherableComponent.cs @@ -1,10 +1,5 @@ using Content.Shared.DragDrop; using Content.Shared.Storage; -using Robust.Shared.GameObjects; -using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Shared.Nutrition.Components { diff --git a/Content.Shared/Nutrition/Components/SharedFoodComponent.cs b/Content.Shared/Nutrition/Components/SharedFoodComponent.cs index 382d85e356a..8147d4599b0 100644 --- a/Content.Shared/Nutrition/Components/SharedFoodComponent.cs +++ b/Content.Shared/Nutrition/Components/SharedFoodComponent.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Nutrition.Components diff --git a/Content.Shared/Nutrition/Components/SharedHungerComponent.cs b/Content.Shared/Nutrition/Components/SharedHungerComponent.cs index 5e4e92d372b..12499e463a4 100644 --- a/Content.Shared/Nutrition/Components/SharedHungerComponent.cs +++ b/Content.Shared/Nutrition/Components/SharedHungerComponent.cs @@ -1,9 +1,5 @@ -using System; -using Content.Shared.Movement.Components; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.ViewVariables; namespace Content.Shared.Nutrition.Components { diff --git a/Content.Shared/Nutrition/EntitySystems/SharedCreamPieSystem.cs b/Content.Shared/Nutrition/EntitySystems/SharedCreamPieSystem.cs index d0e7149778d..36e597d5f15 100644 --- a/Content.Shared/Nutrition/EntitySystems/SharedCreamPieSystem.cs +++ b/Content.Shared/Nutrition/EntitySystems/SharedCreamPieSystem.cs @@ -1,10 +1,7 @@ -using System; using Content.Shared.Nutrition.Components; using Content.Shared.Stunnable; using Content.Shared.Throwing; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Shared.Nutrition.EntitySystems { diff --git a/Content.Shared/Nutrition/EntitySystems/SharedHungerSystem.cs b/Content.Shared/Nutrition/EntitySystems/SharedHungerSystem.cs index 4843fdabbfe..c9fa348ccfe 100644 --- a/Content.Shared/Nutrition/EntitySystems/SharedHungerSystem.cs +++ b/Content.Shared/Nutrition/EntitySystems/SharedHungerSystem.cs @@ -1,6 +1,5 @@ using Content.Shared.Movement.EntitySystems; using Content.Shared.Nutrition.Components; -using Robust.Shared.GameObjects; namespace Content.Shared.Nutrition.EntitySystems { diff --git a/Content.Shared/Objectives/ConditionInfo.cs b/Content.Shared/Objectives/ConditionInfo.cs index e86f41df4df..3aa335c8f81 100644 --- a/Content.Shared/Objectives/ConditionInfo.cs +++ b/Content.Shared/Objectives/ConditionInfo.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; using Robust.Shared.Utility; namespace Content.Shared.Objectives diff --git a/Content.Shared/PDA/PDAMessagesUI.cs b/Content.Shared/PDA/PDAMessagesUI.cs index e40d816a31d..a74e1515ee4 100644 --- a/Content.Shared/PDA/PDAMessagesUI.cs +++ b/Content.Shared/PDA/PDAMessagesUI.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; -using System; namespace Content.Shared.PDA { diff --git a/Content.Shared/PDA/PDAUpdateState.cs b/Content.Shared/PDA/PDAUpdateState.cs index be939de65fb..fe02db1ad28 100644 --- a/Content.Shared/PDA/PDAUpdateState.cs +++ b/Content.Shared/PDA/PDAUpdateState.cs @@ -1,7 +1,4 @@ -using Content.Shared.Traitor.Uplink; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; -using System; namespace Content.Shared.PDA diff --git a/Content.Shared/PDA/PDAVisuals.cs b/Content.Shared/PDA/PDAVisuals.cs index 7036044ae49..5abc3404944 100644 --- a/Content.Shared/PDA/PDAVisuals.cs +++ b/Content.Shared/PDA/PDAVisuals.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.PDA diff --git a/Content.Shared/PDA/Ringer/RingerMessagesUI.cs b/Content.Shared/PDA/Ringer/RingerMessagesUI.cs index 8fb37746f53..4ae5664e8f6 100644 --- a/Content.Shared/PDA/Ringer/RingerMessagesUI.cs +++ b/Content.Shared/PDA/Ringer/RingerMessagesUI.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; -using System; namespace Content.Shared.PDA.Ringer { diff --git a/Content.Shared/PDA/Ringer/RingerUpdateState.cs b/Content.Shared/PDA/Ringer/RingerUpdateState.cs index f61d3397280..9d2eccd1a70 100644 --- a/Content.Shared/PDA/Ringer/RingerUpdateState.cs +++ b/Content.Shared/PDA/Ringer/RingerUpdateState.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; -using System; namespace Content.Shared.PDA.Ringer { diff --git a/Content.Shared/PDA/Ringer/RingerVisuals.cs b/Content.Shared/PDA/Ringer/RingerVisuals.cs index c99fed59ae7..44e5e818d30 100644 --- a/Content.Shared/PDA/Ringer/RingerVisuals.cs +++ b/Content.Shared/PDA/Ringer/RingerVisuals.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.PDA.Ringer diff --git a/Content.Shared/PDA/SharedPDASystem.cs b/Content.Shared/PDA/SharedPDASystem.cs index 145fbd07204..eae10b19268 100644 --- a/Content.Shared/PDA/SharedPDASystem.cs +++ b/Content.Shared/PDA/SharedPDASystem.cs @@ -1,8 +1,6 @@ using Content.Shared.Access.Components; using Content.Shared.Containers.ItemSlots; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Shared.PDA { diff --git a/Content.Shared/PDA/SharedRingerSystem.cs b/Content.Shared/PDA/SharedRingerSystem.cs index 63519dbf61d..77963517326 100644 --- a/Content.Shared/PDA/SharedRingerSystem.cs +++ b/Content.Shared/PDA/SharedRingerSystem.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.PDA; diff --git a/Content.Shared/PDA/UplinkStoreListingPrototype.cs b/Content.Shared/PDA/UplinkStoreListingPrototype.cs index 9442bdda3ef..78a34e541e5 100644 --- a/Content.Shared/PDA/UplinkStoreListingPrototype.cs +++ b/Content.Shared/PDA/UplinkStoreListingPrototype.cs @@ -1,8 +1,6 @@ using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Shared.PDA { diff --git a/Content.Shared/Pinpointer/PinpointerVisuals.cs b/Content.Shared/Pinpointer/PinpointerVisuals.cs index 46ee4a286ec..fd190f068ac 100644 --- a/Content.Shared/Pinpointer/PinpointerVisuals.cs +++ b/Content.Shared/Pinpointer/PinpointerVisuals.cs @@ -1,5 +1,4 @@ using Robust.Shared.Serialization; -using System; namespace Content.Shared.Pinpointer { diff --git a/Content.Shared/PneumaticCannon/SharedPneumaticCannon.cs b/Content.Shared/PneumaticCannon/SharedPneumaticCannon.cs index be65029f205..c5d6bba31d1 100644 --- a/Content.Shared/PneumaticCannon/SharedPneumaticCannon.cs +++ b/Content.Shared/PneumaticCannon/SharedPneumaticCannon.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.PneumaticCannon { diff --git a/Content.Shared/Pointing/Components/SharedRoguePointingArrowComponent.cs b/Content.Shared/Pointing/Components/SharedRoguePointingArrowComponent.cs index 35e21135b0c..e54892c86be 100644 --- a/Content.Shared/Pointing/Components/SharedRoguePointingArrowComponent.cs +++ b/Content.Shared/Pointing/Components/SharedRoguePointingArrowComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Pointing.Components { diff --git a/Content.Shared/Popups/SharedPopupExtensions.cs b/Content.Shared/Popups/SharedPopupExtensions.cs index 26cec77edaf..8ab54732291 100644 --- a/Content.Shared/Popups/SharedPopupExtensions.cs +++ b/Content.Shared/Popups/SharedPopupExtensions.cs @@ -1,4 +1,3 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Map; using Robust.Shared.Player; diff --git a/Content.Shared/Popups/SharedPopupSystem.cs b/Content.Shared/Popups/SharedPopupSystem.cs index b31e0dea66c..53b8a2fa904 100644 --- a/Content.Shared/Popups/SharedPopupSystem.cs +++ b/Content.Shared/Popups/SharedPopupSystem.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.Map; using Robust.Shared.Player; using Robust.Shared.Serialization; diff --git a/Content.Shared/Power/SharedPower.cs b/Content.Shared/Power/SharedPower.cs index 2bed839a3d5..12d342cadaf 100644 --- a/Content.Shared/Power/SharedPower.cs +++ b/Content.Shared/Power/SharedPower.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Power { diff --git a/Content.Shared/Power/SharedPowerDevice.cs b/Content.Shared/Power/SharedPowerDevice.cs index 1083495611b..8a99dc7d915 100644 --- a/Content.Shared/Power/SharedPowerDevice.cs +++ b/Content.Shared/Power/SharedPowerDevice.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Power diff --git a/Content.Shared/Power/SharedPowerItemCharger.cs b/Content.Shared/Power/SharedPowerItemCharger.cs index 1c3575468f4..ec51a047a23 100644 --- a/Content.Shared/Power/SharedPowerItemCharger.cs +++ b/Content.Shared/Power/SharedPowerItemCharger.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Power diff --git a/Content.Shared/Power/SharedPowerMonitoringConsoleComponent.cs b/Content.Shared/Power/SharedPowerMonitoringConsoleComponent.cs index f2b3011b5a9..9fdedc5a385 100644 --- a/Content.Shared/Power/SharedPowerMonitoringConsoleComponent.cs +++ b/Content.Shared/Power/SharedPowerMonitoringConsoleComponent.cs @@ -1,7 +1,4 @@ #nullable enable -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; using Robust.Shared.Serialization; namespace Content.Shared.Power; diff --git a/Content.Shared/PowerCell/Components/PowerCellComponent.cs b/Content.Shared/PowerCell/Components/PowerCellComponent.cs index ecff2209279..b8424df0a87 100644 --- a/Content.Shared/PowerCell/Components/PowerCellComponent.cs +++ b/Content.Shared/PowerCell/Components/PowerCellComponent.cs @@ -1,9 +1,5 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.PowerCell; diff --git a/Content.Shared/PowerCell/Components/PowerCellSlotComponent.cs b/Content.Shared/PowerCell/Components/PowerCellSlotComponent.cs index 01da510c50e..59896c83f49 100644 --- a/Content.Shared/PowerCell/Components/PowerCellSlotComponent.cs +++ b/Content.Shared/PowerCell/Components/PowerCellSlotComponent.cs @@ -1,7 +1,4 @@ using Content.Shared.Containers.ItemSlots; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.PowerCell.Components; diff --git a/Content.Shared/PowerCell/SharedPowerCellSystem.cs b/Content.Shared/PowerCell/SharedPowerCellSystem.cs index f68eeef4b9f..3a0d819dfbb 100644 --- a/Content.Shared/PowerCell/SharedPowerCellSystem.cs +++ b/Content.Shared/PowerCell/SharedPowerCellSystem.cs @@ -2,10 +2,6 @@ using Content.Shared.Examine; using Content.Shared.PowerCell.Components; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using System; namespace Content.Shared.PowerCell; diff --git a/Content.Shared/Preferences/GameSettings.cs b/Content.Shared/Preferences/GameSettings.cs index f41811bc367..456c08807c0 100644 --- a/Content.Shared/Preferences/GameSettings.cs +++ b/Content.Shared/Preferences/GameSettings.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Preferences diff --git a/Content.Shared/Preferences/HumanoidCharacterProfile.cs b/Content.Shared/Preferences/HumanoidCharacterProfile.cs index 8782b1652b8..ff0c38e26e6 100644 --- a/Content.Shared/Preferences/HumanoidCharacterProfile.cs +++ b/Content.Shared/Preferences/HumanoidCharacterProfile.cs @@ -1,18 +1,13 @@ -using System; -using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using Content.Shared.CCVar; using Content.Shared.CharacterAppearance; -using Content.Shared.Dataset; using Content.Shared.GameTicking; using Content.Shared.Random.Helpers; using Content.Shared.Roles; using Content.Shared.Species; using Robust.Shared.Configuration; using Robust.Shared.Enums; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Prototypes; using Robust.Shared.Random; using Robust.Shared.Serialization; diff --git a/Content.Shared/Preferences/MsgPreferencesAndSettings.cs b/Content.Shared/Preferences/MsgPreferencesAndSettings.cs index 72859dcc562..f607596a25f 100644 --- a/Content.Shared/Preferences/MsgPreferencesAndSettings.cs +++ b/Content.Shared/Preferences/MsgPreferencesAndSettings.cs @@ -1,6 +1,5 @@ using System.IO; using Lidgren.Network; -using Robust.Shared.IoC; using Robust.Shared.Network; using Robust.Shared.Serialization; diff --git a/Content.Shared/Preferences/MsgUpdateCharacter.cs b/Content.Shared/Preferences/MsgUpdateCharacter.cs index d98de442609..e958936d695 100644 --- a/Content.Shared/Preferences/MsgUpdateCharacter.cs +++ b/Content.Shared/Preferences/MsgUpdateCharacter.cs @@ -1,6 +1,5 @@ using System.IO; using Lidgren.Network; -using Robust.Shared.IoC; using Robust.Shared.Network; using Robust.Shared.Serialization; diff --git a/Content.Shared/Preferences/PlayerPreferences.cs b/Content.Shared/Preferences/PlayerPreferences.cs index bf6003dd824..cbda8f2c1d0 100644 --- a/Content.Shared/Preferences/PlayerPreferences.cs +++ b/Content.Shared/Preferences/PlayerPreferences.cs @@ -1,6 +1,3 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.Maths; using Robust.Shared.Serialization; using Robust.Shared.Utility; diff --git a/Content.Shared/Projectiles/ProjectileSystem.cs b/Content.Shared/Projectiles/ProjectileSystem.cs index cb81df02f9d..8b29a471cff 100644 --- a/Content.Shared/Projectiles/ProjectileSystem.cs +++ b/Content.Shared/Projectiles/ProjectileSystem.cs @@ -1,4 +1,3 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Physics.Dynamics; namespace Content.Shared.Projectiles diff --git a/Content.Shared/Projectiles/SharedProjectileComponent.cs b/Content.Shared/Projectiles/SharedProjectileComponent.cs index bb784f253c3..99f52935ffa 100644 --- a/Content.Shared/Projectiles/SharedProjectileComponent.cs +++ b/Content.Shared/Projectiles/SharedProjectileComponent.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/Prototypes/EntityPrototypeHelpers.cs b/Content.Shared/Prototypes/EntityPrototypeHelpers.cs index 2560efaa79c..63091b62905 100644 --- a/Content.Shared/Prototypes/EntityPrototypeHelpers.cs +++ b/Content.Shared/Prototypes/EntityPrototypeHelpers.cs @@ -1,7 +1,4 @@ -using System; -using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; +using JetBrains.Annotations; using Robust.Shared.Prototypes; namespace Content.Shared.Prototypes diff --git a/Content.Shared/Pulling/Components/PullableComponent.cs b/Content.Shared/Pulling/Components/PullableComponent.cs index aac141dade8..7e9e4e07388 100644 --- a/Content.Shared/Pulling/Components/PullableComponent.cs +++ b/Content.Shared/Pulling/Components/PullableComponent.cs @@ -1,9 +1,4 @@ -using System; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Map; using Robust.Shared.Physics.Dynamics.Joints; using Robust.Shared.Serialization; diff --git a/Content.Shared/Pulling/Components/SharedPullerComponent.cs b/Content.Shared/Pulling/Components/SharedPullerComponent.cs index 4e3976168bd..8757ae93a5a 100644 --- a/Content.Shared/Pulling/Components/SharedPullerComponent.cs +++ b/Content.Shared/Pulling/Components/SharedPullerComponent.cs @@ -1,9 +1,4 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Log; -using Robust.Shared.ViewVariables; - -namespace Content.Shared.Pulling.Components +namespace Content.Shared.Pulling.Components { [RegisterComponent] [Friend(typeof(SharedPullingStateManagementSystem))] diff --git a/Content.Shared/Pulling/Events/PullMessage.cs b/Content.Shared/Pulling/Events/PullMessage.cs index 77564aa0754..422f2c20c14 100644 --- a/Content.Shared/Pulling/Events/PullMessage.cs +++ b/Content.Shared/Pulling/Events/PullMessage.cs @@ -1,5 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Physics; +using Robust.Shared.Physics; namespace Content.Shared.Physics.Pull { diff --git a/Content.Shared/Pulling/Events/StartPullAttemptEvent.cs b/Content.Shared/Pulling/Events/StartPullAttemptEvent.cs index 7d670c4a723..9ef2ef3198c 100644 --- a/Content.Shared/Pulling/Events/StartPullAttemptEvent.cs +++ b/Content.Shared/Pulling/Events/StartPullAttemptEvent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Pulling.Events { /// diff --git a/Content.Shared/Pulling/PullableMoveMessage.cs b/Content.Shared/Pulling/PullableMoveMessage.cs index ae05d6cabde..46c6b1291d6 100644 --- a/Content.Shared/Pulling/PullableMoveMessage.cs +++ b/Content.Shared/Pulling/PullableMoveMessage.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Pulling +namespace Content.Shared.Pulling { public sealed class PullableMoveMessage : EntityEventArgs { diff --git a/Content.Shared/Pulling/PullableStopMovingMessage.cs b/Content.Shared/Pulling/PullableStopMovingMessage.cs index 7ad111fe184..0233e32f2b4 100644 --- a/Content.Shared/Pulling/PullableStopMovingMessage.cs +++ b/Content.Shared/Pulling/PullableStopMovingMessage.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Pulling +namespace Content.Shared.Pulling { public sealed class PullableStopMovingMessage : EntityEventArgs { diff --git a/Content.Shared/Pulling/Systems/SharedPullableSystem.cs b/Content.Shared/Pulling/Systems/SharedPullableSystem.cs index e53943431b0..29610afb5b7 100644 --- a/Content.Shared/Pulling/Systems/SharedPullableSystem.cs +++ b/Content.Shared/Pulling/Systems/SharedPullableSystem.cs @@ -1,8 +1,6 @@ using Content.Shared.ActionBlocker; using Content.Shared.Movement.EntitySystems; using Content.Shared.Pulling.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Shared.Pulling.Systems { diff --git a/Content.Shared/Pulling/Systems/SharedPullerSystem.cs b/Content.Shared/Pulling/Systems/SharedPullerSystem.cs index 10ff273900d..24d2392b0d7 100644 --- a/Content.Shared/Pulling/Systems/SharedPullerSystem.cs +++ b/Content.Shared/Pulling/Systems/SharedPullerSystem.cs @@ -4,8 +4,6 @@ using Content.Shared.Physics.Pull; using Content.Shared.Pulling.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Shared.Pulling.Systems { diff --git a/Content.Shared/Pulling/Systems/SharedPullingStateManagementSystem.cs b/Content.Shared/Pulling/Systems/SharedPullingStateManagementSystem.cs index 6c66af681f1..fd28c293d55 100644 --- a/Content.Shared/Pulling/Systems/SharedPullingStateManagementSystem.cs +++ b/Content.Shared/Pulling/Systems/SharedPullingStateManagementSystem.cs @@ -1,24 +1,9 @@ -using System; using System.Linq; -using System.Collections.Generic; -using System.Diagnostics.CodeAnalysis; -using Content.Shared.GameTicking; -using Content.Shared.Input; using Content.Shared.Physics.Pull; using Content.Shared.Pulling.Components; -using Content.Shared.Pulling.Events; using JetBrains.Annotations; -using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Input.Binding; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Physics; -using Robust.Shared.Physics.Dynamics.Joints; -using Robust.Shared.Players; -using Robust.Shared.Utility; namespace Content.Shared.Pulling { diff --git a/Content.Shared/Pulling/Systems/SharedPullingSystem.Actions.cs b/Content.Shared/Pulling/Systems/SharedPullingSystem.Actions.cs index 9406f58fcab..ded840c5986 100644 --- a/Content.Shared/Pulling/Systems/SharedPullingSystem.Actions.cs +++ b/Content.Shared/Pulling/Systems/SharedPullingSystem.Actions.cs @@ -4,11 +4,8 @@ using Content.Shared.Pulling.Components; using Content.Shared.Pulling.Events; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.IoC; using Robust.Shared.Physics; -using Robust.Shared.Log; namespace Content.Shared.Pulling { diff --git a/Content.Shared/Pulling/Systems/SharedPullingSystem.cs b/Content.Shared/Pulling/Systems/SharedPullingSystem.cs index 72cce36d5e8..9783c0133ce 100644 --- a/Content.Shared/Pulling/Systems/SharedPullingSystem.cs +++ b/Content.Shared/Pulling/Systems/SharedPullingSystem.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using Content.Shared.Alert; using Content.Shared.GameTicking; @@ -7,17 +5,11 @@ using Content.Shared.Movement.Components; using Content.Shared.Physics.Pull; using Content.Shared.Pulling.Components; -using Content.Shared.Rotatable; using Content.Shared.Verbs; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.Input.Binding; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Physics; using Robust.Shared.Players; namespace Content.Shared.Pulling diff --git a/Content.Shared/Radar/RadarConsoleBoundInterfaceState.cs b/Content.Shared/Radar/RadarConsoleBoundInterfaceState.cs index 1ce897a7523..ba6d858a9fb 100644 --- a/Content.Shared/Radar/RadarConsoleBoundInterfaceState.cs +++ b/Content.Shared/Radar/RadarConsoleBoundInterfaceState.cs @@ -1,6 +1,3 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; using Robust.Shared.Serialization; namespace Content.Shared.Radar; diff --git a/Content.Shared/Radiation/SharedRadiationStorm.cs b/Content.Shared/Radiation/SharedRadiationStorm.cs index eedd39b1607..bde87a1bfcf 100644 --- a/Content.Shared/Radiation/SharedRadiationStorm.cs +++ b/Content.Shared/Radiation/SharedRadiationStorm.cs @@ -1,8 +1,5 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Radiation { diff --git a/Content.Shared/Random/Helpers/SharedEntityExtensions.cs b/Content.Shared/Random/Helpers/SharedEntityExtensions.cs index cb83761d27a..5a37584bb46 100644 --- a/Content.Shared/Random/Helpers/SharedEntityExtensions.cs +++ b/Content.Shared/Random/Helpers/SharedEntityExtensions.cs @@ -1,8 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; -using Robust.Shared.Random; +using Robust.Shared.Random; using Robust.Shared.Utility; namespace Content.Shared.Random.Helpers diff --git a/Content.Shared/Recycling/SharedRecyclerComponent.cs b/Content.Shared/Recycling/SharedRecyclerComponent.cs index 203dc45906a..33cbc5165cb 100644 --- a/Content.Shared/Recycling/SharedRecyclerComponent.cs +++ b/Content.Shared/Recycling/SharedRecyclerComponent.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Recycling { diff --git a/Content.Shared/Research/Components/SharedResearchClientComponent.cs b/Content.Shared/Research/Components/SharedResearchClientComponent.cs index 52fc64a69d7..82ee33ad2c1 100644 --- a/Content.Shared/Research/Components/SharedResearchClientComponent.cs +++ b/Content.Shared/Research/Components/SharedResearchClientComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Research.Components { diff --git a/Content.Shared/Research/Components/SharedResearchConsoleComponent.cs b/Content.Shared/Research/Components/SharedResearchConsoleComponent.cs index 42f1d1fdad1..19e0080967c 100644 --- a/Content.Shared/Research/Components/SharedResearchConsoleComponent.cs +++ b/Content.Shared/Research/Components/SharedResearchConsoleComponent.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/Research/Components/SharedTechnologyDatabaseComponent.cs b/Content.Shared/Research/Components/SharedTechnologyDatabaseComponent.cs index 73b6edbdc85..500c80fce2a 100644 --- a/Content.Shared/Research/Components/SharedTechnologyDatabaseComponent.cs +++ b/Content.Shared/Research/Components/SharedTechnologyDatabaseComponent.cs @@ -1,13 +1,8 @@ -using System; using System.Collections; -using System.Collections.Generic; using Content.Shared.Research.Prototypes; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Research.Components { diff --git a/Content.Shared/Research/Prototypes/TechnologyPrototype.cs b/Content.Shared/Research/Prototypes/TechnologyPrototype.cs index 78f85d0e56c..dcf78c372f7 100644 --- a/Content.Shared/Research/Prototypes/TechnologyPrototype.cs +++ b/Content.Shared/Research/Prototypes/TechnologyPrototype.cs @@ -1,11 +1,7 @@ -using System; -using System.Collections.Generic; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Shared.Research.Prototypes { diff --git a/Content.Shared/Roles/AntagPrototype.cs b/Content.Shared/Roles/AntagPrototype.cs index b7d60cd5267..f64c161c863 100644 --- a/Content.Shared/Roles/AntagPrototype.cs +++ b/Content.Shared/Roles/AntagPrototype.cs @@ -1,6 +1,4 @@ using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Roles { diff --git a/Content.Shared/Roles/JobPrototype.cs b/Content.Shared/Roles/JobPrototype.cs index 44196b60593..9951756075b 100644 --- a/Content.Shared/Roles/JobPrototype.cs +++ b/Content.Shared/Roles/JobPrototype.cs @@ -1,11 +1,7 @@ -using System; -using System.Collections.Generic; using Content.Shared.Access; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; -using Robust.Shared.ViewVariables; namespace Content.Shared.Roles { diff --git a/Content.Shared/Roles/JobSpecial.cs b/Content.Shared/Roles/JobSpecial.cs index 54259e30582..0a3d2237289 100644 --- a/Content.Shared/Roles/JobSpecial.cs +++ b/Content.Shared/Roles/JobSpecial.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Shared.Roles { /// diff --git a/Content.Shared/Roles/StartingGearPrototype.cs b/Content.Shared/Roles/StartingGearPrototype.cs index ff0d2377f0a..d1cd0ce3c35 100644 --- a/Content.Shared/Roles/StartingGearPrototype.cs +++ b/Content.Shared/Roles/StartingGearPrototype.cs @@ -1,9 +1,6 @@ -using System.Collections.Generic; using Content.Shared.Preferences; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Shared.Roles { diff --git a/Content.Shared/Rotatable/RotatableComponent.cs b/Content.Shared/Rotatable/RotatableComponent.cs index 24aedea6d34..7bf09d557be 100644 --- a/Content.Shared/Rotatable/RotatableComponent.cs +++ b/Content.Shared/Rotatable/RotatableComponent.cs @@ -1,8 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; -using Robust.Shared.Maths; - namespace Content.Shared.Rotatable { [RegisterComponent] diff --git a/Content.Shared/Rotation/SharedRotationComponent.cs b/Content.Shared/Rotation/SharedRotationComponent.cs index 4091b811418..99ffd6dd841 100644 --- a/Content.Shared/Rotation/SharedRotationComponent.cs +++ b/Content.Shared/Rotation/SharedRotationComponent.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Rotation { diff --git a/Content.Shared/Rounding/ContentHelpers.cs b/Content.Shared/Rounding/ContentHelpers.cs index f3f89184aad..65fcb7e367c 100644 --- a/Content.Shared/Rounding/ContentHelpers.cs +++ b/Content.Shared/Rounding/ContentHelpers.cs @@ -1,6 +1,4 @@ -using System; - -namespace Content.Shared.Rounding +namespace Content.Shared.Rounding { public static class ContentHelpers { diff --git a/Content.Shared/SMES/SharedSmesComponent.cs b/Content.Shared/SMES/SharedSmesComponent.cs index c6bfd9a543b..720e346a79e 100644 --- a/Content.Shared/SMES/SharedSmesComponent.cs +++ b/Content.Shared/SMES/SharedSmesComponent.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.SMES { diff --git a/Content.Shared/Security/DeployableBarrierVisuals.cs b/Content.Shared/Security/DeployableBarrierVisuals.cs index a25a925d35b..147ae23bac0 100644 --- a/Content.Shared/Security/DeployableBarrierVisuals.cs +++ b/Content.Shared/Security/DeployableBarrierVisuals.cs @@ -1,9 +1,4 @@ using Robust.Shared.Serialization; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace Content.Shared.Security { diff --git a/Content.Shared/Shuttles/Components/PilotComponent.cs b/Content.Shared/Shuttles/Components/PilotComponent.cs index 66640ad7053..2381274a7f9 100644 --- a/Content.Shared/Shuttles/Components/PilotComponent.cs +++ b/Content.Shared/Shuttles/Components/PilotComponent.cs @@ -1,12 +1,7 @@ -using System; using Content.Shared.ActionBlocker; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Map; using Robust.Shared.Serialization; -using Robust.Shared.ViewVariables; namespace Content.Shared.Shuttles.Components { diff --git a/Content.Shared/Shuttles/Components/SharedDockingComponent.cs b/Content.Shared/Shuttles/Components/SharedDockingComponent.cs index 8cec8518eb1..5c829e969c0 100644 --- a/Content.Shared/Shuttles/Components/SharedDockingComponent.cs +++ b/Content.Shared/Shuttles/Components/SharedDockingComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; - namespace Content.Shared.Shuttles.Components { public abstract class SharedDockingComponent : Component diff --git a/Content.Shared/Shuttles/Components/SharedShuttleComponent.cs b/Content.Shared/Shuttles/Components/SharedShuttleComponent.cs index ec91a1f3379..cce6eb07698 100644 --- a/Content.Shared/Shuttles/Components/SharedShuttleComponent.cs +++ b/Content.Shared/Shuttles/Components/SharedShuttleComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; - namespace Content.Shared.Shuttles.Components { public abstract class SharedShuttleComponent : Component diff --git a/Content.Shared/Shuttles/Components/SharedShuttleConsoleComponent.cs b/Content.Shared/Shuttles/Components/SharedShuttleConsoleComponent.cs index e651eb18d47..f1aee2e2ed1 100644 --- a/Content.Shared/Shuttles/Components/SharedShuttleConsoleComponent.cs +++ b/Content.Shared/Shuttles/Components/SharedShuttleConsoleComponent.cs @@ -1,4 +1,3 @@ -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; namespace Content.Shared.Shuttles.Components diff --git a/Content.Shared/Shuttles/Components/SharedThrusterComponent.cs b/Content.Shared/Shuttles/Components/SharedThrusterComponent.cs index 7b258be9866..e159a560f0c 100644 --- a/Content.Shared/Shuttles/Components/SharedThrusterComponent.cs +++ b/Content.Shared/Shuttles/Components/SharedThrusterComponent.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Shuttles.Components diff --git a/Content.Shared/Singularity/Components/SharedContainmentFieldComponent.cs b/Content.Shared/Singularity/Components/SharedContainmentFieldComponent.cs index b019070f18d..e8d56d087a8 100644 --- a/Content.Shared/Singularity/Components/SharedContainmentFieldComponent.cs +++ b/Content.Shared/Singularity/Components/SharedContainmentFieldComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Singularity.Components { public abstract class SharedContainmentFieldComponent : Component diff --git a/Content.Shared/Singularity/Components/SharedContainmentFieldGeneratorComponent.cs b/Content.Shared/Singularity/Components/SharedContainmentFieldGeneratorComponent.cs index 812a7215ffb..1764e1f78e3 100644 --- a/Content.Shared/Singularity/Components/SharedContainmentFieldGeneratorComponent.cs +++ b/Content.Shared/Singularity/Components/SharedContainmentFieldGeneratorComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Singularity.Components { public abstract class SharedContainmentFieldGeneratorComponent : Component diff --git a/Content.Shared/Singularity/Components/SharedEmitterComponent.cs b/Content.Shared/Singularity/Components/SharedEmitterComponent.cs index 6c5a82e1963..2fca9d4d0ac 100644 --- a/Content.Shared/Singularity/Components/SharedEmitterComponent.cs +++ b/Content.Shared/Singularity/Components/SharedEmitterComponent.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Singularity.Components { diff --git a/Content.Shared/Singularity/Components/SharedParticleAcceleratorComponent.cs b/Content.Shared/Singularity/Components/SharedParticleAcceleratorComponent.cs index c18649a0b70..ce747aafc9e 100644 --- a/Content.Shared/Singularity/Components/SharedParticleAcceleratorComponent.cs +++ b/Content.Shared/Singularity/Components/SharedParticleAcceleratorComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Singularity.Components { diff --git a/Content.Shared/Singularity/Components/SharedRadiationCollectorComponent.cs b/Content.Shared/Singularity/Components/SharedRadiationCollectorComponent.cs index 32890c42c58..0553cc4054b 100644 --- a/Content.Shared/Singularity/Components/SharedRadiationCollectorComponent.cs +++ b/Content.Shared/Singularity/Components/SharedRadiationCollectorComponent.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Singularity.Components { diff --git a/Content.Shared/Singularity/Components/SharedSingularityComponent.cs b/Content.Shared/Singularity/Components/SharedSingularityComponent.cs index 11fcd3d9478..93e8f96774a 100644 --- a/Content.Shared/Singularity/Components/SharedSingularityComponent.cs +++ b/Content.Shared/Singularity/Components/SharedSingularityComponent.cs @@ -1,9 +1,5 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Singularity.Components { diff --git a/Content.Shared/Singularity/SharedSingularitySystem.cs b/Content.Shared/Singularity/SharedSingularitySystem.cs index a318555ee5b..8b1fda2d58a 100644 --- a/Content.Shared/Singularity/SharedSingularitySystem.cs +++ b/Content.Shared/Singularity/SharedSingularitySystem.cs @@ -1,10 +1,6 @@ -using System; using Content.Shared.Ghost; using Content.Shared.Radiation; using Content.Shared.Singularity.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Physics; using Robust.Shared.Physics.Collision.Shapes; using Robust.Shared.Physics.Dynamics; diff --git a/Content.Shared/Singularity/SingularityVisuals.cs b/Content.Shared/Singularity/SingularityVisuals.cs index b54e9d385ad..f21bf113b65 100644 --- a/Content.Shared/Singularity/SingularityVisuals.cs +++ b/Content.Shared/Singularity/SingularityVisuals.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Singularity { diff --git a/Content.Shared/Slippery/NoSlipComponent.cs b/Content.Shared/Slippery/NoSlipComponent.cs index a4bfb7152a1..1003c1deaba 100644 --- a/Content.Shared/Slippery/NoSlipComponent.cs +++ b/Content.Shared/Slippery/NoSlipComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Slippery { [RegisterComponent] diff --git a/Content.Shared/Slippery/SharedSlipperySystem.cs b/Content.Shared/Slippery/SharedSlipperySystem.cs index a311e4d90f2..979eb8961c6 100644 --- a/Content.Shared/Slippery/SharedSlipperySystem.cs +++ b/Content.Shared/Slippery/SharedSlipperySystem.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Shared.Administration.Logs; using Content.Shared.Database; @@ -8,8 +6,6 @@ using Content.Shared.Stunnable; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Physics; using Robust.Shared.Physics.Dynamics; diff --git a/Content.Shared/Slippery/SlipperyComponent.cs b/Content.Shared/Slippery/SlipperyComponent.cs index 4cc3fe36674..e366342054e 100644 --- a/Content.Shared/Slippery/SlipperyComponent.cs +++ b/Content.Shared/Slippery/SlipperyComponent.cs @@ -1,14 +1,7 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Shared.Sound; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Maths; -using Robust.Shared.Players; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Slippery { diff --git a/Content.Shared/Smoking/SmokableState.cs b/Content.Shared/Smoking/SmokableState.cs index ca49cf39753..3206acb15be 100644 --- a/Content.Shared/Smoking/SmokableState.cs +++ b/Content.Shared/Smoking/SmokableState.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Smoking { diff --git a/Content.Shared/Smoking/SmokeVisuals.cs b/Content.Shared/Smoking/SmokeVisuals.cs index 70dddff63a8..56179423571 100644 --- a/Content.Shared/Smoking/SmokeVisuals.cs +++ b/Content.Shared/Smoking/SmokeVisuals.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Smoking { diff --git a/Content.Shared/Smoking/SmokingVisuals.cs b/Content.Shared/Smoking/SmokingVisuals.cs index c5718528828..0d12292c831 100644 --- a/Content.Shared/Smoking/SmokingVisuals.cs +++ b/Content.Shared/Smoking/SmokingVisuals.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Smoking { diff --git a/Content.Shared/Solar/SharedSolarControlConsoleComponent.cs b/Content.Shared/Solar/SharedSolarControlConsoleComponent.cs index 6a174051b39..0e9f32a3039 100644 --- a/Content.Shared/Solar/SharedSolarControlConsoleComponent.cs +++ b/Content.Shared/Solar/SharedSolarControlConsoleComponent.cs @@ -1,6 +1,3 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; using Robust.Shared.Serialization; namespace Content.Shared.Solar diff --git a/Content.Shared/Sound/SoundSpecifier.cs b/Content.Shared/Sound/SoundSpecifier.cs index 730a316e448..3996c5e9602 100644 --- a/Content.Shared/Sound/SoundSpecifier.cs +++ b/Content.Shared/Sound/SoundSpecifier.cs @@ -1,7 +1,6 @@ using Content.Shared.Audio; using JetBrains.Annotations; using Robust.Shared.Audio; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Utility; diff --git a/Content.Shared/Sound/SoundSpecifierTypeSerializer.cs b/Content.Shared/Sound/SoundSpecifierTypeSerializer.cs index d6af1f1d4fc..4667022ed7a 100644 --- a/Content.Shared/Sound/SoundSpecifierTypeSerializer.cs +++ b/Content.Shared/Sound/SoundSpecifierTypeSerializer.cs @@ -1,7 +1,4 @@ -using System; -using Robust.Shared.IoC; using Robust.Shared.Serialization.Manager; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.Markdown.Mapping; using Robust.Shared.Serialization.Markdown.Validation; using Robust.Shared.Serialization.Markdown.Value; diff --git a/Content.Shared/Spawning/EntitySystemExtensions.cs b/Content.Shared/Spawning/EntitySystemExtensions.cs index 497852f3a27..8fb3d08535b 100644 --- a/Content.Shared/Spawning/EntitySystemExtensions.cs +++ b/Content.Shared/Spawning/EntitySystemExtensions.cs @@ -1,10 +1,6 @@ using System.Diagnostics.CodeAnalysis; using Content.Shared.Physics; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Physics; -using Robust.Shared.Physics.Broadphase; namespace Content.Shared.Spawning { diff --git a/Content.Shared/Species/SpeciesPrototype.cs b/Content.Shared/Species/SpeciesPrototype.cs index 03277bdb76e..056d2929c04 100644 --- a/Content.Shared/Species/SpeciesPrototype.cs +++ b/Content.Shared/Species/SpeciesPrototype.cs @@ -1,7 +1,5 @@ using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Shared.Species; diff --git a/Content.Shared/Speech/EntitySystems/SharedStutteringSystem.cs b/Content.Shared/Speech/EntitySystems/SharedStutteringSystem.cs index 5d00175e98b..f6aaa3c983b 100644 --- a/Content.Shared/Speech/EntitySystems/SharedStutteringSystem.cs +++ b/Content.Shared/Speech/EntitySystems/SharedStutteringSystem.cs @@ -1,6 +1,4 @@ -using System; using Content.Shared.StatusEffect; -using Robust.Shared.GameObjects; namespace Content.Shared.Speech.EntitySystems { diff --git a/Content.Shared/Speech/SharedSpeechComponent.cs b/Content.Shared/Speech/SharedSpeechComponent.cs index 4440ba0f3e9..d9378eb280e 100644 --- a/Content.Shared/Speech/SharedSpeechComponent.cs +++ b/Content.Shared/Speech/SharedSpeechComponent.cs @@ -1,12 +1,5 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Audio; -using Content.Shared.Sound; -using Content.Shared.Speech; -using Robust.Shared.Prototypes; -using Robust.Shared.Timing; -using System; namespace Content.Shared.Speech { diff --git a/Content.Shared/Speech/SpeakAttemptEvent.cs b/Content.Shared/Speech/SpeakAttemptEvent.cs index 078abcc3723..c76ef4df256 100644 --- a/Content.Shared/Speech/SpeakAttemptEvent.cs +++ b/Content.Shared/Speech/SpeakAttemptEvent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Speech +namespace Content.Shared.Speech { public sealed class SpeakAttemptEvent : CancellableEntityEventArgs { diff --git a/Content.Shared/Speech/SpeechSoundsPrototype.cs b/Content.Shared/Speech/SpeechSoundsPrototype.cs index 5e1976d135c..396974fe69c 100644 --- a/Content.Shared/Speech/SpeechSoundsPrototype.cs +++ b/Content.Shared/Speech/SpeechSoundsPrototype.cs @@ -1,9 +1,4 @@ -using System.Collections.Generic; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; -using Robust.Shared.Audio; using Content.Shared.Sound; namespace Content.Shared.Speech diff --git a/Content.Shared/Speech/SpeechSystem.cs b/Content.Shared/Speech/SpeechSystem.cs index 9d22073597e..8b7db746992 100644 --- a/Content.Shared/Speech/SpeechSystem.cs +++ b/Content.Shared/Speech/SpeechSystem.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Speech +namespace Content.Shared.Speech { public sealed class SpeechSystem : EntitySystem { diff --git a/Content.Shared/Stacks/SharedStackComponent.cs b/Content.Shared/Stacks/SharedStackComponent.cs index 1695ff76bec..b8d7f3d717f 100644 --- a/Content.Shared/Stacks/SharedStackComponent.cs +++ b/Content.Shared/Stacks/SharedStackComponent.cs @@ -1,12 +1,6 @@ -using System; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Players; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Shared.Stacks { diff --git a/Content.Shared/Stacks/StackPrototype.cs b/Content.Shared/Stacks/StackPrototype.cs index 77b011242ec..4d4423af110 100644 --- a/Content.Shared/Stacks/StackPrototype.cs +++ b/Content.Shared/Stacks/StackPrototype.cs @@ -1,8 +1,6 @@ using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Shared.Stacks { diff --git a/Content.Shared/Stacks/StackVisuals.cs b/Content.Shared/Stacks/StackVisuals.cs index b4099abf962..2f29b303fb2 100644 --- a/Content.Shared/Stacks/StackVisuals.cs +++ b/Content.Shared/Stacks/StackVisuals.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Stacks diff --git a/Content.Shared/Standing/StandingStateComponent.cs b/Content.Shared/Standing/StandingStateComponent.cs index d86ecddcf88..d36313ea38a 100644 --- a/Content.Shared/Standing/StandingStateComponent.cs +++ b/Content.Shared/Standing/StandingStateComponent.cs @@ -1,4 +1,3 @@ -using System; using Content.Shared.Sound; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/StationEvents/MsgStationEvents.cs b/Content.Shared/StationEvents/MsgStationEvents.cs index f6739f071e6..f6e17a4ffc8 100644 --- a/Content.Shared/StationEvents/MsgStationEvents.cs +++ b/Content.Shared/StationEvents/MsgStationEvents.cs @@ -1,13 +1,11 @@ -using System; -using System.IO; +using System.IO; using Lidgren.Network; -using Robust.Shared.IoC; using Robust.Shared.Network; using Robust.Shared.Serialization; namespace Content.Shared.StationEvents { - public sealed class MsgStationEvents : NetMessage + public sealed class MsgStationEvents : NetMessage { public override MsgGroups MsgGroup => MsgGroups.Command; diff --git a/Content.Shared/StatusEffect/StatusEffectPrototype.cs b/Content.Shared/StatusEffect/StatusEffectPrototype.cs index b47af4d7139..f3f2b8abf36 100644 --- a/Content.Shared/StatusEffect/StatusEffectPrototype.cs +++ b/Content.Shared/StatusEffect/StatusEffectPrototype.cs @@ -1,6 +1,5 @@ using Content.Shared.Alert; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.StatusEffect { diff --git a/Content.Shared/StatusEffect/StatusEffectsComponent.cs b/Content.Shared/StatusEffect/StatusEffectsComponent.cs index c95e57f85de..02f1aa9c09e 100644 --- a/Content.Shared/StatusEffect/StatusEffectsComponent.cs +++ b/Content.Shared/StatusEffect/StatusEffectsComponent.cs @@ -1,11 +1,5 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.GameStates; +using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.StatusEffect { diff --git a/Content.Shared/StatusEffect/StatusEffectsSystem.cs b/Content.Shared/StatusEffect/StatusEffectsSystem.cs index 40019a89264..e445dbb5c7e 100644 --- a/Content.Shared/StatusEffect/StatusEffectsSystem.cs +++ b/Content.Shared/StatusEffect/StatusEffectsSystem.cs @@ -1,9 +1,6 @@ -using System; using System.Diagnostics.CodeAnalysis; using Content.Shared.Alert; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; using Robust.Shared.Timing; using Robust.Shared.Utility; diff --git a/Content.Shared/Storage/Components/ItemCounterComponent.cs b/Content.Shared/Storage/Components/ItemCounterComponent.cs index a56bfea0632..2123bea9d3d 100644 --- a/Content.Shared/Storage/Components/ItemCounterComponent.cs +++ b/Content.Shared/Storage/Components/ItemCounterComponent.cs @@ -1,8 +1,5 @@ using Content.Shared.Storage.EntitySystems; using Content.Shared.Whitelist; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Storage.Components { diff --git a/Content.Shared/Storage/Components/ItemMapperComponent.cs b/Content.Shared/Storage/Components/ItemMapperComponent.cs index c3a21ffc2a9..c293802f58c 100644 --- a/Content.Shared/Storage/Components/ItemMapperComponent.cs +++ b/Content.Shared/Storage/Components/ItemMapperComponent.cs @@ -1,9 +1,5 @@ -using System.Collections.Generic; -using Content.Shared.Storage.EntitySystems; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; +using Content.Shared.Storage.EntitySystems; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Storage.Components { diff --git a/Content.Shared/Storage/Components/SharedBagOpenVisuals.cs b/Content.Shared/Storage/Components/SharedBagOpenVisuals.cs index 7712a8ceb6d..fa8c952136b 100644 --- a/Content.Shared/Storage/Components/SharedBagOpenVisuals.cs +++ b/Content.Shared/Storage/Components/SharedBagOpenVisuals.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Storage.Components diff --git a/Content.Shared/Storage/Components/SharedMapLayerData.cs b/Content.Shared/Storage/Components/SharedMapLayerData.cs index 604b106cb35..112a7874019 100644 --- a/Content.Shared/Storage/Components/SharedMapLayerData.cs +++ b/Content.Shared/Storage/Components/SharedMapLayerData.cs @@ -1,8 +1,5 @@ -using System; -using System.Collections.Generic; using Content.Shared.Whitelist; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Storage.Components { diff --git a/Content.Shared/Storage/EntitySystems/SharedItemCounterSystem.cs b/Content.Shared/Storage/EntitySystems/SharedItemCounterSystem.cs index b1715fdfdc6..4082528da91 100644 --- a/Content.Shared/Storage/EntitySystems/SharedItemCounterSystem.cs +++ b/Content.Shared/Storage/EntitySystems/SharedItemCounterSystem.cs @@ -2,8 +2,6 @@ using Content.Shared.Storage.Components; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Shared.Storage.EntitySystems { diff --git a/Content.Shared/Storage/EntitySystems/SharedItemMapperSystem.cs b/Content.Shared/Storage/EntitySystems/SharedItemMapperSystem.cs index 5aabe3afb78..6e9d4f9c195 100644 --- a/Content.Shared/Storage/EntitySystems/SharedItemMapperSystem.cs +++ b/Content.Shared/Storage/EntitySystems/SharedItemMapperSystem.cs @@ -1,9 +1,6 @@ -using System.Collections.Generic; -using Content.Shared.Storage.Components; +using Content.Shared.Storage.Components; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Shared.Storage.EntitySystems { diff --git a/Content.Shared/Storage/SharedStorageComponent.cs b/Content.Shared/Storage/SharedStorageComponent.cs index 8bd1229c89b..3b101a43662 100644 --- a/Content.Shared/Storage/SharedStorageComponent.cs +++ b/Content.Shared/Storage/SharedStorageComponent.cs @@ -1,7 +1,3 @@ -using System.Linq; -using Content.Shared.ActionBlocker; -using Content.Shared.DragDrop; -using Content.Shared.Placeable; using Robust.Shared.GameStates; using Robust.Shared.Map; using Robust.Shared.Serialization; diff --git a/Content.Shared/Strip/Components/SharedStrippingComponent.cs b/Content.Shared/Strip/Components/SharedStrippingComponent.cs index 33ea82fb646..9131b18edc0 100644 --- a/Content.Shared/Strip/Components/SharedStrippingComponent.cs +++ b/Content.Shared/Strip/Components/SharedStrippingComponent.cs @@ -1,6 +1,4 @@ using Content.Shared.DragDrop; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Shared.Strip.Components { diff --git a/Content.Shared/Stunnable/KnockedDownComponent.cs b/Content.Shared/Stunnable/KnockedDownComponent.cs index a3f05262037..81899e122dd 100644 --- a/Content.Shared/Stunnable/KnockedDownComponent.cs +++ b/Content.Shared/Stunnable/KnockedDownComponent.cs @@ -1,11 +1,6 @@ -using System; -using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; +using Content.Shared.Sound; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Stunnable { diff --git a/Content.Shared/Stunnable/SharedStunSystem.cs b/Content.Shared/Stunnable/SharedStunSystem.cs index d9a8cd18230..9143dab672e 100644 --- a/Content.Shared/Stunnable/SharedStunSystem.cs +++ b/Content.Shared/Stunnable/SharedStunSystem.cs @@ -1,4 +1,3 @@ -using System; using Content.Shared.ActionBlocker; using Content.Shared.Audio; using Content.Shared.DragDrop; @@ -7,19 +6,14 @@ using Content.Shared.Inventory.Events; using Content.Shared.Item; using Content.Shared.Movement; -using Content.Shared.Movement.Components; using Content.Shared.Movement.EntitySystems; -using Content.Shared.Speech; using Content.Shared.Standing; using Content.Shared.StatusEffect; using Content.Shared.Throwing; using JetBrains.Annotations; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Player; -using Robust.Shared.Timing; namespace Content.Shared.Stunnable { diff --git a/Content.Shared/Stunnable/SlowedDownComponent.cs b/Content.Shared/Stunnable/SlowedDownComponent.cs index 68fd3d176bc..4106814577b 100644 --- a/Content.Shared/Stunnable/SlowedDownComponent.cs +++ b/Content.Shared/Stunnable/SlowedDownComponent.cs @@ -1,8 +1,4 @@ -using System; -using Content.Shared.Movement.Components; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.GameStates; +using Robust.Shared.GameStates; using Robust.Shared.Serialization; namespace Content.Shared.Stunnable diff --git a/Content.Shared/Stunnable/StunnedComponent.cs b/Content.Shared/Stunnable/StunnedComponent.cs index 0b50050b72c..a03e4df1dae 100644 --- a/Content.Shared/Stunnable/StunnedComponent.cs +++ b/Content.Shared/Stunnable/StunnedComponent.cs @@ -1,12 +1,4 @@ -using System; -using Content.Shared.Movement.Components; -using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Stunnable { diff --git a/Content.Shared/SubFloor/SubFloorHideComponent.cs b/Content.Shared/SubFloor/SubFloorHideComponent.cs index c72e2518d06..5da08fd52fa 100644 --- a/Content.Shared/SubFloor/SubFloorHideComponent.cs +++ b/Content.Shared/SubFloor/SubFloorHideComponent.cs @@ -1,5 +1,4 @@ using Robust.Shared.GameStates; -using Robust.Shared.Serialization; namespace Content.Shared.SubFloor { diff --git a/Content.Shared/Suspicion/SharedSuspicionRoleComponent.cs b/Content.Shared/Suspicion/SharedSuspicionRoleComponent.cs index e3018c19e64..09d8a6cd593 100644 --- a/Content.Shared/Suspicion/SharedSuspicionRoleComponent.cs +++ b/Content.Shared/Suspicion/SharedSuspicionRoleComponent.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/Suspicion/SuspicionMessages.cs b/Content.Shared/Suspicion/SuspicionMessages.cs index 41be6f05458..7254e2d1776 100644 --- a/Content.Shared/Suspicion/SuspicionMessages.cs +++ b/Content.Shared/Suspicion/SuspicionMessages.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Suspicion { diff --git a/Content.Shared/Tabletop/Events/TabletopMoveEvent.cs b/Content.Shared/Tabletop/Events/TabletopMoveEvent.cs index 10a0d01e27f..f6ac2e53a04 100644 --- a/Content.Shared/Tabletop/Events/TabletopMoveEvent.cs +++ b/Content.Shared/Tabletop/Events/TabletopMoveEvent.cs @@ -1,6 +1,4 @@ -using System; -using Content.Shared.Tabletop.Components; -using Robust.Shared.GameObjects; +using Content.Shared.Tabletop.Components; using Robust.Shared.Map; using Robust.Shared.Serialization; diff --git a/Content.Shared/Tabletop/Events/TabletopPlayEvent.cs b/Content.Shared/Tabletop/Events/TabletopPlayEvent.cs index 513750b9c60..dfd3079e2f2 100644 --- a/Content.Shared/Tabletop/Events/TabletopPlayEvent.cs +++ b/Content.Shared/Tabletop/Events/TabletopPlayEvent.cs @@ -1,7 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Tabletop.Events { diff --git a/Content.Shared/Tabletop/Events/TabletopStopPlayingEvent.cs b/Content.Shared/Tabletop/Events/TabletopStopPlayingEvent.cs index 565ee1380ab..f52bede662b 100644 --- a/Content.Shared/Tabletop/Events/TabletopStopPlayingEvent.cs +++ b/Content.Shared/Tabletop/Events/TabletopStopPlayingEvent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Tabletop.Events { diff --git a/Content.Shared/Tabletop/SharedTabletopSystem.cs b/Content.Shared/Tabletop/SharedTabletopSystem.cs index 92476333f75..b3a713902bc 100644 --- a/Content.Shared/Tabletop/SharedTabletopSystem.cs +++ b/Content.Shared/Tabletop/SharedTabletopSystem.cs @@ -1,7 +1,6 @@ using Content.Shared.ActionBlocker; using Content.Shared.Hands.Components; using Content.Shared.Interaction; -using Content.Shared.Stunnable; using Content.Shared.Tabletop.Components; using Robust.Shared.Network; using Robust.Shared.Serialization; diff --git a/Content.Shared/Tabletop/TabletopItemVisuals.cs b/Content.Shared/Tabletop/TabletopItemVisuals.cs index f6fff460579..94887feac7c 100644 --- a/Content.Shared/Tabletop/TabletopItemVisuals.cs +++ b/Content.Shared/Tabletop/TabletopItemVisuals.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Tabletop { diff --git a/Content.Shared/Tag/TagComponentState.cs b/Content.Shared/Tag/TagComponentState.cs index 1ecce9fee2c..9919aba108d 100644 --- a/Content.Shared/Tag/TagComponentState.cs +++ b/Content.Shared/Tag/TagComponentState.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Tag diff --git a/Content.Shared/Tag/TagPrototype.cs b/Content.Shared/Tag/TagPrototype.cs index b653ec95c34..d1195e39cce 100644 --- a/Content.Shared/Tag/TagPrototype.cs +++ b/Content.Shared/Tag/TagPrototype.cs @@ -1,6 +1,4 @@ using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Tag { diff --git a/Content.Shared/Targeting/TargetingZone.cs b/Content.Shared/Targeting/TargetingZone.cs index 2fb936bf41d..733563d7e49 100644 --- a/Content.Shared/Targeting/TargetingZone.cs +++ b/Content.Shared/Targeting/TargetingZone.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Targeting diff --git a/Content.Shared/Temperature/IsHotEvent.cs b/Content.Shared/Temperature/IsHotEvent.cs index e68a6f22680..a473262649a 100644 --- a/Content.Shared/Temperature/IsHotEvent.cs +++ b/Content.Shared/Temperature/IsHotEvent.cs @@ -1,7 +1,4 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; - -namespace Content.Shared.Temperature +namespace Content.Shared.Temperature { /// /// Directed event raised on entities to query whether they're "hot" or not. diff --git a/Content.Shared/Throwing/IThrown.cs b/Content.Shared/Throwing/IThrown.cs index c25f7da07f4..7946ac19031 100644 --- a/Content.Shared/Throwing/IThrown.cs +++ b/Content.Shared/Throwing/IThrown.cs @@ -1,5 +1,4 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Shared.Throwing { diff --git a/Content.Shared/Throwing/LandEvent.cs b/Content.Shared/Throwing/LandEvent.cs index 198aeeb5a4d..5384cfff99a 100644 --- a/Content.Shared/Throwing/LandEvent.cs +++ b/Content.Shared/Throwing/LandEvent.cs @@ -1,6 +1,4 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Map; namespace Content.Shared.Throwing { diff --git a/Content.Shared/Throwing/ThrowAttemptEvent.cs b/Content.Shared/Throwing/ThrowAttemptEvent.cs index 044ada0ebe5..23ef048b0a4 100644 --- a/Content.Shared/Throwing/ThrowAttemptEvent.cs +++ b/Content.Shared/Throwing/ThrowAttemptEvent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Throwing +namespace Content.Shared.Throwing { public sealed class ThrowAttemptEvent : CancellableEntityEventArgs { diff --git a/Content.Shared/Throwing/ThrowEvents.cs b/Content.Shared/Throwing/ThrowEvents.cs index 34a3145e95f..da3948cd03a 100644 --- a/Content.Shared/Throwing/ThrowEvents.cs +++ b/Content.Shared/Throwing/ThrowEvents.cs @@ -1,8 +1,3 @@ -using System; -using JetBrains.Annotations; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; - namespace Content.Shared.Throwing { /// diff --git a/Content.Shared/Throwing/ThrownItemComponent.cs b/Content.Shared/Throwing/ThrownItemComponent.cs index 6895e224041..d95eda3feb6 100644 --- a/Content.Shared/Throwing/ThrownItemComponent.cs +++ b/Content.Shared/Throwing/ThrownItemComponent.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/Throwing/ThrownItemSystem.cs b/Content.Shared/Throwing/ThrownItemSystem.cs index 316b64f8a5a..4a1ba3941e7 100644 --- a/Content.Shared/Throwing/ThrownItemSystem.cs +++ b/Content.Shared/Throwing/ThrownItemSystem.cs @@ -4,10 +4,7 @@ using Content.Shared.Physics; using Content.Shared.Physics.Pull; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Physics; using Robust.Shared.Physics.Dynamics; using System.Linq; diff --git a/Content.Shared/Toilet/SharedWaterclosetVisuals.cs b/Content.Shared/Toilet/SharedWaterclosetVisuals.cs index 6c66ef8305a..7471247004e 100644 --- a/Content.Shared/Toilet/SharedWaterclosetVisuals.cs +++ b/Content.Shared/Toilet/SharedWaterclosetVisuals.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Toilet diff --git a/Content.Shared/Tools/Components/SharedMultipleToolComponent.cs b/Content.Shared/Tools/Components/SharedMultipleToolComponent.cs index 597d6f1e3c9..087d1b2ce3e 100644 --- a/Content.Shared/Tools/Components/SharedMultipleToolComponent.cs +++ b/Content.Shared/Tools/Components/SharedMultipleToolComponent.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/Tools/Components/SharedWelderComponent.cs b/Content.Shared/Tools/Components/SharedWelderComponent.cs index fd8a3592f24..29ff5fe99b5 100644 --- a/Content.Shared/Tools/Components/SharedWelderComponent.cs +++ b/Content.Shared/Tools/Components/SharedWelderComponent.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/Tools/ToolQualityPrototype.cs b/Content.Shared/Tools/ToolQualityPrototype.cs index b8a52b9470a..90263da1dd5 100644 --- a/Content.Shared/Tools/ToolQualityPrototype.cs +++ b/Content.Shared/Tools/ToolQualityPrototype.cs @@ -1,6 +1,4 @@ -using Content.Shared.Sound; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Utility; diff --git a/Content.Shared/Traitor/Uplink/UplinkAccount.cs b/Content.Shared/Traitor/Uplink/UplinkAccount.cs index ec2684c6b96..f27399a2ae3 100644 --- a/Content.Shared/Traitor/Uplink/UplinkAccount.cs +++ b/Content.Shared/Traitor/Uplink/UplinkAccount.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Traitor.Uplink { public sealed class UplinkAccount diff --git a/Content.Shared/Traitor/Uplink/UplinkAccountData.cs b/Content.Shared/Traitor/Uplink/UplinkAccountData.cs index dcbc5485728..2b3cb4e1497 100644 --- a/Content.Shared/Traitor/Uplink/UplinkAccountData.cs +++ b/Content.Shared/Traitor/Uplink/UplinkAccountData.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; -using System; namespace Content.Shared.Traitor.Uplink { diff --git a/Content.Shared/Traitor/Uplink/UplinkListingData.cs b/Content.Shared/Traitor/Uplink/UplinkListingData.cs index 3ac74eeff5f..848054f0be5 100644 --- a/Content.Shared/Traitor/Uplink/UplinkListingData.cs +++ b/Content.Shared/Traitor/Uplink/UplinkListingData.cs @@ -1,8 +1,6 @@ using Content.Shared.PDA; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; using Robust.Shared.Utility; -using System; namespace Content.Shared.Traitor.Uplink { diff --git a/Content.Shared/Traitor/Uplink/UplinkMessagesUI.cs b/Content.Shared/Traitor/Uplink/UplinkMessagesUI.cs index aa516e6a540..d7834762855 100644 --- a/Content.Shared/Traitor/Uplink/UplinkMessagesUI.cs +++ b/Content.Shared/Traitor/Uplink/UplinkMessagesUI.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; -using System; namespace Content.Shared.Traitor.Uplink { diff --git a/Content.Shared/Traitor/Uplink/UplinkNetworkEvents.cs b/Content.Shared/Traitor/Uplink/UplinkNetworkEvents.cs index 88b7f2fedaa..b524f84df35 100644 --- a/Content.Shared/Traitor/Uplink/UplinkNetworkEvents.cs +++ b/Content.Shared/Traitor/Uplink/UplinkNetworkEvents.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; -using System; namespace Content.Shared.Traitor.Uplink { diff --git a/Content.Shared/Traitor/Uplink/UplinkUpdateState.cs b/Content.Shared/Traitor/Uplink/UplinkUpdateState.cs index a89a0a5bb59..6d13316ffe8 100644 --- a/Content.Shared/Traitor/Uplink/UplinkUpdateState.cs +++ b/Content.Shared/Traitor/Uplink/UplinkUpdateState.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; -using System; namespace Content.Shared.Traitor.Uplink { diff --git a/Content.Shared/Traitor/Uplink/UplinkVisuals.cs b/Content.Shared/Traitor/Uplink/UplinkVisuals.cs index 4d5204cd524..e1711006085 100644 --- a/Content.Shared/Traitor/Uplink/UplinkVisuals.cs +++ b/Content.Shared/Traitor/Uplink/UplinkVisuals.cs @@ -1,5 +1,4 @@ using Robust.Shared.Serialization; -using System; namespace Content.Shared.Traitor.Uplink { diff --git a/Content.Shared/Transform/TransformExtensions.cs b/Content.Shared/Transform/TransformExtensions.cs index a8a389234a0..89218c2eab7 100644 --- a/Content.Shared/Transform/TransformExtensions.cs +++ b/Content.Shared/Transform/TransformExtensions.cs @@ -1,7 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; - -namespace Content.Shared.Transform +namespace Content.Shared.Transform { public static class TransformExtensions { diff --git a/Content.Shared/Vapor/SharedVaporComponent.cs b/Content.Shared/Vapor/SharedVaporComponent.cs index 8ea575ed7f4..4fe3335a6e0 100644 --- a/Content.Shared/Vapor/SharedVaporComponent.cs +++ b/Content.Shared/Vapor/SharedVaporComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Vapor { diff --git a/Content.Shared/Vehicle/Components/VehicleComponent.cs b/Content.Shared/Vehicle/Components/VehicleComponent.cs index bcb7204f8aa..30464e5ddbf 100644 --- a/Content.Shared/Vehicle/Components/VehicleComponent.cs +++ b/Content.Shared/Vehicle/Components/VehicleComponent.cs @@ -3,7 +3,6 @@ using Content.Shared.Containers.ItemSlots; using Robust.Shared.Audio; using Robust.Shared.Utility; -using Content.Shared.Whitelist; namespace Content.Shared.Vehicle.Components { diff --git a/Content.Shared/VendingMachines/SharedVendingMachineComponent.cs b/Content.Shared/VendingMachines/SharedVendingMachineComponent.cs index b6eadb32546..a122c6d4de7 100644 --- a/Content.Shared/VendingMachines/SharedVendingMachineComponent.cs +++ b/Content.Shared/VendingMachines/SharedVendingMachineComponent.cs @@ -1,9 +1,5 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.ViewVariables; namespace Content.Shared.VendingMachines { diff --git a/Content.Shared/VendingMachines/VendingMachineInventoryPrototype.cs b/Content.Shared/VendingMachines/VendingMachineInventoryPrototype.cs index d38715fd8fa..331fee3adb4 100644 --- a/Content.Shared/VendingMachines/VendingMachineInventoryPrototype.cs +++ b/Content.Shared/VendingMachines/VendingMachineInventoryPrototype.cs @@ -1,9 +1,5 @@ -using System; -using System.Collections.Generic; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.VendingMachines { diff --git a/Content.Shared/Verbs/SharedVerbSystem.cs b/Content.Shared/Verbs/SharedVerbSystem.cs index c7716757a30..0b8a93ec6d2 100644 --- a/Content.Shared/Verbs/SharedVerbSystem.cs +++ b/Content.Shared/Verbs/SharedVerbSystem.cs @@ -1,13 +1,7 @@ -using System; -using System.Collections.Generic; using Content.Shared.ActionBlocker; -using Content.Shared.Examine; using Content.Shared.Hands.Components; using Content.Shared.Interaction; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Utility; namespace Content.Shared.Verbs { diff --git a/Content.Shared/Verbs/Verb.cs b/Content.Shared/Verbs/Verb.cs index 0c585cb079e..f23c68abff2 100644 --- a/Content.Shared/Verbs/Verb.cs +++ b/Content.Shared/Verbs/Verb.cs @@ -1,9 +1,6 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; using Robust.Shared.Utility; -using System; using Content.Shared.Database; -using System.Collections.Generic; namespace Content.Shared.Verbs { diff --git a/Content.Shared/Verbs/VerbCategory.cs b/Content.Shared/Verbs/VerbCategory.cs index 96b0c1027ee..eaa6b7521f0 100644 --- a/Content.Shared/Verbs/VerbCategory.cs +++ b/Content.Shared/Verbs/VerbCategory.cs @@ -1,7 +1,5 @@ -using Robust.Shared.Localization; using Robust.Shared.Serialization; using Robust.Shared.Utility; -using System; namespace Content.Shared.Verbs { diff --git a/Content.Shared/Voting/MsgVoteCanCall.cs b/Content.Shared/Voting/MsgVoteCanCall.cs index 408bff84870..7618bfd5187 100644 --- a/Content.Shared/Voting/MsgVoteCanCall.cs +++ b/Content.Shared/Voting/MsgVoteCanCall.cs @@ -1,5 +1,4 @@ -using System; -using Lidgren.Network; +using Lidgren.Network; using Robust.Shared.Network; namespace Content.Shared.Voting diff --git a/Content.Shared/Voting/MsgVoteData.cs b/Content.Shared/Voting/MsgVoteData.cs index b9df59a36c6..108a5b0e0ea 100644 --- a/Content.Shared/Voting/MsgVoteData.cs +++ b/Content.Shared/Voting/MsgVoteData.cs @@ -1,5 +1,4 @@ -using System; -using Lidgren.Network; +using Lidgren.Network; using Robust.Shared.Network; namespace Content.Shared.Voting diff --git a/Content.Shared/Wall/ReinforcedWallVisuals.cs b/Content.Shared/Wall/ReinforcedWallVisuals.cs index 17a99c033ea..00a66b67872 100644 --- a/Content.Shared/Wall/ReinforcedWallVisuals.cs +++ b/Content.Shared/Wall/ReinforcedWallVisuals.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Wall { diff --git a/Content.Shared/Weapons/Melee/AttackEvent.cs b/Content.Shared/Weapons/Melee/AttackEvent.cs index 7331fb00563..06f238a625c 100644 --- a/Content.Shared/Weapons/Melee/AttackEvent.cs +++ b/Content.Shared/Weapons/Melee/AttackEvent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Shared.Weapons.Melee diff --git a/Content.Shared/Weapons/Melee/MeleeWeaponAnimationPrototype.cs b/Content.Shared/Weapons/Melee/MeleeWeaponAnimationPrototype.cs index 947640859c3..cdfc369393a 100644 --- a/Content.Shared/Weapons/Melee/MeleeWeaponAnimationPrototype.cs +++ b/Content.Shared/Weapons/Melee/MeleeWeaponAnimationPrototype.cs @@ -1,9 +1,5 @@ -using System; -using Robust.Shared.Maths; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Shared.Weapons.Melee { diff --git a/Content.Shared/Weapons/Melee/MeleeWeaponSystemMessages.cs b/Content.Shared/Weapons/Melee/MeleeWeaponSystemMessages.cs index 088fec634ba..2b336af0463 100644 --- a/Content.Shared/Weapons/Melee/MeleeWeaponSystemMessages.cs +++ b/Content.Shared/Weapons/Melee/MeleeWeaponSystemMessages.cs @@ -1,7 +1,3 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; using Robust.Shared.Serialization; namespace Content.Shared.Weapons.Melee diff --git a/Content.Shared/Weapons/Ranged/Barrels/Components/SharedBoltActionBarrelComponent.cs b/Content.Shared/Weapons/Ranged/Barrels/Components/SharedBoltActionBarrelComponent.cs index 1fc9272274a..ff87754280c 100644 --- a/Content.Shared/Weapons/Ranged/Barrels/Components/SharedBoltActionBarrelComponent.cs +++ b/Content.Shared/Weapons/Ranged/Barrels/Components/SharedBoltActionBarrelComponent.cs @@ -1,6 +1,4 @@ -using System; -using Content.Shared.Weapons.Ranged.Components; -using Robust.Shared.GameObjects; +using Content.Shared.Weapons.Ranged.Components; using Robust.Shared.Serialization; namespace Content.Shared.Weapons.Ranged.Barrels.Components diff --git a/Content.Shared/Weapons/Ranged/Barrels/Components/SharedMagazineBarrelComponent.cs b/Content.Shared/Weapons/Ranged/Barrels/Components/SharedMagazineBarrelComponent.cs index aaeb58678f5..6d07fcb6d55 100644 --- a/Content.Shared/Weapons/Ranged/Barrels/Components/SharedMagazineBarrelComponent.cs +++ b/Content.Shared/Weapons/Ranged/Barrels/Components/SharedMagazineBarrelComponent.cs @@ -1,6 +1,4 @@ -using System; using Content.Shared.Weapons.Ranged.Components; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Weapons.Ranged.Barrels.Components diff --git a/Content.Shared/Weapons/Ranged/Barrels/Components/SharedPumpBarrelComponent.cs b/Content.Shared/Weapons/Ranged/Barrels/Components/SharedPumpBarrelComponent.cs index 35353f4326b..bb910abc2b9 100644 --- a/Content.Shared/Weapons/Ranged/Barrels/Components/SharedPumpBarrelComponent.cs +++ b/Content.Shared/Weapons/Ranged/Barrels/Components/SharedPumpBarrelComponent.cs @@ -1,6 +1,4 @@ -using System; -using Content.Shared.Weapons.Ranged.Components; -using Robust.Shared.GameObjects; +using Content.Shared.Weapons.Ranged.Components; using Robust.Shared.Serialization; namespace Content.Shared.Weapons.Ranged.Barrels.Components diff --git a/Content.Shared/Weapons/Ranged/Barrels/Components/SharedRevolverBarrelComponent.cs b/Content.Shared/Weapons/Ranged/Barrels/Components/SharedRevolverBarrelComponent.cs index 17cb18216bb..133ca84462e 100644 --- a/Content.Shared/Weapons/Ranged/Barrels/Components/SharedRevolverBarrelComponent.cs +++ b/Content.Shared/Weapons/Ranged/Barrels/Components/SharedRevolverBarrelComponent.cs @@ -1,6 +1,4 @@ -using System; -using Content.Shared.Weapons.Ranged.Components; -using Robust.Shared.GameObjects; +using Content.Shared.Weapons.Ranged.Components; using Robust.Shared.Serialization; namespace Content.Shared.Weapons.Ranged.Barrels.Components diff --git a/Content.Shared/Weapons/Ranged/Components/SharedRangedBarrelComponent.cs b/Content.Shared/Weapons/Ranged/Components/SharedRangedBarrelComponent.cs index 62aa2d87d6d..0e49acfe898 100644 --- a/Content.Shared/Weapons/Ranged/Components/SharedRangedBarrelComponent.cs +++ b/Content.Shared/Weapons/Ranged/Components/SharedRangedBarrelComponent.cs @@ -1,8 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; - -namespace Content.Shared.Weapons.Ranged.Components +namespace Content.Shared.Weapons.Ranged.Components { public abstract class SharedRangedBarrelComponent : Component { diff --git a/Content.Shared/Weapons/Ranged/Components/SharedRangedWeaponComponent.cs b/Content.Shared/Weapons/Ranged/Components/SharedRangedWeaponComponent.cs index 605dbc52fa7..0a9749752cf 100644 --- a/Content.Shared/Weapons/Ranged/Components/SharedRangedWeaponComponent.cs +++ b/Content.Shared/Weapons/Ranged/Components/SharedRangedWeaponComponent.cs @@ -1,8 +1,5 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Serialization; namespace Content.Shared.Weapons.Ranged.Components diff --git a/Content.Shared/Weapons/Ranged/MagazineAutoEjectEvent.cs b/Content.Shared/Weapons/Ranged/MagazineAutoEjectEvent.cs index ceca33c3ed7..d241cb97035 100644 --- a/Content.Shared/Weapons/Ranged/MagazineAutoEjectEvent.cs +++ b/Content.Shared/Weapons/Ranged/MagazineAutoEjectEvent.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Weapons.Ranged diff --git a/Content.Shared/Wires/SharedWireVisComponent.cs b/Content.Shared/Wires/SharedWireVisComponent.cs index df9f0837c20..532d197341c 100644 --- a/Content.Shared/Wires/SharedWireVisComponent.cs +++ b/Content.Shared/Wires/SharedWireVisComponent.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Wires { diff --git a/Content.Shared/Wires/SharedWiresComponent.cs b/Content.Shared/Wires/SharedWiresComponent.cs index 5daf6b4c786..f10c5dd2921 100644 --- a/Content.Shared/Wires/SharedWiresComponent.cs +++ b/Content.Shared/Wires/SharedWiresComponent.cs @@ -1,9 +1,5 @@ -using System; using System.Diagnostics.CodeAnalysis; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; -using Robust.Shared.Maths; using Robust.Shared.Serialization; namespace Content.Shared.Wires diff --git a/Content.Shared/Xenoarchaeology/XenoArtifacts/SharedArtifact.cs b/Content.Shared/Xenoarchaeology/XenoArtifacts/SharedArtifact.cs index d10c4a325dd..917ed6bb970 100644 --- a/Content.Shared/Xenoarchaeology/XenoArtifacts/SharedArtifact.cs +++ b/Content.Shared/Xenoarchaeology/XenoArtifacts/SharedArtifact.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Xenoarchaeology.XenoArtifacts; diff --git a/Content.Tests/Client/ClickMapTest.cs b/Content.Tests/Client/ClickMapTest.cs index 88e8e93e294..c8dc80a5299 100644 --- a/Content.Tests/Client/ClickMapTest.cs +++ b/Content.Tests/Client/ClickMapTest.cs @@ -1,4 +1,3 @@ -using Content.Client; using Content.Client.Clickable; using NUnit.Framework; using SixLabors.ImageSharp; diff --git a/Content.Tests/ContentUnitTest.cs b/Content.Tests/ContentUnitTest.cs index 04bc5fa61da..827c4e2f437 100644 --- a/Content.Tests/ContentUnitTest.cs +++ b/Content.Tests/ContentUnitTest.cs @@ -1,10 +1,7 @@ using System.Collections.Generic; using System.Reflection; -using Content.Client; using Content.Client.IoC; -using Content.Server; using Content.Server.IoC; -using Content.Shared; using Content.Shared.IoC; using Robust.Shared.Analyzers; using Robust.UnitTesting; diff --git a/Content.Tests/Shared/Administration/Logs/LogTypeTests.cs b/Content.Tests/Shared/Administration/Logs/LogTypeTests.cs index 5ae269a8f36..da52469bd6e 100644 --- a/Content.Tests/Shared/Administration/Logs/LogTypeTests.cs +++ b/Content.Tests/Shared/Administration/Logs/LogTypeTests.cs @@ -1,6 +1,5 @@ using System; using System.Linq; -using Content.Shared.Administration.Logs; using Content.Shared.Database; using NUnit.Framework; diff --git a/Content.Tests/Shared/Alert/AlertManagerTests.cs b/Content.Tests/Shared/Alert/AlertManagerTests.cs index 6c00b88c4f0..3edf34bd200 100644 --- a/Content.Tests/Shared/Alert/AlertManagerTests.cs +++ b/Content.Tests/Shared/Alert/AlertManagerTests.cs @@ -1,7 +1,6 @@ using System.IO; using Content.Shared.Alert; using NUnit.Framework; -using NUnit.Framework.Interfaces; using Robust.Shared.GameObjects; using Robust.Shared.IoC; using Robust.Shared.Prototypes; diff --git a/Content.Tests/Shared/Alert/ServerAlertsComponentTests.cs b/Content.Tests/Shared/Alert/ServerAlertsComponentTests.cs index 6e1957b9868..c47292a82d3 100644 --- a/Content.Tests/Shared/Alert/ServerAlertsComponentTests.cs +++ b/Content.Tests/Shared/Alert/ServerAlertsComponentTests.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using Content.Server.Alert; using Content.Shared.Alert; diff --git a/Content.Tests/Shared/Chemistry/ReagentPrototype_Tests.cs b/Content.Tests/Shared/Chemistry/ReagentPrototype_Tests.cs index d728ad354fb..19dee14cfe7 100644 --- a/Content.Tests/Shared/Chemistry/ReagentPrototype_Tests.cs +++ b/Content.Tests/Shared/Chemistry/ReagentPrototype_Tests.cs @@ -1,5 +1,4 @@ using System.IO; -using Content.Shared.Chemistry; using Content.Shared.Chemistry.Reagent; using NUnit.Framework; using Robust.Shared.IoC; diff --git a/Content.Tools/Map.cs b/Content.Tools/Map.cs index ad987623075..fcd12030582 100644 --- a/Content.Tools/Map.cs +++ b/Content.Tools/Map.cs @@ -1,6 +1,5 @@ using System.IO; using System.Collections.Generic; -using System.Globalization; using System.Linq; using YamlDotNet.Core; using Robust.Shared.Utility; diff --git a/Content.Tools/MappingMergeDriver.cs b/Content.Tools/MappingMergeDriver.cs index f069a7a5bbe..eb0396db54a 100644 --- a/Content.Tools/MappingMergeDriver.cs +++ b/Content.Tools/MappingMergeDriver.cs @@ -1,9 +1,4 @@ using System; -using System.Collections.Generic; -using System.Globalization; -using System.Linq; -using YamlDotNet.Core; -using YamlDotNet.RepresentationModel; namespace Content.Tools { diff --git a/Content.Tools/Merger.cs b/Content.Tools/Merger.cs index 94ad9c7a604..6b87e17bcf8 100644 --- a/Content.Tools/Merger.cs +++ b/Content.Tools/Merger.cs @@ -2,8 +2,6 @@ using System.IO; using System.Collections.Generic; using System.Globalization; -using System.Linq; -using YamlDotNet.Core; using YamlDotNet.RepresentationModel; namespace Content.Tools diff --git a/Content.Tools/YamlTools.cs b/Content.Tools/YamlTools.cs index 71c8699de46..18d4f514342 100644 --- a/Content.Tools/YamlTools.cs +++ b/Content.Tools/YamlTools.cs @@ -1,8 +1,5 @@ using System; -using System.Collections.Generic; -using System.Globalization; using System.Linq; -using YamlDotNet.Core; using YamlDotNet.RepresentationModel; namespace Content.Tools