diff --git a/Content.Client/Administration/UI/AdminMenuWindow.xaml.cs b/Content.Client/Administration/UI/AdminMenuWindow.xaml.cs index f527a28c8d..bb431027b0 100644 --- a/Content.Client/Administration/UI/AdminMenuWindow.xaml.cs +++ b/Content.Client/Administration/UI/AdminMenuWindow.xaml.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Content.Client.Administration.UI.Tabs; using Content.Client.HUD; diff --git a/Content.Client/Administration/UI/CustomControls/CommandButton.cs b/Content.Client/Administration/UI/CustomControls/CommandButton.cs index c4dce7e05d..9986eac3c1 100644 --- a/Content.Client/Administration/UI/CustomControls/CommandButton.cs +++ b/Content.Client/Administration/UI/CustomControls/CommandButton.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Client.Console; +using Robust.Client.Console; using Robust.Client.UserInterface.Controls; using Robust.Shared.IoC; diff --git a/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml.cs b/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml.cs index c582b234c0..fa1dfeb613 100644 --- a/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml.cs +++ b/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using System.Linq; using Robust.Client.AutoGenerated; diff --git a/Content.Client/Administration/UI/CustomControls/UICommandButton.cs b/Content.Client/Administration/UI/CustomControls/UICommandButton.cs index dd38f32479..eeeb214397 100644 --- a/Content.Client/Administration/UI/CustomControls/UICommandButton.cs +++ b/Content.Client/Administration/UI/CustomControls/UICommandButton.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Client.UserInterface.CustomControls; using Robust.Shared.IoC; diff --git a/Content.Client/Administration/UI/Tabs/AdminTab/AdminTab.xaml.cs b/Content.Client/Administration/UI/Tabs/AdminTab/AdminTab.xaml.cs index aa9fc7307c..02dad6cbd2 100644 --- a/Content.Client/Administration/UI/Tabs/AdminTab/AdminTab.xaml.cs +++ b/Content.Client/Administration/UI/Tabs/AdminTab/AdminTab.xaml.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Client.AutoGenerated; +using Robust.Client.AutoGenerated; using Robust.Client.UserInterface; namespace Content.Client.Administration.UI.Tabs.AdminTab diff --git a/Content.Client/Administration/UI/Tabs/AdminTab/BanWindow.xaml.cs b/Content.Client/Administration/UI/Tabs/AdminTab/BanWindow.xaml.cs index f45c3c3250..834348c66e 100644 --- a/Content.Client/Administration/UI/Tabs/AdminTab/BanWindow.xaml.cs +++ b/Content.Client/Administration/UI/Tabs/AdminTab/BanWindow.xaml.cs @@ -1,5 +1,4 @@ -#nullable enable -using JetBrains.Annotations; +using JetBrains.Annotations; using Robust.Client.AutoGenerated; using Robust.Client.Console; using Robust.Client.UserInterface.Controls; diff --git a/Content.Client/Administration/UI/Tabs/AdminTab/KickWindow.xaml.cs b/Content.Client/Administration/UI/Tabs/AdminTab/KickWindow.xaml.cs index 761be3d836..786123fab2 100644 --- a/Content.Client/Administration/UI/Tabs/AdminTab/KickWindow.xaml.cs +++ b/Content.Client/Administration/UI/Tabs/AdminTab/KickWindow.xaml.cs @@ -1,5 +1,4 @@ -#nullable enable -using JetBrains.Annotations; +using JetBrains.Annotations; using Robust.Client.AutoGenerated; using Robust.Client.Console; using Robust.Client.UserInterface.Controls; diff --git a/Content.Client/Administration/UI/Tabs/AdminTab/TeleportWindow.xaml.cs b/Content.Client/Administration/UI/Tabs/AdminTab/TeleportWindow.xaml.cs index 5c8c5fc43b..f0b044c500 100644 --- a/Content.Client/Administration/UI/Tabs/AdminTab/TeleportWindow.xaml.cs +++ b/Content.Client/Administration/UI/Tabs/AdminTab/TeleportWindow.xaml.cs @@ -1,5 +1,4 @@ -#nullable enable -using JetBrains.Annotations; +using JetBrains.Annotations; using Robust.Client.AutoGenerated; using Robust.Client.Console; using Robust.Client.UserInterface.Controls; diff --git a/Content.Client/Administration/UI/Tabs/AdminbusTab/AdminbusTab.xaml.cs b/Content.Client/Administration/UI/Tabs/AdminbusTab/AdminbusTab.xaml.cs index 20d22ceb0e..66de8a6417 100644 --- a/Content.Client/Administration/UI/Tabs/AdminbusTab/AdminbusTab.xaml.cs +++ b/Content.Client/Administration/UI/Tabs/AdminbusTab/AdminbusTab.xaml.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Client.Administration.Managers; +using Content.Client.Administration.Managers; using Robust.Client.AutoGenerated; using Robust.Client.Placement; using Robust.Client.ResourceManagement; diff --git a/Content.Client/Administration/UI/Tabs/AdminbusTab/StationEventsWindow.xaml.cs b/Content.Client/Administration/UI/Tabs/AdminbusTab/StationEventsWindow.xaml.cs index f500ece192..a26d41934c 100644 --- a/Content.Client/Administration/UI/Tabs/AdminbusTab/StationEventsWindow.xaml.cs +++ b/Content.Client/Administration/UI/Tabs/AdminbusTab/StationEventsWindow.xaml.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Linq; using Content.Client.StationEvents.Managers; diff --git a/Content.Client/Administration/UI/Tabs/AtmosTab/AddAtmosWindow.xaml.cs b/Content.Client/Administration/UI/Tabs/AtmosTab/AddAtmosWindow.xaml.cs index 6867a1bc8f..11390ea3b8 100644 --- a/Content.Client/Administration/UI/Tabs/AtmosTab/AddAtmosWindow.xaml.cs +++ b/Content.Client/Administration/UI/Tabs/AtmosTab/AddAtmosWindow.xaml.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; using JetBrains.Annotations; using Robust.Client.AutoGenerated; diff --git a/Content.Client/Administration/UI/Tabs/AtmosTab/AddGasWindow.xaml.cs b/Content.Client/Administration/UI/Tabs/AtmosTab/AddGasWindow.xaml.cs index 273d194196..1d43aeeb23 100644 --- a/Content.Client/Administration/UI/Tabs/AtmosTab/AddGasWindow.xaml.cs +++ b/Content.Client/Administration/UI/Tabs/AtmosTab/AddGasWindow.xaml.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; using Content.Client.Atmos.EntitySystems; using Content.Shared.Atmos; diff --git a/Content.Client/Administration/UI/Tabs/AtmosTab/AtmosTab.xaml.cs b/Content.Client/Administration/UI/Tabs/AtmosTab/AtmosTab.xaml.cs index a27a42c07e..b7d682e12a 100644 --- a/Content.Client/Administration/UI/Tabs/AtmosTab/AtmosTab.xaml.cs +++ b/Content.Client/Administration/UI/Tabs/AtmosTab/AtmosTab.xaml.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Client.AutoGenerated; +using Robust.Client.AutoGenerated; using Robust.Client.UserInterface; namespace Content.Client.Administration.UI.Tabs.AtmosTab diff --git a/Content.Client/Administration/UI/Tabs/AtmosTab/FillGasWindow.xaml.cs b/Content.Client/Administration/UI/Tabs/AtmosTab/FillGasWindow.xaml.cs index 2465d8c61d..6c51f34357 100644 --- a/Content.Client/Administration/UI/Tabs/AtmosTab/FillGasWindow.xaml.cs +++ b/Content.Client/Administration/UI/Tabs/AtmosTab/FillGasWindow.xaml.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; using Content.Client.Atmos.EntitySystems; using Content.Shared.Atmos; diff --git a/Content.Client/Administration/UI/Tabs/AtmosTab/SetTemperatureWindow.xaml.cs b/Content.Client/Administration/UI/Tabs/AtmosTab/SetTemperatureWindow.xaml.cs index 234dde6a84..a5be641a21 100644 --- a/Content.Client/Administration/UI/Tabs/AtmosTab/SetTemperatureWindow.xaml.cs +++ b/Content.Client/Administration/UI/Tabs/AtmosTab/SetTemperatureWindow.xaml.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; using JetBrains.Annotations; using Robust.Client.AutoGenerated; diff --git a/Content.Client/Administration/UI/Tabs/PlayerTab.xaml.cs b/Content.Client/Administration/UI/Tabs/PlayerTab.xaml.cs index 020f64ade0..0492e42fad 100644 --- a/Content.Client/Administration/UI/Tabs/PlayerTab.xaml.cs +++ b/Content.Client/Administration/UI/Tabs/PlayerTab.xaml.cs @@ -1,5 +1,4 @@ -#nullable enable - + using System.Collections.Generic; using Content.Shared.Administration.Menu; using Robust.Client.AutoGenerated; diff --git a/Content.Client/Administration/UI/Tabs/RoundTab.xaml.cs b/Content.Client/Administration/UI/Tabs/RoundTab.xaml.cs index bfe1dfe3af..0e897bd376 100644 --- a/Content.Client/Administration/UI/Tabs/RoundTab.xaml.cs +++ b/Content.Client/Administration/UI/Tabs/RoundTab.xaml.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Client.AutoGenerated; +using Robust.Client.AutoGenerated; using Robust.Client.UserInterface; namespace Content.Client.Administration.UI.Tabs diff --git a/Content.Client/Administration/UI/Tabs/ServerTab.xaml.cs b/Content.Client/Administration/UI/Tabs/ServerTab.xaml.cs index fbb52bf7b0..9f7d6a0e40 100644 --- a/Content.Client/Administration/UI/Tabs/ServerTab.xaml.cs +++ b/Content.Client/Administration/UI/Tabs/ServerTab.xaml.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Client.AutoGenerated; +using Robust.Client.AutoGenerated; using Robust.Client.UserInterface; namespace Content.Client.Administration.UI.Tabs diff --git a/Content.Client/Atmos/EntitySystems/AtmosDebugOverlaySystem.cs b/Content.Client/Atmos/EntitySystems/AtmosDebugOverlaySystem.cs index d714789aa0..72fa97c32a 100644 --- a/Content.Client/Atmos/EntitySystems/AtmosDebugOverlaySystem.cs +++ b/Content.Client/Atmos/EntitySystems/AtmosDebugOverlaySystem.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Content.Client.Atmos.Overlays; using Content.Shared.Atmos; diff --git a/Content.Client/Atmos/EntitySystems/GasTileOverlaySystem.cs b/Content.Client/Atmos/EntitySystems/GasTileOverlaySystem.cs index 470c4cae0c..9beb61a3c9 100644 --- a/Content.Client/Atmos/EntitySystems/GasTileOverlaySystem.cs +++ b/Content.Client/Atmos/EntitySystems/GasTileOverlaySystem.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Content.Client.Atmos.Overlays; diff --git a/Content.Client/Atmos/Visualizers/PipeConnectorVisualizer.cs b/Content.Client/Atmos/Visualizers/PipeConnectorVisualizer.cs index 1e6d3c05a7..9f7e58d31b 100644 --- a/Content.Client/Atmos/Visualizers/PipeConnectorVisualizer.cs +++ b/Content.Client/Atmos/Visualizers/PipeConnectorVisualizer.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.Atmos; using Content.Shared.Atmos.Piping; diff --git a/Content.Client/Audio/BackgroundAudioSystem.cs b/Content.Client/Audio/BackgroundAudioSystem.cs index 9aa00712cd..4d79891649 100644 --- a/Content.Client/Audio/BackgroundAudioSystem.cs +++ b/Content.Client/Audio/BackgroundAudioSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Client.GameTicking.Managers; using Content.Client.Lobby; using Content.Client.Viewport; diff --git a/Content.Client/Buckle/BuckleComponent.cs b/Content.Client/Buckle/BuckleComponent.cs index 542fb4e3ef..2e342aa203 100644 --- a/Content.Client/Buckle/BuckleComponent.cs +++ b/Content.Client/Buckle/BuckleComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Buckle.Components; +using Content.Shared.Buckle.Components; using Robust.Client.GameObjects; using Robust.Shared.GameObjects; diff --git a/Content.Client/Cargo/UI/CargoConsoleMenu.cs b/Content.Client/Cargo/UI/CargoConsoleMenu.cs index 36eb189c4b..9f31c1b4c4 100644 --- a/Content.Client/Cargo/UI/CargoConsoleMenu.cs +++ b/Content.Client/Cargo/UI/CargoConsoleMenu.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Content.Client.Stylesheets; diff --git a/Content.Client/Changelog/ChangelogManager.cs b/Content.Client/Changelog/ChangelogManager.cs index d0a34a5e23..48854ba45b 100644 --- a/Content.Client/Changelog/ChangelogManager.cs +++ b/Content.Client/Changelog/ChangelogManager.cs @@ -13,7 +13,6 @@ using Robust.Shared.Serialization.Markdown; using Robust.Shared.Serialization.Markdown.Mapping; using Robust.Shared.Utility; -#nullable enable namespace Content.Client.Changelog { diff --git a/Content.Client/Chemistry/Visualizers/SolutionContainerVisualizer.cs b/Content.Client/Chemistry/Visualizers/SolutionContainerVisualizer.cs index dfb9d4cfb3..47b39c4c96 100644 --- a/Content.Client/Chemistry/Visualizers/SolutionContainerVisualizer.cs +++ b/Content.Client/Chemistry/Visualizers/SolutionContainerVisualizer.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.Chemistry.Solution.Components; using JetBrains.Annotations; diff --git a/Content.Client/Clothing/ClothingComponent.cs b/Content.Client/Clothing/ClothingComponent.cs index 030ab4533b..4cd1d1ee46 100644 --- a/Content.Client/Clothing/ClothingComponent.cs +++ b/Content.Client/Clothing/ClothingComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Client.Inventory; using Content.Client.Items.Components; using Content.Shared.Clothing; diff --git a/Content.Client/CombatMode/ColoredScreenBorderOverlay.cs b/Content.Client/CombatMode/ColoredScreenBorderOverlay.cs index 4fc1d7a908..9b02e7ce21 100644 --- a/Content.Client/CombatMode/ColoredScreenBorderOverlay.cs +++ b/Content.Client/CombatMode/ColoredScreenBorderOverlay.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Client.Graphics; using Robust.Shared.Enums; using Robust.Shared.IoC; diff --git a/Content.Client/Commands/GroupingContextMenuCommand.cs b/Content.Client/Commands/GroupingContextMenuCommand.cs index e306c7da11..1b640b0907 100644 --- a/Content.Client/Commands/GroupingContextMenuCommand.cs +++ b/Content.Client/Commands/GroupingContextMenuCommand.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared; +using Content.Shared; using Content.Shared.CCVar; using Robust.Shared.Configuration; using Robust.Shared.Console; diff --git a/Content.Client/Construction/ConstructionSystem.cs b/Content.Client/Construction/ConstructionSystem.cs index 7ffc1fbf81..e3524212dc 100644 --- a/Content.Client/Construction/ConstructionSystem.cs +++ b/Content.Client/Construction/ConstructionSystem.cs @@ -14,7 +14,6 @@ using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Maths; -#nullable enable namespace Content.Client.Construction { diff --git a/Content.Client/Construction/UI/ConstructionMenu.xaml.cs b/Content.Client/Construction/UI/ConstructionMenu.xaml.cs index b1182c005c..7ad635d6b7 100644 --- a/Content.Client/Construction/UI/ConstructionMenu.xaml.cs +++ b/Content.Client/Construction/UI/ConstructionMenu.xaml.cs @@ -7,7 +7,6 @@ using Robust.Client.UserInterface.XAML; using Robust.Shared.IoC; using Robust.Shared.Localization; -#nullable enable namespace Content.Client.Construction.UI { diff --git a/Content.Client/Construction/UI/ConstructionMenuPresenter.cs b/Content.Client/Construction/UI/ConstructionMenuPresenter.cs index 53a174f9e7..78b93f5544 100644 --- a/Content.Client/Construction/UI/ConstructionMenuPresenter.cs +++ b/Content.Client/Construction/UI/ConstructionMenuPresenter.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Client/ContextMenu/UI/ContextMenuElement.cs b/Content.Client/ContextMenu/UI/ContextMenuElement.cs index 540aa07679..0d1c624b2a 100644 --- a/Content.Client/ContextMenu/UI/ContextMenuElement.cs +++ b/Content.Client/ContextMenu/UI/ContextMenuElement.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using System.Linq; using Content.Client.Interactable.Components; diff --git a/Content.Client/ContextMenu/UI/ContextMenuPresenter.cs b/Content.Client/ContextMenu/UI/ContextMenuPresenter.cs index 21ca65f75a..d85eda0ce8 100644 --- a/Content.Client/ContextMenu/UI/ContextMenuPresenter.cs +++ b/Content.Client/ContextMenu/UI/ContextMenuPresenter.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Linq; using System.Threading; using Content.Client.Examine; diff --git a/Content.Client/ContextMenu/UI/ContextMenuView.cs b/Content.Client/ContextMenu/UI/ContextMenuView.cs index cef321f5b1..ed41f6314a 100644 --- a/Content.Client/ContextMenu/UI/ContextMenuView.cs +++ b/Content.Client/ContextMenu/UI/ContextMenuView.cs @@ -1,5 +1,4 @@ -#nullable enable - + using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Client/ContextMenu/UI/ContextMenuViewGrouping.cs b/Content.Client/ContextMenu/UI/ContextMenuViewGrouping.cs index 84797f8467..67556dbdc4 100644 --- a/Content.Client/ContextMenu/UI/ContextMenuViewGrouping.cs +++ b/Content.Client/ContextMenu/UI/ContextMenuViewGrouping.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using System.Linq; using Robust.Client.GameObjects; diff --git a/Content.Client/Flash/FlashableComponent.cs b/Content.Client/Flash/FlashableComponent.cs index 50b0d2a1e3..2c16df833a 100644 --- a/Content.Client/Flash/FlashableComponent.cs +++ b/Content.Client/Flash/FlashableComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.Flash; using Robust.Client.Graphics; diff --git a/Content.Client/Ghost/GhostGui.cs b/Content.Client/Ghost/GhostGui.cs index 1f2d9c289c..de7c7cfd27 100644 --- a/Content.Client/Ghost/GhostGui.cs +++ b/Content.Client/Ghost/GhostGui.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Content.Shared.Ghost; using Robust.Client.Console; diff --git a/Content.Client/Ghost/Roles/UI/MakeGhostRoleWindow.xaml.cs b/Content.Client/Ghost/Roles/UI/MakeGhostRoleWindow.xaml.cs index f7ce045357..7ec189cb43 100644 --- a/Content.Client/Ghost/Roles/UI/MakeGhostRoleWindow.xaml.cs +++ b/Content.Client/Ghost/Roles/UI/MakeGhostRoleWindow.xaml.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Client.AutoGenerated; +using Robust.Client.AutoGenerated; using Robust.Client.UserInterface.CustomControls; using Robust.Client.UserInterface.XAML; using Robust.Shared.GameObjects; diff --git a/Content.Client/Gravity/GravityGeneratorVisualizer.cs b/Content.Client/Gravity/GravityGeneratorVisualizer.cs index ef43265d0c..2dffc2826b 100644 --- a/Content.Client/Gravity/GravityGeneratorVisualizer.cs +++ b/Content.Client/Gravity/GravityGeneratorVisualizer.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Content.Shared.Gravity; using JetBrains.Annotations; diff --git a/Content.Client/HealthOverlay/HealthOverlaySystem.cs b/Content.Client/HealthOverlay/HealthOverlaySystem.cs index 2e92fb4245..f3c5a79266 100644 --- a/Content.Client/HealthOverlay/HealthOverlaySystem.cs +++ b/Content.Client/HealthOverlay/HealthOverlaySystem.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using Content.Client.HealthOverlay.UI; using Content.Shared.Damage.Components; using Content.Shared.GameTicking; diff --git a/Content.Client/HealthOverlay/UI/HealthOverlayGui.cs b/Content.Client/HealthOverlay/UI/HealthOverlayGui.cs index 8d1d546f48..c1d4eea275 100644 --- a/Content.Client/HealthOverlay/UI/HealthOverlayGui.cs +++ b/Content.Client/HealthOverlay/UI/HealthOverlayGui.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Client.IoC; using Content.Client.Resources; using Content.Shared.Damage.Components; diff --git a/Content.Client/Info/InfoWindow.cs b/Content.Client/Info/InfoWindow.cs index 9dd8b48d90..be54a29f2b 100644 --- a/Content.Client/Info/InfoWindow.cs +++ b/Content.Client/Info/InfoWindow.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.IO; diff --git a/Content.Client/Items/Components/ItemComponent.cs b/Content.Client/Items/Components/ItemComponent.cs index f26d349996..cd552ee288 100644 --- a/Content.Client/Items/Components/ItemComponent.cs +++ b/Content.Client/Items/Components/ItemComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Client.Hands; using Content.Shared.Item; using Robust.Shared.Containers; diff --git a/Content.Client/Kitchen/KitchenSpikeComponent.cs b/Content.Client/Kitchen/KitchenSpikeComponent.cs index 0c7acf3137..efae8b89e6 100644 --- a/Content.Client/Kitchen/KitchenSpikeComponent.cs +++ b/Content.Client/Kitchen/KitchenSpikeComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.DragDrop; using Content.Shared.Kitchen.Components; using Robust.Shared.GameObjects; diff --git a/Content.Client/Light/Visualizers/PoweredLightVisualizer.cs b/Content.Client/Light/Visualizers/PoweredLightVisualizer.cs index 582f758899..703c76a14a 100644 --- a/Content.Client/Light/Visualizers/PoweredLightVisualizer.cs +++ b/Content.Client/Light/Visualizers/PoweredLightVisualizer.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.Light; using JetBrains.Annotations; diff --git a/Content.Client/MobState/DamageStateVisualizer.cs b/Content.Client/MobState/DamageStateVisualizer.cs index 2e25961141..00dc0c175d 100644 --- a/Content.Client/MobState/DamageStateVisualizer.cs +++ b/Content.Client/MobState/DamageStateVisualizer.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Content.Shared.DrawDepth; using Content.Shared.MobState; diff --git a/Content.Client/Morgue/Visualizers/MorgueVisualizer.cs b/Content.Client/Morgue/Visualizers/MorgueVisualizer.cs index c1d5801780..cf1d385831 100644 --- a/Content.Client/Morgue/Visualizers/MorgueVisualizer.cs +++ b/Content.Client/Morgue/Visualizers/MorgueVisualizer.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Morgue; +using Content.Shared.Morgue; using Robust.Client.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Client/Physics/Controllers/MoverController.cs b/Content.Client/Physics/Controllers/MoverController.cs index 7b2d05aa50..de4e4eb7b3 100644 --- a/Content.Client/Physics/Controllers/MoverController.cs +++ b/Content.Client/Physics/Controllers/MoverController.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Movement; using Content.Shared.Movement.Components; using Robust.Client.Player; diff --git a/Content.Client/Rotatable/RotatableComponent.cs b/Content.Client/Rotatable/RotatableComponent.cs index 2e46278b35..5284292c8c 100644 --- a/Content.Client/Rotatable/RotatableComponent.cs +++ b/Content.Client/Rotatable/RotatableComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Rotatable; using Robust.Shared.GameObjects; diff --git a/Content.Client/Singularity/SingularityOverlay.cs b/Content.Client/Singularity/SingularityOverlay.cs index fd546799c2..119dda3050 100644 --- a/Content.Client/Singularity/SingularityOverlay.cs +++ b/Content.Client/Singularity/SingularityOverlay.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Linq; using Content.Shared.Singularity.Components; diff --git a/Content.Client/Spawners/ClientEntitySpawnerComponent.cs b/Content.Client/Spawners/ClientEntitySpawnerComponent.cs index 3a35e0a14c..bb17ab1700 100644 --- a/Content.Client/Spawners/ClientEntitySpawnerComponent.cs +++ b/Content.Client/Spawners/ClientEntitySpawnerComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Client/Stack/StackVisualizer.cs b/Content.Client/Stack/StackVisualizer.cs index 7324bd1b8a..092e81f5bd 100644 --- a/Content.Client/Stack/StackVisualizer.cs +++ b/Content.Client/Stack/StackVisualizer.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Content.Shared.Rounding; diff --git a/Content.Client/Storage/Visualizers/BagOpenCloseVisualizer.cs b/Content.Client/Storage/Visualizers/BagOpenCloseVisualizer.cs index 96f95b10a8..38dabbee29 100644 --- a/Content.Client/Storage/Visualizers/BagOpenCloseVisualizer.cs +++ b/Content.Client/Storage/Visualizers/BagOpenCloseVisualizer.cs @@ -1,5 +1,4 @@ -#nullable enable - + using Content.Shared.Stacks; using Content.Shared.Storage; using JetBrains.Annotations; diff --git a/Content.Client/Stylesheets/StyleNano.cs b/Content.Client/Stylesheets/StyleNano.cs index 3bdd6478cf..21005e0d0c 100644 --- a/Content.Client/Stylesheets/StyleNano.cs +++ b/Content.Client/Stylesheets/StyleNano.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Linq; using Content.Client.Actions.UI; using Content.Client.Examine; diff --git a/Content.Client/Suspicion/SuspicionRoleComponent.cs b/Content.Client/Suspicion/SuspicionRoleComponent.cs index cebcef3922..28b62ad913 100644 --- a/Content.Client/Suspicion/SuspicionRoleComponent.cs +++ b/Content.Client/Suspicion/SuspicionRoleComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Content.Client.HUD; using Content.Shared.Suspicion; diff --git a/Content.Client/Voting/UI/VoteCallMenu.xaml.cs b/Content.Client/Voting/UI/VoteCallMenu.xaml.cs index 780b201069..f276d9c1f0 100644 --- a/Content.Client/Voting/UI/VoteCallMenu.xaml.cs +++ b/Content.Client/Voting/UI/VoteCallMenu.xaml.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Client.Stylesheets; using JetBrains.Annotations; using Robust.Client.AutoGenerated; diff --git a/Content.Client/Voting/VoteManager.cs b/Content.Client/Voting/VoteManager.cs index e73e098d9e..ab7dbe53f7 100644 --- a/Content.Client/Voting/VoteManager.cs +++ b/Content.Client/Voting/VoteManager.cs @@ -9,7 +9,6 @@ using Robust.Shared.IoC; using Robust.Shared.Network; using Robust.Shared.Timing; -#nullable enable namespace Content.Client.Voting { diff --git a/Content.Server/AI/Commands/AddAiCommand.cs b/Content.Server/AI/Commands/AddAiCommand.cs index 35067fe14d..24d4fc38fe 100644 --- a/Content.Server/AI/Commands/AddAiCommand.cs +++ b/Content.Server/AI/Commands/AddAiCommand.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Administration; +using Content.Server.Administration; using Content.Server.AI.Components; using Content.Server.AI.Utility; using Content.Server.AI.Utility.AiLogic; diff --git a/Content.Server/AI/Components/AiControllerComponent.cs b/Content.Server/AI/Components/AiControllerComponent.cs index 138acd552e..389a1ca766 100644 --- a/Content.Server/AI/Components/AiControllerComponent.cs +++ b/Content.Server/AI/Components/AiControllerComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.GameTicking; +using Content.Server.GameTicking; using Content.Shared.Movement.Components; using Content.Shared.Roles; using Robust.Shared.GameObjects; diff --git a/Content.Server/AI/Components/AiFactionPrototype.cs b/Content.Server/AI/Components/AiFactionPrototype.cs index e88c4f53a4..b890a76ade 100644 --- a/Content.Server/AI/Components/AiFactionPrototype.cs +++ b/Content.Server/AI/Components/AiFactionPrototype.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Server/AI/Components/AiFactionTagComponent.cs b/Content.Server/AI/Components/AiFactionTagComponent.cs index 3b132c4ad1..5a7ca92326 100644 --- a/Content.Server/AI/Components/AiFactionTagComponent.cs +++ b/Content.Server/AI/Components/AiFactionTagComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.AI.EntitySystems; using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Server/AI/EntitySystems/AiFactionTagSystem.cs b/Content.Server/AI/EntitySystems/AiFactionTagSystem.cs index 2158c08e36..e87b74ead1 100644 --- a/Content.Server/AI/EntitySystems/AiFactionTagSystem.cs +++ b/Content.Server/AI/EntitySystems/AiFactionTagSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Content.Server.AI.Components; diff --git a/Content.Server/AI/EntitySystems/AiSystem.cs b/Content.Server/AI/EntitySystems/AiSystem.cs index d6ff8acf9a..ab17ce6cf5 100644 --- a/Content.Server/AI/EntitySystems/AiSystem.cs +++ b/Content.Server/AI/EntitySystems/AiSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Content.Server.AI.Components; diff --git a/Content.Server/AI/Operators/Inventory/OpenStorageOperator.cs b/Content.Server/AI/Operators/Inventory/OpenStorageOperator.cs index defbf77b01..32250ab9b8 100644 --- a/Content.Server/AI/Operators/Inventory/OpenStorageOperator.cs +++ b/Content.Server/AI/Operators/Inventory/OpenStorageOperator.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.AI.Utility; +using Content.Server.AI.Utility; using Content.Server.AI.WorldState.States.Inventory; using Content.Server.Storage.Components; using Content.Shared.Interaction; diff --git a/Content.Server/AI/Operators/Inventory/PickupEntityOperator.cs b/Content.Server/AI/Operators/Inventory/PickupEntityOperator.cs index 4fcab41407..7b2e60635a 100644 --- a/Content.Server/AI/Operators/Inventory/PickupEntityOperator.cs +++ b/Content.Server/AI/Operators/Inventory/PickupEntityOperator.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Hands.Components; using Content.Server.Interaction; using Content.Server.Items; diff --git a/Content.Server/AI/Operators/Inventory/UseItemInInventoryOperator.cs b/Content.Server/AI/Operators/Inventory/UseItemInInventoryOperator.cs index 0ae76846f5..fec7a7b7a9 100644 --- a/Content.Server/AI/Operators/Inventory/UseItemInInventoryOperator.cs +++ b/Content.Server/AI/Operators/Inventory/UseItemInInventoryOperator.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Hands.Components; using Content.Server.Items; using Robust.Shared.GameObjects; diff --git a/Content.Server/AI/Operators/Nutrition/UseDrinkInInventoryOperator.cs b/Content.Server/AI/Operators/Nutrition/UseDrinkInInventoryOperator.cs index ded30b2b83..ff73ea4082 100644 --- a/Content.Server/AI/Operators/Nutrition/UseDrinkInInventoryOperator.cs +++ b/Content.Server/AI/Operators/Nutrition/UseDrinkInInventoryOperator.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Hands.Components; using Content.Server.Items; using Content.Server.Nutrition.Components; diff --git a/Content.Server/AI/Operators/Nutrition/UseFoodInInventoryOperator.cs b/Content.Server/AI/Operators/Nutrition/UseFoodInInventoryOperator.cs index 8b8668e31e..c92ae7d52e 100644 --- a/Content.Server/AI/Operators/Nutrition/UseFoodInInventoryOperator.cs +++ b/Content.Server/AI/Operators/Nutrition/UseFoodInInventoryOperator.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Hands.Components; using Content.Server.Items; using Content.Server.Nutrition.Components; diff --git a/Content.Server/AI/Pathfinding/Accessible/ReachableArgs.cs b/Content.Server/AI/Pathfinding/Accessible/ReachableArgs.cs index 2ce6a8a1d1..8ea9eab95e 100644 --- a/Content.Server/AI/Pathfinding/Accessible/ReachableArgs.cs +++ b/Content.Server/AI/Pathfinding/Accessible/ReachableArgs.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using Content.Server.Access.Components; using Content.Server.AI.Components; using Robust.Shared.GameObjects; diff --git a/Content.Server/AI/Utility/BehaviorSetPrototype.cs b/Content.Server/AI/Utility/BehaviorSetPrototype.cs index a6b0dc3e66..1ab3f3da82 100644 --- a/Content.Server/AI/Utility/BehaviorSetPrototype.cs +++ b/Content.Server/AI/Utility/BehaviorSetPrototype.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Server/AI/Utility/NpcBehaviorManager.cs b/Content.Server/AI/Utility/NpcBehaviorManager.cs index 4763f77899..8610bc4ed2 100644 --- a/Content.Server/AI/Utility/NpcBehaviorManager.cs +++ b/Content.Server/AI/Utility/NpcBehaviorManager.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Content.Server.AI.EntitySystems; diff --git a/Content.Server/AME/AMENodeGroup.cs b/Content.Server/AME/AMENodeGroup.cs index a015d20a72..eb9acc62c3 100644 --- a/Content.Server/AME/AMENodeGroup.cs +++ b/Content.Server/AME/AMENodeGroup.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Server/AME/Components/AMEControllerComponent.cs b/Content.Server/AME/Components/AMEControllerComponent.cs index 54873aa4e8..896fafc254 100644 --- a/Content.Server/AME/Components/AMEControllerComponent.cs +++ b/Content.Server/AME/Components/AMEControllerComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Linq; using System.Threading.Tasks; using Content.Server.Hands.Components; diff --git a/Content.Server/AME/Components/AMEFuelContainerComponent.cs b/Content.Server/AME/Components/AMEFuelContainerComponent.cs index 269a4077be..ff5558c917 100644 --- a/Content.Server/AME/Components/AMEFuelContainerComponent.cs +++ b/Content.Server/AME/Components/AMEFuelContainerComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.GameObjects; using Robust.Shared.ViewVariables; diff --git a/Content.Server/AME/Components/AMEPartComponent.cs b/Content.Server/AME/Components/AMEPartComponent.cs index 42fc2de82e..001aa3b4c5 100644 --- a/Content.Server/AME/Components/AMEPartComponent.cs +++ b/Content.Server/AME/Components/AMEPartComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Linq; using System.Threading.Tasks; using Content.Server.Hands.Components; diff --git a/Content.Server/AME/Components/AMEShieldComponent.cs b/Content.Server/AME/Components/AMEShieldComponent.cs index b68646dcd1..4c64181a16 100644 --- a/Content.Server/AME/Components/AMEShieldComponent.cs +++ b/Content.Server/AME/Components/AMEShieldComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Content.Shared.AME; using Robust.Server.GameObjects; using Robust.Shared.GameObjects; diff --git a/Content.Server/Access/Components/AccessComponent.cs b/Content.Server/Access/Components/AccessComponent.cs index f1393397ab..fd85a535d5 100644 --- a/Content.Server/Access/Components/AccessComponent.cs +++ b/Content.Server/Access/Components/AccessComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Server/Access/Components/AccessReaderComponent.cs b/Content.Server/Access/Components/AccessReaderComponent.cs index 64ab8cafe6..2eafac583a 100644 --- a/Content.Server/Access/Components/AccessReaderComponent.cs +++ b/Content.Server/Access/Components/AccessReaderComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Server/Access/Components/IAccess.cs b/Content.Server/Access/Components/IAccess.cs index 7b04b26c48..46f91f40a3 100644 --- a/Content.Server/Access/Components/IAccess.cs +++ b/Content.Server/Access/Components/IAccess.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; diff --git a/Content.Server/Access/Components/IdCardConsoleComponent.cs b/Content.Server/Access/Components/IdCardConsoleComponent.cs index f9de78f2ac..87f0085931 100644 --- a/Content.Server/Access/Components/IdCardConsoleComponent.cs +++ b/Content.Server/Access/Components/IdCardConsoleComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/Content.Server/Access/Components/PresetIdCardComponent.cs b/Content.Server/Access/Components/PresetIdCardComponent.cs index 4442a07944..58c07df48c 100644 --- a/Content.Server/Access/Components/PresetIdCardComponent.cs +++ b/Content.Server/Access/Components/PresetIdCardComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Roles; using Robust.Shared.GameObjects; using Robust.Shared.IoC; diff --git a/Content.Server/Actions/Actions/CombatMode.cs b/Content.Server/Actions/Actions/CombatMode.cs index b44cf63dda..4ce41fd4bb 100644 --- a/Content.Server/Actions/Actions/CombatMode.cs +++ b/Content.Server/Actions/Actions/CombatMode.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.CombatMode; using Content.Shared.Actions.Behaviors; using Content.Shared.Notification; diff --git a/Content.Server/Actions/Actions/DisarmAction.cs b/Content.Server/Actions/Actions/DisarmAction.cs index a54992a282..de435b5f5c 100644 --- a/Content.Server/Actions/Actions/DisarmAction.cs +++ b/Content.Server/Actions/Actions/DisarmAction.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Linq; using Content.Server.Act; diff --git a/Content.Server/Actions/Actions/GhostBoo.cs b/Content.Server/Actions/Actions/GhostBoo.cs index eec44b21ff..2287f123d1 100644 --- a/Content.Server/Actions/Actions/GhostBoo.cs +++ b/Content.Server/Actions/Actions/GhostBoo.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Linq; using Content.Server.Ghost; using Content.Shared.Actions.Behaviors; diff --git a/Content.Server/Actions/Actions/ScreamAction.cs b/Content.Server/Actions/Actions/ScreamAction.cs index 0f1fa8cfdb..a1cb8a6a95 100644 --- a/Content.Server/Actions/Actions/ScreamAction.cs +++ b/Content.Server/Actions/Actions/ScreamAction.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Content.Server.CharacterAppearance.Components; diff --git a/Content.Server/Actions/Commands/CooldownAction.cs b/Content.Server/Actions/Commands/CooldownAction.cs index 6ae705647a..b4eeca63ea 100644 --- a/Content.Server/Actions/Commands/CooldownAction.cs +++ b/Content.Server/Actions/Commands/CooldownAction.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Server.Administration; using Content.Server.Commands; diff --git a/Content.Server/Actions/Commands/GrantAction.cs b/Content.Server/Actions/Commands/GrantAction.cs index 2ad39f0b0c..b864e904ff 100644 --- a/Content.Server/Actions/Commands/GrantAction.cs +++ b/Content.Server/Actions/Commands/GrantAction.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Server.Administration; using Content.Server.Commands; diff --git a/Content.Server/Actions/Commands/RevokeAction.cs b/Content.Server/Actions/Commands/RevokeAction.cs index 3c2f938099..4366c7fca3 100644 --- a/Content.Server/Actions/Commands/RevokeAction.cs +++ b/Content.Server/Actions/Commands/RevokeAction.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Server.Administration; using Content.Server.Commands; diff --git a/Content.Server/Actions/ServerActionsComponent.cs b/Content.Server/Actions/ServerActionsComponent.cs index ab89458458..584de89606 100644 --- a/Content.Server/Actions/ServerActionsComponent.cs +++ b/Content.Server/Actions/ServerActionsComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.ActionBlocker; using Content.Shared.Actions; diff --git a/Content.Server/Administration/AdminRank.cs b/Content.Server/Administration/AdminRank.cs index 925022498e..2f27891ea7 100644 --- a/Content.Server/Administration/AdminRank.cs +++ b/Content.Server/Administration/AdminRank.cs @@ -1,6 +1,5 @@ using Content.Shared.Administration; -#nullable enable namespace Content.Server.Administration { diff --git a/Content.Server/Administration/Commands/BanCommand.cs b/Content.Server/Administration/Commands/BanCommand.cs index 64ebd4807f..e776000dd6 100644 --- a/Content.Server/Administration/Commands/BanCommand.cs +++ b/Content.Server/Administration/Commands/BanCommand.cs @@ -8,7 +8,6 @@ using Robust.Server.Player; using Robust.Shared.Console; using Robust.Shared.IoC; -#nullable enable namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/DeAdminCommand.cs b/Content.Server/Administration/Commands/DeAdminCommand.cs index e53e5551a6..63feb7846b 100644 --- a/Content.Server/Administration/Commands/DeAdminCommand.cs +++ b/Content.Server/Administration/Commands/DeAdminCommand.cs @@ -5,7 +5,6 @@ using Robust.Server.Player; using Robust.Shared.Console; using Robust.Shared.IoC; -#nullable enable namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/DeleteComponent.cs b/Content.Server/Administration/Commands/DeleteComponent.cs index 8c05561cc9..b22af15355 100644 --- a/Content.Server/Administration/Commands/DeleteComponent.cs +++ b/Content.Server/Administration/Commands/DeleteComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Administration; +using Content.Shared.Administration; using Robust.Shared.Console; using Robust.Shared.GameObjects; using Robust.Shared.IoC; diff --git a/Content.Server/Administration/Commands/DeleteEntitiesWithId.cs b/Content.Server/Administration/Commands/DeleteEntitiesWithId.cs index 08551517cd..c9beaff729 100644 --- a/Content.Server/Administration/Commands/DeleteEntitiesWithId.cs +++ b/Content.Server/Administration/Commands/DeleteEntitiesWithId.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Administration; using Robust.Shared.Console; using Robust.Shared.GameObjects; diff --git a/Content.Server/Administration/Commands/ExplosionCommand.cs b/Content.Server/Administration/Commands/ExplosionCommand.cs index 7b7fc97250..50d553fd72 100644 --- a/Content.Server/Administration/Commands/ExplosionCommand.cs +++ b/Content.Server/Administration/Commands/ExplosionCommand.cs @@ -4,7 +4,6 @@ using Robust.Server.Player; using Robust.Shared.Console; using Robust.Shared.Map; -#nullable enable namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/FindEntitiesWithComponents.cs b/Content.Server/Administration/Commands/FindEntitiesWithComponents.cs index 0e4b0b6190..a386be5263 100644 --- a/Content.Server/Administration/Commands/FindEntitiesWithComponents.cs +++ b/Content.Server/Administration/Commands/FindEntitiesWithComponents.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Server/Administration/Commands/OpenPermissionsCommand.cs b/Content.Server/Administration/Commands/OpenPermissionsCommand.cs index 11628a0f26..2a1c00596a 100644 --- a/Content.Server/Administration/Commands/OpenPermissionsCommand.cs +++ b/Content.Server/Administration/Commands/OpenPermissionsCommand.cs @@ -5,7 +5,6 @@ using Robust.Server.Player; using Robust.Shared.Console; using Robust.Shared.IoC; -#nullable enable namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/PardonCommand.cs b/Content.Server/Administration/Commands/PardonCommand.cs index da23be1e2d..ff088591ab 100644 --- a/Content.Server/Administration/Commands/PardonCommand.cs +++ b/Content.Server/Administration/Commands/PardonCommand.cs @@ -6,7 +6,6 @@ using Robust.Server.Player; using Robust.Shared.Console; using Robust.Shared.IoC; -#nullable enable namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/PromoteHostCommand.cs b/Content.Server/Administration/Commands/PromoteHostCommand.cs index 7bd0b39cec..7b66ee4a4e 100644 --- a/Content.Server/Administration/Commands/PromoteHostCommand.cs +++ b/Content.Server/Administration/Commands/PromoteHostCommand.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Administration.Managers; +using Content.Server.Administration.Managers; using JetBrains.Annotations; using Robust.Server.Player; using Robust.Shared.Console; diff --git a/Content.Server/Administration/Commands/ReAdminCommand.cs b/Content.Server/Administration/Commands/ReAdminCommand.cs index 760638228f..1d6764ee46 100644 --- a/Content.Server/Administration/Commands/ReAdminCommand.cs +++ b/Content.Server/Administration/Commands/ReAdminCommand.cs @@ -3,7 +3,6 @@ using Robust.Server.Player; using Robust.Shared.Console; using Robust.Shared.IoC; -#nullable enable namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/ReadyAll.cs b/Content.Server/Administration/Commands/ReadyAll.cs index 33930bf2cd..c36ed3484f 100644 --- a/Content.Server/Administration/Commands/ReadyAll.cs +++ b/Content.Server/Administration/Commands/ReadyAll.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.GameTicking; +using Content.Server.GameTicking; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; diff --git a/Content.Server/Administration/Commands/RemoveExtraComponents.cs b/Content.Server/Administration/Commands/RemoveExtraComponents.cs index 98f7834fe9..9feb0aa471 100644 --- a/Content.Server/Administration/Commands/RemoveExtraComponents.cs +++ b/Content.Server/Administration/Commands/RemoveExtraComponents.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Administration; +using Content.Shared.Administration; using Robust.Shared.Console; using Robust.Shared.GameObjects; using Robust.Shared.IoC; diff --git a/Content.Server/Administration/Commands/SetAdminOOC.cs b/Content.Server/Administration/Commands/SetAdminOOC.cs index f18723d4c7..7dc3544e72 100644 --- a/Content.Server/Administration/Commands/SetAdminOOC.cs +++ b/Content.Server/Administration/Commands/SetAdminOOC.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Database; using Content.Server.Interfaces; diff --git a/Content.Server/Administration/Commands/SetMindCommand.cs b/Content.Server/Administration/Commands/SetMindCommand.cs index 88a25fd64d..9b24a636b5 100644 --- a/Content.Server/Administration/Commands/SetMindCommand.cs +++ b/Content.Server/Administration/Commands/SetMindCommand.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Mind.Components; using Content.Server.Players; using Content.Shared.Administration; diff --git a/Content.Server/Administration/Commands/SetOutfitCommand.cs b/Content.Server/Administration/Commands/SetOutfitCommand.cs index 44a6e82a3c..9b46a69610 100644 --- a/Content.Server/Administration/Commands/SetOutfitCommand.cs +++ b/Content.Server/Administration/Commands/SetOutfitCommand.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Administration.UI; using Content.Server.EUI; using Content.Server.Interfaces; diff --git a/Content.Server/Administration/Managers/AdminManager.cs b/Content.Server/Administration/Managers/AdminManager.cs index 2815c6d9df..89fb59ecd0 100644 --- a/Content.Server/Administration/Managers/AdminManager.cs +++ b/Content.Server/Administration/Managers/AdminManager.cs @@ -23,7 +23,6 @@ using Robust.Shared.Network; using Robust.Shared.Utility; using YamlDotNet.RepresentationModel; -#nullable enable namespace Content.Server.Administration.Managers { diff --git a/Content.Server/Administration/Managers/IAdminManager.cs b/Content.Server/Administration/Managers/IAdminManager.cs index 553628c6c5..40ac0b27bb 100644 --- a/Content.Server/Administration/Managers/IAdminManager.cs +++ b/Content.Server/Administration/Managers/IAdminManager.cs @@ -3,7 +3,6 @@ using System.Collections.Generic; using Content.Shared.Administration; using Robust.Server.Player; -#nullable enable namespace Content.Server.Administration.Managers { diff --git a/Content.Server/Administration/UI/PermissionsEui.cs b/Content.Server/Administration/UI/PermissionsEui.cs index 0fce245536..aeaa14d02a 100644 --- a/Content.Server/Administration/UI/PermissionsEui.cs +++ b/Content.Server/Administration/UI/PermissionsEui.cs @@ -14,7 +14,6 @@ using Robust.Shared.Network; using DbAdminRank = Content.Server.Database.AdminRank; using static Content.Shared.Administration.PermissionsEuiMsg; -#nullable enable namespace Content.Server.Administration.UI { diff --git a/Content.Server/Administration/Verbs/AdminAddReagentVerb.cs b/Content.Server/Administration/Verbs/AdminAddReagentVerb.cs index 9abc73fcf1..dae951605b 100644 --- a/Content.Server/Administration/Verbs/AdminAddReagentVerb.cs +++ b/Content.Server/Administration/Verbs/AdminAddReagentVerb.cs @@ -13,7 +13,6 @@ using Robust.Shared.GameObjects; using Robust.Shared.IoC; using Robust.Shared.Localization; -#nullable enable namespace Content.Server.Administration.Verbs { diff --git a/Content.Server/Administration/Verbs/DeleteVerb.cs b/Content.Server/Administration/Verbs/DeleteVerb.cs index c1938af26c..262347fdda 100644 --- a/Content.Server/Administration/Verbs/DeleteVerb.cs +++ b/Content.Server/Administration/Verbs/DeleteVerb.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Verbs; using Robust.Server.Console; using Robust.Server.GameObjects; diff --git a/Content.Server/Alert/Click/RemoveCuffs.cs b/Content.Server/Alert/Click/RemoveCuffs.cs index f00c219928..6ef8fd87c4 100644 --- a/Content.Server/Alert/Click/RemoveCuffs.cs +++ b/Content.Server/Alert/Click/RemoveCuffs.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Cuffs.Components; using Content.Shared.Alert; using JetBrains.Annotations; diff --git a/Content.Server/Alert/Commands/ClearAlert.cs b/Content.Server/Alert/Commands/ClearAlert.cs index 415ac67921..3ddc04a72d 100644 --- a/Content.Server/Alert/Commands/ClearAlert.cs +++ b/Content.Server/Alert/Commands/ClearAlert.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Server.Administration; using Content.Server.Commands; diff --git a/Content.Server/Alert/Commands/ShowAlert.cs b/Content.Server/Alert/Commands/ShowAlert.cs index 4a3e56679b..05cf1397a8 100644 --- a/Content.Server/Alert/Commands/ShowAlert.cs +++ b/Content.Server/Alert/Commands/ShowAlert.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Server.Administration; using Content.Server.Commands; diff --git a/Content.Server/Arcade/Components/BlockGameArcadeComponent.cs b/Content.Server/Arcade/Components/BlockGameArcadeComponent.cs index 157b5e3b7f..dc9025f18c 100644 --- a/Content.Server/Arcade/Components/BlockGameArcadeComponent.cs +++ b/Content.Server/Arcade/Components/BlockGameArcadeComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Server/Arcade/Components/SpaceVillainArcadeComponent.cs b/Content.Server/Arcade/Components/SpaceVillainArcadeComponent.cs index 0e9f52b248..c8bce4cb76 100644 --- a/Content.Server/Arcade/Components/SpaceVillainArcadeComponent.cs +++ b/Content.Server/Arcade/Components/SpaceVillainArcadeComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Content.Server.Power.Components; using Content.Server.UserInterface; diff --git a/Content.Server/Atmos/AtmosHelpers.cs b/Content.Server/Atmos/AtmosHelpers.cs index a89bc200c7..6203e6badd 100644 --- a/Content.Server/Atmos/AtmosHelpers.cs +++ b/Content.Server/Atmos/AtmosHelpers.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Diagnostics.CodeAnalysis; +using System.Diagnostics.CodeAnalysis; using Content.Server.Atmos.EntitySystems; using Content.Shared.Atmos; using Robust.Shared.GameObjects; diff --git a/Content.Server/Atmos/Components/AirtightComponent.cs b/Content.Server/Atmos/Components/AirtightComponent.cs index aa4818c54c..a6b038e675 100644 --- a/Content.Server/Atmos/Components/AirtightComponent.cs +++ b/Content.Server/Atmos/Components/AirtightComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Atmos.EntitySystems; using Content.Shared.Atmos; using Robust.Shared.GameObjects; diff --git a/Content.Server/Atmos/Components/AtmosExposedComponent.cs b/Content.Server/Atmos/Components/AtmosExposedComponent.cs index e0ea5ee76a..e742458f10 100644 --- a/Content.Server/Atmos/Components/AtmosExposedComponent.cs +++ b/Content.Server/Atmos/Components/AtmosExposedComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Atmos.EntitySystems; +using Content.Server.Atmos.EntitySystems; using Content.Server.Temperature.Components; using Robust.Shared.GameObjects; using Robust.Shared.ViewVariables; diff --git a/Content.Server/Atmos/Components/BreathToolComponent.cs b/Content.Server/Atmos/Components/BreathToolComponent.cs index 2e715cf5f2..6b4ca06792 100644 --- a/Content.Server/Atmos/Components/BreathToolComponent.cs +++ b/Content.Server/Atmos/Components/BreathToolComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Body.Respiratory; +using Content.Server.Body.Respiratory; using Content.Shared.Inventory; using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Server/Atmos/Components/FirelockComponent.cs b/Content.Server/Atmos/Components/FirelockComponent.cs index 961cb51d84..fdcfb991aa 100644 --- a/Content.Server/Atmos/Components/FirelockComponent.cs +++ b/Content.Server/Atmos/Components/FirelockComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Atmos.EntitySystems; using Content.Server.Doors; using Content.Server.Doors.Components; diff --git a/Content.Server/Atmos/Components/GasAnalyzerComponent.cs b/Content.Server/Atmos/Components/GasAnalyzerComponent.cs index 23d7b499aa..0b2e4de32a 100644 --- a/Content.Server/Atmos/Components/GasAnalyzerComponent.cs +++ b/Content.Server/Atmos/Components/GasAnalyzerComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Threading.Tasks; using Content.Server.Atmos.EntitySystems; diff --git a/Content.Server/Atmos/Components/GasTankComponent.cs b/Content.Server/Atmos/Components/GasTankComponent.cs index d30494b082..35e9201d25 100644 --- a/Content.Server/Atmos/Components/GasTankComponent.cs +++ b/Content.Server/Atmos/Components/GasTankComponent.cs @@ -1,4 +1,3 @@ -#nullable enable #nullable disable warnings using System; using Content.Server.Atmos.EntitySystems; diff --git a/Content.Server/Atmos/Components/GridAtmosphereComponent.cs b/Content.Server/Atmos/Components/GridAtmosphereComponent.cs index 6b7b902285..2e5a291e96 100644 --- a/Content.Server/Atmos/Components/GridAtmosphereComponent.cs +++ b/Content.Server/Atmos/Components/GridAtmosphereComponent.cs @@ -1,4 +1,3 @@ -#nullable enable // ReSharper disable once RedundantUsingDirective using System; using System.Collections; diff --git a/Content.Server/Atmos/Components/IGridAtmosphereComponent.cs b/Content.Server/Atmos/Components/IGridAtmosphereComponent.cs index e82e0a75b1..877e5e86a5 100644 --- a/Content.Server/Atmos/Components/IGridAtmosphereComponent.cs +++ b/Content.Server/Atmos/Components/IGridAtmosphereComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using Content.Server.Atmos.Piping.Components; using Content.Server.NodeContainer.NodeGroups; using Content.Shared.Atmos; diff --git a/Content.Server/Atmos/Components/MovedByPressureComponent.cs b/Content.Server/Atmos/Components/MovedByPressureComponent.cs index 3c7c2e7c09..75a72d4b55 100644 --- a/Content.Server/Atmos/Components/MovedByPressureComponent.cs +++ b/Content.Server/Atmos/Components/MovedByPressureComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Diagnostics.CodeAnalysis; using Content.Shared.Atmos; using Content.Shared.MobState; diff --git a/Content.Server/Atmos/Components/SpaceGridAtmosphereComponent.cs b/Content.Server/Atmos/Components/SpaceGridAtmosphereComponent.cs index ff63d979ea..c87caa0886 100644 --- a/Content.Server/Atmos/Components/SpaceGridAtmosphereComponent.cs +++ b/Content.Server/Atmos/Components/SpaceGridAtmosphereComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; using Content.Shared.Atmos; using Robust.Shared.GameObjects; diff --git a/Content.Server/Atmos/Components/UnsimulatedGridAtmosphereComponent.cs b/Content.Server/Atmos/Components/UnsimulatedGridAtmosphereComponent.cs index 090f506902..8aded0a2dd 100644 --- a/Content.Server/Atmos/Components/UnsimulatedGridAtmosphereComponent.cs +++ b/Content.Server/Atmos/Components/UnsimulatedGridAtmosphereComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Content.Server.Atmos.Piping.Components; using Content.Server.NodeContainer.NodeGroups; using Content.Shared.Atmos; diff --git a/Content.Server/Atmos/EntitySystems/AtmosDebugOverlaySystem.cs b/Content.Server/Atmos/EntitySystems/AtmosDebugOverlaySystem.cs index d7e66d5045..b2313f675f 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosDebugOverlaySystem.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosDebugOverlaySystem.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using Content.Server.Atmos.Components; using Content.Shared.Atmos; using Content.Shared.Atmos.EntitySystems; diff --git a/Content.Server/Atmos/EntitySystems/GasTileOverlaySystem.cs b/Content.Server/Atmos/EntitySystems/GasTileOverlaySystem.cs index 4c9d0516b6..6c96d10e88 100644 --- a/Content.Server/Atmos/EntitySystems/GasTileOverlaySystem.cs +++ b/Content.Server/Atmos/EntitySystems/GasTileOverlaySystem.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; diff --git a/Content.Server/Atmos/GasMixture.cs b/Content.Server/Atmos/GasMixture.cs index 31d609b579..1aa28daf63 100644 --- a/Content.Server/Atmos/GasMixture.cs +++ b/Content.Server/Atmos/GasMixture.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; diff --git a/Content.Server/Atmos/Piping/Components/AtmosDeviceComponent.cs b/Content.Server/Atmos/Piping/Components/AtmosDeviceComponent.cs index 20637de79d..3880f93495 100644 --- a/Content.Server/Atmos/Piping/Components/AtmosDeviceComponent.cs +++ b/Content.Server/Atmos/Piping/Components/AtmosDeviceComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Server.Atmos.Components; using Robust.Shared.GameObjects; diff --git a/Content.Server/Atmos/Piping/Trinary/Components/GasFilterComponent.cs b/Content.Server/Atmos/Piping/Trinary/Components/GasFilterComponent.cs index ab5a4cc264..4c547215f4 100644 --- a/Content.Server/Atmos/Piping/Trinary/Components/GasFilterComponent.cs +++ b/Content.Server/Atmos/Piping/Trinary/Components/GasFilterComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Atmos; using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Server/Atmos/Reactions/GasReactionPrototype.cs b/Content.Server/Atmos/Reactions/GasReactionPrototype.cs index deadbdb674..82cdd8cbb9 100644 --- a/Content.Server/Atmos/Reactions/GasReactionPrototype.cs +++ b/Content.Server/Atmos/Reactions/GasReactionPrototype.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Content.Server.Atmos.EntitySystems; using Content.Server.Interfaces; diff --git a/Content.Server/Atmos/Reactions/PlasmaFireReaction.cs b/Content.Server/Atmos/Reactions/PlasmaFireReaction.cs index 4d34cd33cd..3a5564c929 100644 --- a/Content.Server/Atmos/Reactions/PlasmaFireReaction.cs +++ b/Content.Server/Atmos/Reactions/PlasmaFireReaction.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Server.Atmos.EntitySystems; using Content.Server.Coordinates.Helpers; diff --git a/Content.Server/Atmos/Reactions/TritiumFireReaction.cs b/Content.Server/Atmos/Reactions/TritiumFireReaction.cs index 3c71b26c15..5739dc797a 100644 --- a/Content.Server/Atmos/Reactions/TritiumFireReaction.cs +++ b/Content.Server/Atmos/Reactions/TritiumFireReaction.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Atmos.EntitySystems; using Content.Server.Coordinates.Helpers; using Content.Server.Interfaces; diff --git a/Content.Server/Atmos/Reactions/WaterVaporReaction.cs b/Content.Server/Atmos/Reactions/WaterVaporReaction.cs index 6f2c98d16c..d1935f10a8 100644 --- a/Content.Server/Atmos/Reactions/WaterVaporReaction.cs +++ b/Content.Server/Atmos/Reactions/WaterVaporReaction.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Atmos.EntitySystems; using Content.Server.Fluids.Components; using Content.Server.Interfaces; diff --git a/Content.Server/BarSign/BarSignComponent.cs b/Content.Server/BarSign/BarSignComponent.cs index a0b953dc22..1954a18c64 100644 --- a/Content.Server/BarSign/BarSignComponent.cs +++ b/Content.Server/BarSign/BarSignComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Linq; using Content.Server.Power.Components; using Robust.Server.GameObjects; diff --git a/Content.Server/BarSign/BarSignPrototype.cs b/Content.Server/BarSign/BarSignPrototype.cs index 456c7ca38a..99e32cafec 100644 --- a/Content.Server/BarSign/BarSignPrototype.cs +++ b/Content.Server/BarSign/BarSignPrototype.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.Localization; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Server/Body/Behavior/BrainBehavior.cs b/Content.Server/Body/Behavior/BrainBehavior.cs index a939c70fdc..e7f869bf03 100644 --- a/Content.Server/Body/Behavior/BrainBehavior.cs +++ b/Content.Server/Body/Behavior/BrainBehavior.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Ghost; +using Content.Server.Ghost; using Content.Server.Ghost.Components; using Content.Server.Mind.Components; using Content.Shared.Body.Components; diff --git a/Content.Server/Body/Behavior/LiverBehavior.cs b/Content.Server/Body/Behavior/LiverBehavior.cs index 83360b8edd..82e12b29ce 100644 --- a/Content.Server/Body/Behavior/LiverBehavior.cs +++ b/Content.Server/Body/Behavior/LiverBehavior.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Linq; using Content.Server.Body.Circulatory; using Content.Shared.Body.Networks; diff --git a/Content.Server/Body/Behavior/LungBehavior.cs b/Content.Server/Body/Behavior/LungBehavior.cs index 51130d9790..428ecb5698 100644 --- a/Content.Server/Body/Behavior/LungBehavior.cs +++ b/Content.Server/Body/Behavior/LungBehavior.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Server.Atmos; using Content.Server.Atmos.Components; diff --git a/Content.Server/Body/Behavior/MechanismBehavior.cs b/Content.Server/Body/Behavior/MechanismBehavior.cs index 4446b991ec..ff5c468126 100644 --- a/Content.Server/Body/Behavior/MechanismBehavior.cs +++ b/Content.Server/Body/Behavior/MechanismBehavior.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Body.Behavior; +using Content.Shared.Body.Behavior; using Content.Shared.Body.Components; using Content.Shared.Body.Mechanism; using Content.Shared.Body.Part; diff --git a/Content.Server/Body/Behavior/StomachBehavior.cs b/Content.Server/Body/Behavior/StomachBehavior.cs index 6383a00eff..a6c903efe9 100644 --- a/Content.Server/Body/Behavior/StomachBehavior.cs +++ b/Content.Server/Body/Behavior/StomachBehavior.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Linq; using Content.Server.Body.Circulatory; diff --git a/Content.Server/Body/BodyComponent.cs b/Content.Server/Body/BodyComponent.cs index 9710f58a51..411065e0ac 100644 --- a/Content.Server/Body/BodyComponent.cs +++ b/Content.Server/Body/BodyComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.GameTicking; using Content.Server.Ghost; using Content.Server.Mind.Components; diff --git a/Content.Server/Body/Commands/AddHandCommand.cs b/Content.Server/Body/Commands/AddHandCommand.cs index bcba8d8f6f..ae8381c38e 100644 --- a/Content.Server/Body/Commands/AddHandCommand.cs +++ b/Content.Server/Body/Commands/AddHandCommand.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Administration; using Content.Shared.Administration; using Content.Shared.Body.Components; diff --git a/Content.Server/Body/Commands/AttachBodyPartCommand.cs b/Content.Server/Body/Commands/AttachBodyPartCommand.cs index 337ff4cd83..ba7e35c9d8 100644 --- a/Content.Server/Body/Commands/AttachBodyPartCommand.cs +++ b/Content.Server/Body/Commands/AttachBodyPartCommand.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Administration; using Content.Shared.Administration; using Content.Shared.Body.Components; diff --git a/Content.Server/Body/Commands/DestroyMechanismCommand.cs b/Content.Server/Body/Commands/DestroyMechanismCommand.cs index 4b13951a86..657e5f3459 100644 --- a/Content.Server/Body/Commands/DestroyMechanismCommand.cs +++ b/Content.Server/Body/Commands/DestroyMechanismCommand.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Administration; using Content.Shared.Administration; using Content.Shared.Body.Components; diff --git a/Content.Server/Body/Commands/RemoveHandCommand.cs b/Content.Server/Body/Commands/RemoveHandCommand.cs index 9668889628..184cf7141f 100644 --- a/Content.Server/Body/Commands/RemoveHandCommand.cs +++ b/Content.Server/Body/Commands/RemoveHandCommand.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Linq; using Content.Server.Administration; using Content.Shared.Administration; diff --git a/Content.Server/Body/Mechanism/MechanismComponent.cs b/Content.Server/Body/Mechanism/MechanismComponent.cs index 3795cd15b9..de9c1c476f 100644 --- a/Content.Server/Body/Mechanism/MechanismComponent.cs +++ b/Content.Server/Body/Mechanism/MechanismComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Threading.Tasks; using Content.Server.UserInterface; diff --git a/Content.Server/Body/Part/BodyPartComponent.cs b/Content.Server/Body/Part/BodyPartComponent.cs index 38393f00a9..c3939acf98 100644 --- a/Content.Server/Body/Part/BodyPartComponent.cs +++ b/Content.Server/Body/Part/BodyPartComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Threading.Tasks; using Content.Server.UserInterface; diff --git a/Content.Server/Body/Respiratory/InternalsComponent.cs b/Content.Server/Body/Respiratory/InternalsComponent.cs index 85eba65e31..87ec4d7b6d 100644 --- a/Content.Server/Body/Respiratory/InternalsComponent.cs +++ b/Content.Server/Body/Respiratory/InternalsComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Atmos.Components; +using Content.Server.Atmos.Components; using Robust.Shared.GameObjects; using Robust.Shared.ViewVariables; diff --git a/Content.Server/Body/Scanner/BodyScannerComponent.cs b/Content.Server/Body/Scanner/BodyScannerComponent.cs index b9a3b668e3..c0363699e2 100644 --- a/Content.Server/Body/Scanner/BodyScannerComponent.cs +++ b/Content.Server/Body/Scanner/BodyScannerComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.UserInterface; +using Content.Server.UserInterface; using Content.Shared.Body.Components; using Content.Shared.Body.Scanner; using Content.Shared.Interaction; diff --git a/Content.Server/Body/Surgery/BiologicalSurgeryDataComponent.cs b/Content.Server/Body/Surgery/BiologicalSurgeryDataComponent.cs index 5d932a611f..870f0cd670 100644 --- a/Content.Server/Body/Surgery/BiologicalSurgeryDataComponent.cs +++ b/Content.Server/Body/Surgery/BiologicalSurgeryDataComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/Content.Server/Body/Surgery/Components/SurgeryToolComponent.cs b/Content.Server/Body/Surgery/Components/SurgeryToolComponent.cs index 248f3fb6fa..50115a2b47 100644 --- a/Content.Server/Body/Surgery/Components/SurgeryToolComponent.cs +++ b/Content.Server/Body/Surgery/Components/SurgeryToolComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Threading.Tasks; diff --git a/Content.Server/Botany/Components/PlantHolderComponent.cs b/Content.Server/Botany/Components/PlantHolderComponent.cs index d3af8dc4b8..c7dc1f7eea 100644 --- a/Content.Server/Botany/Components/PlantHolderComponent.cs +++ b/Content.Server/Botany/Components/PlantHolderComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Linq; using System.Threading.Tasks; diff --git a/Content.Server/Botany/Components/ProduceComponent.cs b/Content.Server/Botany/Components/ProduceComponent.cs index 0a6cf284cb..88e456bb7c 100644 --- a/Content.Server/Botany/Components/ProduceComponent.cs +++ b/Content.Server/Botany/Components/ProduceComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Chemistry.Components; using Content.Shared.Chemistry.Reagent; using Robust.Server.GameObjects; diff --git a/Content.Server/Botany/Components/SeedComponent.cs b/Content.Server/Botany/Components/SeedComponent.cs index 9c2728e313..b535d28583 100644 --- a/Content.Server/Botany/Components/SeedComponent.cs +++ b/Content.Server/Botany/Components/SeedComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Examine; using Robust.Shared.GameObjects; using Robust.Shared.IoC; diff --git a/Content.Server/Botany/Components/SeedExtractorComponent.cs b/Content.Server/Botany/Components/SeedExtractorComponent.cs index c195c4f869..6863e72d90 100644 --- a/Content.Server/Botany/Components/SeedExtractorComponent.cs +++ b/Content.Server/Botany/Components/SeedExtractorComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Threading.Tasks; using Content.Server.Power.Components; using Content.Shared.Interaction; diff --git a/Content.Server/Botany/Seed.cs b/Content.Server/Botany/Seed.cs index d456503e74..de011031e8 100644 --- a/Content.Server/Botany/Seed.cs +++ b/Content.Server/Botany/Seed.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Server/Buckle/BuckleSystem.cs b/Content.Server/Buckle/BuckleSystem.cs index c53cd503b5..4f262f7e18 100644 --- a/Content.Server/Buckle/BuckleSystem.cs +++ b/Content.Server/Buckle/BuckleSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Buckle.Components; using Content.Server.Interaction; using Content.Shared.Buckle; diff --git a/Content.Server/Buckle/Components/BuckleComponent.cs b/Content.Server/Buckle/Components/BuckleComponent.cs index 2291bbb4e0..db57e30d1a 100644 --- a/Content.Server/Buckle/Components/BuckleComponent.cs +++ b/Content.Server/Buckle/Components/BuckleComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Diagnostics.CodeAnalysis; using Content.Server.Alert; diff --git a/Content.Server/Buckle/Components/StrapComponent.cs b/Content.Server/Buckle/Components/StrapComponent.cs index e27355a13e..d8114786e7 100644 --- a/Content.Server/Buckle/Components/StrapComponent.cs +++ b/Content.Server/Buckle/Components/StrapComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Linq; using Content.Shared.ActionBlocker; diff --git a/Content.Server/Cargo/Components/CargoConsoleComponent.cs b/Content.Server/Cargo/Components/CargoConsoleComponent.cs index 4a53d52b48..82f70099fd 100644 --- a/Content.Server/Cargo/Components/CargoConsoleComponent.cs +++ b/Content.Server/Cargo/Components/CargoConsoleComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Content.Server.Coordinates.Helpers; using Content.Server.Power.Components; diff --git a/Content.Server/Cargo/Components/CargoTelepadComponent.cs b/Content.Server/Cargo/Components/CargoTelepadComponent.cs index ba31eb3d13..e54a6ea821 100644 --- a/Content.Server/Cargo/Components/CargoTelepadComponent.cs +++ b/Content.Server/Cargo/Components/CargoTelepadComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Content.Server.Power.Components; using Content.Shared.Cargo; diff --git a/Content.Server/CharacterAppearance/Components/MagicMirrorComponent.cs b/Content.Server/CharacterAppearance/Components/MagicMirrorComponent.cs index 39dcc61096..bdccf0cacb 100644 --- a/Content.Server/CharacterAppearance/Components/MagicMirrorComponent.cs +++ b/Content.Server/CharacterAppearance/Components/MagicMirrorComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.UserInterface; using Content.Shared.CharacterAppearance; using Content.Shared.CharacterAppearance.Components; diff --git a/Content.Server/CharacterInfo/CharacterInfoComponent.cs b/Content.Server/CharacterInfo/CharacterInfoComponent.cs index f5ff7e976e..ca63dbee07 100644 --- a/Content.Server/CharacterInfo/CharacterInfoComponent.cs +++ b/Content.Server/CharacterInfo/CharacterInfoComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using Content.Server.Mind.Components; using Content.Server.Roles; using Content.Shared.CharacterInfo; diff --git a/Content.Server/Chat/Commands/AdminChatCommand.cs b/Content.Server/Chat/Commands/AdminChatCommand.cs index 0af611733d..50a4f207e2 100644 --- a/Content.Server/Chat/Commands/AdminChatCommand.cs +++ b/Content.Server/Chat/Commands/AdminChatCommand.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Administration; using Content.Server.Chat.Managers; using Content.Shared.Administration; diff --git a/Content.Server/Chat/Commands/MeCommand.cs b/Content.Server/Chat/Commands/MeCommand.cs index 6aa2f05ab3..e19c8d2879 100644 --- a/Content.Server/Chat/Commands/MeCommand.cs +++ b/Content.Server/Chat/Commands/MeCommand.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Administration; using Content.Server.Chat.Managers; using Content.Server.Players; diff --git a/Content.Server/Chat/Commands/OOCCommand.cs b/Content.Server/Chat/Commands/OOCCommand.cs index 22f72d10f1..440e1f8b5f 100644 --- a/Content.Server/Chat/Commands/OOCCommand.cs +++ b/Content.Server/Chat/Commands/OOCCommand.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Administration; using Content.Server.Chat.Managers; using Robust.Server.Player; diff --git a/Content.Server/Chat/Commands/SayCommand.cs b/Content.Server/Chat/Commands/SayCommand.cs index 193798a976..f53302fb75 100644 --- a/Content.Server/Chat/Commands/SayCommand.cs +++ b/Content.Server/Chat/Commands/SayCommand.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Administration; using Content.Server.Chat.Managers; using Content.Server.Ghost.Components; diff --git a/Content.Server/Chat/Commands/SuicideCommand.cs b/Content.Server/Chat/Commands/SuicideCommand.cs index a1bad9de9b..86686b6d99 100644 --- a/Content.Server/Chat/Commands/SuicideCommand.cs +++ b/Content.Server/Chat/Commands/SuicideCommand.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Linq; using Content.Server.Act; using Content.Server.Administration; diff --git a/Content.Server/Chemistry/Components/ChemMasterComponent.cs b/Content.Server/Chemistry/Components/ChemMasterComponent.cs index 7ae9b4193f..9a8bcea26f 100644 --- a/Content.Server/Chemistry/Components/ChemMasterComponent.cs +++ b/Content.Server/Chemistry/Components/ChemMasterComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Threading.Tasks; diff --git a/Content.Server/Chemistry/Components/FoamSolutionAreaEffectComponent.cs b/Content.Server/Chemistry/Components/FoamSolutionAreaEffectComponent.cs index c668d06a6f..ad3d1d821b 100644 --- a/Content.Server/Chemistry/Components/FoamSolutionAreaEffectComponent.cs +++ b/Content.Server/Chemistry/Components/FoamSolutionAreaEffectComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Body.Circulatory; +using Content.Server.Body.Circulatory; using Content.Server.Inventory.Components; using Content.Server.Items; using Content.Shared.Chemistry.Reagent; diff --git a/Content.Server/Chemistry/Components/InjectorComponent.cs b/Content.Server/Chemistry/Components/InjectorComponent.cs index 2d41190eff..cd404aaa0d 100644 --- a/Content.Server/Chemistry/Components/InjectorComponent.cs +++ b/Content.Server/Chemistry/Components/InjectorComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Threading.Tasks; using Content.Server.Body.Circulatory; diff --git a/Content.Server/Chemistry/Components/ReagentDispenserComponent.cs b/Content.Server/Chemistry/Components/ReagentDispenserComponent.cs index 938f009b8e..9a1dab5aef 100644 --- a/Content.Server/Chemistry/Components/ReagentDispenserComponent.cs +++ b/Content.Server/Chemistry/Components/ReagentDispenserComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Server/Chemistry/Components/ReagentTankComponent.cs b/Content.Server/Chemistry/Components/ReagentTankComponent.cs index acd9480802..7d55f43d15 100644 --- a/Content.Server/Chemistry/Components/ReagentTankComponent.cs +++ b/Content.Server/Chemistry/Components/ReagentTankComponent.cs @@ -3,7 +3,6 @@ using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.ViewVariables; -#nullable enable namespace Content.Server.Chemistry.Components { diff --git a/Content.Server/Chemistry/Components/RehydratableComponent.cs b/Content.Server/Chemistry/Components/RehydratableComponent.cs index 91cf6853dd..6d900b26a5 100644 --- a/Content.Server/Chemistry/Components/RehydratableComponent.cs +++ b/Content.Server/Chemistry/Components/RehydratableComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Notification; using Content.Shared.Chemistry; using Content.Shared.Chemistry.Reagent; diff --git a/Content.Server/Chemistry/Components/SmokeSolutionAreaEffectComponent.cs b/Content.Server/Chemistry/Components/SmokeSolutionAreaEffectComponent.cs index 0e04210ba4..461b9b25c1 100644 --- a/Content.Server/Chemistry/Components/SmokeSolutionAreaEffectComponent.cs +++ b/Content.Server/Chemistry/Components/SmokeSolutionAreaEffectComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Linq; +using System.Linq; using Content.Server.Body.Circulatory; using Content.Server.Body.Respiratory; using Content.Shared.Chemistry; diff --git a/Content.Server/Chemistry/Components/SolutionAreaEffectComponent.cs b/Content.Server/Chemistry/Components/SolutionAreaEffectComponent.cs index a68230ddd1..2932c2d1b0 100644 --- a/Content.Server/Chemistry/Components/SolutionAreaEffectComponent.cs +++ b/Content.Server/Chemistry/Components/SolutionAreaEffectComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Linq; using Content.Server.Atmos.Components; diff --git a/Content.Server/Chemistry/Components/SolutionAreaEffectInceptionComponent.cs b/Content.Server/Chemistry/Components/SolutionAreaEffectInceptionComponent.cs index 0d5a31304b..ff38721a16 100644 --- a/Content.Server/Chemistry/Components/SolutionAreaEffectInceptionComponent.cs +++ b/Content.Server/Chemistry/Components/SolutionAreaEffectInceptionComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; using Robust.Shared.GameObjects; using Robust.Shared.ViewVariables; diff --git a/Content.Server/Chemistry/Components/SolutionContainerComponent.cs b/Content.Server/Chemistry/Components/SolutionContainerComponent.cs index b9944a28fc..33adde72b2 100644 --- a/Content.Server/Chemistry/Components/SolutionContainerComponent.cs +++ b/Content.Server/Chemistry/Components/SolutionContainerComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Chemistry.Solution.Components; +using Content.Shared.Chemistry.Solution.Components; using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.Components diff --git a/Content.Server/Chemistry/Components/SolutionTransferComponent.cs b/Content.Server/Chemistry/Components/SolutionTransferComponent.cs index 38238299d7..316b2daf30 100644 --- a/Content.Server/Chemistry/Components/SolutionTransferComponent.cs +++ b/Content.Server/Chemistry/Components/SolutionTransferComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Threading.Tasks; using Content.Shared.Chemistry.Reagent; using Content.Shared.Chemistry.Solution.Components; diff --git a/Content.Server/Chemistry/Components/TransformableContainerComponent.cs b/Content.Server/Chemistry/Components/TransformableContainerComponent.cs index fc55f861c5..ad01057a58 100644 --- a/Content.Server/Chemistry/Components/TransformableContainerComponent.cs +++ b/Content.Server/Chemistry/Components/TransformableContainerComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Chemistry; using Content.Shared.Chemistry.Reagent; using Content.Shared.Chemistry.Solution; diff --git a/Content.Server/Chemistry/EntitySystems/ChemicalReactionSystem.cs b/Content.Server/Chemistry/EntitySystems/ChemicalReactionSystem.cs index f60c5417c7..ad37aadd6f 100644 --- a/Content.Server/Chemistry/EntitySystems/ChemicalReactionSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/ChemicalReactionSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Chemistry.Reaction; using Content.Shared.Chemistry.Reagent; using Robust.Shared.Audio; diff --git a/Content.Server/Chemistry/EntitySystems/SolutionAreaEffectSystem.cs b/Content.Server/Chemistry/EntitySystems/SolutionAreaEffectSystem.cs index cacd3a5d6b..a647007644 100644 --- a/Content.Server/Chemistry/EntitySystems/SolutionAreaEffectSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/SolutionAreaEffectSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Linq; using Content.Server.Chemistry.Components; using JetBrains.Annotations; diff --git a/Content.Server/Chemistry/PlantMetabolism/AdjustAttribute.cs b/Content.Server/Chemistry/PlantMetabolism/AdjustAttribute.cs index c0f7a742a8..7a718650e1 100644 --- a/Content.Server/Chemistry/PlantMetabolism/AdjustAttribute.cs +++ b/Content.Server/Chemistry/PlantMetabolism/AdjustAttribute.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Diagnostics.CodeAnalysis; +using System.Diagnostics.CodeAnalysis; using Content.Server.Botany.Components; using Content.Shared.Botany; using Robust.Shared.GameObjects; diff --git a/Content.Server/Chemistry/PlantMetabolism/AdjustHealth.cs b/Content.Server/Chemistry/PlantMetabolism/AdjustHealth.cs index 960742d25b..9e3d539e2d 100644 --- a/Content.Server/Chemistry/PlantMetabolism/AdjustHealth.cs +++ b/Content.Server/Chemistry/PlantMetabolism/AdjustHealth.cs @@ -1,5 +1,4 @@ -#nullable enable -using JetBrains.Annotations; +using JetBrains.Annotations; using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.PlantMetabolism diff --git a/Content.Server/Chemistry/PlantMetabolism/AdjustMutationLevel.cs b/Content.Server/Chemistry/PlantMetabolism/AdjustMutationLevel.cs index 6437b0b39c..55501c86d7 100644 --- a/Content.Server/Chemistry/PlantMetabolism/AdjustMutationLevel.cs +++ b/Content.Server/Chemistry/PlantMetabolism/AdjustMutationLevel.cs @@ -1,5 +1,4 @@ -#nullable enable -using JetBrains.Annotations; +using JetBrains.Annotations; using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.PlantMetabolism diff --git a/Content.Server/Chemistry/PlantMetabolism/AdjustMutationMod.cs b/Content.Server/Chemistry/PlantMetabolism/AdjustMutationMod.cs index 0461aa9c5a..501932c885 100644 --- a/Content.Server/Chemistry/PlantMetabolism/AdjustMutationMod.cs +++ b/Content.Server/Chemistry/PlantMetabolism/AdjustMutationMod.cs @@ -1,5 +1,4 @@ -#nullable enable -using JetBrains.Annotations; +using JetBrains.Annotations; using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.PlantMetabolism diff --git a/Content.Server/Chemistry/PlantMetabolism/AdjustNutrition.cs b/Content.Server/Chemistry/PlantMetabolism/AdjustNutrition.cs index 2a2e00783d..22764fbcee 100644 --- a/Content.Server/Chemistry/PlantMetabolism/AdjustNutrition.cs +++ b/Content.Server/Chemistry/PlantMetabolism/AdjustNutrition.cs @@ -1,5 +1,4 @@ -#nullable enable -using JetBrains.Annotations; +using JetBrains.Annotations; using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.PlantMetabolism diff --git a/Content.Server/Chemistry/PlantMetabolism/AdjustPests.cs b/Content.Server/Chemistry/PlantMetabolism/AdjustPests.cs index 0245ba335c..c31a5d7138 100644 --- a/Content.Server/Chemistry/PlantMetabolism/AdjustPests.cs +++ b/Content.Server/Chemistry/PlantMetabolism/AdjustPests.cs @@ -1,5 +1,4 @@ -#nullable enable -using JetBrains.Annotations; +using JetBrains.Annotations; using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.PlantMetabolism diff --git a/Content.Server/Chemistry/PlantMetabolism/AdjustToxins.cs b/Content.Server/Chemistry/PlantMetabolism/AdjustToxins.cs index 544bb63b99..f9d281c0e4 100644 --- a/Content.Server/Chemistry/PlantMetabolism/AdjustToxins.cs +++ b/Content.Server/Chemistry/PlantMetabolism/AdjustToxins.cs @@ -1,5 +1,4 @@ -#nullable enable -using JetBrains.Annotations; +using JetBrains.Annotations; using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.PlantMetabolism diff --git a/Content.Server/Chemistry/PlantMetabolism/AdjustWater.cs b/Content.Server/Chemistry/PlantMetabolism/AdjustWater.cs index 9314506b05..f9b39b041d 100644 --- a/Content.Server/Chemistry/PlantMetabolism/AdjustWater.cs +++ b/Content.Server/Chemistry/PlantMetabolism/AdjustWater.cs @@ -1,5 +1,4 @@ -#nullable enable -using JetBrains.Annotations; +using JetBrains.Annotations; using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.PlantMetabolism diff --git a/Content.Server/Chemistry/PlantMetabolism/AdjustWeeds.cs b/Content.Server/Chemistry/PlantMetabolism/AdjustWeeds.cs index 66a0f8f480..e78c0cfe36 100644 --- a/Content.Server/Chemistry/PlantMetabolism/AdjustWeeds.cs +++ b/Content.Server/Chemistry/PlantMetabolism/AdjustWeeds.cs @@ -1,5 +1,4 @@ -#nullable enable -using JetBrains.Annotations; +using JetBrains.Annotations; using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.PlantMetabolism diff --git a/Content.Server/Chemistry/PlantMetabolism/AffectGrowth.cs b/Content.Server/Chemistry/PlantMetabolism/AffectGrowth.cs index 6962eabb94..5fc534b7ba 100644 --- a/Content.Server/Chemistry/PlantMetabolism/AffectGrowth.cs +++ b/Content.Server/Chemistry/PlantMetabolism/AffectGrowth.cs @@ -1,5 +1,4 @@ -#nullable enable -using JetBrains.Annotations; +using JetBrains.Annotations; using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.PlantMetabolism diff --git a/Content.Server/Chemistry/PlantMetabolism/Clonexadone.cs b/Content.Server/Chemistry/PlantMetabolism/Clonexadone.cs index 0320f8dc84..69eb5ddddd 100644 --- a/Content.Server/Chemistry/PlantMetabolism/Clonexadone.cs +++ b/Content.Server/Chemistry/PlantMetabolism/Clonexadone.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Content.Server.Botany.Components; using Content.Shared.Botany; using JetBrains.Annotations; diff --git a/Content.Server/Chemistry/PlantMetabolism/Diethylamine.cs b/Content.Server/Chemistry/PlantMetabolism/Diethylamine.cs index 0a476a90e1..efecce3a79 100644 --- a/Content.Server/Chemistry/PlantMetabolism/Diethylamine.cs +++ b/Content.Server/Chemistry/PlantMetabolism/Diethylamine.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Botany.Components; +using Content.Server.Botany.Components; using Content.Shared.Botany; using JetBrains.Annotations; using Robust.Shared.GameObjects; diff --git a/Content.Server/Chemistry/PlantMetabolism/RobustHarvest.cs b/Content.Server/Chemistry/PlantMetabolism/RobustHarvest.cs index f91877acd2..854310479b 100644 --- a/Content.Server/Chemistry/PlantMetabolism/RobustHarvest.cs +++ b/Content.Server/Chemistry/PlantMetabolism/RobustHarvest.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Botany.Components; +using Content.Server.Botany.Components; using Content.Shared.Botany; using JetBrains.Annotations; using Robust.Shared.GameObjects; diff --git a/Content.Server/Chemistry/ReactionEffects/AreaReactionEffect.cs b/Content.Server/Chemistry/ReactionEffects/AreaReactionEffect.cs index ed9f447f0e..5fdac2690e 100644 --- a/Content.Server/Chemistry/ReactionEffects/AreaReactionEffect.cs +++ b/Content.Server/Chemistry/ReactionEffects/AreaReactionEffect.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Server.Chemistry.Components; using Content.Server.Coordinates.Helpers; diff --git a/Content.Server/Chemistry/ReactionEffects/FoamAreaReactionEffect.cs b/Content.Server/Chemistry/ReactionEffects/FoamAreaReactionEffect.cs index 29f496fedc..76f250dced 100644 --- a/Content.Server/Chemistry/ReactionEffects/FoamAreaReactionEffect.cs +++ b/Content.Server/Chemistry/ReactionEffects/FoamAreaReactionEffect.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Chemistry.Components; +using Content.Server.Chemistry.Components; using JetBrains.Annotations; using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Server/Chemistry/ReactionEffects/SmokeAreaReactionEffect.cs b/Content.Server/Chemistry/ReactionEffects/SmokeAreaReactionEffect.cs index ce575a619a..08032d183e 100644 --- a/Content.Server/Chemistry/ReactionEffects/SmokeAreaReactionEffect.cs +++ b/Content.Server/Chemistry/ReactionEffects/SmokeAreaReactionEffect.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Chemistry.Components; +using Content.Server.Chemistry.Components; using JetBrains.Annotations; using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Server/Climbing/Components/ClimbingComponent.cs b/Content.Server/Climbing/Components/ClimbingComponent.cs index 00c871b125..8d06859605 100644 --- a/Content.Server/Climbing/Components/ClimbingComponent.cs +++ b/Content.Server/Climbing/Components/ClimbingComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Content.Shared.Buckle.Components; using Content.Shared.Climbing; using Robust.Shared.GameObjects; diff --git a/Content.Server/Cloning/CloningSystem.cs b/Content.Server/Cloning/CloningSystem.cs index 4622ae660b..0d0c37da75 100644 --- a/Content.Server/Cloning/CloningSystem.cs +++ b/Content.Server/Cloning/CloningSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Linq; using Content.Server.Cloning.Components; diff --git a/Content.Server/Clothing/Components/MagbootsComponent.cs b/Content.Server/Clothing/Components/MagbootsComponent.cs index 10b4cae51b..decec5873e 100644 --- a/Content.Server/Clothing/Components/MagbootsComponent.cs +++ b/Content.Server/Clothing/Components/MagbootsComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Alert; using Content.Server.Atmos.Components; using Content.Server.Inventory.Components; diff --git a/Content.Server/Commands/Atmos/AddAtmosCommand.cs b/Content.Server/Commands/Atmos/AddAtmosCommand.cs index 5afc24057b..16304113a8 100644 --- a/Content.Server/Commands/Atmos/AddAtmosCommand.cs +++ b/Content.Server/Commands/Atmos/AddAtmosCommand.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Administration; +using Content.Server.Administration; using Content.Server.Atmos.Components; using Content.Shared.Administration; using Robust.Shared.Console; diff --git a/Content.Server/Commands/Atmos/AddGasCommand.cs b/Content.Server/Commands/Atmos/AddGasCommand.cs index b745caf81a..1f55647229 100644 --- a/Content.Server/Commands/Atmos/AddGasCommand.cs +++ b/Content.Server/Commands/Atmos/AddGasCommand.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Administration; +using Content.Server.Administration; using Content.Server.Atmos.Components; using Content.Shared.Administration; using Content.Shared.Atmos; diff --git a/Content.Server/Commands/Atmos/AddUnsimulatedAtmosCommand.cs b/Content.Server/Commands/Atmos/AddUnsimulatedAtmosCommand.cs index 94c0e73e09..442012da7f 100644 --- a/Content.Server/Commands/Atmos/AddUnsimulatedAtmosCommand.cs +++ b/Content.Server/Commands/Atmos/AddUnsimulatedAtmosCommand.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Administration; +using Content.Server.Administration; using Content.Server.Atmos.Components; using Content.Shared.Administration; using Robust.Shared.Console; diff --git a/Content.Server/Commands/Atmos/DeleteGasCommand.cs b/Content.Server/Commands/Atmos/DeleteGasCommand.cs index 2f03714c37..2752d07f93 100644 --- a/Content.Server/Commands/Atmos/DeleteGasCommand.cs +++ b/Content.Server/Commands/Atmos/DeleteGasCommand.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Server.Administration; using Content.Server.Atmos.Components; diff --git a/Content.Server/Commands/Atmos/FillGasCommand.cs b/Content.Server/Commands/Atmos/FillGasCommand.cs index 604f1f0165..0a70ffbec0 100644 --- a/Content.Server/Commands/Atmos/FillGasCommand.cs +++ b/Content.Server/Commands/Atmos/FillGasCommand.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Administration; +using Content.Server.Administration; using Content.Server.Atmos.Components; using Content.Shared.Administration; using Content.Shared.Atmos; diff --git a/Content.Server/Commands/Atmos/FixGridAtmos.cs b/Content.Server/Commands/Atmos/FixGridAtmos.cs index 0a2885088e..18a2e95ded 100644 --- a/Content.Server/Commands/Atmos/FixGridAtmos.cs +++ b/Content.Server/Commands/Atmos/FixGridAtmos.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Administration; using Content.Server.Atmos; using Content.Server.Atmos.Components; diff --git a/Content.Server/Commands/Atmos/ListGasesCommand.cs b/Content.Server/Commands/Atmos/ListGasesCommand.cs index 9b90a51755..3694b3e2a5 100644 --- a/Content.Server/Commands/Atmos/ListGasesCommand.cs +++ b/Content.Server/Commands/Atmos/ListGasesCommand.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Administration; +using Content.Server.Administration; using Content.Server.Atmos.EntitySystems; using Content.Shared.Administration; using Robust.Shared.Console; diff --git a/Content.Server/Commands/Atmos/RemoveGasCommand.cs b/Content.Server/Commands/Atmos/RemoveGasCommand.cs index a421bf0f35..ad4a213dab 100644 --- a/Content.Server/Commands/Atmos/RemoveGasCommand.cs +++ b/Content.Server/Commands/Atmos/RemoveGasCommand.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Administration; +using Content.Server.Administration; using Content.Server.Atmos.Components; using Content.Shared.Administration; using Robust.Shared.Console; diff --git a/Content.Server/Commands/Atmos/SetAtmosTemperatureCommand.cs b/Content.Server/Commands/Atmos/SetAtmosTemperatureCommand.cs index 660173b566..18836eace9 100644 --- a/Content.Server/Commands/Atmos/SetAtmosTemperatureCommand.cs +++ b/Content.Server/Commands/Atmos/SetAtmosTemperatureCommand.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Administration; +using Content.Server.Administration; using Content.Server.Atmos.Components; using Content.Shared.Administration; using Content.Shared.Atmos; diff --git a/Content.Server/Commands/Atmos/SetTemperatureCommand.cs b/Content.Server/Commands/Atmos/SetTemperatureCommand.cs index 792ea8c9ce..278320bc6a 100644 --- a/Content.Server/Commands/Atmos/SetTemperatureCommand.cs +++ b/Content.Server/Commands/Atmos/SetTemperatureCommand.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Administration; +using Content.Server.Administration; using Content.Server.Atmos.Components; using Content.Shared.Administration; using Content.Shared.Atmos; diff --git a/Content.Server/Commands/Atmos/ShowAtmosCommand.cs b/Content.Server/Commands/Atmos/ShowAtmosCommand.cs index 35bbf3fc29..f408be6917 100644 --- a/Content.Server/Commands/Atmos/ShowAtmosCommand.cs +++ b/Content.Server/Commands/Atmos/ShowAtmosCommand.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Administration; using Content.Server.Atmos.EntitySystems; using Content.Shared.Administration; diff --git a/Content.Server/Commands/CommandUtils.cs b/Content.Server/Commands/CommandUtils.cs index e5d8ce6b2a..29951dbce6 100644 --- a/Content.Server/Commands/CommandUtils.cs +++ b/Content.Server/Commands/CommandUtils.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Diagnostics.CodeAnalysis; using Robust.Server.Player; using Robust.Shared.Console; diff --git a/Content.Server/Communications/CommunicationsConsoleComponent.cs b/Content.Server/Communications/CommunicationsConsoleComponent.cs index cf0b768e78..e8a47ea2c4 100644 --- a/Content.Server/Communications/CommunicationsConsoleComponent.cs +++ b/Content.Server/Communications/CommunicationsConsoleComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Globalization; using System.Threading; diff --git a/Content.Server/Connection/ConnectionManager.cs b/Content.Server/Connection/ConnectionManager.cs index bbc1382935..db0b1e1684 100644 --- a/Content.Server/Connection/ConnectionManager.cs +++ b/Content.Server/Connection/ConnectionManager.cs @@ -9,7 +9,6 @@ using Robust.Shared.Configuration; using Robust.Shared.IoC; using Robust.Shared.Network; -#nullable enable namespace Content.Server.Connection { diff --git a/Content.Server/Construction/Completions/AddContainer.cs b/Content.Server/Construction/Completions/AddContainer.cs index 426937a3c1..529b2f46a9 100644 --- a/Content.Server/Construction/Completions/AddContainer.cs +++ b/Content.Server/Construction/Completions/AddContainer.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Threading.Tasks; +using System.Threading.Tasks; using Content.Server.Construction.Components; using Content.Shared.Construction; using JetBrains.Annotations; diff --git a/Content.Server/Construction/Completions/BuildComputer.cs b/Content.Server/Construction/Completions/BuildComputer.cs index f3e0da8f02..8ea09c332a 100644 --- a/Content.Server/Construction/Completions/BuildComputer.cs +++ b/Content.Server/Construction/Completions/BuildComputer.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Linq; using System.Threading.Tasks; using Content.Server.Construction.Components; diff --git a/Content.Server/Construction/Completions/BuildMachine.cs b/Content.Server/Construction/Completions/BuildMachine.cs index 06874641c0..7828200220 100644 --- a/Content.Server/Construction/Completions/BuildMachine.cs +++ b/Content.Server/Construction/Completions/BuildMachine.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Linq; using System.Threading.Tasks; using Content.Server.Construction.Components; diff --git a/Content.Server/Construction/Completions/ConditionalAction.cs b/Content.Server/Construction/Completions/ConditionalAction.cs index da7fd719dd..24b5956664 100644 --- a/Content.Server/Construction/Completions/ConditionalAction.cs +++ b/Content.Server/Construction/Completions/ConditionalAction.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Threading.Tasks; using Content.Shared.Construction; using JetBrains.Annotations; diff --git a/Content.Server/Construction/Completions/DeleteEntitiesInContainer.cs b/Content.Server/Construction/Completions/DeleteEntitiesInContainer.cs index 8cfbd93953..ac3890d7dc 100644 --- a/Content.Server/Construction/Completions/DeleteEntitiesInContainer.cs +++ b/Content.Server/Construction/Completions/DeleteEntitiesInContainer.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Linq; using System.Threading.Tasks; using Content.Shared.Construction; diff --git a/Content.Server/Construction/Completions/DeleteEntity.cs b/Content.Server/Construction/Completions/DeleteEntity.cs index cf21ebf322..762a8d68d2 100644 --- a/Content.Server/Construction/Completions/DeleteEntity.cs +++ b/Content.Server/Construction/Completions/DeleteEntity.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Threading.Tasks; +using System.Threading.Tasks; using Content.Shared.Construction; using JetBrains.Annotations; using Robust.Shared.GameObjects; diff --git a/Content.Server/Construction/Completions/DestroyEntity.cs b/Content.Server/Construction/Completions/DestroyEntity.cs index bce60a667a..82018dac97 100644 --- a/Content.Server/Construction/Completions/DestroyEntity.cs +++ b/Content.Server/Construction/Completions/DestroyEntity.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Construction; using JetBrains.Annotations; using Robust.Shared.GameObjects; diff --git a/Content.Server/Construction/Completions/EmptyAllContainers.cs b/Content.Server/Construction/Completions/EmptyAllContainers.cs index f18ec92397..799c21d9ab 100644 --- a/Content.Server/Construction/Completions/EmptyAllContainers.cs +++ b/Content.Server/Construction/Completions/EmptyAllContainers.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Threading.Tasks; +using System.Threading.Tasks; using Content.Shared.Construction; using JetBrains.Annotations; using Robust.Shared.Containers; diff --git a/Content.Server/Construction/Completions/EmptyContainer.cs b/Content.Server/Construction/Completions/EmptyContainer.cs index 6d76d7f713..3099e1dbff 100644 --- a/Content.Server/Construction/Completions/EmptyContainer.cs +++ b/Content.Server/Construction/Completions/EmptyContainer.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Linq; +using System.Linq; using System.Threading.Tasks; using Content.Shared.Construction; using JetBrains.Annotations; diff --git a/Content.Server/Construction/Completions/MachineFrameRegenerateProgress.cs b/Content.Server/Construction/Completions/MachineFrameRegenerateProgress.cs index 0d5e580af0..c43dfee278 100644 --- a/Content.Server/Construction/Completions/MachineFrameRegenerateProgress.cs +++ b/Content.Server/Construction/Completions/MachineFrameRegenerateProgress.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Threading.Tasks; +using System.Threading.Tasks; using Content.Server.Construction.Components; using Content.Shared.Construction; using JetBrains.Annotations; diff --git a/Content.Server/Construction/Completions/MoveContainer.cs b/Content.Server/Construction/Completions/MoveContainer.cs index 9676273bc8..47a7fd0ae1 100644 --- a/Content.Server/Construction/Completions/MoveContainer.cs +++ b/Content.Server/Construction/Completions/MoveContainer.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Linq; using System.Threading.Tasks; using Content.Shared.Construction; diff --git a/Content.Server/Construction/Completions/PlaySound.cs b/Content.Server/Construction/Completions/PlaySound.cs index 6d0f7de98c..5772372446 100644 --- a/Content.Server/Construction/Completions/PlaySound.cs +++ b/Content.Server/Construction/Completions/PlaySound.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Threading.Tasks; using Content.Shared.Audio; using Content.Shared.Construction; diff --git a/Content.Server/Construction/Completions/PopupEveryone.cs b/Content.Server/Construction/Completions/PopupEveryone.cs index b1f17c54e1..7c9132bfa2 100644 --- a/Content.Server/Construction/Completions/PopupEveryone.cs +++ b/Content.Server/Construction/Completions/PopupEveryone.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Threading.Tasks; using Content.Server.Notification; using Content.Shared.Construction; diff --git a/Content.Server/Construction/Completions/PopupUser.cs b/Content.Server/Construction/Completions/PopupUser.cs index 026de3f7b0..f7d620e734 100644 --- a/Content.Server/Construction/Completions/PopupUser.cs +++ b/Content.Server/Construction/Completions/PopupUser.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Threading.Tasks; +using System.Threading.Tasks; using Content.Shared.Construction; using Content.Shared.Notification; using Content.Shared.Notification.Managers; diff --git a/Content.Server/Construction/Completions/SetAnchor.cs b/Content.Server/Construction/Completions/SetAnchor.cs index 54bdf62b88..7c9b781abe 100644 --- a/Content.Server/Construction/Completions/SetAnchor.cs +++ b/Content.Server/Construction/Completions/SetAnchor.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Threading.Tasks; +using System.Threading.Tasks; using Content.Shared.Construction; using JetBrains.Annotations; using Robust.Shared.GameObjects; diff --git a/Content.Server/Construction/Completions/SetStackCount.cs b/Content.Server/Construction/Completions/SetStackCount.cs index 7934d6c967..1d25b42748 100644 --- a/Content.Server/Construction/Completions/SetStackCount.cs +++ b/Content.Server/Construction/Completions/SetStackCount.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Threading.Tasks; +using System.Threading.Tasks; using Content.Server.Stack; using Content.Shared.Construction; using JetBrains.Annotations; diff --git a/Content.Server/Construction/Completions/SnapToGrid.cs b/Content.Server/Construction/Completions/SnapToGrid.cs index 6f61665b24..5b5f7be369 100644 --- a/Content.Server/Construction/Completions/SnapToGrid.cs +++ b/Content.Server/Construction/Completions/SnapToGrid.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Threading.Tasks; using Content.Server.Coordinates.Helpers; using Content.Shared.Construction; diff --git a/Content.Server/Construction/Completions/SpawnPrototype.cs b/Content.Server/Construction/Completions/SpawnPrototype.cs index e490b73ea6..caeeb7124a 100644 --- a/Content.Server/Construction/Completions/SpawnPrototype.cs +++ b/Content.Server/Construction/Completions/SpawnPrototype.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Threading.Tasks; +using System.Threading.Tasks; using Content.Server.Stack; using Content.Shared.Construction; using Content.Shared.Prototypes; diff --git a/Content.Server/Construction/Completions/SpawnPrototypeAtContainer.cs b/Content.Server/Construction/Completions/SpawnPrototypeAtContainer.cs index 489c4e7b77..10ef46f30c 100644 --- a/Content.Server/Construction/Completions/SpawnPrototypeAtContainer.cs +++ b/Content.Server/Construction/Completions/SpawnPrototypeAtContainer.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Threading.Tasks; using Content.Shared.Construction; using JetBrains.Annotations; diff --git a/Content.Server/Construction/Completions/SpriteChange.cs b/Content.Server/Construction/Completions/SpriteChange.cs index bf62c52b27..1628c3d913 100644 --- a/Content.Server/Construction/Completions/SpriteChange.cs +++ b/Content.Server/Construction/Completions/SpriteChange.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Threading.Tasks; +using System.Threading.Tasks; using Content.Shared.Construction; using JetBrains.Annotations; using Robust.Server.GameObjects; diff --git a/Content.Server/Construction/Completions/SpriteStateChange.cs b/Content.Server/Construction/Completions/SpriteStateChange.cs index bef8330d92..ed94cec220 100644 --- a/Content.Server/Construction/Completions/SpriteStateChange.cs +++ b/Content.Server/Construction/Completions/SpriteStateChange.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Threading.Tasks; +using System.Threading.Tasks; using Content.Shared.Construction; using JetBrains.Annotations; using Robust.Server.GameObjects; diff --git a/Content.Server/Construction/Completions/VisualizerDataInt.cs b/Content.Server/Construction/Completions/VisualizerDataInt.cs index 59ddaf7579..f9b5145b68 100644 --- a/Content.Server/Construction/Completions/VisualizerDataInt.cs +++ b/Content.Server/Construction/Completions/VisualizerDataInt.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Threading.Tasks; +using System.Threading.Tasks; using Content.Shared.Construction; using JetBrains.Annotations; using Robust.Server.GameObjects; diff --git a/Content.Server/Construction/Components/AnchorableComponent.cs b/Content.Server/Construction/Components/AnchorableComponent.cs index bb8f86074c..e813f18abc 100644 --- a/Content.Server/Construction/Components/AnchorableComponent.cs +++ b/Content.Server/Construction/Components/AnchorableComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Threading.Tasks; using Content.Server.Coordinates.Helpers; diff --git a/Content.Server/Construction/Components/ConstructionComponent.cs b/Content.Server/Construction/Components/ConstructionComponent.cs index a4de447e4c..0fa422c270 100644 --- a/Content.Server/Construction/Components/ConstructionComponent.cs +++ b/Content.Server/Construction/Components/ConstructionComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.IO; diff --git a/Content.Server/Construction/Components/WelderRefinableComponent.cs b/Content.Server/Construction/Components/WelderRefinableComponent.cs index 8c76a1755c..eb2042a29a 100644 --- a/Content.Server/Construction/Components/WelderRefinableComponent.cs +++ b/Content.Server/Construction/Components/WelderRefinableComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Threading.Tasks; using Content.Server.Stack; diff --git a/Content.Server/Construction/Conditions/AirlockBolted.cs b/Content.Server/Construction/Conditions/AirlockBolted.cs index e0aa3972ae..7da5dc5073 100644 --- a/Content.Server/Construction/Conditions/AirlockBolted.cs +++ b/Content.Server/Construction/Conditions/AirlockBolted.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Construction; using JetBrains.Annotations; using Robust.Shared.GameObjects; diff --git a/Content.Server/Construction/Conditions/ContainerEmpty.cs b/Content.Server/Construction/Conditions/ContainerEmpty.cs index 8b0518ab5f..88ca0ba042 100644 --- a/Content.Server/Construction/Conditions/ContainerEmpty.cs +++ b/Content.Server/Construction/Conditions/ContainerEmpty.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Threading.Tasks; +using System.Threading.Tasks; using Content.Shared.Construction; using JetBrains.Annotations; using Robust.Shared.Containers; diff --git a/Content.Server/Construction/Conditions/ContainerNotEmpty.cs b/Content.Server/Construction/Conditions/ContainerNotEmpty.cs index 9224b977dd..13c129fdf7 100644 --- a/Content.Server/Construction/Conditions/ContainerNotEmpty.cs +++ b/Content.Server/Construction/Conditions/ContainerNotEmpty.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Threading.Tasks; using Content.Shared.Construction; using JetBrains.Annotations; diff --git a/Content.Server/Construction/Conditions/DoorWelded.cs b/Content.Server/Construction/Conditions/DoorWelded.cs index 85aa328982..6d51f2d3b1 100644 --- a/Content.Server/Construction/Conditions/DoorWelded.cs +++ b/Content.Server/Construction/Conditions/DoorWelded.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Threading.Tasks; using Content.Server.Doors.Components; using Content.Shared.Construction; diff --git a/Content.Server/Construction/Conditions/ToiletLidClosed.cs b/Content.Server/Construction/Conditions/ToiletLidClosed.cs index 7fb338aebf..2f9cba7506 100644 --- a/Content.Server/Construction/Conditions/ToiletLidClosed.cs +++ b/Content.Server/Construction/Conditions/ToiletLidClosed.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Threading.Tasks; using Content.Server.Toilet; using Content.Shared.Construction; diff --git a/Content.Server/Construction/ConstructionSystem.cs b/Content.Server/Construction/ConstructionSystem.cs index 4b4bcaab3c..11e7c41f72 100644 --- a/Content.Server/Construction/ConstructionSystem.cs +++ b/Content.Server/Construction/ConstructionSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/Content.Server/Containers/Commands/HideContainedContextCommand.cs b/Content.Server/Containers/Commands/HideContainedContextCommand.cs index f150d2bbad..8ec47ad4bf 100644 --- a/Content.Server/Containers/Commands/HideContainedContextCommand.cs +++ b/Content.Server/Containers/Commands/HideContainedContextCommand.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Administration; using Content.Server.Verbs; using Content.Shared.Administration; diff --git a/Content.Server/Containers/Commands/ShowContainedContextCommand.cs b/Content.Server/Containers/Commands/ShowContainedContextCommand.cs index 5a556d4142..0780861d56 100644 --- a/Content.Server/Containers/Commands/ShowContainedContextCommand.cs +++ b/Content.Server/Containers/Commands/ShowContainedContextCommand.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Administration; using Content.Server.Verbs; using Content.Shared.Administration; diff --git a/Content.Server/Conveyor/ConveyorComponent.cs b/Content.Server/Conveyor/ConveyorComponent.cs index 31983f36ef..6109ea9cdc 100644 --- a/Content.Server/Conveyor/ConveyorComponent.cs +++ b/Content.Server/Conveyor/ConveyorComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Items; using Content.Server.MachineLinking.Components; using Content.Server.Power.Components; diff --git a/Content.Server/Coordinates/Helpers/GridTileLookupHelpers.cs b/Content.Server/Coordinates/Helpers/GridTileLookupHelpers.cs index 5f1c7263be..41587963d4 100644 --- a/Content.Server/Coordinates/Helpers/GridTileLookupHelpers.cs +++ b/Content.Server/Coordinates/Helpers/GridTileLookupHelpers.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Runtime.CompilerServices; using Robust.Server.GameObjects; diff --git a/Content.Server/Crayon/CrayonComponent.cs b/Content.Server/Crayon/CrayonComponent.cs index 13d0f4b90b..e877a8d65c 100644 --- a/Content.Server/Crayon/CrayonComponent.cs +++ b/Content.Server/Crayon/CrayonComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Linq; using System.Threading.Tasks; using Content.Server.UserInterface; diff --git a/Content.Server/Cuffs/Components/CuffableComponent.cs b/Content.Server/Cuffs/Components/CuffableComponent.cs index 4293558043..17cbf5d728 100644 --- a/Content.Server/Cuffs/Components/CuffableComponent.cs +++ b/Content.Server/Cuffs/Components/CuffableComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Server/Cuffs/Components/HandcuffComponent.cs b/Content.Server/Cuffs/Components/HandcuffComponent.cs index bac2720916..5df22abaa6 100644 --- a/Content.Server/Cuffs/Components/HandcuffComponent.cs +++ b/Content.Server/Cuffs/Components/HandcuffComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Threading.Tasks; using Content.Server.DoAfter; diff --git a/Content.Server/Cuffs/CuffableSystem.cs b/Content.Server/Cuffs/CuffableSystem.cs index 66f374ea34..8b74b16e11 100644 --- a/Content.Server/Cuffs/CuffableSystem.cs +++ b/Content.Server/Cuffs/CuffableSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Cuffs.Components; using Content.Server.Hands.Components; using Content.Shared.Hands.Components; diff --git a/Content.Server/Damage/Commands/GodModeCommand.cs b/Content.Server/Damage/Commands/GodModeCommand.cs index bbb58323d4..84dbb22128 100644 --- a/Content.Server/Damage/Commands/GodModeCommand.cs +++ b/Content.Server/Damage/Commands/GodModeCommand.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Administration; using Content.Shared.Administration; using Robust.Server.Player; diff --git a/Content.Server/Damage/Commands/HurtCommand.cs b/Content.Server/Damage/Commands/HurtCommand.cs index ccc9753be4..0184c18c7e 100644 --- a/Content.Server/Damage/Commands/HurtCommand.cs +++ b/Content.Server/Damage/Commands/HurtCommand.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Diagnostics.CodeAnalysis; using System.Text; diff --git a/Content.Server/Damage/GodmodeSystem.cs b/Content.Server/Damage/GodmodeSystem.cs index 788fe4bca7..823c155fae 100644 --- a/Content.Server/Damage/GodmodeSystem.cs +++ b/Content.Server/Damage/GodmodeSystem.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using Content.Server.Atmos.Components; using System.Linq; using Content.Shared.Damage; diff --git a/Content.Server/Database/ServerBanDef.cs b/Content.Server/Database/ServerBanDef.cs index c1c1b32f8c..663f3e1135 100644 --- a/Content.Server/Database/ServerBanDef.cs +++ b/Content.Server/Database/ServerBanDef.cs @@ -3,7 +3,6 @@ using System.Collections.Immutable; using System.Net; using Robust.Shared.Network; -#nullable enable namespace Content.Server.Database { diff --git a/Content.Server/Database/ServerDbBase.cs b/Content.Server/Database/ServerDbBase.cs index a79ce19338..5e9f67707a 100644 --- a/Content.Server/Database/ServerDbBase.cs +++ b/Content.Server/Database/ServerDbBase.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Collections.Immutable; diff --git a/Content.Server/Database/ServerDbManager.cs b/Content.Server/Database/ServerDbManager.cs index 3618aec44e..b0d2d032e9 100644 --- a/Content.Server/Database/ServerDbManager.cs +++ b/Content.Server/Database/ServerDbManager.cs @@ -21,7 +21,6 @@ using Robust.Shared.Network; using LogLevel = Robust.Shared.Log.LogLevel; using MSLogLevel = Microsoft.Extensions.Logging.LogLevel; -#nullable enable namespace Content.Server.Database { diff --git a/Content.Server/Database/ServerDbPostgres.cs b/Content.Server/Database/ServerDbPostgres.cs index 7198c01edd..328cdb7796 100644 --- a/Content.Server/Database/ServerDbPostgres.cs +++ b/Content.Server/Database/ServerDbPostgres.cs @@ -9,7 +9,6 @@ using System.Threading.Tasks; using Microsoft.EntityFrameworkCore; using Robust.Shared.Network; -#nullable enable namespace Content.Server.Database { diff --git a/Content.Server/Database/ServerDbSqlite.cs b/Content.Server/Database/ServerDbSqlite.cs index 6cc58614ac..bd840db20d 100644 --- a/Content.Server/Database/ServerDbSqlite.cs +++ b/Content.Server/Database/ServerDbSqlite.cs @@ -16,7 +16,6 @@ using Robust.Shared.Configuration; using Robust.Shared.IoC; using Robust.Shared.Network; -#nullable enable namespace Content.Server.Database { diff --git a/Content.Server/Destructible/DestructibleComponent.cs b/Content.Server/Destructible/DestructibleComponent.cs index d0383cb804..c7bdd18f9f 100644 --- a/Content.Server/Destructible/DestructibleComponent.cs +++ b/Content.Server/Destructible/DestructibleComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using Content.Server.Destructible.Thresholds; using Content.Shared.Damage; using Robust.Shared.GameObjects; diff --git a/Content.Server/Destructible/Thresholds/Behaviors/ChangeConstructionNodeBehavior.cs b/Content.Server/Destructible/Thresholds/Behaviors/ChangeConstructionNodeBehavior.cs index 6aab46c822..fbf65bd941 100644 --- a/Content.Server/Destructible/Thresholds/Behaviors/ChangeConstructionNodeBehavior.cs +++ b/Content.Server/Destructible/Thresholds/Behaviors/ChangeConstructionNodeBehavior.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Content.Server.Construction.Components; using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Server/Destructible/Thresholds/Behaviors/EmptyAllContainersBehaviour.cs b/Content.Server/Destructible/Thresholds/Behaviors/EmptyAllContainersBehaviour.cs index 7ade5c290d..f62489b985 100644 --- a/Content.Server/Destructible/Thresholds/Behaviors/EmptyAllContainersBehaviour.cs +++ b/Content.Server/Destructible/Thresholds/Behaviors/EmptyAllContainersBehaviour.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.Containers; using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Server/Destructible/Thresholds/Behaviors/SpawnEntitiesBehavior.cs b/Content.Server/Destructible/Thresholds/Behaviors/SpawnEntitiesBehavior.cs index 43c9ccbe15..6cbbc49b07 100644 --- a/Content.Server/Destructible/Thresholds/Behaviors/SpawnEntitiesBehavior.cs +++ b/Content.Server/Destructible/Thresholds/Behaviors/SpawnEntitiesBehavior.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Content.Server.Stack; diff --git a/Content.Server/Destructible/Thresholds/Behaviors/SpillBehavior.cs b/Content.Server/Destructible/Thresholds/Behaviors/SpillBehavior.cs index a8d6ae0f36..6840c36188 100644 --- a/Content.Server/Destructible/Thresholds/Behaviors/SpillBehavior.cs +++ b/Content.Server/Destructible/Thresholds/Behaviors/SpillBehavior.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Chemistry.Components; using Content.Server.Fluids.Components; using JetBrains.Annotations; diff --git a/Content.Server/Destructible/Thresholds/Threshold.cs b/Content.Server/Destructible/Thresholds/Threshold.cs index 886d0b44b8..27c4a557af 100644 --- a/Content.Server/Destructible/Thresholds/Threshold.cs +++ b/Content.Server/Destructible/Thresholds/Threshold.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using Content.Server.Destructible.Thresholds.Behaviors; using Content.Server.Destructible.Thresholds.Triggers; using Content.Shared.Damage.Components; diff --git a/Content.Server/Destructible/Thresholds/Triggers/AndTrigger.cs b/Content.Server/Destructible/Thresholds/Triggers/AndTrigger.cs index da293e7f90..55818309b5 100644 --- a/Content.Server/Destructible/Thresholds/Triggers/AndTrigger.cs +++ b/Content.Server/Destructible/Thresholds/Triggers/AndTrigger.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Content.Shared.Damage.Components; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Server/Destructible/Thresholds/Triggers/DamageClassTrigger.cs b/Content.Server/Destructible/Thresholds/Triggers/DamageClassTrigger.cs index 43a4d595ac..606f99cc3b 100644 --- a/Content.Server/Destructible/Thresholds/Triggers/DamageClassTrigger.cs +++ b/Content.Server/Destructible/Thresholds/Triggers/DamageClassTrigger.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Content.Shared.Damage; using Content.Shared.Damage.Components; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Server/Destructible/Thresholds/Triggers/DamageTrigger.cs b/Content.Server/Destructible/Thresholds/Triggers/DamageTrigger.cs index ab2b10a7eb..a0ea9d10ea 100644 --- a/Content.Server/Destructible/Thresholds/Triggers/DamageTrigger.cs +++ b/Content.Server/Destructible/Thresholds/Triggers/DamageTrigger.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Content.Shared.Damage.Components; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Server/Destructible/Thresholds/Triggers/DamageTypeTrigger.cs b/Content.Server/Destructible/Thresholds/Triggers/DamageTypeTrigger.cs index f46cf7e615..80451c0ae7 100644 --- a/Content.Server/Destructible/Thresholds/Triggers/DamageTypeTrigger.cs +++ b/Content.Server/Destructible/Thresholds/Triggers/DamageTypeTrigger.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Content.Shared.Damage; using Content.Shared.Damage.Components; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Server/Destructible/Thresholds/Triggers/IThresholdTrigger.cs b/Content.Server/Destructible/Thresholds/Triggers/IThresholdTrigger.cs index bc5ada7752..88d9a6d66a 100644 --- a/Content.Server/Destructible/Thresholds/Triggers/IThresholdTrigger.cs +++ b/Content.Server/Destructible/Thresholds/Triggers/IThresholdTrigger.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Damage.Components; +using Content.Shared.Damage.Components; namespace Content.Server.Destructible.Thresholds.Triggers { diff --git a/Content.Server/Destructible/Thresholds/Triggers/OrTrigger.cs b/Content.Server/Destructible/Thresholds/Triggers/OrTrigger.cs index 016529f1ea..b19df41e51 100644 --- a/Content.Server/Destructible/Thresholds/Triggers/OrTrigger.cs +++ b/Content.Server/Destructible/Thresholds/Triggers/OrTrigger.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Content.Shared.Damage.Components; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Server/Disposal/Mailing/DisposalMailingUnitComponent.cs b/Content.Server/Disposal/Mailing/DisposalMailingUnitComponent.cs index bc202065f2..16bc40e0ab 100644 --- a/Content.Server/Disposal/Mailing/DisposalMailingUnitComponent.cs +++ b/Content.Server/Disposal/Mailing/DisposalMailingUnitComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Server/Disposal/Tube/Components/DisposalRouterComponent.cs b/Content.Server/Disposal/Tube/Components/DisposalRouterComponent.cs index 33c7a83feb..45bb72bb99 100644 --- a/Content.Server/Disposal/Tube/Components/DisposalRouterComponent.cs +++ b/Content.Server/Disposal/Tube/Components/DisposalRouterComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Text; diff --git a/Content.Server/Disposal/Tube/Components/DisposalTaggerComponent.cs b/Content.Server/Disposal/Tube/Components/DisposalTaggerComponent.cs index 3dde6dee78..bd657678d3 100644 --- a/Content.Server/Disposal/Tube/Components/DisposalTaggerComponent.cs +++ b/Content.Server/Disposal/Tube/Components/DisposalTaggerComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Disposal.Unit.Components; using Content.Server.Hands.Components; using Content.Server.UserInterface; diff --git a/Content.Server/Disposal/Tube/Components/DisposalTubeComponent.cs b/Content.Server/Disposal/Tube/Components/DisposalTubeComponent.cs index 27e5d2b6e7..4e0372f5f2 100644 --- a/Content.Server/Disposal/Tube/Components/DisposalTubeComponent.cs +++ b/Content.Server/Disposal/Tube/Components/DisposalTubeComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Linq; using Content.Server.Construction.Components; diff --git a/Content.Server/Disposal/Tube/Components/IDisposalTubeComponent.cs b/Content.Server/Disposal/Tube/Components/IDisposalTubeComponent.cs index d615cf154a..31794739c6 100644 --- a/Content.Server/Disposal/Tube/Components/IDisposalTubeComponent.cs +++ b/Content.Server/Disposal/Tube/Components/IDisposalTubeComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Disposal.Unit.Components; using Robust.Shared.Containers; using Robust.Shared.GameObjects; diff --git a/Content.Server/Disposal/TubeConnectionsCommand.cs b/Content.Server/Disposal/TubeConnectionsCommand.cs index a442e8af95..ba56e48582 100644 --- a/Content.Server/Disposal/TubeConnectionsCommand.cs +++ b/Content.Server/Disposal/TubeConnectionsCommand.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Administration; using Content.Server.Disposal.Tube.Components; using Content.Shared.Administration; diff --git a/Content.Server/Disposal/Unit/Components/DisposalHolderComponent.cs b/Content.Server/Disposal/Unit/Components/DisposalHolderComponent.cs index 331b11675c..2797b1c4db 100644 --- a/Content.Server/Disposal/Unit/Components/DisposalHolderComponent.cs +++ b/Content.Server/Disposal/Unit/Components/DisposalHolderComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Server/Disposal/Unit/Components/DisposalUnitComponent.cs b/Content.Server/Disposal/Unit/Components/DisposalUnitComponent.cs index 1be9f11e74..c932e96d7c 100644 --- a/Content.Server/Disposal/Unit/Components/DisposalUnitComponent.cs +++ b/Content.Server/Disposal/Unit/Components/DisposalUnitComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Server/DoAfter/DoAfter.cs b/Content.Server/DoAfter/DoAfter.cs index 4b929a060b..040db67654 100644 --- a/Content.Server/DoAfter/DoAfter.cs +++ b/Content.Server/DoAfter/DoAfter.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Threading.Tasks; using Content.Server.Hands.Components; using Content.Server.Items; diff --git a/Content.Server/DoAfter/DoAfterComponent.cs b/Content.Server/DoAfter/DoAfterComponent.cs index 053b741d6a..c1136ab853 100644 --- a/Content.Server/DoAfter/DoAfterComponent.cs +++ b/Content.Server/DoAfter/DoAfterComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using Content.Shared.Damage; using Content.Shared.DoAfter; using Robust.Shared.GameObjects; diff --git a/Content.Server/DoAfter/DoAfterEventArgs.cs b/Content.Server/DoAfter/DoAfterEventArgs.cs index cb7002de60..8c1e9e4717 100644 --- a/Content.Server/DoAfter/DoAfterEventArgs.cs +++ b/Content.Server/DoAfter/DoAfterEventArgs.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Threading; using Content.Shared.Interaction.Helpers; using Content.Shared.Physics; diff --git a/Content.Server/DoAfter/DoAfterSystem.cs b/Content.Server/DoAfter/DoAfterSystem.cs index 6934a93c61..13978df78e 100644 --- a/Content.Server/DoAfter/DoAfterSystem.cs +++ b/Content.Server/DoAfter/DoAfterSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Server/Doors/Components/AirlockComponent.cs b/Content.Server/Doors/Components/AirlockComponent.cs index ae59d4a65c..2e47a1b6d7 100644 --- a/Content.Server/Doors/Components/AirlockComponent.cs +++ b/Content.Server/Doors/Components/AirlockComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Threading; using Content.Server.Power.Components; diff --git a/Content.Server/Doors/Components/ServerDoorComponent.cs b/Content.Server/Doors/Components/ServerDoorComponent.cs index b608dc5304..7a020c4b0c 100644 --- a/Content.Server/Doors/Components/ServerDoorComponent.cs +++ b/Content.Server/Doors/Components/ServerDoorComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Linq; using System.Threading; diff --git a/Content.Server/Doors/DoorSystem.cs b/Content.Server/Doors/DoorSystem.cs index e6467f2b6b..a35c2056db 100644 --- a/Content.Server/Doors/DoorSystem.cs +++ b/Content.Server/Doors/DoorSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Doors; namespace Content.Server.Doors diff --git a/Content.Server/Doors/IDoorCheck.cs b/Content.Server/Doors/IDoorCheck.cs index dfa5810458..3c5989a5d8 100644 --- a/Content.Server/Doors/IDoorCheck.cs +++ b/Content.Server/Doors/IDoorCheck.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.Doors; using Content.Shared.Interaction; diff --git a/Content.Server/EUI/BaseEui.cs b/Content.Server/EUI/BaseEui.cs index 0126a0f40f..097fbaa975 100644 --- a/Content.Server/EUI/BaseEui.cs +++ b/Content.Server/EUI/BaseEui.cs @@ -4,7 +4,6 @@ using Robust.Server.Player; using Robust.Shared.IoC; using Robust.Shared.Network; -#nullable enable namespace Content.Server.EUI { diff --git a/Content.Server/EUI/EuiManager.cs b/Content.Server/EUI/EuiManager.cs index 51b20f02c4..703d1f6216 100644 --- a/Content.Server/EUI/EuiManager.cs +++ b/Content.Server/EUI/EuiManager.cs @@ -8,7 +8,6 @@ using Robust.Shared.Log; using Robust.Shared.Network; using Robust.Shared.Utility; -#nullable enable namespace Content.Server.EUI { diff --git a/Content.Server/Engineering/Components/DisassembleOnActivateComponent.cs b/Content.Server/Engineering/Components/DisassembleOnActivateComponent.cs index ac0be9c81b..723def1b4a 100644 --- a/Content.Server/Engineering/Components/DisassembleOnActivateComponent.cs +++ b/Content.Server/Engineering/Components/DisassembleOnActivateComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Threading; using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; diff --git a/Content.Server/Engineering/Components/SpawnAfterInteractComponent.cs b/Content.Server/Engineering/Components/SpawnAfterInteractComponent.cs index 10151b2086..3a57414f4b 100644 --- a/Content.Server/Engineering/Components/SpawnAfterInteractComponent.cs +++ b/Content.Server/Engineering/Components/SpawnAfterInteractComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Server/Engineering/EntitySystems/SpawnAfterInteractSystem.cs b/Content.Server/Engineering/EntitySystems/SpawnAfterInteractSystem.cs index ef71b16e43..fcf4bb1d85 100644 --- a/Content.Server/Engineering/EntitySystems/SpawnAfterInteractSystem.cs +++ b/Content.Server/Engineering/EntitySystems/SpawnAfterInteractSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Coordinates.Helpers; using Content.Server.DoAfter; using Content.Server.Engineering.Components; diff --git a/Content.Server/Explosion/Components/ClusterFlashComponent.cs b/Content.Server/Explosion/Components/ClusterFlashComponent.cs index 30ed16254d..ae5d34f0a1 100644 --- a/Content.Server/Explosion/Components/ClusterFlashComponent.cs +++ b/Content.Server/Explosion/Components/ClusterFlashComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Diagnostics.CodeAnalysis; using System.Threading.Tasks; diff --git a/Content.Server/Explosion/Components/OnUseTimerTriggerComponent.cs b/Content.Server/Explosion/Components/OnUseTimerTriggerComponent.cs index eb428ed043..44d67d61c3 100644 --- a/Content.Server/Explosion/Components/OnUseTimerTriggerComponent.cs +++ b/Content.Server/Explosion/Components/OnUseTimerTriggerComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Content.Shared.Interaction; using Content.Shared.Trigger; using Robust.Server.GameObjects; diff --git a/Content.Server/Explosion/ExplosionHelper.cs b/Content.Server/Explosion/ExplosionHelper.cs index c85e1036fa..9a5c0c9463 100644 --- a/Content.Server/Explosion/ExplosionHelper.cs +++ b/Content.Server/Explosion/ExplosionHelper.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Server/Extinguisher/FireExtinguisherComponent.cs b/Content.Server/Extinguisher/FireExtinguisherComponent.cs index a09bdf4e20..cf4499d94b 100644 --- a/Content.Server/Extinguisher/FireExtinguisherComponent.cs +++ b/Content.Server/Extinguisher/FireExtinguisherComponent.cs @@ -10,7 +10,6 @@ using Robust.Shared.GameObjects; using Robust.Shared.Localization; using Robust.Shared.Player; -#nullable enable namespace Content.Server.Extinguisher { diff --git a/Content.Server/Fluids/Components/BucketComponent.cs b/Content.Server/Fluids/Components/BucketComponent.cs index 2774549cb8..d26cac0dd1 100644 --- a/Content.Server/Fluids/Components/BucketComponent.cs +++ b/Content.Server/Fluids/Components/BucketComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Threading.Tasks; using Content.Server.Chemistry.Components; diff --git a/Content.Server/Fluids/Components/MopComponent.cs b/Content.Server/Fluids/Components/MopComponent.cs index fa0c7ec11e..ecb84e8be2 100644 --- a/Content.Server/Fluids/Components/MopComponent.cs +++ b/Content.Server/Fluids/Components/MopComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Threading.Tasks; using Content.Server.Chemistry.Components; using Content.Server.DoAfter; diff --git a/Content.Server/Fluids/Components/SpillExtensions.cs b/Content.Server/Fluids/Components/SpillExtensions.cs index 85f8725961..2a7a354362 100644 --- a/Content.Server/Fluids/Components/SpillExtensions.cs +++ b/Content.Server/Fluids/Components/SpillExtensions.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Server.Coordinates.Helpers; diff --git a/Content.Server/GameTicking/Commands/GoLobbyCommand.cs b/Content.Server/GameTicking/Commands/GoLobbyCommand.cs index 6659938e40..0ae970f0dc 100644 --- a/Content.Server/GameTicking/Commands/GoLobbyCommand.cs +++ b/Content.Server/GameTicking/Commands/GoLobbyCommand.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Content.Server.Administration; using Content.Shared; using Content.Shared.Administration; diff --git a/Content.Server/GameTicking/Rules/RuleInactivityTimeRestart.cs b/Content.Server/GameTicking/Rules/RuleInactivityTimeRestart.cs index 746a2b9674..f17bd27c9c 100644 --- a/Content.Server/GameTicking/Rules/RuleInactivityTimeRestart.cs +++ b/Content.Server/GameTicking/Rules/RuleInactivityTimeRestart.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Threading; using Content.Server.Chat.Managers; diff --git a/Content.Server/Ghost/Components/GhostComponent.cs b/Content.Server/Ghost/Components/GhostComponent.cs index 84d217b0c6..0a2dcbc3d8 100644 --- a/Content.Server/Ghost/Components/GhostComponent.cs +++ b/Content.Server/Ghost/Components/GhostComponent.cs @@ -2,7 +2,6 @@ using System; using Content.Shared.Ghost; using Robust.Shared.GameObjects; -#nullable enable namespace Content.Server.Ghost.Components { [RegisterComponent] diff --git a/Content.Server/Ghost/Components/GhostOnMoveComponent.cs b/Content.Server/Ghost/Components/GhostOnMoveComponent.cs index 3153effde2..1496d0d6bf 100644 --- a/Content.Server/Ghost/Components/GhostOnMoveComponent.cs +++ b/Content.Server/Ghost/Components/GhostOnMoveComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.GameTicking; using Content.Server.Mind.Components; using Content.Shared.Movement.Components; diff --git a/Content.Server/Ghost/Ghost.cs b/Content.Server/Ghost/Ghost.cs index 60395091a6..8fd698db34 100644 --- a/Content.Server/Ghost/Ghost.cs +++ b/Content.Server/Ghost/Ghost.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Administration; using Content.Server.GameTicking; using Content.Server.Players; diff --git a/Content.Server/Ghost/IGhostBooAffected.cs b/Content.Server/Ghost/IGhostBooAffected.cs index 339ccd74b6..e797f4b0a7 100644 --- a/Content.Server/Ghost/IGhostBooAffected.cs +++ b/Content.Server/Ghost/IGhostBooAffected.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Actions.Behaviors; namespace Content.Server.Ghost diff --git a/Content.Server/Ghost/Roles/MakeGhostRoleCommand.cs b/Content.Server/Ghost/Roles/MakeGhostRoleCommand.cs index ab48146fce..7e6e876156 100644 --- a/Content.Server/Ghost/Roles/MakeGhostRoleCommand.cs +++ b/Content.Server/Ghost/Roles/MakeGhostRoleCommand.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Administration; +using Content.Server.Administration; using Content.Server.Ghost.Roles.Components; using Content.Server.Mind.Components; using Content.Shared.Administration; diff --git a/Content.Server/Ghost/Roles/MakeGhostRoleVerb.cs b/Content.Server/Ghost/Roles/MakeGhostRoleVerb.cs index 0724db5d74..32b424e9ce 100644 --- a/Content.Server/Ghost/Roles/MakeGhostRoleVerb.cs +++ b/Content.Server/Ghost/Roles/MakeGhostRoleVerb.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Mind.Components; using Content.Shared.Verbs; using Robust.Server.Console; diff --git a/Content.Server/Gravity/GravityGeneratorComponent.cs b/Content.Server/Gravity/GravityGeneratorComponent.cs index b148562c72..15605cd785 100644 --- a/Content.Server/Gravity/GravityGeneratorComponent.cs +++ b/Content.Server/Gravity/GravityGeneratorComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Power.Components; +using Content.Server.Power.Components; using Content.Server.UserInterface; using Content.Shared.Acts; using Content.Shared.Gravity; diff --git a/Content.Server/Hands/Components/HandsComponent.cs b/Content.Server/Hands/Components/HandsComponent.cs index 61a4b53661..c3f65060b5 100644 --- a/Content.Server/Hands/Components/HandsComponent.cs +++ b/Content.Server/Hands/Components/HandsComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; diff --git a/Content.Server/Hands/Components/IHandsComponent.cs b/Content.Server/Hands/Components/IHandsComponent.cs index c0d138742e..6bdda53d93 100644 --- a/Content.Server/Hands/Components/IHandsComponent.cs +++ b/Content.Server/Hands/Components/IHandsComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; diff --git a/Content.Server/Holiday/HolidayPrototype.cs b/Content.Server/Holiday/HolidayPrototype.cs index a2462efdfe..fa11bb9492 100644 --- a/Content.Server/Holiday/HolidayPrototype.cs +++ b/Content.Server/Holiday/HolidayPrototype.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Server.Holiday.Celebrate; using Content.Server.Holiday.Greet; diff --git a/Content.Server/Instruments/InstrumentComponent.cs b/Content.Server/Instruments/InstrumentComponent.cs index 98fed4906d..c3484bbc20 100644 --- a/Content.Server/Instruments/InstrumentComponent.cs +++ b/Content.Server/Instruments/InstrumentComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Linq; using Content.Server.Stunnable.Components; diff --git a/Content.Server/Interaction/Components/ClumsyComponent.cs b/Content.Server/Interaction/Components/ClumsyComponent.cs index 7e2b8cacd7..bba250447d 100644 --- a/Content.Server/Interaction/Components/ClumsyComponent.cs +++ b/Content.Server/Interaction/Components/ClumsyComponent.cs @@ -2,7 +2,6 @@ using Robust.Shared.GameObjects; using Robust.Shared.IoC; using Robust.Shared.Random; -#nullable enable namespace Content.Server.Interaction.Components { diff --git a/Content.Server/Interaction/TilePryCommand.cs b/Content.Server/Interaction/TilePryCommand.cs index 273799363c..39fa5f8de3 100644 --- a/Content.Server/Interaction/TilePryCommand.cs +++ b/Content.Server/Interaction/TilePryCommand.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Administration; using Content.Server.Tools.Components; using Content.Shared.Administration; diff --git a/Content.Server/Interfaces/IGasReactionEffect.cs b/Content.Server/Interfaces/IGasReactionEffect.cs index 7268b8654e..1f2d7495db 100644 --- a/Content.Server/Interfaces/IGasReactionEffect.cs +++ b/Content.Server/Interfaces/IGasReactionEffect.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Atmos; using Content.Server.Atmos.EntitySystems; using Content.Server.Atmos.Reactions; diff --git a/Content.Server/Items/ItemComponent.cs b/Content.Server/Items/ItemComponent.cs index 853d9ffb61..3b8a17bfb9 100644 --- a/Content.Server/Items/ItemComponent.cs +++ b/Content.Server/Items/ItemComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Hands.Components; using Content.Shared.ActionBlocker; using Content.Shared.Interaction.Events; diff --git a/Content.Server/Jobs/JanitorSpecial.cs b/Content.Server/Jobs/JanitorSpecial.cs index cd845960ec..6b498fed83 100644 --- a/Content.Server/Jobs/JanitorSpecial.cs +++ b/Content.Server/Jobs/JanitorSpecial.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Hands.Components; using Content.Server.Holiday.Interfaces; using Content.Server.Items; diff --git a/Content.Server/Kitchen/Components/KitchenSpikeComponent.cs b/Content.Server/Kitchen/Components/KitchenSpikeComponent.cs index 8e5c27d0fd..359b71e6b1 100644 --- a/Content.Server/Kitchen/Components/KitchenSpikeComponent.cs +++ b/Content.Server/Kitchen/Components/KitchenSpikeComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using Content.Server.Act; diff --git a/Content.Server/Kitchen/Components/MicrowaveComponent.cs b/Content.Server/Kitchen/Components/MicrowaveComponent.cs index 20500291f9..7c26e0863e 100644 --- a/Content.Server/Kitchen/Components/MicrowaveComponent.cs +++ b/Content.Server/Kitchen/Components/MicrowaveComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Server/Kitchen/Components/ReagentGrinderComponent.cs b/Content.Server/Kitchen/Components/ReagentGrinderComponent.cs index f66a8f5734..5811d7f650 100644 --- a/Content.Server/Kitchen/Components/ReagentGrinderComponent.cs +++ b/Content.Server/Kitchen/Components/ReagentGrinderComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Linq; using System.Threading.Tasks; diff --git a/Content.Server/Lathe/Components/LatheComponent.cs b/Content.Server/Lathe/Components/LatheComponent.cs index f5494064b8..df45d4f17f 100644 --- a/Content.Server/Lathe/Components/LatheComponent.cs +++ b/Content.Server/Lathe/Components/LatheComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Server/Light/Components/EmergencyLightComponent.cs b/Content.Server/Light/Components/EmergencyLightComponent.cs index f775c18e52..5d7fd2a933 100644 --- a/Content.Server/Light/Components/EmergencyLightComponent.cs +++ b/Content.Server/Light/Components/EmergencyLightComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Content.Server.Power.Components; diff --git a/Content.Server/Light/Components/HandheldLightComponent.cs b/Content.Server/Light/Components/HandheldLightComponent.cs index a2bc02aed3..f4d01f2d1b 100644 --- a/Content.Server/Light/Components/HandheldLightComponent.cs +++ b/Content.Server/Light/Components/HandheldLightComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Threading.Tasks; using Content.Server.Clothing.Components; using Content.Server.Items; diff --git a/Content.Server/Light/Components/LightBulbComponent.cs b/Content.Server/Light/Components/LightBulbComponent.cs index 68d849a808..037b80b914 100644 --- a/Content.Server/Light/Components/LightBulbComponent.cs +++ b/Content.Server/Light/Components/LightBulbComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.Acts; using Content.Shared.Audio; diff --git a/Content.Server/Light/Components/LightReplacerComponent.cs b/Content.Server/Light/Components/LightReplacerComponent.cs index d086ddc882..6a1b90bfd3 100644 --- a/Content.Server/Light/Components/LightReplacerComponent.cs +++ b/Content.Server/Light/Components/LightReplacerComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Server/Light/Components/MatchstickComponent.cs b/Content.Server/Light/Components/MatchstickComponent.cs index 670527effe..f97c0cda64 100644 --- a/Content.Server/Light/Components/MatchstickComponent.cs +++ b/Content.Server/Light/Components/MatchstickComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Threading.Tasks; using Content.Shared.Audio; using Content.Shared.Interaction; diff --git a/Content.Server/Light/Components/PoweredLightComponent.cs b/Content.Server/Light/Components/PoweredLightComponent.cs index 3e5ecd5b19..9711bcb193 100644 --- a/Content.Server/Light/Components/PoweredLightComponent.cs +++ b/Content.Server/Light/Components/PoweredLightComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Threading.Tasks; using Content.Server.Ghost; diff --git a/Content.Server/Light/EntitySystems/LightReplacerSystem.cs b/Content.Server/Light/EntitySystems/LightReplacerSystem.cs index fa7aa3c5ad..fba3c80ce0 100644 --- a/Content.Server/Light/EntitySystems/LightReplacerSystem.cs +++ b/Content.Server/Light/EntitySystems/LightReplacerSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Light.Components; using Content.Server.Storage.Components; using Content.Shared.ActionBlocker; diff --git a/Content.Server/MachineLinking/Components/SignalTwoWayLeverComponent.cs b/Content.Server/MachineLinking/Components/SignalTwoWayLeverComponent.cs index 212ab41258..2ddad2d982 100644 --- a/Content.Server/MachineLinking/Components/SignalTwoWayLeverComponent.cs +++ b/Content.Server/MachineLinking/Components/SignalTwoWayLeverComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Interaction; using Content.Shared.MachineLinking; using Content.Shared.Notification; diff --git a/Content.Server/Medical/Components/MedicalScannerComponent.cs b/Content.Server/Medical/Components/MedicalScannerComponent.cs index f093948611..dc1ca68355 100644 --- a/Content.Server/Medical/Components/MedicalScannerComponent.cs +++ b/Content.Server/Medical/Components/MedicalScannerComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Content.Server.Cloning; diff --git a/Content.Server/Metabolism/MetabolismComponent.cs b/Content.Server/Metabolism/MetabolismComponent.cs index 4499ef387f..1c1acde1d9 100644 --- a/Content.Server/Metabolism/MetabolismComponent.cs +++ b/Content.Server/Metabolism/MetabolismComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Server/Mind/Commands/MakeSentientCommand.cs b/Content.Server/Mind/Commands/MakeSentientCommand.cs index d162fab864..0ed288df44 100644 --- a/Content.Server/Mind/Commands/MakeSentientCommand.cs +++ b/Content.Server/Mind/Commands/MakeSentientCommand.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Administration; using Content.Server.AI.Components; using Content.Server.Mind.Components; diff --git a/Content.Server/Mind/Components/MindComponent.cs b/Content.Server/Mind/Components/MindComponent.cs index 4b27a312a5..b724e8a10c 100644 --- a/Content.Server/Mind/Components/MindComponent.cs +++ b/Content.Server/Mind/Components/MindComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.GameTicking; using Content.Server.Ghost.Components; using Content.Shared.Examine; diff --git a/Content.Server/Mind/Components/VisitingMindComponent.cs b/Content.Server/Mind/Components/VisitingMindComponent.cs index 11d9bfe2e7..53a5eca43b 100644 --- a/Content.Server/Mind/Components/VisitingMindComponent.cs +++ b/Content.Server/Mind/Components/VisitingMindComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.GameObjects; using Robust.Shared.ViewVariables; diff --git a/Content.Server/MobState/States/NormalMobState.cs b/Content.Server/MobState/States/NormalMobState.cs index 780bee0cbf..2238457d5a 100644 --- a/Content.Server/MobState/States/NormalMobState.cs +++ b/Content.Server/MobState/States/NormalMobState.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Alert; +using Content.Server.Alert; using Content.Shared.Alert; using Content.Shared.Damage.Components; using Content.Shared.MobState; diff --git a/Content.Server/Morgue/Components/BodyBagEntityStorageComponent.cs b/Content.Server/Morgue/Components/BodyBagEntityStorageComponent.cs index e35bcc1fb4..48c5b51efa 100644 --- a/Content.Server/Morgue/Components/BodyBagEntityStorageComponent.cs +++ b/Content.Server/Morgue/Components/BodyBagEntityStorageComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Threading.Tasks; using Content.Server.Hands.Components; using Content.Server.Items; diff --git a/Content.Server/Morgue/Components/CrematoriumEntityStorageComponent.cs b/Content.Server/Morgue/Components/CrematoriumEntityStorageComponent.cs index cd254c9e70..bc3187eac2 100644 --- a/Content.Server/Morgue/Components/CrematoriumEntityStorageComponent.cs +++ b/Content.Server/Morgue/Components/CrematoriumEntityStorageComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Threading; using Content.Server.Act; using Content.Server.Chat.Managers; diff --git a/Content.Server/Morgue/Components/MorgueEntityStorageComponent.cs b/Content.Server/Morgue/Components/MorgueEntityStorageComponent.cs index 5c6d77b47c..0699c6e19f 100644 --- a/Content.Server/Morgue/Components/MorgueEntityStorageComponent.cs +++ b/Content.Server/Morgue/Components/MorgueEntityStorageComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Storage.Components; using Content.Shared.Body.Components; using Content.Shared.Directions; diff --git a/Content.Server/NodeContainer/NodeContainerComponent.cs b/Content.Server/NodeContainer/NodeContainerComponent.cs index b0943f7cb6..83f1836a4a 100644 --- a/Content.Server/NodeContainer/NodeContainerComponent.cs +++ b/Content.Server/NodeContainer/NodeContainerComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using Content.Server.NodeContainer.NodeGroups; diff --git a/Content.Server/NodeContainer/NodeGroups/BaseNodeGroup.cs b/Content.Server/NodeContainer/NodeGroups/BaseNodeGroup.cs index 81edd4e643..b65700b7e7 100644 --- a/Content.Server/NodeContainer/NodeGroups/BaseNodeGroup.cs +++ b/Content.Server/NodeContainer/NodeGroups/BaseNodeGroup.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Linq; using Content.Server.NodeContainer.EntitySystems; diff --git a/Content.Server/NodeContainer/NodeGroups/NodeGroupAttribute.cs b/Content.Server/NodeContainer/NodeGroups/NodeGroupAttribute.cs index 27ef01eafc..109af6f67f 100644 --- a/Content.Server/NodeContainer/NodeGroups/NodeGroupAttribute.cs +++ b/Content.Server/NodeContainer/NodeGroups/NodeGroupAttribute.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using JetBrains.Annotations; diff --git a/Content.Server/NodeContainer/NodeGroups/NodeGroupFactory.cs b/Content.Server/NodeContainer/NodeGroups/NodeGroupFactory.cs index 33b81a55d5..0722ea1dc4 100644 --- a/Content.Server/NodeContainer/NodeGroups/NodeGroupFactory.cs +++ b/Content.Server/NodeContainer/NodeGroups/NodeGroupFactory.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Reflection; diff --git a/Content.Server/NodeContainer/NodeGroups/PipeNet.cs b/Content.Server/NodeContainer/NodeGroups/PipeNet.cs index 573694cdd6..5d04e23189 100644 --- a/Content.Server/NodeContainer/NodeGroups/PipeNet.cs +++ b/Content.Server/NodeContainer/NodeGroups/PipeNet.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Server/NodeContainer/Nodes/AdjacentNode.cs b/Content.Server/NodeContainer/Nodes/AdjacentNode.cs index c28589aec9..90b3330139 100644 --- a/Content.Server/NodeContainer/Nodes/AdjacentNode.cs +++ b/Content.Server/NodeContainer/Nodes/AdjacentNode.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Robust.Shared.GameObjects; using Robust.Shared.IoC; diff --git a/Content.Server/NodeContainer/Nodes/Node.cs b/Content.Server/NodeContainer/Nodes/Node.cs index 58519e5e23..f544490d7e 100644 --- a/Content.Server/NodeContainer/Nodes/Node.cs +++ b/Content.Server/NodeContainer/Nodes/Node.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Content.Server.NodeContainer.EntitySystems; using Content.Server.NodeContainer.NodeGroups; diff --git a/Content.Server/NodeContainer/Nodes/PipeNode.cs b/Content.Server/NodeContainer/Nodes/PipeNode.cs index d8418efb5a..6f72cc0ffc 100644 --- a/Content.Server/NodeContainer/Nodes/PipeNode.cs +++ b/Content.Server/NodeContainer/Nodes/PipeNode.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Content.Server.Atmos; using Content.Server.Atmos.EntitySystems; diff --git a/Content.Server/Nutrition/Components/DrinkComponent.cs b/Content.Server/Nutrition/Components/DrinkComponent.cs index 62a05b7703..9ea94fa215 100644 --- a/Content.Server/Nutrition/Components/DrinkComponent.cs +++ b/Content.Server/Nutrition/Components/DrinkComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Linq; using System.Threading.Tasks; using Content.Server.Body.Behavior; diff --git a/Content.Server/Nutrition/Components/FoodComponent.cs b/Content.Server/Nutrition/Components/FoodComponent.cs index 161e9e426e..d5b57f70c1 100644 --- a/Content.Server/Nutrition/Components/FoodComponent.cs +++ b/Content.Server/Nutrition/Components/FoodComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Server/Nutrition/Components/SmokingComponent.cs b/Content.Server/Nutrition/Components/SmokingComponent.cs index f84b8efa74..ee75bc91a9 100644 --- a/Content.Server/Nutrition/Components/SmokingComponent.cs +++ b/Content.Server/Nutrition/Components/SmokingComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Threading.Tasks; using Content.Server.Clothing.Components; using Content.Shared.Interaction; diff --git a/Content.Server/Nutrition/Components/UtensilComponent.cs b/Content.Server/Nutrition/Components/UtensilComponent.cs index ca243f04af..dd1e5fd348 100644 --- a/Content.Server/Nutrition/Components/UtensilComponent.cs +++ b/Content.Server/Nutrition/Components/UtensilComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Threading.Tasks; using Content.Shared.Interaction; diff --git a/Content.Server/Nutrition/Hungry.cs b/Content.Server/Nutrition/Hungry.cs index c84b59b713..c05ca157bb 100644 --- a/Content.Server/Nutrition/Hungry.cs +++ b/Content.Server/Nutrition/Hungry.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Administration; using Content.Server.Nutrition.Components; using Content.Shared.Administration; diff --git a/Content.Server/Objectives/Commands/AddObjectiveCommand.cs b/Content.Server/Objectives/Commands/AddObjectiveCommand.cs index 68c1f7d001..6345d7351f 100644 --- a/Content.Server/Objectives/Commands/AddObjectiveCommand.cs +++ b/Content.Server/Objectives/Commands/AddObjectiveCommand.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Administration; +using Content.Server.Administration; using Content.Server.Players; using Content.Shared.Administration; using Robust.Server.Player; diff --git a/Content.Server/Objectives/Commands/ListObjectivesCommand.cs b/Content.Server/Objectives/Commands/ListObjectivesCommand.cs index ba315995f8..ab2f438adf 100644 --- a/Content.Server/Objectives/Commands/ListObjectivesCommand.cs +++ b/Content.Server/Objectives/Commands/ListObjectivesCommand.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Linq; using Content.Server.Administration; using Content.Server.Players; diff --git a/Content.Server/Objectives/Commands/RemoveObjectiveCommand.cs b/Content.Server/Objectives/Commands/RemoveObjectiveCommand.cs index de3e0d61ce..34bcd3cf76 100644 --- a/Content.Server/Objectives/Commands/RemoveObjectiveCommand.cs +++ b/Content.Server/Objectives/Commands/RemoveObjectiveCommand.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Administration; +using Content.Server.Administration; using Content.Server.Players; using Content.Shared.Administration; using Robust.Server.Player; diff --git a/Content.Server/Objectives/Conditions/DieCondition.cs b/Content.Server/Objectives/Conditions/DieCondition.cs index c2dcaa97b9..352243b737 100644 --- a/Content.Server/Objectives/Conditions/DieCondition.cs +++ b/Content.Server/Objectives/Conditions/DieCondition.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Objectives.Interfaces; using JetBrains.Annotations; using Robust.Shared.Localization; diff --git a/Content.Server/Objectives/Conditions/KillPersonCondition.cs b/Content.Server/Objectives/Conditions/KillPersonCondition.cs index 3e75e8ec5d..8f37588b31 100644 --- a/Content.Server/Objectives/Conditions/KillPersonCondition.cs +++ b/Content.Server/Objectives/Conditions/KillPersonCondition.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Objectives.Interfaces; using Robust.Shared.Localization; using Robust.Shared.Utility; diff --git a/Content.Server/Objectives/Conditions/StayAliveCondition.cs b/Content.Server/Objectives/Conditions/StayAliveCondition.cs index 607e672f63..393853ad74 100644 --- a/Content.Server/Objectives/Conditions/StayAliveCondition.cs +++ b/Content.Server/Objectives/Conditions/StayAliveCondition.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Objectives.Interfaces; using JetBrains.Annotations; using Robust.Shared.Localization; diff --git a/Content.Server/Objectives/Conditions/StealCondition.cs b/Content.Server/Objectives/Conditions/StealCondition.cs index ea9ec71cf1..93de56b9a0 100644 --- a/Content.Server/Objectives/Conditions/StealCondition.cs +++ b/Content.Server/Objectives/Conditions/StealCondition.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Server.Containers; using Content.Server.GameObjects; diff --git a/Content.Server/Objectives/Interfaces/IObjectiveCondition.cs b/Content.Server/Objectives/Interfaces/IObjectiveCondition.cs index a7c2f46e39..2cb0061632 100644 --- a/Content.Server/Objectives/Interfaces/IObjectiveCondition.cs +++ b/Content.Server/Objectives/Interfaces/IObjectiveCondition.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.Utility; namespace Content.Server.Objectives.Interfaces diff --git a/Content.Server/Objectives/ObjectivePrototype.cs b/Content.Server/Objectives/ObjectivePrototype.cs index 0215013b16..55feadacb8 100644 --- a/Content.Server/Objectives/ObjectivePrototype.cs +++ b/Content.Server/Objectives/ObjectivePrototype.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; using Content.Server.Objectives.Interfaces; using Robust.Shared.Prototypes; diff --git a/Content.Server/Objectives/ObjectivesManager.cs b/Content.Server/Objectives/ObjectivesManager.cs index 34857ec202..a17e252da3 100644 --- a/Content.Server/Objectives/ObjectivesManager.cs +++ b/Content.Server/Objectives/ObjectivesManager.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; using Content.Server.Objectives.Interfaces; using Robust.Shared.IoC; diff --git a/Content.Server/PDA/Managers/IPDAUplinkManager.cs b/Content.Server/PDA/Managers/IPDAUplinkManager.cs index 4ecae0c6de..5eb21183e9 100644 --- a/Content.Server/PDA/Managers/IPDAUplinkManager.cs +++ b/Content.Server/PDA/Managers/IPDAUplinkManager.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using Content.Shared.PDA; diff --git a/Content.Server/PDA/Managers/PDAUplinkManager.cs b/Content.Server/PDA/Managers/PDAUplinkManager.cs index 2112ebf40c..83531adeae 100644 --- a/Content.Server/PDA/Managers/PDAUplinkManager.cs +++ b/Content.Server/PDA/Managers/PDAUplinkManager.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using Content.Server.Mind.Components; diff --git a/Content.Server/PDA/PDAComponent.cs b/Content.Server/PDA/PDAComponent.cs index 0b01d5ed7d..22a9260b83 100644 --- a/Content.Server/PDA/PDAComponent.cs +++ b/Content.Server/PDA/PDAComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections; using System.Collections.Generic; diff --git a/Content.Server/PDA/PDAExtensions.cs b/Content.Server/PDA/PDAExtensions.cs index 13377fb1c6..5a0cbe4262 100644 --- a/Content.Server/PDA/PDAExtensions.cs +++ b/Content.Server/PDA/PDAExtensions.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Diagnostics.CodeAnalysis; +using System.Diagnostics.CodeAnalysis; using Content.Server.Access.Components; using Content.Server.Hands.Components; using Content.Server.Inventory.Components; diff --git a/Content.Server/Paper/PaperComponent.cs b/Content.Server/Paper/PaperComponent.cs index 709e24f26e..8378e76b4a 100644 --- a/Content.Server/Paper/PaperComponent.cs +++ b/Content.Server/Paper/PaperComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Threading.Tasks; using Content.Server.UserInterface; using Content.Shared.Examine; diff --git a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorControlBoxComponent.cs b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorControlBoxComponent.cs index 8562cccfbe..11cacdd052 100644 --- a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorControlBoxComponent.cs +++ b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorControlBoxComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Diagnostics; diff --git a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPartComponent.cs b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPartComponent.cs index 82fb8b9183..17c9a53035 100644 --- a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPartComponent.cs +++ b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPartComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.GameObjects; using Robust.Shared.ViewVariables; diff --git a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPowerBoxComponent.cs b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPowerBoxComponent.cs index c37486bc81..5517069a65 100644 --- a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPowerBoxComponent.cs +++ b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPowerBoxComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Power.Components; +using Content.Server.Power.Components; using Robust.Shared.GameObjects; using Robust.Shared.ViewVariables; diff --git a/Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorPartSystem.cs b/Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorPartSystem.cs index 79be10ebae..994c9a71b2 100644 --- a/Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorPartSystem.cs +++ b/Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorPartSystem.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.ParticleAccelerator.Components; +using Content.Server.ParticleAccelerator.Components; using JetBrains.Annotations; using Robust.Shared.GameObjects; diff --git a/Content.Server/Physics/Controllers/ConveyorController.cs b/Content.Server/Physics/Controllers/ConveyorController.cs index 3c65195aaa..1587e2834c 100644 --- a/Content.Server/Physics/Controllers/ConveyorController.cs +++ b/Content.Server/Physics/Controllers/ConveyorController.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Content.Server.Conveyor; diff --git a/Content.Server/Physics/Controllers/MoverController.cs b/Content.Server/Physics/Controllers/MoverController.cs index 971a551029..20b6d97528 100644 --- a/Content.Server/Physics/Controllers/MoverController.cs +++ b/Content.Server/Physics/Controllers/MoverController.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Content.Server.Inventory.Components; using Content.Server.Items; diff --git a/Content.Server/Physics/Controllers/PullController.cs b/Content.Server/Physics/Controllers/PullController.cs index 23a27af383..5ce023f43d 100644 --- a/Content.Server/Physics/Controllers/PullController.cs +++ b/Content.Server/Physics/Controllers/PullController.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Content.Shared.Pulling; using Robust.Shared.GameObjects; diff --git a/Content.Server/Physics/Controllers/SingularityController.cs b/Content.Server/Physics/Controllers/SingularityController.cs index 4347a194be..934bace7ca 100644 --- a/Content.Server/Physics/Controllers/SingularityController.cs +++ b/Content.Server/Physics/Controllers/SingularityController.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Ghost.Components; using Content.Server.Singularity.Components; using Robust.Server.GameObjects; diff --git a/Content.Server/Physics/TestbedCommand.cs b/Content.Server/Physics/TestbedCommand.cs index 9dabbd0490..d3e52bc0c8 100644 --- a/Content.Server/Physics/TestbedCommand.cs +++ b/Content.Server/Physics/TestbedCommand.cs @@ -35,7 +35,6 @@ using Robust.Shared.Physics.Collision.Shapes; using Robust.Shared.Physics.Dynamics; using Robust.Shared.Timing; -#nullable enable namespace Content.Server.Physics { diff --git a/Content.Server/Players/PlayerData.cs b/Content.Server/Players/PlayerData.cs index cff16ce8e6..d9e363cd8d 100644 --- a/Content.Server/Players/PlayerData.cs +++ b/Content.Server/Players/PlayerData.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Server.Player; using Robust.Shared.Network; using Robust.Shared.ViewVariables; diff --git a/Content.Server/Pointing/Components/PointingArrowComponent.cs b/Content.Server/Pointing/Components/PointingArrowComponent.cs index ab39e8f226..832a23bb3b 100644 --- a/Content.Server/Pointing/Components/PointingArrowComponent.cs +++ b/Content.Server/Pointing/Components/PointingArrowComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Pointing.Components; +using Content.Shared.Pointing.Components; using Robust.Server.GameObjects; using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Server/Pointing/Components/RoguePointingArrowComponent.cs b/Content.Server/Pointing/Components/RoguePointingArrowComponent.cs index 7ce21d39ea..2fda3c2be7 100644 --- a/Content.Server/Pointing/Components/RoguePointingArrowComponent.cs +++ b/Content.Server/Pointing/Components/RoguePointingArrowComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Linq; using Content.Server.Explosion; using Content.Shared.Pointing.Components; diff --git a/Content.Server/Pointing/EntitySystems/PointingSystem.cs b/Content.Server/Pointing/EntitySystems/PointingSystem.cs index 0ad51b44dc..f31155ff11 100644 --- a/Content.Server/Pointing/EntitySystems/PointingSystem.cs +++ b/Content.Server/Pointing/EntitySystems/PointingSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Content.Server.Ghost.Components; diff --git a/Content.Server/Portal/Components/PortalComponent.cs b/Content.Server/Portal/Components/PortalComponent.cs index ada1fa19ce..3d7b33bc90 100644 --- a/Content.Server/Portal/Components/PortalComponent.cs +++ b/Content.Server/Portal/Components/PortalComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Content.Shared.Portal.Components; diff --git a/Content.Server/Portal/Components/TeleporterComponent.cs b/Content.Server/Portal/Components/TeleporterComponent.cs index b066c2cd22..4101e6fd16 100644 --- a/Content.Server/Portal/Components/TeleporterComponent.cs +++ b/Content.Server/Portal/Components/TeleporterComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Linq; using System.Threading.Tasks; diff --git a/Content.Server/Power/Components/ApcComponent.cs b/Content.Server/Power/Components/ApcComponent.cs index 5182551775..12d0c48e8e 100644 --- a/Content.Server/Power/Components/ApcComponent.cs +++ b/Content.Server/Power/Components/ApcComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Server.Access.Components; using Content.Server.Power.NodeGroups; diff --git a/Content.Server/Power/Components/ApcPowerProviderComponent.cs b/Content.Server/Power/Components/ApcPowerProviderComponent.cs index c87e4b6c54..dd8c3501ce 100644 --- a/Content.Server/Power/Components/ApcPowerProviderComponent.cs +++ b/Content.Server/Power/Components/ApcPowerProviderComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Content.Server.Power.NodeGroups; diff --git a/Content.Server/Power/Components/ApcPowerReceiverComponent.cs b/Content.Server/Power/Components/ApcPowerReceiverComponent.cs index d27bcd25e9..16fa1791c5 100644 --- a/Content.Server/Power/Components/ApcPowerReceiverComponent.cs +++ b/Content.Server/Power/Components/ApcPowerReceiverComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Diagnostics.CodeAnalysis; using Content.Server.Power.NodeGroups; diff --git a/Content.Server/Power/Components/BaseApcNetComponent.cs b/Content.Server/Power/Components/BaseApcNetComponent.cs index e004606107..634653c022 100644 --- a/Content.Server/Power/Components/BaseApcNetComponent.cs +++ b/Content.Server/Power/Components/BaseApcNetComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Power.NodeGroups; namespace Content.Server.Power.Components diff --git a/Content.Server/Power/Components/BaseCharger.cs b/Content.Server/Power/Components/BaseCharger.cs index 753e5d59e8..7177f9663b 100644 --- a/Content.Server/Power/Components/BaseCharger.cs +++ b/Content.Server/Power/Components/BaseCharger.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Threading.Tasks; using Content.Server.Hands.Components; diff --git a/Content.Server/Power/Components/BaseNetConnectorComponent.cs b/Content.Server/Power/Components/BaseNetConnectorComponent.cs index d24fb16191..3cdf243ca2 100644 --- a/Content.Server/Power/Components/BaseNetConnectorComponent.cs +++ b/Content.Server/Power/Components/BaseNetConnectorComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Diagnostics.CodeAnalysis; +using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Server.NodeContainer; using Content.Server.NodeContainer.NodeGroups; diff --git a/Content.Server/Power/Components/BasePowerNetComponent.cs b/Content.Server/Power/Components/BasePowerNetComponent.cs index c25715abb4..98f24618f5 100644 --- a/Content.Server/Power/Components/BasePowerNetComponent.cs +++ b/Content.Server/Power/Components/BasePowerNetComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.NodeContainer.NodeGroups; using Content.Server.Power.NodeGroups; diff --git a/Content.Server/Power/Components/BatteryComponent.cs b/Content.Server/Power/Components/BatteryComponent.cs index 480afbde0e..4dd6b805ae 100644 --- a/Content.Server/Power/Components/BatteryComponent.cs +++ b/Content.Server/Power/Components/BatteryComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.Maths; diff --git a/Content.Server/Power/Components/CableComponent.cs b/Content.Server/Power/Components/CableComponent.cs index b95f790953..4c0623f3cc 100644 --- a/Content.Server/Power/Components/CableComponent.cs +++ b/Content.Server/Power/Components/CableComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Threading.Tasks; using Content.Server.Stack; using Content.Server.Tools.Components; diff --git a/Content.Server/Power/Components/CablePlacerComponent.cs b/Content.Server/Power/Components/CablePlacerComponent.cs index a2eb805730..9542636d85 100644 --- a/Content.Server/Power/Components/CablePlacerComponent.cs +++ b/Content.Server/Power/Components/CablePlacerComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Threading.Tasks; using Content.Server.Stack; using Content.Shared.Interaction; diff --git a/Content.Server/Power/Components/ExaminableBatteryComponent.cs b/Content.Server/Power/Components/ExaminableBatteryComponent.cs index e5da57a61c..2327f32527 100644 --- a/Content.Server/Power/Components/ExaminableBatteryComponent.cs +++ b/Content.Server/Power/Components/ExaminableBatteryComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Examine; using Robust.Shared.GameObjects; using Robust.Shared.Localization; diff --git a/Content.Server/Power/Components/PowerConsumerComponent.cs b/Content.Server/Power/Components/PowerConsumerComponent.cs index a9c44434bd..7e4e24de58 100644 --- a/Content.Server/Power/Components/PowerConsumerComponent.cs +++ b/Content.Server/Power/Components/PowerConsumerComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Power.NodeGroups; using Content.Server.Power.Pow3r; using Robust.Shared.GameObjects; diff --git a/Content.Server/Power/Components/PowerSupplierComponent.cs b/Content.Server/Power/Components/PowerSupplierComponent.cs index c145cd6803..675bc85246 100644 --- a/Content.Server/Power/Components/PowerSupplierComponent.cs +++ b/Content.Server/Power/Components/PowerSupplierComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Power.NodeGroups; using Content.Server.Power.Pow3r; using Robust.Shared.GameObjects; diff --git a/Content.Server/Power/DrainAllBatteriesCommand.cs b/Content.Server/Power/DrainAllBatteriesCommand.cs index 431e68c4d8..068a3df89a 100644 --- a/Content.Server/Power/DrainAllBatteriesCommand.cs +++ b/Content.Server/Power/DrainAllBatteriesCommand.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Administration; using Content.Server.Power.Components; using Content.Shared.Administration; diff --git a/Content.Server/Power/EntitySystems/BaseChargerSystem.cs b/Content.Server/Power/EntitySystems/BaseChargerSystem.cs index c758bf721f..bc2bb26f25 100644 --- a/Content.Server/Power/EntitySystems/BaseChargerSystem.cs +++ b/Content.Server/Power/EntitySystems/BaseChargerSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Power.Components; using JetBrains.Annotations; using Robust.Shared.GameObjects; diff --git a/Content.Server/Power/EntitySystems/BatterySystem.cs b/Content.Server/Power/EntitySystems/BatterySystem.cs index ce54a7e866..44126d6810 100644 --- a/Content.Server/Power/EntitySystems/BatterySystem.cs +++ b/Content.Server/Power/EntitySystems/BatterySystem.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Power.Components; using JetBrains.Annotations; using Robust.Shared.GameObjects; diff --git a/Content.Server/Power/EntitySystems/PowerApcSystem.cs b/Content.Server/Power/EntitySystems/PowerApcSystem.cs index e44b66f260..c41a7a4df1 100644 --- a/Content.Server/Power/EntitySystems/PowerApcSystem.cs +++ b/Content.Server/Power/EntitySystems/PowerApcSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Power.Components; using JetBrains.Annotations; using Robust.Shared.GameObjects; diff --git a/Content.Server/Power/EntitySystems/PowerNetSystem.cs b/Content.Server/Power/EntitySystems/PowerNetSystem.cs index e2b54ac769..3b7f81fb25 100644 --- a/Content.Server/Power/EntitySystems/PowerNetSystem.cs +++ b/Content.Server/Power/EntitySystems/PowerNetSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Content.Server.NodeContainer.EntitySystems; using Content.Server.Power.Components; diff --git a/Content.Server/Power/NodeGroups/ApcNet.cs b/Content.Server/Power/NodeGroups/ApcNet.cs index a2f77eedb0..142dbff1bd 100644 --- a/Content.Server/Power/NodeGroups/ApcNet.cs +++ b/Content.Server/Power/NodeGroups/ApcNet.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Linq; using Content.Server.NodeContainer.NodeGroups; diff --git a/Content.Server/Power/NodeGroups/BaseNetConnectorNodeGroup.cs b/Content.Server/Power/NodeGroups/BaseNetConnectorNodeGroup.cs index 17785078ef..8b69fd8712 100644 --- a/Content.Server/Power/NodeGroups/BaseNetConnectorNodeGroup.cs +++ b/Content.Server/Power/NodeGroups/BaseNetConnectorNodeGroup.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Linq; using Content.Server.NodeContainer.NodeGroups; diff --git a/Content.Server/Power/NodeGroups/PowerNet.cs b/Content.Server/Power/NodeGroups/PowerNet.cs index 38df0af231..01bae9f93f 100644 --- a/Content.Server/Power/NodeGroups/PowerNet.cs +++ b/Content.Server/Power/NodeGroups/PowerNet.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Linq; using Content.Server.NodeContainer.NodeGroups; diff --git a/Content.Server/Power/SMES/PowerSmesSystem.cs b/Content.Server/Power/SMES/PowerSmesSystem.cs index bf66d9daa0..e0dcc760a2 100644 --- a/Content.Server/Power/SMES/PowerSmesSystem.cs +++ b/Content.Server/Power/SMES/PowerSmesSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using JetBrains.Annotations; using Robust.Shared.GameObjects; diff --git a/Content.Server/Power/SMES/SmesComponent.cs b/Content.Server/Power/SMES/SmesComponent.cs index 903d616011..fbb51b3d3d 100644 --- a/Content.Server/Power/SMES/SmesComponent.cs +++ b/Content.Server/Power/SMES/SmesComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Content.Server.Power.Components; using Content.Shared.Power; using Content.Shared.Rounding; diff --git a/Content.Server/PowerCell/Components/PowerCellChargerComponent.cs b/Content.Server/PowerCell/Components/PowerCellChargerComponent.cs index 80cfa844ac..a8716e2540 100644 --- a/Content.Server/PowerCell/Components/PowerCellChargerComponent.cs +++ b/Content.Server/PowerCell/Components/PowerCellChargerComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Power.Components; using Content.Shared.Interaction; using Robust.Shared.GameObjects; diff --git a/Content.Server/PowerCell/Components/PowerCellComponent.cs b/Content.Server/PowerCell/Components/PowerCellComponent.cs index 2ba23bf120..5b0378bea7 100644 --- a/Content.Server/PowerCell/Components/PowerCellComponent.cs +++ b/Content.Server/PowerCell/Components/PowerCellComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Server.Chemistry.Components; using Content.Server.Explosion; diff --git a/Content.Server/PowerCell/Components/PowerCellSlotComponent.cs b/Content.Server/PowerCell/Components/PowerCellSlotComponent.cs index 5423f01441..dcb4959c86 100644 --- a/Content.Server/PowerCell/Components/PowerCellSlotComponent.cs +++ b/Content.Server/PowerCell/Components/PowerCellSlotComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Server.Hands.Components; using Content.Server.Items; diff --git a/Content.Server/Preferences/Managers/ServerPreferencesManager.cs b/Content.Server/Preferences/Managers/ServerPreferencesManager.cs index bfe7fe87f7..a5709b9eb9 100644 --- a/Content.Server/Preferences/Managers/ServerPreferencesManager.cs +++ b/Content.Server/Preferences/Managers/ServerPreferencesManager.cs @@ -15,7 +15,6 @@ using Robust.Shared.Maths; using Robust.Shared.Network; using Robust.Shared.Prototypes; -#nullable enable namespace Content.Server.Preferences.Managers { diff --git a/Content.Server/Pulling/PullableComponent.cs b/Content.Server/Pulling/PullableComponent.cs index 56074a7072..d6bfcd7bb6 100644 --- a/Content.Server/Pulling/PullableComponent.cs +++ b/Content.Server/Pulling/PullableComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Hands.Components; using Content.Shared.Interaction; using Content.Shared.Pulling.Components; diff --git a/Content.Server/Recycling/Components/RecyclableComponent.cs b/Content.Server/Recycling/Components/RecyclableComponent.cs index 8d86f40706..5e5f3c661b 100644 --- a/Content.Server/Recycling/Components/RecyclableComponent.cs +++ b/Content.Server/Recycling/Components/RecyclableComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Server/Recycling/Components/RecyclerComponent.cs b/Content.Server/Recycling/Components/RecyclerComponent.cs index bf0b04b219..fe3c60ed93 100644 --- a/Content.Server/Recycling/Components/RecyclerComponent.cs +++ b/Content.Server/Recycling/Components/RecyclerComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Content.Server.Act; using Content.Server.Chat.Managers; diff --git a/Content.Server/Repairable/RepairableComponent.cs b/Content.Server/Repairable/RepairableComponent.cs index cc0b28bd25..8c618957d0 100644 --- a/Content.Server/Repairable/RepairableComponent.cs +++ b/Content.Server/Repairable/RepairableComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Threading.Tasks; using Content.Server.Tools.Components; using Content.Shared.Damage.Components; diff --git a/Content.Server/Research/Components/ResearchClientComponent.cs b/Content.Server/Research/Components/ResearchClientComponent.cs index 946e38c452..cad05ed8f2 100644 --- a/Content.Server/Research/Components/ResearchClientComponent.cs +++ b/Content.Server/Research/Components/ResearchClientComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.UserInterface; +using Content.Server.UserInterface; using Content.Shared.Interaction; using Content.Shared.Research.Components; using Robust.Server.GameObjects; diff --git a/Content.Server/Research/Components/ResearchConsoleComponent.cs b/Content.Server/Research/Components/ResearchConsoleComponent.cs index da1dea4ff9..421d5a9431 100644 --- a/Content.Server/Research/Components/ResearchConsoleComponent.cs +++ b/Content.Server/Research/Components/ResearchConsoleComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Power.Components; using Content.Server.UserInterface; using Content.Shared.Audio; diff --git a/Content.Server/Rotation/Components/FlippableComponent.cs b/Content.Server/Rotation/Components/FlippableComponent.cs index 007a6652b7..201900244d 100644 --- a/Content.Server/Rotation/Components/FlippableComponent.cs +++ b/Content.Server/Rotation/Components/FlippableComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.ActionBlocker; using Content.Shared.Interaction.Events; using Content.Shared.Notification.Managers; diff --git a/Content.Server/Rotation/Components/RotatableComponent.cs b/Content.Server/Rotation/Components/RotatableComponent.cs index a3d0541d89..cd490bd2fc 100644 --- a/Content.Server/Rotation/Components/RotatableComponent.cs +++ b/Content.Server/Rotation/Components/RotatableComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.ActionBlocker; using Content.Shared.Interaction.Events; using Content.Shared.Notification.Managers; diff --git a/Content.Server/Shuttle/ShuttleControllerComponent.cs b/Content.Server/Shuttle/ShuttleControllerComponent.cs index cf51c63045..f3e3bd5a5e 100644 --- a/Content.Server/Shuttle/ShuttleControllerComponent.cs +++ b/Content.Server/Shuttle/ShuttleControllerComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Alert; +using Content.Server.Alert; using Content.Server.Buckle.Components; using Content.Server.Mind.Components; using Content.Shared.Alert; diff --git a/Content.Server/Singularity/Components/ContainmentFieldComponent.cs b/Content.Server/Singularity/Components/ContainmentFieldComponent.cs index 0d15e6537f..072bddfd6b 100644 --- a/Content.Server/Singularity/Components/ContainmentFieldComponent.cs +++ b/Content.Server/Singularity/Components/ContainmentFieldComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.GameObjects; using Robust.Shared.Physics.Collision; using Robust.Shared.Physics.Dynamics; diff --git a/Content.Server/Singularity/Components/ContainmentFieldGeneratorComponent.cs b/Content.Server/Singularity/Components/ContainmentFieldGeneratorComponent.cs index 66b89dfdfa..eb6141157b 100644 --- a/Content.Server/Singularity/Components/ContainmentFieldGeneratorComponent.cs +++ b/Content.Server/Singularity/Components/ContainmentFieldGeneratorComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Diagnostics.CodeAnalysis; using System.Linq; diff --git a/Content.Server/Singularity/Components/EmitterComponent.cs b/Content.Server/Singularity/Components/EmitterComponent.cs index cf87e7955c..45df1f00dd 100644 --- a/Content.Server/Singularity/Components/EmitterComponent.cs +++ b/Content.Server/Singularity/Components/EmitterComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Threading; using System.Threading.Tasks; @@ -24,7 +23,6 @@ using Robust.Shared.Utility; using Robust.Shared.ViewVariables; using Timer = Robust.Shared.Timing.Timer; -#nullable enable namespace Content.Server.Singularity.Components { diff --git a/Content.Server/Singularity/Components/RadiationCollectorComponent.cs b/Content.Server/Singularity/Components/RadiationCollectorComponent.cs index 84a05b155b..ccb0fd897b 100644 --- a/Content.Server/Singularity/Components/RadiationCollectorComponent.cs +++ b/Content.Server/Singularity/Components/RadiationCollectorComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Server.Power.Components; using Content.Shared.Interaction; diff --git a/Content.Server/Singularity/Components/ServerSingularityComponent.cs b/Content.Server/Singularity/Components/ServerSingularityComponent.cs index 2588e68c1e..768299350a 100644 --- a/Content.Server/Singularity/Components/ServerSingularityComponent.cs +++ b/Content.Server/Singularity/Components/ServerSingularityComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Singularity; using Content.Shared.Singularity.Components; using Robust.Shared.Audio; diff --git a/Content.Server/Singularity/StartSingularityEngineCommand.cs b/Content.Server/Singularity/StartSingularityEngineCommand.cs index 6a479f5fa1..4b1091e708 100644 --- a/Content.Server/Singularity/StartSingularityEngineCommand.cs +++ b/Content.Server/Singularity/StartSingularityEngineCommand.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Administration; using Content.Server.ParticleAccelerator.Components; using Content.Server.Singularity.Components; diff --git a/Content.Server/Solar/Components/SolarControlConsoleComponent.cs b/Content.Server/Solar/Components/SolarControlConsoleComponent.cs index 134564ac1c..c55e6a3058 100644 --- a/Content.Server/Solar/Components/SolarControlConsoleComponent.cs +++ b/Content.Server/Solar/Components/SolarControlConsoleComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Solar; using Content.Server.Solar.EntitySystems; using Content.Server.GameObjects.Components; diff --git a/Content.Server/Solar/Components/SolarPanelComponent.cs b/Content.Server/Solar/Components/SolarPanelComponent.cs index d4f918beb6..108e591db1 100644 --- a/Content.Server/Solar/Components/SolarPanelComponent.cs +++ b/Content.Server/Solar/Components/SolarPanelComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Server.Power.Components; using Content.Server.Solar.EntitySystems; diff --git a/Content.Server/Solar/EntitySystems/PowerSolarControlConsoleSystem.cs b/Content.Server/Solar/EntitySystems/PowerSolarControlConsoleSystem.cs index 410821b3e9..72bc7e5dfc 100644 --- a/Content.Server/Solar/EntitySystems/PowerSolarControlConsoleSystem.cs +++ b/Content.Server/Solar/EntitySystems/PowerSolarControlConsoleSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Solar.Components; using JetBrains.Annotations; using Robust.Shared.GameObjects; diff --git a/Content.Server/Solar/EntitySystems/PowerSolarSystem.cs b/Content.Server/Solar/EntitySystems/PowerSolarSystem.cs index 32460e5cae..06ce6e0527 100644 --- a/Content.Server/Solar/EntitySystems/PowerSolarSystem.cs +++ b/Content.Server/Solar/EntitySystems/PowerSolarSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Linq; using Content.Server.Solar.Components; diff --git a/Content.Server/Speech/AddAccent.cs b/Content.Server/Speech/AddAccent.cs index 1afbe8e67a..4d448cc4f9 100644 --- a/Content.Server/Speech/AddAccent.cs +++ b/Content.Server/Speech/AddAccent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Linq; using System.Text; using Content.Server.Administration; diff --git a/Content.Server/Speech/Components/IAccentComponent.cs b/Content.Server/Speech/Components/IAccentComponent.cs index 14b356c550..8db4d7b1da 100644 --- a/Content.Server/Speech/Components/IAccentComponent.cs +++ b/Content.Server/Speech/Components/IAccentComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -namespace Content.Server.Speech.Components +namespace Content.Server.Speech.Components { internal interface IAccentComponent { diff --git a/Content.Server/StationEvents/Events/FalseAlarm.cs b/Content.Server/StationEvents/Events/FalseAlarm.cs index 8cd30ed98d..423220c551 100644 --- a/Content.Server/StationEvents/Events/FalseAlarm.cs +++ b/Content.Server/StationEvents/Events/FalseAlarm.cs @@ -1,5 +1,4 @@ -#nullable enable -using JetBrains.Annotations; +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 1b1a759993..07d3328e19 100644 --- a/Content.Server/StationEvents/Events/GasLeak.cs +++ b/Content.Server/StationEvents/Events/GasLeak.cs @@ -10,7 +10,6 @@ using Robust.Shared.Maths; using Robust.Shared.Player; using Robust.Shared.Random; -#nullable enable namespace Content.Server.StationEvents.Events { internal sealed class GasLeak : StationEvent diff --git a/Content.Server/StationEvents/Events/PowerGridCheck.cs b/Content.Server/StationEvents/Events/PowerGridCheck.cs index 6ff0b78e1a..999b7f9268 100644 --- a/Content.Server/StationEvents/Events/PowerGridCheck.cs +++ b/Content.Server/StationEvents/Events/PowerGridCheck.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Threading; using Content.Server.Power.Components; diff --git a/Content.Server/StationEvents/Events/RadiationStorm.cs b/Content.Server/StationEvents/Events/RadiationStorm.cs index a199a53038..7791c57695 100644 --- a/Content.Server/StationEvents/Events/RadiationStorm.cs +++ b/Content.Server/StationEvents/Events/RadiationStorm.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.GameTicking; using Content.Server.Radiation; using Content.Shared.Coordinates; diff --git a/Content.Server/StationEvents/Events/StationEvent.cs b/Content.Server/StationEvents/Events/StationEvent.cs index a092816cd1..5e9e0c717b 100644 --- a/Content.Server/StationEvents/Events/StationEvent.cs +++ b/Content.Server/StationEvents/Events/StationEvent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Chat.Managers; using Robust.Shared.Audio; using Robust.Shared.IoC; diff --git a/Content.Server/StationEvents/StationEventCommand.cs b/Content.Server/StationEvents/StationEventCommand.cs index 56ef7b8ce5..e126f50083 100644 --- a/Content.Server/StationEvents/StationEventCommand.cs +++ b/Content.Server/StationEvents/StationEventCommand.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Administration; using Content.Shared.Administration; using Robust.Server.Player; diff --git a/Content.Server/StationEvents/StationEventSystem.cs b/Content.Server/StationEvents/StationEventSystem.cs index 9dc20f2aaf..736590a5c3 100644 --- a/Content.Server/StationEvents/StationEventSystem.cs +++ b/Content.Server/StationEvents/StationEventSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Server/Storage/Components/EntityStorageComponent.cs b/Content.Server/Storage/Components/EntityStorageComponent.cs index 44993c0c19..5face20f31 100644 --- a/Content.Server/Storage/Components/EntityStorageComponent.cs +++ b/Content.Server/Storage/Components/EntityStorageComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Server/Storage/Components/SecretStashComponent.cs b/Content.Server/Storage/Components/SecretStashComponent.cs index b3975c531b..b202ab19db 100644 --- a/Content.Server/Storage/Components/SecretStashComponent.cs +++ b/Content.Server/Storage/Components/SecretStashComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Hands.Components; using Content.Server.Items; using Content.Shared.Acts; diff --git a/Content.Server/Storage/Components/ServerStorageComponent.cs b/Content.Server/Storage/Components/ServerStorageComponent.cs index 41def850b7..34a51e5bbc 100644 --- a/Content.Server/Storage/Components/ServerStorageComponent.cs +++ b/Content.Server/Storage/Components/ServerStorageComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Server/Storage/Components/StorageCounterComponent.cs b/Content.Server/Storage/Components/StorageCounterComponent.cs index 33f71d99c7..2279c66e52 100644 --- a/Content.Server/Storage/Components/StorageCounterComponent.cs +++ b/Content.Server/Storage/Components/StorageCounterComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Content.Shared.Stacks; diff --git a/Content.Server/Storage/Components/StorageFillComponent.cs b/Content.Server/Storage/Components/StorageFillComponent.cs index 339d8ac5d8..db253074e9 100644 --- a/Content.Server/Storage/Components/StorageFillComponent.cs +++ b/Content.Server/Storage/Components/StorageFillComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Robust.Shared.GameObjects; diff --git a/Content.Server/Strip/StrippableComponent.cs b/Content.Server/Strip/StrippableComponent.cs index 240d0cd0fd..cd52255b4b 100644 --- a/Content.Server/Strip/StrippableComponent.cs +++ b/Content.Server/Strip/StrippableComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Threading; using Content.Server.Cuffs.Components; diff --git a/Content.Server/Stunnable/Components/StunbatonComponent.cs b/Content.Server/Stunnable/Components/StunbatonComponent.cs index 1c1a754948..56185cac38 100644 --- a/Content.Server/Stunnable/Components/StunbatonComponent.cs +++ b/Content.Server/Stunnable/Components/StunbatonComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.ViewVariables; diff --git a/Content.Server/Stunnable/Components/StunnableComponent.cs b/Content.Server/Stunnable/Components/StunnableComponent.cs index 1fec345fdb..66959428a3 100644 --- a/Content.Server/Stunnable/Components/StunnableComponent.cs +++ b/Content.Server/Stunnable/Components/StunnableComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Act; using Content.Server.Notification; using Content.Shared.Audio; diff --git a/Content.Server/Suspicion/EntitySystems/SuspicionEndTimerSystem.cs b/Content.Server/Suspicion/EntitySystems/SuspicionEndTimerSystem.cs index 643d4a98cd..3e3c0213f3 100644 --- a/Content.Server/Suspicion/EntitySystems/SuspicionEndTimerSystem.cs +++ b/Content.Server/Suspicion/EntitySystems/SuspicionEndTimerSystem.cs @@ -8,7 +8,6 @@ using Robust.Shared.Enums; using Robust.Shared.GameObjects; using Robust.Shared.IoC; -#nullable enable namespace Content.Server.Suspicion.EntitySystems { diff --git a/Content.Server/Suspicion/SuspicionRoleComponent.cs b/Content.Server/Suspicion/SuspicionRoleComponent.cs index 2b36fef940..10ca4f61b5 100644 --- a/Content.Server/Suspicion/SuspicionRoleComponent.cs +++ b/Content.Server/Suspicion/SuspicionRoleComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Server/Throwing/ThrowHelper.cs b/Content.Server/Throwing/ThrowHelper.cs index 52145f357b..514c3a16ce 100644 --- a/Content.Server/Throwing/ThrowHelper.cs +++ b/Content.Server/Throwing/ThrowHelper.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Server.Interaction; using Content.Server.Items; using Content.Shared.MobState; diff --git a/Content.Server/Toilet/ToiletComponent.cs b/Content.Server/Toilet/ToiletComponent.cs index be6f3b6e4e..033f20efd7 100644 --- a/Content.Server/Toilet/ToiletComponent.cs +++ b/Content.Server/Toilet/ToiletComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Threading.Tasks; using Content.Server.Act; using Content.Server.Buckle.Components; diff --git a/Content.Server/Tools/Components/WelderComponent.cs b/Content.Server/Tools/Components/WelderComponent.cs index a33ae7b55e..31102eca1f 100644 --- a/Content.Server/Tools/Components/WelderComponent.cs +++ b/Content.Server/Tools/Components/WelderComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Threading.Tasks; using Content.Server.Act; diff --git a/Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchRedemptionComponent.cs b/Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchRedemptionComponent.cs index ed90860068..d6e95e117d 100644 --- a/Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchRedemptionComponent.cs +++ b/Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchRedemptionComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Threading.Tasks; using Content.Server.Inventory.Components; using Content.Server.Mind.Components; diff --git a/Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchReliableOwnerTagComponent.cs b/Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchReliableOwnerTagComponent.cs index 72f053ec2f..1ef663d0b9 100644 --- a/Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchReliableOwnerTagComponent.cs +++ b/Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchReliableOwnerTagComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.GameObjects; +using Robust.Shared.GameObjects; using Robust.Shared.Network; using Robust.Shared.ViewVariables; diff --git a/Content.Server/UserInterface/UserInterfaceHelpers.cs b/Content.Server/UserInterface/UserInterfaceHelpers.cs index c40d1ade3d..5072da1586 100644 --- a/Content.Server/UserInterface/UserInterfaceHelpers.cs +++ b/Content.Server/UserInterface/UserInterfaceHelpers.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Server.GameObjects; +using Robust.Server.GameObjects; using Robust.Shared.GameObjects; namespace Content.Server.UserInterface diff --git a/Content.Server/VendingMachines/VendingMachineComponent.cs b/Content.Server/VendingMachines/VendingMachineComponent.cs index 1634dd9bac..0b9934bc06 100644 --- a/Content.Server/VendingMachines/VendingMachineComponent.cs +++ b/Content.Server/VendingMachines/VendingMachineComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Server/Verbs/VerbSystem.cs b/Content.Server/Verbs/VerbSystem.cs index 5483f0d82a..34f53def99 100644 --- a/Content.Server/Verbs/VerbSystem.cs +++ b/Content.Server/Verbs/VerbSystem.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using System.Reflection; using Content.Shared.GameTicking; using Content.Shared.Verbs; diff --git a/Content.Server/Voting/Managers/IVoteManager.cs b/Content.Server/Voting/Managers/IVoteManager.cs index b83f35eded..8ab9340b79 100644 --- a/Content.Server/Voting/Managers/IVoteManager.cs +++ b/Content.Server/Voting/Managers/IVoteManager.cs @@ -2,7 +2,6 @@ using System.Diagnostics.CodeAnalysis; using Robust.Server.Player; -#nullable enable namespace Content.Server.Voting.Managers { diff --git a/Content.Server/Voting/Managers/VoteManager.DefaultVotes.cs b/Content.Server/Voting/Managers/VoteManager.DefaultVotes.cs index 42ce63700e..669f2d688a 100644 --- a/Content.Server/Voting/Managers/VoteManager.DefaultVotes.cs +++ b/Content.Server/Voting/Managers/VoteManager.DefaultVotes.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Content.Server.GameTicking; using Content.Shared; diff --git a/Content.Server/Voting/Managers/VoteManager.cs b/Content.Server/Voting/Managers/VoteManager.cs index ec119400cf..ed5c93db9b 100644 --- a/Content.Server/Voting/Managers/VoteManager.cs +++ b/Content.Server/Voting/Managers/VoteManager.cs @@ -20,7 +20,6 @@ using Robust.Shared.Network; using Robust.Shared.Timing; using Robust.Shared.Utility; -#nullable enable namespace Content.Server.Voting.Managers { diff --git a/Content.Server/Voting/VoteCommands.cs b/Content.Server/Voting/VoteCommands.cs index d05546c370..0a81f9e438 100644 --- a/Content.Server/Voting/VoteCommands.cs +++ b/Content.Server/Voting/VoteCommands.cs @@ -10,7 +10,6 @@ using Robust.Shared.Console; using Robust.Shared.IoC; using Robust.Shared.Localization; -#nullable enable namespace Content.Server.Voting { diff --git a/Content.Server/Voting/VoteFinishedEventArgs.cs b/Content.Server/Voting/VoteFinishedEventArgs.cs index 24ca99f817..c704c9f080 100644 --- a/Content.Server/Voting/VoteFinishedEventArgs.cs +++ b/Content.Server/Voting/VoteFinishedEventArgs.cs @@ -1,7 +1,6 @@ using System; using System.Collections.Immutable; -#nullable enable namespace Content.Server.Voting { diff --git a/Content.Server/Voting/VoteFinishedEventHandler.cs b/Content.Server/Voting/VoteFinishedEventHandler.cs index 6f3cca43f6..9debafd5c1 100644 --- a/Content.Server/Voting/VoteFinishedEventHandler.cs +++ b/Content.Server/Voting/VoteFinishedEventHandler.cs @@ -1,5 +1,4 @@ -#nullable enable - + namespace Content.Server.Voting { public delegate void VoteFinishedEventHandler(IVoteHandle sender, VoteFinishedEventArgs args); diff --git a/Content.Server/Voting/VoteOptions.cs b/Content.Server/Voting/VoteOptions.cs index c40d119194..5a5b38d090 100644 --- a/Content.Server/Voting/VoteOptions.cs +++ b/Content.Server/Voting/VoteOptions.cs @@ -3,7 +3,6 @@ using System.Collections.Generic; using Robust.Server.Player; using Robust.Shared.Localization; -#nullable enable namespace Content.Server.Voting { diff --git a/Content.Server/Weapon/WeaponCapacitorChargerComponent.cs b/Content.Server/Weapon/WeaponCapacitorChargerComponent.cs index 956bfcb5c4..a1e0236d24 100644 --- a/Content.Server/Weapon/WeaponCapacitorChargerComponent.cs +++ b/Content.Server/Weapon/WeaponCapacitorChargerComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Server.Power.Components; +using Content.Server.Power.Components; using Content.Server.PowerCell.Components; using Content.Server.Weapon.Ranged.Barrels.Components; using Content.Shared.Interaction; diff --git a/Content.Server/Window/WindowComponent.cs b/Content.Server/Window/WindowComponent.cs index 1a200d65e7..b1d129d2de 100644 --- a/Content.Server/Window/WindowComponent.cs +++ b/Content.Server/Window/WindowComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Server.Destructible; using Content.Server.Destructible.Thresholds.Triggers; diff --git a/Content.Server/WireHacking/WiresComponent.cs b/Content.Server/WireHacking/WiresComponent.cs index e48b1959dc..dae756292b 100644 --- a/Content.Server/WireHacking/WiresComponent.cs +++ b/Content.Server/WireHacking/WiresComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Shared/AI/SharedAiDebug.cs b/Content.Shared/AI/SharedAiDebug.cs index 92d2d60b20..48c70c2960 100644 --- a/Content.Shared/AI/SharedAiDebug.cs +++ b/Content.Shared/AI/SharedAiDebug.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Robust.Shared.GameObjects; diff --git a/Content.Shared/AME/SharedAMEControllerComponent.cs b/Content.Shared/AME/SharedAMEControllerComponent.cs index 162cb32a52..84674dec1c 100644 --- a/Content.Shared/AME/SharedAMEControllerComponent.cs +++ b/Content.Shared/AME/SharedAMEControllerComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/AME/SharedAMEShieldComponent.cs b/Content.Shared/AME/SharedAMEShieldComponent.cs index a2087c5b2e..1b45ccc5cc 100644 --- a/Content.Shared/AME/SharedAMEShieldComponent.cs +++ b/Content.Shared/AME/SharedAMEShieldComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/APC/SharedApc.cs b/Content.Shared/APC/SharedApc.cs index 0e48b19768..4a7644f8fd 100644 --- a/Content.Shared/APC/SharedApc.cs +++ b/Content.Shared/APC/SharedApc.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Access/AccessLevelPrototype.cs b/Content.Shared/Access/AccessLevelPrototype.cs index a245f798d7..c23e0db8ef 100644 --- a/Content.Shared/Access/AccessLevelPrototype.cs +++ b/Content.Shared/Access/AccessLevelPrototype.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.Localization; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Shared/Access/SharedIdCardConsoleComponent.cs b/Content.Shared/Access/SharedIdCardConsoleComponent.cs index ab33cfa054..3983febb2b 100644 --- a/Content.Shared/Access/SharedIdCardConsoleComponent.cs +++ b/Content.Shared/Access/SharedIdCardConsoleComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Robust.Shared.GameObjects; diff --git a/Content.Shared/ActionBlocker/ActionBlockerSystem.cs b/Content.Shared/ActionBlocker/ActionBlockerSystem.cs index b0a7dd0580..a4f3080583 100644 --- a/Content.Shared/ActionBlocker/ActionBlockerSystem.cs +++ b/Content.Shared/ActionBlocker/ActionBlockerSystem.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.DragDrop; +using Content.Shared.DragDrop; using Content.Shared.EffectBlocker; using Content.Shared.Emoting; using Content.Shared.Interaction.Events; diff --git a/Content.Shared/ActionBlocker/IActionBlocker.cs b/Content.Shared/ActionBlocker/IActionBlocker.cs index 5415fb43ac..2646a8ae4b 100644 --- a/Content.Shared/ActionBlocker/IActionBlocker.cs +++ b/Content.Shared/ActionBlocker/IActionBlocker.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Content.Shared.EffectBlocker; namespace Content.Shared.ActionBlocker diff --git a/Content.Shared/Actions/ActionManager.cs b/Content.Shared/Actions/ActionManager.cs index a7575a4e41..524fa6cb47 100644 --- a/Content.Shared/Actions/ActionManager.cs +++ b/Content.Shared/Actions/ActionManager.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Shared.Actions.Prototypes; diff --git a/Content.Shared/Actions/ActionType.cs b/Content.Shared/Actions/ActionType.cs index fdca3780ea..109a5c73f1 100644 --- a/Content.Shared/Actions/ActionType.cs +++ b/Content.Shared/Actions/ActionType.cs @@ -1,4 +1,3 @@ -#nullable enable namespace Content.Shared.Actions { /// diff --git a/Content.Shared/Actions/Behaviors/IActionBehavior.cs b/Content.Shared/Actions/Behaviors/IActionBehavior.cs index 0486ac0e4e..74dc3ca08f 100644 --- a/Content.Shared/Actions/Behaviors/IActionBehavior.cs +++ b/Content.Shared/Actions/Behaviors/IActionBehavior.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Content.Shared.Actions.Components; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Actions/Behaviors/IInstantAction.cs b/Content.Shared/Actions/Behaviors/IInstantAction.cs index 75922fa0ec..9d3c07bed7 100644 --- a/Content.Shared/Actions/Behaviors/IInstantAction.cs +++ b/Content.Shared/Actions/Behaviors/IInstantAction.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.GameObjects; +using Robust.Shared.GameObjects; namespace Content.Shared.Actions.Behaviors { diff --git a/Content.Shared/Actions/Behaviors/ITargetEntityAction.cs b/Content.Shared/Actions/Behaviors/ITargetEntityAction.cs index f1bdf76f89..9e8e8b8579 100644 --- a/Content.Shared/Actions/Behaviors/ITargetEntityAction.cs +++ b/Content.Shared/Actions/Behaviors/ITargetEntityAction.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.GameObjects; +using Robust.Shared.GameObjects; namespace Content.Shared.Actions.Behaviors { diff --git a/Content.Shared/Actions/Behaviors/ITargetEntityItemAction.cs b/Content.Shared/Actions/Behaviors/ITargetEntityItemAction.cs index 28841d6ae3..26d5c3eb62 100644 --- a/Content.Shared/Actions/Behaviors/ITargetEntityItemAction.cs +++ b/Content.Shared/Actions/Behaviors/ITargetEntityItemAction.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Actions.Behaviors.Item; +using Content.Shared.Actions.Behaviors.Item; using Robust.Shared.GameObjects; namespace Content.Shared.Actions.Behaviors diff --git a/Content.Shared/Actions/Behaviors/ITargetPointAction.cs b/Content.Shared/Actions/Behaviors/ITargetPointAction.cs index af0e24bfd4..6e03e7ef3e 100644 --- a/Content.Shared/Actions/Behaviors/ITargetPointAction.cs +++ b/Content.Shared/Actions/Behaviors/ITargetPointAction.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.GameObjects; +using Robust.Shared.GameObjects; using Robust.Shared.Map; namespace Content.Shared.Actions.Behaviors diff --git a/Content.Shared/Actions/Behaviors/ITargetPointItemAction.cs b/Content.Shared/Actions/Behaviors/ITargetPointItemAction.cs index a44a84a741..9619f092c4 100644 --- a/Content.Shared/Actions/Behaviors/ITargetPointItemAction.cs +++ b/Content.Shared/Actions/Behaviors/ITargetPointItemAction.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Actions.Behaviors.Item; +using Content.Shared.Actions.Behaviors.Item; using Robust.Shared.GameObjects; using Robust.Shared.Map; diff --git a/Content.Shared/Actions/Behaviors/IToggleAction.cs b/Content.Shared/Actions/Behaviors/IToggleAction.cs index 3fa04b3946..2c56ec3a97 100644 --- a/Content.Shared/Actions/Behaviors/IToggleAction.cs +++ b/Content.Shared/Actions/Behaviors/IToggleAction.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.GameObjects; +using Robust.Shared.GameObjects; namespace Content.Shared.Actions.Behaviors { diff --git a/Content.Shared/Actions/Behaviors/Item/IInstantItemAction.cs b/Content.Shared/Actions/Behaviors/Item/IInstantItemAction.cs index 17891c2be4..4ac8656719 100644 --- a/Content.Shared/Actions/Behaviors/Item/IInstantItemAction.cs +++ b/Content.Shared/Actions/Behaviors/Item/IInstantItemAction.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.GameObjects; +using Robust.Shared.GameObjects; namespace Content.Shared.Actions.Behaviors.Item { diff --git a/Content.Shared/Actions/Behaviors/Item/IItemActionBehavior.cs b/Content.Shared/Actions/Behaviors/Item/IItemActionBehavior.cs index 853da9d4b7..e49a6a9ba0 100644 --- a/Content.Shared/Actions/Behaviors/Item/IItemActionBehavior.cs +++ b/Content.Shared/Actions/Behaviors/Item/IItemActionBehavior.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Content.Shared.Actions.Components; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Actions/Behaviors/Item/IToggleItemAction.cs b/Content.Shared/Actions/Behaviors/Item/IToggleItemAction.cs index 259a998f1f..d21ebf7cf5 100644 --- a/Content.Shared/Actions/Behaviors/Item/IToggleItemAction.cs +++ b/Content.Shared/Actions/Behaviors/Item/IToggleItemAction.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.GameObjects; +using Robust.Shared.GameObjects; namespace Content.Shared.Actions.Behaviors.Item { diff --git a/Content.Shared/Actions/Components/ItemActionsComponent.cs b/Content.Shared/Actions/Components/ItemActionsComponent.cs index 70df7310dd..74f9f25299 100644 --- a/Content.Shared/Actions/Components/ItemActionsComponent.cs +++ b/Content.Shared/Actions/Components/ItemActionsComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Content.Shared.Hands; diff --git a/Content.Shared/Actions/Components/SharedActionsComponent.cs b/Content.Shared/Actions/Components/SharedActionsComponent.cs index e6ab446a71..6ad8f5295c 100644 --- a/Content.Shared/Actions/Components/SharedActionsComponent.cs +++ b/Content.Shared/Actions/Components/SharedActionsComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; diff --git a/Content.Shared/Actions/IActionAttempt.cs b/Content.Shared/Actions/IActionAttempt.cs index f2cb365bb7..19c9c7c8fd 100644 --- a/Content.Shared/Actions/IActionAttempt.cs +++ b/Content.Shared/Actions/IActionAttempt.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Actions.Behaviors; +using Content.Shared.Actions.Behaviors; using Content.Shared.Actions.Behaviors.Item; using Content.Shared.Actions.Components; using Content.Shared.Actions.Prototypes; diff --git a/Content.Shared/Actions/Prototypes/ActionPrototype.cs b/Content.Shared/Actions/Prototypes/ActionPrototype.cs index 8d488b9249..bc4422d052 100644 --- a/Content.Shared/Actions/Prototypes/ActionPrototype.cs +++ b/Content.Shared/Actions/Prototypes/ActionPrototype.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Actions.Behaviors; +using Content.Shared.Actions.Behaviors; using Content.Shared.Module; using Robust.Shared.IoC; using Robust.Shared.Log; diff --git a/Content.Shared/Actions/Prototypes/BaseActionPrototype.cs b/Content.Shared/Actions/Prototypes/BaseActionPrototype.cs index 451dfb106e..ed7eb4b06e 100644 --- a/Content.Shared/Actions/Prototypes/BaseActionPrototype.cs +++ b/Content.Shared/Actions/Prototypes/BaseActionPrototype.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Robust.Shared.Log; using Robust.Shared.Prototypes; diff --git a/Content.Shared/Actions/Prototypes/ItemActionPrototype.cs b/Content.Shared/Actions/Prototypes/ItemActionPrototype.cs index 24a66fc8c6..3ab67b45a2 100644 --- a/Content.Shared/Actions/Prototypes/ItemActionPrototype.cs +++ b/Content.Shared/Actions/Prototypes/ItemActionPrototype.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Actions.Behaviors; +using Content.Shared.Actions.Behaviors; using Content.Shared.Actions.Behaviors.Item; using Content.Shared.Module; using Robust.Shared.IoC; diff --git a/Content.Shared/Actions/SharedActionSystem.cs b/Content.Shared/Actions/SharedActionSystem.cs index acec005de7..a5d90216ee 100644 --- a/Content.Shared/Actions/SharedActionSystem.cs +++ b/Content.Shared/Actions/SharedActionSystem.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Actions.Components; +using Content.Shared.Actions.Components; using Robust.Shared.GameObjects; namespace Content.Shared.Actions diff --git a/Content.Shared/Acts/ActSystem.cs b/Content.Shared/Acts/ActSystem.cs index 37d3fd009a..ba7b9e6fa2 100644 --- a/Content.Shared/Acts/ActSystem.cs +++ b/Content.Shared/Acts/ActSystem.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Linq; using JetBrains.Annotations; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Administration/AdminAddReagentEuiState.cs b/Content.Shared/Administration/AdminAddReagentEuiState.cs index 800251f1a3..87231ca7a0 100644 --- a/Content.Shared/Administration/AdminAddReagentEuiState.cs +++ b/Content.Shared/Administration/AdminAddReagentEuiState.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Content.Shared.Chemistry; using Content.Shared.Chemistry.Reagent; using Content.Shared.Eui; diff --git a/Content.Shared/Administration/AdminData.cs b/Content.Shared/Administration/AdminData.cs index a0727efc67..947617fe82 100644 --- a/Content.Shared/Administration/AdminData.cs +++ b/Content.Shared/Administration/AdminData.cs @@ -1,5 +1,4 @@ -#nullable enable - + namespace Content.Shared.Administration { /// diff --git a/Content.Shared/Administration/AdminFlags.cs b/Content.Shared/Administration/AdminFlags.cs index 91f69c4384..b458f7a06b 100644 --- a/Content.Shared/Administration/AdminFlags.cs +++ b/Content.Shared/Administration/AdminFlags.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; namespace Content.Shared.Administration { diff --git a/Content.Shared/Administration/AdminFlagsHelper.cs b/Content.Shared/Administration/AdminFlagsHelper.cs index 7a33c04cfd..5a72d5f65e 100644 --- a/Content.Shared/Administration/AdminFlagsHelper.cs +++ b/Content.Shared/Administration/AdminFlagsHelper.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Numerics; diff --git a/Content.Shared/Administration/Menu/AdminMenuPlayerListMessage.cs b/Content.Shared/Administration/Menu/AdminMenuPlayerListMessage.cs index 67b45e057a..75ce4c7941 100644 --- a/Content.Shared/Administration/Menu/AdminMenuPlayerListMessage.cs +++ b/Content.Shared/Administration/Menu/AdminMenuPlayerListMessage.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using Lidgren.Network; using Robust.Shared.Network; diff --git a/Content.Shared/Administration/Menu/AdminMenuPlayerListRequest.cs b/Content.Shared/Administration/Menu/AdminMenuPlayerListRequest.cs index c838b28dee..2c1de4f8ef 100644 --- a/Content.Shared/Administration/Menu/AdminMenuPlayerListRequest.cs +++ b/Content.Shared/Administration/Menu/AdminMenuPlayerListRequest.cs @@ -1,5 +1,4 @@ -#nullable enable -using Lidgren.Network; +using Lidgren.Network; using Robust.Shared.Network; namespace Content.Shared.Administration.Menu diff --git a/Content.Shared/Administration/MsgUpdateAdminStatus.cs b/Content.Shared/Administration/MsgUpdateAdminStatus.cs index 7b55b6a8d1..5a310393d1 100644 --- a/Content.Shared/Administration/MsgUpdateAdminStatus.cs +++ b/Content.Shared/Administration/MsgUpdateAdminStatus.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Lidgren.Network; using Robust.Shared.Network; diff --git a/Content.Shared/Administration/PermissionsEuiState.cs b/Content.Shared/Administration/PermissionsEuiState.cs index cf342aa6fe..e4de269ef9 100644 --- a/Content.Shared/Administration/PermissionsEuiState.cs +++ b/Content.Shared/Administration/PermissionsEuiState.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Content.Shared.Eui; using Robust.Shared.Network; diff --git a/Content.Shared/Administration/SetOutfitEuiState.cs b/Content.Shared/Administration/SetOutfitEuiState.cs index 92685b54b7..d16d55bb24 100644 --- a/Content.Shared/Administration/SetOutfitEuiState.cs +++ b/Content.Shared/Administration/SetOutfitEuiState.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Eui; using Robust.Shared.Serialization; using System; diff --git a/Content.Shared/Alert/AlertManager.cs b/Content.Shared/Alert/AlertManager.cs index dbea636ce1..4fa11c9482 100644 --- a/Content.Shared/Alert/AlertManager.cs +++ b/Content.Shared/Alert/AlertManager.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using Robust.Shared.IoC; using Robust.Shared.Log; diff --git a/Content.Shared/Alert/AlertOrderPrototype.cs b/Content.Shared/Alert/AlertOrderPrototype.cs index 7be8f3cf2a..0e0463dd6e 100644 --- a/Content.Shared/Alert/AlertOrderPrototype.cs +++ b/Content.Shared/Alert/AlertOrderPrototype.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; diff --git a/Content.Shared/Alert/AlertPrototype.cs b/Content.Shared/Alert/AlertPrototype.cs index 06901594fd..79eafd637d 100644 --- a/Content.Shared/Alert/AlertPrototype.cs +++ b/Content.Shared/Alert/AlertPrototype.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Globalization; using Robust.Shared.Log; using Robust.Shared.Prototypes; diff --git a/Content.Shared/Alert/AlertType.cs b/Content.Shared/Alert/AlertType.cs index c2c37a8537..a4962a1d36 100644 --- a/Content.Shared/Alert/AlertType.cs +++ b/Content.Shared/Alert/AlertType.cs @@ -1,5 +1,4 @@ -#nullable enable -namespace Content.Shared.Alert +namespace Content.Shared.Alert { /// /// Every category of alert. Corresponds to category field in alert prototypes defined in YML diff --git a/Content.Shared/Alert/IAlertClick.cs b/Content.Shared/Alert/IAlertClick.cs index c11c52fde4..614c9ee6a0 100644 --- a/Content.Shared/Alert/IAlertClick.cs +++ b/Content.Shared/Alert/IAlertClick.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.GameObjects; namespace Content.Shared.Alert diff --git a/Content.Shared/Alert/SharedAlertsComponent.cs b/Content.Shared/Alert/SharedAlertsComponent.cs index 5fc76cd33e..3a8b6eec68 100644 --- a/Content.Shared/Alert/SharedAlertsComponent.cs +++ b/Content.Shared/Alert/SharedAlertsComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Arcade/BlockGameBlock.cs b/Content.Shared/Arcade/BlockGameBlock.cs index 75e248fbf1..1f32db1b33 100644 --- a/Content.Shared/Arcade/BlockGameBlock.cs +++ b/Content.Shared/Arcade/BlockGameBlock.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.Maths; using Robust.Shared.Serialization; diff --git a/Content.Shared/Arcade/BlockGameMessages.cs b/Content.Shared/Arcade/BlockGameMessages.cs index a1729edb96..02b6da2fe8 100644 --- a/Content.Shared/Arcade/BlockGameMessages.cs +++ b/Content.Shared/Arcade/BlockGameMessages.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Arcade/BlockGamePlayerAction.cs b/Content.Shared/Arcade/BlockGamePlayerAction.cs index 3b40ab638f..f88b213a56 100644 --- a/Content.Shared/Arcade/BlockGamePlayerAction.cs +++ b/Content.Shared/Arcade/BlockGamePlayerAction.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.Serialization; namespace Content.Shared.Arcade diff --git a/Content.Shared/Arcade/BlockGameUiKey.cs b/Content.Shared/Arcade/BlockGameUiKey.cs index c2d6880b69..6ffb216668 100644 --- a/Content.Shared/Arcade/BlockGameUiKey.cs +++ b/Content.Shared/Arcade/BlockGameUiKey.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.Serialization; namespace Content.Shared.Arcade diff --git a/Content.Shared/Arcade/SharedSpaceVillainArcadeComponent.cs b/Content.Shared/Arcade/SharedSpaceVillainArcadeComponent.cs index e188d797eb..2a26248717 100644 --- a/Content.Shared/Arcade/SharedSpaceVillainArcadeComponent.cs +++ b/Content.Shared/Arcade/SharedSpaceVillainArcadeComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Atmos/AtmosCommandUtils.cs b/Content.Shared/Atmos/AtmosCommandUtils.cs index f23a13224b..8536b546c8 100644 --- a/Content.Shared/Atmos/AtmosCommandUtils.cs +++ b/Content.Shared/Atmos/AtmosCommandUtils.cs @@ -1,4 +1,3 @@ -#nullable enable using System; namespace Content.Shared.Atmos @@ -24,4 +23,4 @@ namespace Content.Shared.Atmos return ((x >= 0) && (x < Atmospherics.TotalNumberOfGases)); } } -} \ No newline at end of file +} diff --git a/Content.Shared/Atmos/AtmosDirection.cs b/Content.Shared/Atmos/AtmosDirection.cs index d6989f0db6..96023a55e8 100644 --- a/Content.Shared/Atmos/AtmosDirection.cs +++ b/Content.Shared/Atmos/AtmosDirection.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Runtime.CompilerServices; using Robust.Shared.Maths; using Robust.Shared.Serialization; diff --git a/Content.Shared/Atmos/Atmospherics.cs b/Content.Shared/Atmos/Atmospherics.cs index c43ef7b441..2bb88f02a4 100644 --- a/Content.Shared/Atmos/Atmospherics.cs +++ b/Content.Shared/Atmos/Atmospherics.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.Maths; using Robust.Shared.Serialization; using System; diff --git a/Content.Shared/Atmos/Components/SharedFlammableComponent.cs b/Content.Shared/Atmos/Components/SharedFlammableComponent.cs index cb965945b7..3012c9e6d0 100644 --- a/Content.Shared/Atmos/Components/SharedFlammableComponent.cs +++ b/Content.Shared/Atmos/Components/SharedFlammableComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Atmos/Components/SharedGasTankComponent.cs b/Content.Shared/Atmos/Components/SharedGasTankComponent.cs index de5b64c6eb..b3d5ff3b85 100644 --- a/Content.Shared/Atmos/Components/SharedGasTankComponent.cs +++ b/Content.Shared/Atmos/Components/SharedGasTankComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Atmos/EntitySystems/SharedAtmosDebugOverlaySystem.cs b/Content.Shared/Atmos/EntitySystems/SharedAtmosDebugOverlaySystem.cs index 33e69fa700..35d92557c3 100644 --- a/Content.Shared/Atmos/EntitySystems/SharedAtmosDebugOverlaySystem.cs +++ b/Content.Shared/Atmos/EntitySystems/SharedAtmosDebugOverlaySystem.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.GameObjects; using Robust.Shared.Map; using Robust.Shared.Maths; diff --git a/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs b/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs index 9e52787813..22a0b4f5fa 100644 --- a/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs +++ b/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using Content.Shared.Atmos.Prototypes; using Robust.Shared.GameObjects; using Robust.Shared.IoC; diff --git a/Content.Shared/Atmos/EntitySystems/SharedGasTileOverlaySystem.cs b/Content.Shared/Atmos/EntitySystems/SharedGasTileOverlaySystem.cs index 3092ec0bae..b589114362 100644 --- a/Content.Shared/Atmos/EntitySystems/SharedGasTileOverlaySystem.cs +++ b/Content.Shared/Atmos/EntitySystems/SharedGasTileOverlaySystem.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Robust.Shared.GameObjects; using Robust.Shared.Map; diff --git a/Content.Shared/Atmos/GasOverlayChunk.cs b/Content.Shared/Atmos/GasOverlayChunk.cs index 74162f5b55..36a65b98ea 100644 --- a/Content.Shared/Atmos/GasOverlayChunk.cs +++ b/Content.Shared/Atmos/GasOverlayChunk.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Content.Shared.Atmos.EntitySystems; using Robust.Shared.Map; diff --git a/Content.Shared/Atmos/PipeDirection.cs b/Content.Shared/Atmos/PipeDirection.cs index c7f30f064d..598c9d9878 100644 --- a/Content.Shared/Atmos/PipeDirection.cs +++ b/Content.Shared/Atmos/PipeDirection.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.Maths; using Robust.Shared.Serialization; diff --git a/Content.Shared/Atmos/Piping/Binary/Components/SharedGasCanisterComponent.cs b/Content.Shared/Atmos/Piping/Binary/Components/SharedGasCanisterComponent.cs index 3e7e250481..d1c05b25b3 100644 --- a/Content.Shared/Atmos/Piping/Binary/Components/SharedGasCanisterComponent.cs +++ b/Content.Shared/Atmos/Piping/Binary/Components/SharedGasCanisterComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Atmos/Prototypes/GasPrototype.cs b/Content.Shared/Atmos/Prototypes/GasPrototype.cs index 37442375d6..fdf4ba643a 100644 --- a/Content.Shared/Atmos/Prototypes/GasPrototype.cs +++ b/Content.Shared/Atmos/Prototypes/GasPrototype.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.Prototypes; +using Robust.Shared.Prototypes; using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.ViewVariables; diff --git a/Content.Shared/Audio/AudioHelpers.cs b/Content.Shared/Audio/AudioHelpers.cs index 887f3ac1fb..a8a47fbdf5 100644 --- a/Content.Shared/Audio/AudioHelpers.cs +++ b/Content.Shared/Audio/AudioHelpers.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.Audio; using Robust.Shared.IoC; diff --git a/Content.Shared/Audio/SoundCollectionPrototype.cs b/Content.Shared/Audio/SoundCollectionPrototype.cs index b9e966501d..45b615c790 100644 --- a/Content.Shared/Audio/SoundCollectionPrototype.cs +++ b/Content.Shared/Audio/SoundCollectionPrototype.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Shared/Body/Behavior/SharedMechanismBehavior.cs b/Content.Shared/Body/Behavior/SharedMechanismBehavior.cs index f67adc0db6..4f2f7dad96 100644 --- a/Content.Shared/Body/Behavior/SharedMechanismBehavior.cs +++ b/Content.Shared/Body/Behavior/SharedMechanismBehavior.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Body.Components; +using Content.Shared.Body.Components; using Content.Shared.Body.Mechanism; using Content.Shared.Body.Part; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Body/Components/SharedBodyComponent.cs b/Content.Shared/Body/Components/SharedBodyComponent.cs index 115d174477..cf4b2551e1 100644 --- a/Content.Shared/Body/Components/SharedBodyComponent.cs +++ b/Content.Shared/Body/Components/SharedBodyComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; diff --git a/Content.Shared/Body/Mechanism/MechanismSystem.cs b/Content.Shared/Body/Mechanism/MechanismSystem.cs index 53d7655a66..af5057fd55 100644 --- a/Content.Shared/Body/Mechanism/MechanismSystem.cs +++ b/Content.Shared/Body/Mechanism/MechanismSystem.cs @@ -1,5 +1,4 @@ -#nullable enable -using JetBrains.Annotations; +using JetBrains.Annotations; using Robust.Shared.GameObjects; namespace Content.Shared.Body.Mechanism diff --git a/Content.Shared/Body/Mechanism/SharedMechanismComponent.cs b/Content.Shared/Body/Mechanism/SharedMechanismComponent.cs index 47940141bb..5ee2f0b558 100644 --- a/Content.Shared/Body/Mechanism/SharedMechanismComponent.cs +++ b/Content.Shared/Body/Mechanism/SharedMechanismComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using System.Linq; using Content.Shared.Body.Behavior; diff --git a/Content.Shared/Body/Networks/SharedBloodstreamComponent.cs b/Content.Shared/Body/Networks/SharedBloodstreamComponent.cs index 0641403b73..0ca35f5ff5 100644 --- a/Content.Shared/Body/Networks/SharedBloodstreamComponent.cs +++ b/Content.Shared/Body/Networks/SharedBloodstreamComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Chemistry.Solution; +using Content.Shared.Chemistry.Solution; using Robust.Shared.GameObjects; namespace Content.Shared.Body.Networks diff --git a/Content.Shared/Body/Part/BodyPartCompatibility.cs b/Content.Shared/Body/Part/BodyPartCompatibility.cs index 390bf8c904..aba82d8873 100644 --- a/Content.Shared/Body/Part/BodyPartCompatibility.cs +++ b/Content.Shared/Body/Part/BodyPartCompatibility.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.Serialization; namespace Content.Shared.Body.Part diff --git a/Content.Shared/Body/Part/BodyPartSymmetry.cs b/Content.Shared/Body/Part/BodyPartSymmetry.cs index aaf6f958de..b21bd1dc2b 100644 --- a/Content.Shared/Body/Part/BodyPartSymmetry.cs +++ b/Content.Shared/Body/Part/BodyPartSymmetry.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; 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 40c58d0eb4..535f68ed35 100644 --- a/Content.Shared/Body/Part/BodyPartType.cs +++ b/Content.Shared/Body/Part/BodyPartType.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.Serialization; namespace Content.Shared.Body.Part diff --git a/Content.Shared/Body/Part/IBodyPartAdded.cs b/Content.Shared/Body/Part/IBodyPartAdded.cs index 4f16560c24..d299d80541 100644 --- a/Content.Shared/Body/Part/IBodyPartAdded.cs +++ b/Content.Shared/Body/Part/IBodyPartAdded.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.GameObjects; namespace Content.Shared.Body.Part diff --git a/Content.Shared/Body/Part/IBodyPartContainer.cs b/Content.Shared/Body/Part/IBodyPartContainer.cs index 35f49a6236..bad145939e 100644 --- a/Content.Shared/Body/Part/IBodyPartContainer.cs +++ b/Content.Shared/Body/Part/IBodyPartContainer.cs @@ -1,5 +1,4 @@ -#nullable enable - + namespace Content.Shared.Body.Part { /// diff --git a/Content.Shared/Body/Part/IBodyPartRemoved.cs b/Content.Shared/Body/Part/IBodyPartRemoved.cs index eeff0b8b7e..04f5d2dfb5 100644 --- a/Content.Shared/Body/Part/IBodyPartRemoved.cs +++ b/Content.Shared/Body/Part/IBodyPartRemoved.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; namespace Content.Shared.Body.Part { diff --git a/Content.Shared/Body/Part/Property/BodyPartPropertyComponent.cs b/Content.Shared/Body/Part/Property/BodyPartPropertyComponent.cs index e1f6e5f577..7b75457be7 100644 --- a/Content.Shared/Body/Part/Property/BodyPartPropertyComponent.cs +++ b/Content.Shared/Body/Part/Property/BodyPartPropertyComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Shared/Body/Part/Property/ExtensionComponent.cs b/Content.Shared/Body/Part/Property/ExtensionComponent.cs index b613ee830a..bf2df77de7 100644 --- a/Content.Shared/Body/Part/Property/ExtensionComponent.cs +++ b/Content.Shared/Body/Part/Property/ExtensionComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Shared/Body/Part/Property/GraspComponent.cs b/Content.Shared/Body/Part/Property/GraspComponent.cs index 6d021d0a6a..dca53e6112 100644 --- a/Content.Shared/Body/Part/Property/GraspComponent.cs +++ b/Content.Shared/Body/Part/Property/GraspComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.GameObjects; +using Robust.Shared.GameObjects; namespace Content.Shared.Body.Part.Property { diff --git a/Content.Shared/Body/Part/Property/IBodyPartProperty.cs b/Content.Shared/Body/Part/Property/IBodyPartProperty.cs index ff3c5ba627..ff29c38b7b 100644 --- a/Content.Shared/Body/Part/Property/IBodyPartProperty.cs +++ b/Content.Shared/Body/Part/Property/IBodyPartProperty.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.GameObjects; +using Robust.Shared.GameObjects; namespace Content.Shared.Body.Part.Property { diff --git a/Content.Shared/Body/Part/Property/LegComponent.cs b/Content.Shared/Body/Part/Property/LegComponent.cs index 1bc75378bd..0766db0145 100644 --- a/Content.Shared/Body/Part/Property/LegComponent.cs +++ b/Content.Shared/Body/Part/Property/LegComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Shared/Body/Part/SharedBodyPartComponent.cs b/Content.Shared/Body/Part/SharedBodyPartComponent.cs index a204d1eb86..1fd1f4dee9 100644 --- a/Content.Shared/Body/Part/SharedBodyPartComponent.cs +++ b/Content.Shared/Body/Part/SharedBodyPartComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; diff --git a/Content.Shared/Body/Preset/BodyPresetPrototype.cs b/Content.Shared/Body/Preset/BodyPresetPrototype.cs index 49736b46df..bc12ba059f 100644 --- a/Content.Shared/Body/Preset/BodyPresetPrototype.cs +++ b/Content.Shared/Body/Preset/BodyPresetPrototype.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Content.Shared.Body.Components; using Content.Shared.Body.Part; diff --git a/Content.Shared/Body/Scanner/SharedBodyScannerComponent.cs b/Content.Shared/Body/Scanner/SharedBodyScannerComponent.cs index c8657fa68a..0de5b61c09 100644 --- a/Content.Shared/Body/Scanner/SharedBodyScannerComponent.cs +++ b/Content.Shared/Body/Scanner/SharedBodyScannerComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Body/Surgery/SurgeryDataComponent.cs b/Content.Shared/Body/Surgery/SurgeryDataComponent.cs index ac4e2faff5..9bfd1a1476 100644 --- a/Content.Shared/Body/Surgery/SurgeryDataComponent.cs +++ b/Content.Shared/Body/Surgery/SurgeryDataComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Body.Mechanism; +using Content.Shared.Body.Mechanism; using Content.Shared.Body.Part; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Body/Surgery/SurgeryType.cs b/Content.Shared/Body/Surgery/SurgeryType.cs index 446e067092..2879399834 100644 --- a/Content.Shared/Body/Surgery/SurgeryType.cs +++ b/Content.Shared/Body/Surgery/SurgeryType.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.Serialization; namespace Content.Shared.Body.Surgery diff --git a/Content.Shared/Body/Surgery/SurgeryUIKey.cs b/Content.Shared/Body/Surgery/SurgeryUIKey.cs index 3213fc0899..e27bd910a1 100644 --- a/Content.Shared/Body/Surgery/SurgeryUIKey.cs +++ b/Content.Shared/Body/Surgery/SurgeryUIKey.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.Serialization; namespace Content.Shared.Body.Surgery diff --git a/Content.Shared/Body/Surgery/SurgeryUIMessages.cs b/Content.Shared/Body/Surgery/SurgeryUIMessages.cs index 85b9cded33..72817f8581 100644 --- a/Content.Shared/Body/Surgery/SurgeryUIMessages.cs +++ b/Content.Shared/Body/Surgery/SurgeryUIMessages.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Body/Template/BodyTemplatePrototype.cs b/Content.Shared/Body/Template/BodyTemplatePrototype.cs index 324b995c03..84320087e2 100644 --- a/Content.Shared/Body/Template/BodyTemplatePrototype.cs +++ b/Content.Shared/Body/Template/BodyTemplatePrototype.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Content.Shared.Body.Components; using Content.Shared.Body.Part; diff --git a/Content.Shared/Botany/IPlantMetabolizable.cs b/Content.Shared/Botany/IPlantMetabolizable.cs index 1cf90b281e..e70b271194 100644 --- a/Content.Shared/Botany/IPlantMetabolizable.cs +++ b/Content.Shared/Botany/IPlantMetabolizable.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.GameObjects; namespace Content.Shared.Botany diff --git a/Content.Shared/Botany/PlantHolderVisuals.cs b/Content.Shared/Botany/PlantHolderVisuals.cs index 03bde50d48..04680f050b 100644 --- a/Content.Shared/Botany/PlantHolderVisuals.cs +++ b/Content.Shared/Botany/PlantHolderVisuals.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; 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 ea50af6ec0..73e5026e3e 100644 --- a/Content.Shared/Buckle/Components/SharedBuckleComponent.cs +++ b/Content.Shared/Buckle/Components/SharedBuckleComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.ActionBlocker; using Content.Shared.DragDrop; diff --git a/Content.Shared/Buckle/Components/SharedStrapComponent.cs b/Content.Shared/Buckle/Components/SharedStrapComponent.cs index ad68e0b697..c6ea85eb1b 100644 --- a/Content.Shared/Buckle/Components/SharedStrapComponent.cs +++ b/Content.Shared/Buckle/Components/SharedStrapComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.DragDrop; using Content.Shared.Interaction.Helpers; diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index b67f343f63..2538e65852 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared; using Robust.Shared.Configuration; diff --git a/Content.Shared/Cabinet/ItemCabinetVisuals.cs b/Content.Shared/Cabinet/ItemCabinetVisuals.cs index 49ab6ee9f5..9ac46e1fa8 100644 --- a/Content.Shared/Cabinet/ItemCabinetVisuals.cs +++ b/Content.Shared/Cabinet/ItemCabinetVisuals.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.Serialization; namespace Content.Shared.Cabinet diff --git a/Content.Shared/Camera/SharedCameraRecoilComponent.cs b/Content.Shared/Camera/SharedCameraRecoilComponent.cs index 7161ded265..964d82e3fb 100644 --- a/Content.Shared/Camera/SharedCameraRecoilComponent.cs +++ b/Content.Shared/Camera/SharedCameraRecoilComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.GameStates; diff --git a/Content.Shared/Cargo/CargoOrderData.cs b/Content.Shared/Cargo/CargoOrderData.cs index ad784b6a7b..770cc18856 100644 --- a/Content.Shared/Cargo/CargoOrderData.cs +++ b/Content.Shared/Cargo/CargoOrderData.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +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 a7f620ad78..65099c20f9 100644 --- a/Content.Shared/Cargo/CargoProductPrototype.cs +++ b/Content.Shared/Cargo/CargoProductPrototype.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.IoC; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; diff --git a/Content.Shared/Cargo/Components/SharedCargoConsoleComponent.cs b/Content.Shared/Cargo/Components/SharedCargoConsoleComponent.cs index 4637785555..2abee2f1c4 100644 --- a/Content.Shared/Cargo/Components/SharedCargoConsoleComponent.cs +++ b/Content.Shared/Cargo/Components/SharedCargoConsoleComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.GameObjects; using Robust.Shared.IoC; using Robust.Shared.Prototypes; diff --git a/Content.Shared/Cargo/Components/SharedCargoOrderDatabaseComponent.cs b/Content.Shared/Cargo/Components/SharedCargoOrderDatabaseComponent.cs index aa9a1219ce..d7d8f1661d 100644 --- a/Content.Shared/Cargo/Components/SharedCargoOrderDatabaseComponent.cs +++ b/Content.Shared/Cargo/Components/SharedCargoOrderDatabaseComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Cargo/Components/SharedGalacticMarketComponent.cs b/Content.Shared/Cargo/Components/SharedGalacticMarketComponent.cs index af319fc76c..166489fb3c 100644 --- a/Content.Shared/Cargo/Components/SharedGalacticMarketComponent.cs +++ b/Content.Shared/Cargo/Components/SharedGalacticMarketComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections; using System.Collections.Generic; diff --git a/Content.Shared/CharacterAppearance/Components/SharedHumanoidAppearanceComponent.cs b/Content.Shared/CharacterAppearance/Components/SharedHumanoidAppearanceComponent.cs index 38da99afed..9685f00d09 100644 --- a/Content.Shared/CharacterAppearance/Components/SharedHumanoidAppearanceComponent.cs +++ b/Content.Shared/CharacterAppearance/Components/SharedHumanoidAppearanceComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.Preferences; using Robust.Shared.Enums; diff --git a/Content.Shared/CharacterAppearance/Components/SharedMagicMirrorComponent.cs b/Content.Shared/CharacterAppearance/Components/SharedMagicMirrorComponent.cs index ebf6ca6caf..babd9efbd7 100644 --- a/Content.Shared/CharacterAppearance/Components/SharedMagicMirrorComponent.cs +++ b/Content.Shared/CharacterAppearance/Components/SharedMagicMirrorComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.Maths; diff --git a/Content.Shared/CharacterAppearance/HairStyles.cs b/Content.Shared/CharacterAppearance/HairStyles.cs index 0bc7cd0c22..99a016d741 100644 --- a/Content.Shared/CharacterAppearance/HairStyles.cs +++ b/Content.Shared/CharacterAppearance/HairStyles.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Robust.Shared.Maths; diff --git a/Content.Shared/CharacterAppearance/HumanoidCharacterAppearance.cs b/Content.Shared/CharacterAppearance/HumanoidCharacterAppearance.cs index 665adb3cf0..bd09b43d1f 100644 --- a/Content.Shared/CharacterAppearance/HumanoidCharacterAppearance.cs +++ b/Content.Shared/CharacterAppearance/HumanoidCharacterAppearance.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.IoC; using Robust.Shared.Maths; using Robust.Shared.Random; diff --git a/Content.Shared/CharacterAppearance/ICharacterAppearance.cs b/Content.Shared/CharacterAppearance/ICharacterAppearance.cs index 41216e08c3..2a49c231f9 100644 --- a/Content.Shared/CharacterAppearance/ICharacterAppearance.cs +++ b/Content.Shared/CharacterAppearance/ICharacterAppearance.cs @@ -1,4 +1,3 @@ -#nullable enable namespace Content.Shared.CharacterAppearance { diff --git a/Content.Shared/CharacterAppearance/Sex.cs b/Content.Shared/CharacterAppearance/Sex.cs index d5f40bc50e..b0ea69f869 100644 --- a/Content.Shared/CharacterAppearance/Sex.cs +++ b/Content.Shared/CharacterAppearance/Sex.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Content.Shared.Dataset; using Robust.Shared.IoC; using Robust.Shared.Prototypes; diff --git a/Content.Shared/CharacterInfo/SharedCharacterInfoComponent.cs b/Content.Shared/CharacterInfo/SharedCharacterInfoComponent.cs index aae606b76f..e3e860198f 100644 --- a/Content.Shared/CharacterInfo/SharedCharacterInfoComponent.cs +++ b/Content.Shared/CharacterInfo/SharedCharacterInfoComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Content.Shared.Objectives; diff --git a/Content.Shared/Chat/ChatChannel.cs b/Content.Shared/Chat/ChatChannel.cs index 9d76beb32c..ba5afe0be2 100644 --- a/Content.Shared/Chat/ChatChannel.cs +++ b/Content.Shared/Chat/ChatChannel.cs @@ -1,4 +1,3 @@ -#nullable enable using System; namespace Content.Shared.Chat diff --git a/Content.Shared/Chat/ChatMaxMsgLengthMessage.cs b/Content.Shared/Chat/ChatMaxMsgLengthMessage.cs index 7848184874..f00062b21b 100644 --- a/Content.Shared/Chat/ChatMaxMsgLengthMessage.cs +++ b/Content.Shared/Chat/ChatMaxMsgLengthMessage.cs @@ -1,4 +1,3 @@ -#nullable enable using Lidgren.Network; using Robust.Shared.Network; diff --git a/Content.Shared/Chat/MsgChatMessage.cs b/Content.Shared/Chat/MsgChatMessage.cs index 69c8a441f5..f2ca14a048 100644 --- a/Content.Shared/Chat/MsgChatMessage.cs +++ b/Content.Shared/Chat/MsgChatMessage.cs @@ -1,4 +1,3 @@ -#nullable enable using JetBrains.Annotations; using Lidgren.Network; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Chemistry/ChemistrySystem.cs b/Content.Shared/Chemistry/ChemistrySystem.cs index 5f5703d927..45881a2050 100644 --- a/Content.Shared/Chemistry/ChemistrySystem.cs +++ b/Content.Shared/Chemistry/ChemistrySystem.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Linq; using Content.Shared.Chemistry.Reaction; diff --git a/Content.Shared/Chemistry/Components/SharedChemMasterComponent.cs b/Content.Shared/Chemistry/Components/SharedChemMasterComponent.cs index d75488350a..d9817f97b7 100644 --- a/Content.Shared/Chemistry/Components/SharedChemMasterComponent.cs +++ b/Content.Shared/Chemistry/Components/SharedChemMasterComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Content.Shared.Chemistry.Reagent; diff --git a/Content.Shared/Chemistry/Components/SharedHyposprayComponent.cs b/Content.Shared/Chemistry/Components/SharedHyposprayComponent.cs index b87ebff88f..975abbad91 100644 --- a/Content.Shared/Chemistry/Components/SharedHyposprayComponent.cs +++ b/Content.Shared/Chemistry/Components/SharedHyposprayComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.Chemistry.Reagent; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Chemistry/Components/SharedInjectorComponent.cs b/Content.Shared/Chemistry/Components/SharedInjectorComponent.cs index f5adc2852d..c2ff3487eb 100644 --- a/Content.Shared/Chemistry/Components/SharedInjectorComponent.cs +++ b/Content.Shared/Chemistry/Components/SharedInjectorComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.Chemistry.Reagent; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Chemistry/Dispenser/ReagentDispenserInventoryPrototype.cs b/Content.Shared/Chemistry/Dispenser/ReagentDispenserInventoryPrototype.cs index 9ca8446944..16d6ae4369 100644 --- a/Content.Shared/Chemistry/Dispenser/ReagentDispenserInventoryPrototype.cs +++ b/Content.Shared/Chemistry/Dispenser/ReagentDispenserInventoryPrototype.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; diff --git a/Content.Shared/Chemistry/Dispenser/SharedReagentDispenserComponent.cs b/Content.Shared/Chemistry/Dispenser/SharedReagentDispenserComponent.cs index a8f404e7cb..defe521834 100644 --- a/Content.Shared/Chemistry/Dispenser/SharedReagentDispenserComponent.cs +++ b/Content.Shared/Chemistry/Dispenser/SharedReagentDispenserComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Content.Shared.Chemistry.Reagent; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Chemistry/Metabolizable/DefaultMetabolizable.cs b/Content.Shared/Chemistry/Metabolizable/DefaultMetabolizable.cs index d69187e378..cbd10016a5 100644 --- a/Content.Shared/Chemistry/Metabolizable/DefaultMetabolizable.cs +++ b/Content.Shared/Chemistry/Metabolizable/DefaultMetabolizable.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Shared/Chemistry/Metabolizable/IMetabolizable.cs b/Content.Shared/Chemistry/Metabolizable/IMetabolizable.cs index 1c96f07e53..e08e209a0c 100644 --- a/Content.Shared/Chemistry/Metabolizable/IMetabolizable.cs +++ b/Content.Shared/Chemistry/Metabolizable/IMetabolizable.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using Robust.Shared.GameObjects; namespace Content.Shared.Chemistry.Metabolizable diff --git a/Content.Shared/Chemistry/Reaction/IReactionEffect.cs b/Content.Shared/Chemistry/Reaction/IReactionEffect.cs index 671c79b859..9b8762dd28 100644 --- a/Content.Shared/Chemistry/Reaction/IReactionEffect.cs +++ b/Content.Shared/Chemistry/Reaction/IReactionEffect.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.GameObjects; namespace Content.Shared.Chemistry.Reaction diff --git a/Content.Shared/Chemistry/Reaction/ITileReaction.cs b/Content.Shared/Chemistry/Reaction/ITileReaction.cs index 4e4acf45c9..8310652b11 100644 --- a/Content.Shared/Chemistry/Reaction/ITileReaction.cs +++ b/Content.Shared/Chemistry/Reaction/ITileReaction.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using Robust.Shared.Map; namespace Content.Shared.Chemistry.Reaction diff --git a/Content.Shared/Chemistry/Reaction/ReactionPrototype.cs b/Content.Shared/Chemistry/Reaction/ReactionPrototype.cs index c538ba8339..4867339708 100644 --- a/Content.Shared/Chemistry/Reaction/ReactionPrototype.cs +++ b/Content.Shared/Chemistry/Reaction/ReactionPrototype.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Content.Shared.Chemistry.Reagent; using Robust.Shared.Prototypes; diff --git a/Content.Shared/Chemistry/Reaction/SharedChemicalReactionSystem.cs b/Content.Shared/Chemistry/Reaction/SharedChemicalReactionSystem.cs index daaa0d1003..bb39151e54 100644 --- a/Content.Shared/Chemistry/Reaction/SharedChemicalReactionSystem.cs +++ b/Content.Shared/Chemistry/Reaction/SharedChemicalReactionSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Content.Shared.Chemistry.Reagent; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Chemistry/Reagent/ReagentPrototype.cs b/Content.Shared/Chemistry/Reagent/ReagentPrototype.cs index 1fbf8dc8e6..30de264604 100644 --- a/Content.Shared/Chemistry/Reagent/ReagentPrototype.cs +++ b/Content.Shared/Chemistry/Reagent/ReagentPrototype.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Content.Shared.Botany; using Content.Shared.Chemistry.Metabolizable; diff --git a/Content.Shared/Chemistry/Reagent/ReagentUnit.cs b/Content.Shared/Chemistry/Reagent/ReagentUnit.cs index 1a653b76c8..d03f111376 100644 --- a/Content.Shared/Chemistry/Reagent/ReagentUnit.cs +++ b/Content.Shared/Chemistry/Reagent/ReagentUnit.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Globalization; using System.Linq; diff --git a/Content.Shared/Chemistry/Solution/Components/ISolutionInteractionsComponent.cs b/Content.Shared/Chemistry/Solution/Components/ISolutionInteractionsComponent.cs index 853629c38a..d1965f970e 100644 --- a/Content.Shared/Chemistry/Solution/Components/ISolutionInteractionsComponent.cs +++ b/Content.Shared/Chemistry/Solution/Components/ISolutionInteractionsComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using Robust.Shared.GameObjects; namespace Content.Shared.Chemistry.Solution.Components diff --git a/Content.Shared/Chemistry/Solution/Components/SharedSolutionContainerComponent.cs b/Content.Shared/Chemistry/Solution/Components/SharedSolutionContainerComponent.cs index c37a7f4e55..0e6e5c97f9 100644 --- a/Content.Shared/Chemistry/Solution/Components/SharedSolutionContainerComponent.cs +++ b/Content.Shared/Chemistry/Solution/Components/SharedSolutionContainerComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Content.Shared.Chemistry.Reaction; diff --git a/Content.Shared/Chemistry/Solution/Solution.cs b/Content.Shared/Chemistry/Solution/Solution.cs index 9b93c53fca..ceae2a17f7 100644 --- a/Content.Shared/Chemistry/Solution/Solution.cs +++ b/Content.Shared/Chemistry/Solution/Solution.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections; using System.Collections.Generic; diff --git a/Content.Shared/Chemistry/Solution/SolutionContainerCaps.cs b/Content.Shared/Chemistry/Solution/SolutionContainerCaps.cs index 261625eb7d..510018dff1 100644 --- a/Content.Shared/Chemistry/Solution/SolutionContainerCaps.cs +++ b/Content.Shared/Chemistry/Solution/SolutionContainerCaps.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.Chemistry.Solution.Components; using Robust.Shared.Serialization; diff --git a/Content.Shared/Climbing/SharedClimbableComponent.cs b/Content.Shared/Climbing/SharedClimbableComponent.cs index b5d61c4ca5..b27b44dc93 100644 --- a/Content.Shared/Climbing/SharedClimbableComponent.cs +++ b/Content.Shared/Climbing/SharedClimbableComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.DragDrop; +using Content.Shared.DragDrop; using Content.Shared.Interaction; using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Shared/Climbing/SharedClimbingComponent.cs b/Content.Shared/Climbing/SharedClimbingComponent.cs index 468696d3c9..3f8c99c64f 100644 --- a/Content.Shared/Climbing/SharedClimbingComponent.cs +++ b/Content.Shared/Climbing/SharedClimbingComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.ActionBlocker; using Content.Shared.Physics; diff --git a/Content.Shared/Cloning/AcceptCloningEuiMessage.cs b/Content.Shared/Cloning/AcceptCloningEuiMessage.cs index 72fbfee8a1..f919422746 100644 --- a/Content.Shared/Cloning/AcceptCloningEuiMessage.cs +++ b/Content.Shared/Cloning/AcceptCloningEuiMessage.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Content.Shared.Eui; using Robust.Shared.Serialization; diff --git a/Content.Shared/Cloning/SharedCloningPodComponent.cs b/Content.Shared/Cloning/SharedCloningPodComponent.cs index 1dd0f852af..f90319bfe2 100644 --- a/Content.Shared/Cloning/SharedCloningPodComponent.cs +++ b/Content.Shared/Cloning/SharedCloningPodComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Clothing/ClothingComponentState.cs b/Content.Shared/Clothing/ClothingComponentState.cs index 71d55be319..a063fe53e3 100644 --- a/Content.Shared/Clothing/ClothingComponentState.cs +++ b/Content.Shared/Clothing/ClothingComponentState.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Clothing/SharedMagbootsComponent.cs b/Content.Shared/Clothing/SharedMagbootsComponent.cs index 7756a4e792..4740f6cdf1 100644 --- a/Content.Shared/Clothing/SharedMagbootsComponent.cs +++ b/Content.Shared/Clothing/SharedMagbootsComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.Movement.Components; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Collections/RemList.cs b/Content.Shared/Collections/RemList.cs index 57134921db..965adb64d6 100644 --- a/Content.Shared/Collections/RemList.cs +++ b/Content.Shared/Collections/RemList.cs @@ -2,7 +2,6 @@ using System.Collections; using System.Collections.Generic; -#nullable enable namespace Content.Shared.Collections { diff --git a/Content.Shared/CombatMode/CombatModeSystemMessages.cs b/Content.Shared/CombatMode/CombatModeSystemMessages.cs index a621eac51c..e547495b6d 100644 --- a/Content.Shared/CombatMode/CombatModeSystemMessages.cs +++ b/Content.Shared/CombatMode/CombatModeSystemMessages.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.Targeting; using Robust.Shared.GameObjects; diff --git a/Content.Shared/CombatMode/SharedCombatModeComponent.cs b/Content.Shared/CombatMode/SharedCombatModeComponent.cs index 54b649ad7b..faaf00b3cc 100644 --- a/Content.Shared/CombatMode/SharedCombatModeComponent.cs +++ b/Content.Shared/CombatMode/SharedCombatModeComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.Targeting; using Robust.Shared.GameObjects; diff --git a/Content.Shared/CombatMode/SharedCombatModeSystem.cs b/Content.Shared/CombatMode/SharedCombatModeSystem.cs index 65abb41027..70101b35bf 100644 --- a/Content.Shared/CombatMode/SharedCombatModeSystem.cs +++ b/Content.Shared/CombatMode/SharedCombatModeSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.GameObjects; namespace Content.Shared.CombatMode diff --git a/Content.Shared/Communications/SharedCommunicationsConsoleComponent.cs b/Content.Shared/Communications/SharedCommunicationsConsoleComponent.cs index 78a8378b6d..1cf3ced253 100644 --- a/Content.Shared/Communications/SharedCommunicationsConsoleComponent.cs +++ b/Content.Shared/Communications/SharedCommunicationsConsoleComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Computer/SharedComputerComponent.cs b/Content.Shared/Computer/SharedComputerComponent.cs index 4f50e62b0b..7a9ebf1229 100644 --- a/Content.Shared/Computer/SharedComputerComponent.cs +++ b/Content.Shared/Computer/SharedComputerComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Configurable/SharedConfigurationComponent.cs b/Content.Shared/Configurable/SharedConfigurationComponent.cs index d0b5610abc..f20c17eedf 100644 --- a/Content.Shared/Configurable/SharedConfigurationComponent.cs +++ b/Content.Shared/Configurable/SharedConfigurationComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Construction/Conditions/LowWallInTile.cs b/Content.Shared/Construction/Conditions/LowWallInTile.cs index 62d1d9a0e1..62b0b8186a 100644 --- a/Content.Shared/Construction/Conditions/LowWallInTile.cs +++ b/Content.Shared/Construction/Conditions/LowWallInTile.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Maps; +using Content.Shared.Maps; using Content.Shared.Window; using JetBrains.Annotations; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Construction/Conditions/NoWindowsInTile.cs b/Content.Shared/Construction/Conditions/NoWindowsInTile.cs index a13cf0558e..81b3e4786c 100644 --- a/Content.Shared/Construction/Conditions/NoWindowsInTile.cs +++ b/Content.Shared/Construction/Conditions/NoWindowsInTile.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Maps; +using Content.Shared.Maps; using Content.Shared.Window; using JetBrains.Annotations; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Construction/Conditions/TileNotBlocked.cs b/Content.Shared/Construction/Conditions/TileNotBlocked.cs index 2167db08c9..5ad9b06461 100644 --- a/Content.Shared/Construction/Conditions/TileNotBlocked.cs +++ b/Content.Shared/Construction/Conditions/TileNotBlocked.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Maps; using JetBrains.Annotations; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Construction/Conditions/TileType.cs b/Content.Shared/Construction/Conditions/TileType.cs index 82efb7793f..c57da7a87e 100644 --- a/Content.Shared/Construction/Conditions/TileType.cs +++ b/Content.Shared/Construction/Conditions/TileType.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using Content.Shared.Maps; using JetBrains.Annotations; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Construction/Conditions/WallmountCondition.cs b/Content.Shared/Construction/Conditions/WallmountCondition.cs index 0391558f5e..ae5a3ce7a0 100644 --- a/Content.Shared/Construction/Conditions/WallmountCondition.cs +++ b/Content.Shared/Construction/Conditions/WallmountCondition.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Linq; using Content.Shared.Physics; using Content.Shared.Tag; diff --git a/Content.Shared/Construction/ConstructionGraphEdge.cs b/Content.Shared/Construction/ConstructionGraphEdge.cs index a84f1861bf..0fd82978f9 100644 --- a/Content.Shared/Construction/ConstructionGraphEdge.cs +++ b/Content.Shared/Construction/ConstructionGraphEdge.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Content.Shared.Construction.Steps; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Shared/Construction/IGraphAction.cs b/Content.Shared/Construction/IGraphAction.cs index d9bbe30688..c51a84fc18 100644 --- a/Content.Shared/Construction/IGraphAction.cs +++ b/Content.Shared/Construction/IGraphAction.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Threading.Tasks; +using System.Threading.Tasks; using Robust.Shared.GameObjects; namespace Content.Shared.Construction diff --git a/Content.Shared/Construction/IGraphCondition.cs b/Content.Shared/Construction/IGraphCondition.cs index ec29bba2a7..18a09984b8 100644 --- a/Content.Shared/Construction/IGraphCondition.cs +++ b/Content.Shared/Construction/IGraphCondition.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Threading.Tasks; +using System.Threading.Tasks; using Robust.Shared.GameObjects; using Robust.Shared.Utility; diff --git a/Content.Shared/Construction/MachineFrameVisuals.cs b/Content.Shared/Construction/MachineFrameVisuals.cs index 99b2bc29d4..97091945b1 100644 --- a/Content.Shared/Construction/MachineFrameVisuals.cs +++ b/Content.Shared/Construction/MachineFrameVisuals.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Construction { diff --git a/Content.Shared/Construction/Prototypes/ConstructionPrototype.cs b/Content.Shared/Construction/Prototypes/ConstructionPrototype.cs index b30fa5d39a..20ea712841 100644 --- a/Content.Shared/Construction/Prototypes/ConstructionPrototype.cs +++ b/Content.Shared/Construction/Prototypes/ConstructionPrototype.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using Content.Shared.Construction.Conditions; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Shared/Construction/SharedCanBuildWindowOnTopComponent.cs b/Content.Shared/Construction/SharedCanBuildWindowOnTopComponent.cs index dd508764cd..9aed112d1d 100644 --- a/Content.Shared/Construction/SharedCanBuildWindowOnTopComponent.cs +++ b/Content.Shared/Construction/SharedCanBuildWindowOnTopComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.GameObjects; +using Robust.Shared.GameObjects; namespace Content.Shared.Construction { diff --git a/Content.Shared/Construction/SharedConstructionSystem.cs b/Content.Shared/Construction/SharedConstructionSystem.cs index 6d588e0412..6472e58265 100644 --- a/Content.Shared/Construction/SharedConstructionSystem.cs +++ b/Content.Shared/Construction/SharedConstructionSystem.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.GameObjects; using Robust.Shared.Map; using Robust.Shared.Maths; diff --git a/Content.Shared/Construction/Steps/ArbitraryInsertConstructionGraphStep.cs b/Content.Shared/Construction/Steps/ArbitraryInsertConstructionGraphStep.cs index 0e60d05c13..16aab18b29 100644 --- a/Content.Shared/Construction/Steps/ArbitraryInsertConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/ArbitraryInsertConstructionGraphStep.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.Localization; +using Robust.Shared.Localization; using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; diff --git a/Content.Shared/Construction/Steps/ComponentConstructionGraphStep.cs b/Content.Shared/Construction/Steps/ComponentConstructionGraphStep.cs index 32f952377e..55d8908fe0 100644 --- a/Content.Shared/Construction/Steps/ComponentConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/ComponentConstructionGraphStep.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.GameObjects; +using Robust.Shared.GameObjects; using Robust.Shared.Localization; using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; diff --git a/Content.Shared/Construction/Steps/ConstructionGraphStep.cs b/Content.Shared/Construction/Steps/ConstructionGraphStep.cs index 2ddb0fec5d..e9e6e5aba9 100644 --- a/Content.Shared/Construction/Steps/ConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/ConstructionGraphStep.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; diff --git a/Content.Shared/Construction/Steps/ConstructionGraphStepTypeSerializer.cs b/Content.Shared/Construction/Steps/ConstructionGraphStepTypeSerializer.cs index 977a6677a2..9bfac04394 100644 --- a/Content.Shared/Construction/Steps/ConstructionGraphStepTypeSerializer.cs +++ b/Content.Shared/Construction/Steps/ConstructionGraphStepTypeSerializer.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.IoC; using Robust.Shared.Serialization.Manager; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Shared/Construction/Steps/EntityInsertConstructionGraphStep.cs b/Content.Shared/Construction/Steps/EntityInsertConstructionGraphStep.cs index 8c74e95c18..e77f4de32f 100644 --- a/Content.Shared/Construction/Steps/EntityInsertConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/EntityInsertConstructionGraphStep.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.GameObjects; +using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Construction.Steps diff --git a/Content.Shared/Construction/Steps/MaterialConstructionGraphStep.cs b/Content.Shared/Construction/Steps/MaterialConstructionGraphStep.cs index 8e3929476c..98e71b3ce7 100644 --- a/Content.Shared/Construction/Steps/MaterialConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/MaterialConstructionGraphStep.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Diagnostics.CodeAnalysis; using Content.Shared.Stacks; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Construction/Steps/MultipleTagsConstructionGraphStep.cs b/Content.Shared/Construction/Steps/MultipleTagsConstructionGraphStep.cs index de1f4b19b0..8d79712774 100644 --- a/Content.Shared/Construction/Steps/MultipleTagsConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/MultipleTagsConstructionGraphStep.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Content.Shared.Tag; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Construction/Steps/NestedConstructionGraphStep.cs b/Content.Shared/Construction/Steps/NestedConstructionGraphStep.cs index 863a806c73..cf42bd333b 100644 --- a/Content.Shared/Construction/Steps/NestedConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/NestedConstructionGraphStep.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using System.IO; using System.Linq; using Robust.Shared.Serialization; diff --git a/Content.Shared/Construction/Steps/PrototypeConstructionGraphStep.cs b/Content.Shared/Construction/Steps/PrototypeConstructionGraphStep.cs index 18f19dda20..548ea9b203 100644 --- a/Content.Shared/Construction/Steps/PrototypeConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/PrototypeConstructionGraphStep.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.GameObjects; +using Robust.Shared.GameObjects; using Robust.Shared.Localization; using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; diff --git a/Content.Shared/Construction/Steps/TagConstructionGraphStep.cs b/Content.Shared/Construction/Steps/TagConstructionGraphStep.cs index 19c94bcace..c8880764ff 100644 --- a/Content.Shared/Construction/Steps/TagConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/TagConstructionGraphStep.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Tag; using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Shared/Construction/Steps/ToolConstructionGraphStep.cs b/Content.Shared/Construction/Steps/ToolConstructionGraphStep.cs index 73ccf75a0c..dd0fae8999 100644 --- a/Content.Shared/Construction/Steps/ToolConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/ToolConstructionGraphStep.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Tool; using Robust.Shared.Localization; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Shared/Conveyor/SharedConveyorComponent.cs b/Content.Shared/Conveyor/SharedConveyorComponent.cs index 6e98d5c21c..83b19dd0dc 100644 --- a/Content.Shared/Conveyor/SharedConveyorComponent.cs +++ b/Content.Shared/Conveyor/SharedConveyorComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.Serialization; namespace Content.Shared.Conveyor diff --git a/Content.Shared/Cooldown/Cooldowns.cs b/Content.Shared/Cooldown/Cooldowns.cs index 7d45ac7adc..7ad00bbb01 100644 --- a/Content.Shared/Cooldown/Cooldowns.cs +++ b/Content.Shared/Cooldown/Cooldowns.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.IoC; using Robust.Shared.Timing; diff --git a/Content.Shared/Cooldown/ItemCooldownComponent.cs b/Content.Shared/Cooldown/ItemCooldownComponent.cs index 329d52be51..7dd2d2544a 100644 --- a/Content.Shared/Cooldown/ItemCooldownComponent.cs +++ b/Content.Shared/Cooldown/ItemCooldownComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.GameStates; diff --git a/Content.Shared/Coordinates/EntityCoordinatesExtensions.cs b/Content.Shared/Coordinates/EntityCoordinatesExtensions.cs index c1f7c17f6d..c6eaace7a1 100644 --- a/Content.Shared/Coordinates/EntityCoordinatesExtensions.cs +++ b/Content.Shared/Coordinates/EntityCoordinatesExtensions.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.GameObjects; +using Robust.Shared.GameObjects; using Robust.Shared.Map; using Robust.Shared.Maths; diff --git a/Content.Shared/Crayon/SharedCrayonComponent.cs b/Content.Shared/Crayon/SharedCrayonComponent.cs index 525d4fec78..d7269c7b76 100644 --- a/Content.Shared/Crayon/SharedCrayonComponent.cs +++ b/Content.Shared/Crayon/SharedCrayonComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Cuffs/Components/SharedCuffableComponent.cs b/Content.Shared/Cuffs/Components/SharedCuffableComponent.cs index f8a7698c09..f3b6a7a59f 100644 --- a/Content.Shared/Cuffs/Components/SharedCuffableComponent.cs +++ b/Content.Shared/Cuffs/Components/SharedCuffableComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.ActionBlocker; using Content.Shared.Pulling.Components; diff --git a/Content.Shared/Cuffs/Components/SharedHandcuffComponent.cs b/Content.Shared/Cuffs/Components/SharedHandcuffComponent.cs index 31af149097..59a8a00d16 100644 --- a/Content.Shared/Cuffs/Components/SharedHandcuffComponent.cs +++ b/Content.Shared/Cuffs/Components/SharedHandcuffComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.GameStates; diff --git a/Content.Shared/Damage/Components/DamageableComponent.cs b/Content.Shared/Damage/Components/DamageableComponent.cs index a46808ca9d..71df457e1e 100644 --- a/Content.Shared/Damage/Components/DamageableComponent.cs +++ b/Content.Shared/Damage/Components/DamageableComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Shared/Damage/Components/IDamageableComponent.cs b/Content.Shared/Damage/Components/IDamageableComponent.cs index 6f51161d8d..e00bc605a8 100644 --- a/Content.Shared/Damage/Components/IDamageableComponent.cs +++ b/Content.Shared/Damage/Components/IDamageableComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Content.Shared.Acts; using Content.Shared.Damage.Resistances; diff --git a/Content.Shared/Damage/Container/DamageContainerPrototype.cs b/Content.Shared/Damage/Container/DamageContainerPrototype.cs index 2cda46b225..37d0b3afea 100644 --- a/Content.Shared/Damage/Container/DamageContainerPrototype.cs +++ b/Content.Shared/Damage/Container/DamageContainerPrototype.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; diff --git a/Content.Shared/Damage/DamageChangeData.cs b/Content.Shared/Damage/DamageChangeData.cs index 5d726232e1..98b54f490d 100644 --- a/Content.Shared/Damage/DamageChangeData.cs +++ b/Content.Shared/Damage/DamageChangeData.cs @@ -1,5 +1,4 @@ -#nullable enable -namespace Content.Shared.Damage +namespace Content.Shared.Damage { /// /// Data class with information on how the value of a diff --git a/Content.Shared/Damage/DamageChangeParams.cs b/Content.Shared/Damage/DamageChangeParams.cs index be802b8466..26c043d136 100644 --- a/Content.Shared/Damage/DamageChangeParams.cs +++ b/Content.Shared/Damage/DamageChangeParams.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Content.Shared.Body.Components; using Content.Shared.Damage.Components; diff --git a/Content.Shared/Damage/DamageChangedEventArgs.cs b/Content.Shared/Damage/DamageChangedEventArgs.cs index 3efddf777a..d7a3a7552d 100644 --- a/Content.Shared/Damage/DamageChangedEventArgs.cs +++ b/Content.Shared/Damage/DamageChangedEventArgs.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Content.Shared.Damage.Components; diff --git a/Content.Shared/Damage/DamageChangedMessage.cs b/Content.Shared/Damage/DamageChangedMessage.cs index cb6ceac546..5e7c2dc478 100644 --- a/Content.Shared/Damage/DamageChangedMessage.cs +++ b/Content.Shared/Damage/DamageChangedMessage.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using Content.Shared.Damage.Components; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Damage/DamageClass.cs b/Content.Shared/Damage/DamageClass.cs index c97041b8eb..b34671b487 100644 --- a/Content.Shared/Damage/DamageClass.cs +++ b/Content.Shared/Damage/DamageClass.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; diff --git a/Content.Shared/Damage/DamageSystem.cs b/Content.Shared/Damage/DamageSystem.cs index 6bdc6c821d..d2d7d7dc87 100644 --- a/Content.Shared/Damage/DamageSystem.cs +++ b/Content.Shared/Damage/DamageSystem.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using System.Collections.Immutable; using JetBrains.Annotations; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Damage/DamageType.cs b/Content.Shared/Damage/DamageType.cs index a6d62575be..65f1912f77 100644 --- a/Content.Shared/Damage/DamageType.cs +++ b/Content.Shared/Damage/DamageType.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using System.Linq; using Robust.Shared.Serialization; diff --git a/Content.Shared/Damage/Resistances/ResistanceSet.cs b/Content.Shared/Damage/Resistances/ResistanceSet.cs index 81a9fb6973..01016fab37 100644 --- a/Content.Shared/Damage/Resistances/ResistanceSet.cs +++ b/Content.Shared/Damage/Resistances/ResistanceSet.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Robust.Shared.Serialization; using Robust.Shared.ViewVariables; diff --git a/Content.Shared/Damage/Resistances/ResistanceSetPrototype.cs b/Content.Shared/Damage/Resistances/ResistanceSetPrototype.cs index 96b88b4850..854dd05463 100644 --- a/Content.Shared/Damage/Resistances/ResistanceSetPrototype.cs +++ b/Content.Shared/Damage/Resistances/ResistanceSetPrototype.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; diff --git a/Content.Shared/Dataset/DatasetPrototype.cs b/Content.Shared/Dataset/DatasetPrototype.cs index b1aab3ab6c..3c024b4669 100644 --- a/Content.Shared/Dataset/DatasetPrototype.cs +++ b/Content.Shared/Dataset/DatasetPrototype.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.ViewVariables; diff --git a/Content.Shared/Directions/SharedDirectionExtensions.cs b/Content.Shared/Directions/SharedDirectionExtensions.cs index 61c056d479..d70ee27851 100644 --- a/Content.Shared/Directions/SharedDirectionExtensions.cs +++ b/Content.Shared/Directions/SharedDirectionExtensions.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using Content.Shared.Maps; using Robust.Shared.IoC; using Robust.Shared.Map; diff --git a/Content.Shared/Disposal/Components/SharedDisposalMailingUnitComponent.cs b/Content.Shared/Disposal/Components/SharedDisposalMailingUnitComponent.cs index a0d79f628e..213f6f5cb0 100644 --- a/Content.Shared/Disposal/Components/SharedDisposalMailingUnitComponent.cs +++ b/Content.Shared/Disposal/Components/SharedDisposalMailingUnitComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Disposal/Components/SharedDisposalRouterComponent.cs b/Content.Shared/Disposal/Components/SharedDisposalRouterComponent.cs index 24d54b12db..da89fb9040 100644 --- a/Content.Shared/Disposal/Components/SharedDisposalRouterComponent.cs +++ b/Content.Shared/Disposal/Components/SharedDisposalRouterComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Text.RegularExpressions; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Disposal/Components/SharedDisposalTaggerComponent.cs b/Content.Shared/Disposal/Components/SharedDisposalTaggerComponent.cs index 45694f86c8..ba5c3db608 100644 --- a/Content.Shared/Disposal/Components/SharedDisposalTaggerComponent.cs +++ b/Content.Shared/Disposal/Components/SharedDisposalTaggerComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Text.RegularExpressions; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Disposal/Components/SharedDisposalTubeComponent.cs b/Content.Shared/Disposal/Components/SharedDisposalTubeComponent.cs index e2382f255d..fc6bec2178 100644 --- a/Content.Shared/Disposal/Components/SharedDisposalTubeComponent.cs +++ b/Content.Shared/Disposal/Components/SharedDisposalTubeComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; 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 5521b6b873..dd030ba32a 100644 --- a/Content.Shared/Disposal/Components/SharedDisposalUnitComponent.cs +++ b/Content.Shared/Disposal/Components/SharedDisposalUnitComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.Body.Components; using Content.Shared.DragDrop; diff --git a/Content.Shared/Disposal/SharedDisposalUnitSystem.cs b/Content.Shared/Disposal/SharedDisposalUnitSystem.cs index 9acb37a14a..8c8e8980a9 100644 --- a/Content.Shared/Disposal/SharedDisposalUnitSystem.cs +++ b/Content.Shared/Disposal/SharedDisposalUnitSystem.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Disposal.Components; +using Content.Shared.Disposal.Components; using JetBrains.Annotations; using Robust.Shared.GameObjects; diff --git a/Content.Shared/DoAfter/SharedDoAfterComponent.cs b/Content.Shared/DoAfter/SharedDoAfterComponent.cs index ddea2d747f..4d625ee35e 100644 --- a/Content.Shared/DoAfter/SharedDoAfterComponent.cs +++ b/Content.Shared/DoAfter/SharedDoAfterComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Doors/AirlockWireStatus.cs b/Content.Shared/Doors/AirlockWireStatus.cs index 9a5175aeff..62c3400639 100644 --- a/Content.Shared/Doors/AirlockWireStatus.cs +++ b/Content.Shared/Doors/AirlockWireStatus.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.Serialization; namespace Content.Shared.Doors diff --git a/Content.Shared/Doors/SharedDoorComponent.cs b/Content.Shared/Doors/SharedDoorComponent.cs index 6de0068f44..db6902c5c6 100644 --- a/Content.Shared/Doors/SharedDoorComponent.cs +++ b/Content.Shared/Doors/SharedDoorComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Robust.Shared.GameObjects; diff --git a/Content.Shared/DragDrop/DragDropRequestEvent.cs b/Content.Shared/DragDrop/DragDropRequestEvent.cs index 8a4632c651..0fd2fdf33e 100644 --- a/Content.Shared/DragDrop/DragDropRequestEvent.cs +++ b/Content.Shared/DragDrop/DragDropRequestEvent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.Map; diff --git a/Content.Shared/DragDrop/IDragDropOn.cs b/Content.Shared/DragDrop/IDragDropOn.cs index fa8fb58a6f..9087c1c3be 100644 --- a/Content.Shared/DragDrop/IDragDropOn.cs +++ b/Content.Shared/DragDrop/IDragDropOn.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.Analyzers; namespace Content.Shared.DragDrop diff --git a/Content.Shared/DragDrop/IDraggable.cs b/Content.Shared/DragDrop/IDraggable.cs index 735850e946..f646eafbe2 100644 --- a/Content.Shared/DragDrop/IDraggable.cs +++ b/Content.Shared/DragDrop/IDraggable.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.Analyzers; using Robust.Shared.GameObjects; using Robust.Shared.Map; diff --git a/Content.Shared/DragDrop/IDropped.cs b/Content.Shared/DragDrop/IDropped.cs index 5848167a46..c09f7fc7df 100644 --- a/Content.Shared/DragDrop/IDropped.cs +++ b/Content.Shared/DragDrop/IDropped.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using JetBrains.Annotations; using Robust.Shared.Analyzers; diff --git a/Content.Shared/DrawDepth/DrawDepth.cs b/Content.Shared/DrawDepth/DrawDepth.cs index 82a415d577..6ea6bb3f3a 100644 --- a/Content.Shared/DrawDepth/DrawDepth.cs +++ b/Content.Shared/DrawDepth/DrawDepth.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.Serialization; using DrawDepthTag = Robust.Shared.GameObjects.DrawDepth; diff --git a/Content.Shared/EffectBlocker/EffectBlockerExtensions.cs b/Content.Shared/EffectBlocker/EffectBlockerExtensions.cs index e2cc0c8058..ae1c6abe99 100644 --- a/Content.Shared/EffectBlocker/EffectBlockerExtensions.cs +++ b/Content.Shared/EffectBlocker/EffectBlockerExtensions.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.GameObjects; +using Robust.Shared.GameObjects; namespace Content.Shared.EffectBlocker { diff --git a/Content.Shared/EffectBlocker/EffectBlockerSystem.cs b/Content.Shared/EffectBlocker/EffectBlockerSystem.cs index 9494427f10..c8428f2d53 100644 --- a/Content.Shared/EffectBlocker/EffectBlockerSystem.cs +++ b/Content.Shared/EffectBlocker/EffectBlockerSystem.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Content.Shared.ActionBlocker; using JetBrains.Annotations; using Robust.Shared.GameObjects; diff --git a/Content.Shared/EffectBlocker/IEffectBlocker.cs b/Content.Shared/EffectBlocker/IEffectBlocker.cs index 4e3d9d9927..c8c3d05d2e 100644 --- a/Content.Shared/EffectBlocker/IEffectBlocker.cs +++ b/Content.Shared/EffectBlocker/IEffectBlocker.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.ActionBlocker; +using Content.Shared.ActionBlocker; namespace Content.Shared.EffectBlocker { diff --git a/Content.Shared/Emoting/SharedEmotingComponent.cs b/Content.Shared/Emoting/SharedEmotingComponent.cs index 47a277c1ad..48972b5628 100644 --- a/Content.Shared/Emoting/SharedEmotingComponent.cs +++ b/Content.Shared/Emoting/SharedEmotingComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.ActionBlocker; using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Shared/Entry/EntryPoint.cs b/Content.Shared/Entry/EntryPoint.cs index b00bbb2832..642056a1d7 100644 --- a/Content.Shared/Entry/EntryPoint.cs +++ b/Content.Shared/Entry/EntryPoint.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Content.Shared.CharacterAppearance; diff --git a/Content.Shared/Eui/EuiMessageBase.cs b/Content.Shared/Eui/EuiMessageBase.cs index 1d2052ff5a..5a252572d5 100644 --- a/Content.Shared/Eui/EuiMessageBase.cs +++ b/Content.Shared/Eui/EuiMessageBase.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; namespace Content.Shared.Eui { diff --git a/Content.Shared/Eui/EuiStateBase.cs b/Content.Shared/Eui/EuiStateBase.cs index 461a1f1b4b..c1fe469c35 100644 --- a/Content.Shared/Eui/EuiStateBase.cs +++ b/Content.Shared/Eui/EuiStateBase.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.Serialization; namespace Content.Shared.Eui diff --git a/Content.Shared/Eui/MsgEuiCtl.cs b/Content.Shared/Eui/MsgEuiCtl.cs index 265a9168cf..aad55f8aa4 100644 --- a/Content.Shared/Eui/MsgEuiCtl.cs +++ b/Content.Shared/Eui/MsgEuiCtl.cs @@ -1,5 +1,4 @@ -#nullable enable -using Lidgren.Network; +using Lidgren.Network; using Robust.Shared.Network; namespace Content.Shared.Eui diff --git a/Content.Shared/Eui/MsgEuiMessage.cs b/Content.Shared/Eui/MsgEuiMessage.cs index b598c40bb9..39a417f391 100644 --- a/Content.Shared/Eui/MsgEuiMessage.cs +++ b/Content.Shared/Eui/MsgEuiMessage.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.IO; using Lidgren.Network; using Robust.Shared.IoC; diff --git a/Content.Shared/Eui/MsgEuiState.cs b/Content.Shared/Eui/MsgEuiState.cs index 41b295ef31..8dd3115581 100644 --- a/Content.Shared/Eui/MsgEuiState.cs +++ b/Content.Shared/Eui/MsgEuiState.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.IO; using Lidgren.Network; using Robust.Shared.IoC; diff --git a/Content.Shared/Examine/ExamineSystemMessages.cs b/Content.Shared/Examine/ExamineSystemMessages.cs index dc56a9134e..c8e0d41bdb 100644 --- a/Content.Shared/Examine/ExamineSystemMessages.cs +++ b/Content.Shared/Examine/ExamineSystemMessages.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Examine/ExamineSystemShared.cs b/Content.Shared/Examine/ExamineSystemShared.cs index 23694c18aa..4d83f5d694 100644 --- a/Content.Shared/Examine/ExamineSystemShared.cs +++ b/Content.Shared/Examine/ExamineSystemShared.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Linq; using Content.Shared.DragDrop; using Content.Shared.Interaction; diff --git a/Content.Shared/Examine/ExaminerComponent.cs b/Content.Shared/Examine/ExaminerComponent.cs index ebd91f02be..386d31f28c 100644 --- a/Content.Shared/Examine/ExaminerComponent.cs +++ b/Content.Shared/Examine/ExaminerComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.ViewVariables; diff --git a/Content.Shared/Explosion/SharedClusterFlashComponent.cs b/Content.Shared/Explosion/SharedClusterFlashComponent.cs index ae838554f7..d58b1f16e6 100644 --- a/Content.Shared/Explosion/SharedClusterFlashComponent.cs +++ b/Content.Shared/Explosion/SharedClusterFlashComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.Serialization; diff --git a/Content.Shared/Flash/SharedFlashableComponent.cs b/Content.Shared/Flash/SharedFlashableComponent.cs index 702fd6502d..78c48cbdd2 100644 --- a/Content.Shared/Flash/SharedFlashableComponent.cs +++ b/Content.Shared/Flash/SharedFlashableComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.GameStates; diff --git a/Content.Shared/Fluids/SharedSprayComponent.cs b/Content.Shared/Fluids/SharedSprayComponent.cs index 32c55a39cf..ef46ea9644 100644 --- a/Content.Shared/Fluids/SharedSprayComponent.cs +++ b/Content.Shared/Fluids/SharedSprayComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Foam/FoamVisuals.cs b/Content.Shared/Foam/FoamVisuals.cs index d6a7382c1e..676b1e4036 100644 --- a/Content.Shared/Foam/FoamVisuals.cs +++ b/Content.Shared/Foam/FoamVisuals.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.Serialization; namespace Content.Shared.Foam diff --git a/Content.Shared/Friction/SharedTileFrictionController.cs b/Content.Shared/Friction/SharedTileFrictionController.cs index 3f7017232b..606873f435 100644 --- a/Content.Shared/Friction/SharedTileFrictionController.cs +++ b/Content.Shared/Friction/SharedTileFrictionController.cs @@ -11,7 +11,6 @@ using Robust.Shared.Physics.Broadphase; using Robust.Shared.Physics.Controllers; using Robust.Shared.Physics.Dynamics; -#nullable enable namespace Content.Shared.Friction { diff --git a/Content.Shared/Friction/TileFrictionModifier.cs b/Content.Shared/Friction/TileFrictionModifier.cs index dcf2191af0..052af70447 100644 --- a/Content.Shared/Friction/TileFrictionModifier.cs +++ b/Content.Shared/Friction/TileFrictionModifier.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.Maths; diff --git a/Content.Shared/GameTicking/RoundRestartCleanupEvent.cs b/Content.Shared/GameTicking/RoundRestartCleanupEvent.cs index 0537925b56..1fc9b23fbf 100644 --- a/Content.Shared/GameTicking/RoundRestartCleanupEvent.cs +++ b/Content.Shared/GameTicking/RoundRestartCleanupEvent.cs @@ -2,7 +2,6 @@ using Robust.Shared.GameObjects; using Robust.Shared.Serialization; -#nullable enable namespace Content.Shared.GameTicking { diff --git a/Content.Shared/GameTicking/SharedGameTicker.cs b/Content.Shared/GameTicking/SharedGameTicker.cs index 471935839b..944246ca72 100644 --- a/Content.Shared/GameTicking/SharedGameTicker.cs +++ b/Content.Shared/GameTicking/SharedGameTicker.cs @@ -1,5 +1,4 @@ -#nullable enable - + using System; using System.Collections.Generic; using Robust.Shared.GameObjects; diff --git a/Content.Shared/GameWindow/RequestWindowAttentionEvent.cs b/Content.Shared/GameWindow/RequestWindowAttentionEvent.cs index dc37f415bb..2d18460c8c 100644 --- a/Content.Shared/GameWindow/RequestWindowAttentionEvent.cs +++ b/Content.Shared/GameWindow/RequestWindowAttentionEvent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Ghost/Roles/GhostRolesEuiMessages.cs b/Content.Shared/Ghost/Roles/GhostRolesEuiMessages.cs index ea832d2bf9..b37ebb1f47 100644 --- a/Content.Shared/Ghost/Roles/GhostRolesEuiMessages.cs +++ b/Content.Shared/Ghost/Roles/GhostRolesEuiMessages.cs @@ -1,4 +1,3 @@ -#nullable enable 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 6f7a648c5f..c28f338d6f 100644 --- a/Content.Shared/Ghost/Roles/MakeGhostRoleEuiState.cs +++ b/Content.Shared/Ghost/Roles/MakeGhostRoleEuiState.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Content.Shared.Eui; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Ghost/Roles/MakeGhostRoleWindowClosedMessage.cs b/Content.Shared/Ghost/Roles/MakeGhostRoleWindowClosedMessage.cs index 7f5d933bdb..68754df2a8 100644 --- a/Content.Shared/Ghost/Roles/MakeGhostRoleWindowClosedMessage.cs +++ b/Content.Shared/Ghost/Roles/MakeGhostRoleWindowClosedMessage.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Content.Shared.Eui; using Robust.Shared.Serialization; diff --git a/Content.Shared/Ghost/Roles/SharedGhostRoleSystem.cs b/Content.Shared/Ghost/Roles/SharedGhostRoleSystem.cs index 4977d54870..876097783e 100644 --- a/Content.Shared/Ghost/Roles/SharedGhostRoleSystem.cs +++ b/Content.Shared/Ghost/Roles/SharedGhostRoleSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Gravity/GravityChangedMessage.cs b/Content.Shared/Gravity/GravityChangedMessage.cs index de07cb39af..b8955f1d6f 100644 --- a/Content.Shared/Gravity/GravityChangedMessage.cs +++ b/Content.Shared/Gravity/GravityChangedMessage.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.GameObjects; using Robust.Shared.Map; diff --git a/Content.Shared/Gravity/SharedGravityGeneratorComponent.cs b/Content.Shared/Gravity/SharedGravityGeneratorComponent.cs index dd5070b2ec..41214e037a 100644 --- a/Content.Shared/Gravity/SharedGravityGeneratorComponent.cs +++ b/Content.Shared/Gravity/SharedGravityGeneratorComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.GameStates; diff --git a/Content.Shared/Hands/Components/ISharedHandsComponent.cs b/Content.Shared/Hands/Components/ISharedHandsComponent.cs index 11ef111c20..0eac928ba8 100644 --- a/Content.Shared/Hands/Components/ISharedHandsComponent.cs +++ b/Content.Shared/Hands/Components/ISharedHandsComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.GameObjects; +using Robust.Shared.GameObjects; namespace Content.Shared.Hands.Components { diff --git a/Content.Shared/Hands/Components/SharedHandsComponent.cs b/Content.Shared/Hands/Components/SharedHandsComponent.cs index 1ebab628e4..0fd7749917 100644 --- a/Content.Shared/Hands/Components/SharedHandsComponent.cs +++ b/Content.Shared/Hands/Components/SharedHandsComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; diff --git a/Content.Shared/Hands/IEquippedHand.cs b/Content.Shared/Hands/IEquippedHand.cs index 79bffd4f84..dd01e37e6c 100644 --- a/Content.Shared/Hands/IEquippedHand.cs +++ b/Content.Shared/Hands/IEquippedHand.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.Hands.Components; using Content.Shared.Inventory; diff --git a/Content.Shared/Hands/IHandDeselected.cs b/Content.Shared/Hands/IHandDeselected.cs index 1399ccb2b2..980f3dd489 100644 --- a/Content.Shared/Hands/IHandDeselected.cs +++ b/Content.Shared/Hands/IHandDeselected.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using JetBrains.Annotations; using Robust.Shared.Analyzers; diff --git a/Content.Shared/Hands/IHandSelected.cs b/Content.Shared/Hands/IHandSelected.cs index f0709a1da0..5e34cef951 100644 --- a/Content.Shared/Hands/IHandSelected.cs +++ b/Content.Shared/Hands/IHandSelected.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using JetBrains.Annotations; using Robust.Shared.Analyzers; diff --git a/Content.Shared/Hands/IUnequippedHand.cs b/Content.Shared/Hands/IUnequippedHand.cs index ccc24cbb0f..9abf762e8c 100644 --- a/Content.Shared/Hands/IUnequippedHand.cs +++ b/Content.Shared/Hands/IUnequippedHand.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.Hands.Components; using Content.Shared.Inventory; diff --git a/Content.Shared/Input/ContentKeyFunctions.cs b/Content.Shared/Input/ContentKeyFunctions.cs index 9a3f504f0d..5a86bc6615 100644 --- a/Content.Shared/Input/ContentKeyFunctions.cs +++ b/Content.Shared/Input/ContentKeyFunctions.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.Input; namespace Content.Shared.Input diff --git a/Content.Shared/Instruments/SharedInstrumentComponent.cs b/Content.Shared/Instruments/SharedInstrumentComponent.cs index f19c1ff53f..d33eb6e44a 100644 --- a/Content.Shared/Instruments/SharedInstrumentComponent.cs +++ b/Content.Shared/Instruments/SharedInstrumentComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.Audio.Midi; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Interaction/Helpers/SharedUnobstructedExtensions.cs b/Content.Shared/Interaction/Helpers/SharedUnobstructedExtensions.cs index 7c09cc36e6..691943ab69 100644 --- a/Content.Shared/Interaction/Helpers/SharedUnobstructedExtensions.cs +++ b/Content.Shared/Interaction/Helpers/SharedUnobstructedExtensions.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.DragDrop; using Content.Shared.Physics; using Robust.Shared.Containers; diff --git a/Content.Shared/Interaction/Helpers/SharedUnoccludedExtensions.cs b/Content.Shared/Interaction/Helpers/SharedUnoccludedExtensions.cs index 2e2b395330..18b5537460 100644 --- a/Content.Shared/Interaction/Helpers/SharedUnoccludedExtensions.cs +++ b/Content.Shared/Interaction/Helpers/SharedUnoccludedExtensions.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.DragDrop; +using Content.Shared.DragDrop; using Content.Shared.Examine; using Robust.Shared.Containers; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Interaction/IAfterInteract.cs b/Content.Shared/Interaction/IAfterInteract.cs index 9fc7ddcde0..a9d12a0b7e 100644 --- a/Content.Shared/Interaction/IAfterInteract.cs +++ b/Content.Shared/Interaction/IAfterInteract.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Threading.Tasks; using JetBrains.Annotations; @@ -6,7 +5,6 @@ using Robust.Shared.Analyzers; using Robust.Shared.GameObjects; using Robust.Shared.Map; -#nullable enable namespace Content.Shared.Interaction { diff --git a/Content.Shared/Interaction/ITargetedInteractEventArgs.cs b/Content.Shared/Interaction/ITargetedInteractEventArgs.cs index cb0e51d73c..1b52dbed2c 100644 --- a/Content.Shared/Interaction/ITargetedInteractEventArgs.cs +++ b/Content.Shared/Interaction/ITargetedInteractEventArgs.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.GameObjects; +using Robust.Shared.GameObjects; namespace Content.Shared.Interaction { diff --git a/Content.Shared/Inventory/EquipmentSlotDefinitions.cs b/Content.Shared/Inventory/EquipmentSlotDefinitions.cs index 578a74ac59..7fec296312 100644 --- a/Content.Shared/Inventory/EquipmentSlotDefinitions.cs +++ b/Content.Shared/Inventory/EquipmentSlotDefinitions.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using JetBrains.Annotations; using Robust.Shared.Serialization; diff --git a/Content.Shared/Inventory/IEquipped.cs b/Content.Shared/Inventory/IEquipped.cs index d27d4f4054..9021190108 100644 --- a/Content.Shared/Inventory/IEquipped.cs +++ b/Content.Shared/Inventory/IEquipped.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.Hands; using JetBrains.Annotations; diff --git a/Content.Shared/Inventory/IUnequipped.cs b/Content.Shared/Inventory/IUnequipped.cs index 8699316513..2a3985231e 100644 --- a/Content.Shared/Inventory/IUnequipped.cs +++ b/Content.Shared/Inventory/IUnequipped.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.Hands; using JetBrains.Annotations; diff --git a/Content.Shared/Inventory/InventoryTemplates.cs b/Content.Shared/Inventory/InventoryTemplates.cs index dab4b662b4..56c8d98ad9 100644 --- a/Content.Shared/Inventory/InventoryTemplates.cs +++ b/Content.Shared/Inventory/InventoryTemplates.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using JetBrains.Annotations; using static Content.Shared.Inventory.EquipmentSlotDefines; diff --git a/Content.Shared/Item/SharedItemComponent.cs b/Content.Shared/Item/SharedItemComponent.cs index 74c4c83cd5..50782c35b3 100644 --- a/Content.Shared/Item/SharedItemComponent.cs +++ b/Content.Shared/Item/SharedItemComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.ActionBlocker; using Content.Shared.Hands.Components; diff --git a/Content.Shared/Kitchen/Components/SharedKitchenSpikeComponent.cs b/Content.Shared/Kitchen/Components/SharedKitchenSpikeComponent.cs index 020d4b23a5..3f8209a35c 100644 --- a/Content.Shared/Kitchen/Components/SharedKitchenSpikeComponent.cs +++ b/Content.Shared/Kitchen/Components/SharedKitchenSpikeComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.DragDrop; using Content.Shared.Nutrition.Components; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Kitchen/Components/SharedMicrowaveComponent.cs b/Content.Shared/Kitchen/Components/SharedMicrowaveComponent.cs index d23cb794a1..bd0b511317 100644 --- a/Content.Shared/Kitchen/Components/SharedMicrowaveComponent.cs +++ b/Content.Shared/Kitchen/Components/SharedMicrowaveComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.Chemistry.Solution; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Kitchen/Components/SharedReagentGrinderComponent.cs b/Content.Shared/Kitchen/Components/SharedReagentGrinderComponent.cs index 758f6794ed..ca1eae6923 100644 --- a/Content.Shared/Kitchen/Components/SharedReagentGrinderComponent.cs +++ b/Content.Shared/Kitchen/Components/SharedReagentGrinderComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.Chemistry.Solution; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Kitchen/MicrowaveMealRecipePrototype.cs b/Content.Shared/Kitchen/MicrowaveMealRecipePrototype.cs index d1ebef976f..891cba433e 100644 --- a/Content.Shared/Kitchen/MicrowaveMealRecipePrototype.cs +++ b/Content.Shared/Kitchen/MicrowaveMealRecipePrototype.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using Robust.Shared.Localization; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Shared/Kitchen/RecipeManager.cs b/Content.Shared/Kitchen/RecipeManager.cs index bb5461def6..93c69e8b62 100644 --- a/Content.Shared/Kitchen/RecipeManager.cs +++ b/Content.Shared/Kitchen/RecipeManager.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using Robust.Shared.IoC; using Robust.Shared.Prototypes; diff --git a/Content.Shared/Lathe/SharedLatheComponent.cs b/Content.Shared/Lathe/SharedLatheComponent.cs index d57696bf9f..ee1dc79546 100644 --- a/Content.Shared/Lathe/SharedLatheComponent.cs +++ b/Content.Shared/Lathe/SharedLatheComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Content.Shared.Research.Prototypes; diff --git a/Content.Shared/Lathe/SharedLatheDatabaseComponent.cs b/Content.Shared/Lathe/SharedLatheDatabaseComponent.cs index 5fbe7ef301..fbb146adc3 100644 --- a/Content.Shared/Lathe/SharedLatheDatabaseComponent.cs +++ b/Content.Shared/Lathe/SharedLatheDatabaseComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections; using System.Collections.Generic; diff --git a/Content.Shared/Lathe/SharedMaterialStorageComponent.cs b/Content.Shared/Lathe/SharedMaterialStorageComponent.cs index ecd996795a..509e7d55c9 100644 --- a/Content.Shared/Lathe/SharedMaterialStorageComponent.cs +++ b/Content.Shared/Lathe/SharedMaterialStorageComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections; using System.Collections.Generic; diff --git a/Content.Shared/Lathe/SharedProtolatheDatabaseComponent.cs b/Content.Shared/Lathe/SharedProtolatheDatabaseComponent.cs index 6c42221575..d7e28bc707 100644 --- a/Content.Shared/Lathe/SharedProtolatheDatabaseComponent.cs +++ b/Content.Shared/Lathe/SharedProtolatheDatabaseComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Content.Shared.Research.Prototypes; diff --git a/Content.Shared/Light/Component/SharedExpendableLightComponent.cs b/Content.Shared/Light/Component/SharedExpendableLightComponent.cs index 618b0edfc1..f6f057ea23 100644 --- a/Content.Shared/Light/Component/SharedExpendableLightComponent.cs +++ b/Content.Shared/Light/Component/SharedExpendableLightComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.Serialization; using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.ViewVariables; diff --git a/Content.Shared/Light/Component/SharedHandheldLightComponent.cs b/Content.Shared/Light/Component/SharedHandheldLightComponent.cs index 6e0d68136f..f377a733f9 100644 --- a/Content.Shared/Light/Component/SharedHandheldLightComponent.cs +++ b/Content.Shared/Light/Component/SharedHandheldLightComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.GameStates; diff --git a/Content.Shared/Light/Component/SharedLightBehaviourComponent.cs b/Content.Shared/Light/Component/SharedLightBehaviourComponent.cs index 789279bc3e..603cd767a6 100644 --- a/Content.Shared/Light/Component/SharedLightBehaviourComponent.cs +++ b/Content.Shared/Light/Component/SharedLightBehaviourComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -namespace Content.Shared.Light.Component +namespace Content.Shared.Light.Component { /// /// A component which applies a specific behaviour to a PointLightComponent on its owner. diff --git a/Content.Shared/Light/SharedPoweredLightVisuals.cs b/Content.Shared/Light/SharedPoweredLightVisuals.cs index 1f9aa3ba6a..20f4ddd61e 100644 --- a/Content.Shared/Light/SharedPoweredLightVisuals.cs +++ b/Content.Shared/Light/SharedPoweredLightVisuals.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.Serialization; diff --git a/Content.Shared/MachineLinking/TwoWayLeverSignal.cs b/Content.Shared/MachineLinking/TwoWayLeverSignal.cs index ed6394acb7..9ab282bc08 100644 --- a/Content.Shared/MachineLinking/TwoWayLeverSignal.cs +++ b/Content.Shared/MachineLinking/TwoWayLeverSignal.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.Serialization; namespace Content.Shared.MachineLinking diff --git a/Content.Shared/Maps/ContentTileDefinition.cs b/Content.Shared/Maps/ContentTileDefinition.cs index 7d5281a1e0..89cc4be463 100644 --- a/Content.Shared/Maps/ContentTileDefinition.cs +++ b/Content.Shared/Maps/ContentTileDefinition.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using JetBrains.Annotations; using Robust.Shared.Map; using Robust.Shared.Prototypes; diff --git a/Content.Shared/Maps/TurfHelpers.cs b/Content.Shared/Maps/TurfHelpers.cs index 91350454de..c04fe25278 100644 --- a/Content.Shared/Maps/TurfHelpers.cs +++ b/Content.Shared/Maps/TurfHelpers.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; diff --git a/Content.Shared/Markers/SharedSpawnPointComponent.cs b/Content.Shared/Markers/SharedSpawnPointComponent.cs index 7bac08dbf1..98ab965eef 100644 --- a/Content.Shared/Markers/SharedSpawnPointComponent.cs +++ b/Content.Shared/Markers/SharedSpawnPointComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.GameObjects; namespace Content.Shared.Markers diff --git a/Content.Shared/Materials/MaterialPrototype.cs b/Content.Shared/Materials/MaterialPrototype.cs index d2cdce2411..a4b83fd36a 100644 --- a/Content.Shared/Materials/MaterialPrototype.cs +++ b/Content.Shared/Materials/MaterialPrototype.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Stacks; using Robust.Shared.Maths; using Robust.Shared.Prototypes; diff --git a/Content.Shared/Maths/PhysicalConstants.cs b/Content.Shared/Maths/PhysicalConstants.cs index 7f6d9254c7..301861a0eb 100644 --- a/Content.Shared/Maths/PhysicalConstants.cs +++ b/Content.Shared/Maths/PhysicalConstants.cs @@ -1,4 +1,3 @@ -#nullable enable namespace Content.Shared.Maths { /// diff --git a/Content.Shared/MedicalScanner/SharedMedicalScannerComponent.cs b/Content.Shared/MedicalScanner/SharedMedicalScannerComponent.cs index c2b24308d1..2d7af4a463 100644 --- a/Content.Shared/MedicalScanner/SharedMedicalScannerComponent.cs +++ b/Content.Shared/MedicalScanner/SharedMedicalScannerComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Content.Shared.Body.Components; diff --git a/Content.Shared/MobState/Components/SharedMobStateComponent.cs b/Content.Shared/MobState/Components/SharedMobStateComponent.cs index c5df49b537..79dc0977d8 100644 --- a/Content.Shared/MobState/Components/SharedMobStateComponent.cs +++ b/Content.Shared/MobState/Components/SharedMobStateComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; diff --git a/Content.Shared/MobState/DamageStateHelpers.cs b/Content.Shared/MobState/DamageStateHelpers.cs index d5bb97be1c..462f4a9218 100644 --- a/Content.Shared/MobState/DamageStateHelpers.cs +++ b/Content.Shared/MobState/DamageStateHelpers.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; namespace Content.Shared.MobState diff --git a/Content.Shared/MobState/DamageStateVisuals.cs b/Content.Shared/MobState/DamageStateVisuals.cs index 30c8de65da..a7628bbfc8 100644 --- a/Content.Shared/MobState/DamageStateVisuals.cs +++ b/Content.Shared/MobState/DamageStateVisuals.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/MobState/IMobStateComponent.cs b/Content.Shared/MobState/IMobStateComponent.cs index ab29c8ac1e..5f709b763b 100644 --- a/Content.Shared/MobState/IMobStateComponent.cs +++ b/Content.Shared/MobState/IMobStateComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Diagnostics.CodeAnalysis; +using System.Diagnostics.CodeAnalysis; using Content.Shared.MobState.State; using Robust.Shared.GameObjects; diff --git a/Content.Shared/MobState/MobStateChangedMessage.cs b/Content.Shared/MobState/MobStateChangedMessage.cs index 39513a3751..337caa42db 100644 --- a/Content.Shared/MobState/MobStateChangedMessage.cs +++ b/Content.Shared/MobState/MobStateChangedMessage.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.MobState.State; +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 a159c2d347..760c33e3eb 100644 --- a/Content.Shared/MobState/State/BaseMobState.cs +++ b/Content.Shared/MobState/State/BaseMobState.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.GameObjects; +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 b2d3c636d4..9f79a3806c 100644 --- a/Content.Shared/MobState/State/IMobState.cs +++ b/Content.Shared/MobState/State/IMobState.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.ActionBlocker; +using Content.Shared.ActionBlocker; using Robust.Shared.GameObjects; namespace Content.Shared.MobState.State diff --git a/Content.Shared/MobState/State/SharedCriticalMobState.cs b/Content.Shared/MobState/State/SharedCriticalMobState.cs index 01ba1c36cb..038b14e77b 100644 --- a/Content.Shared/MobState/State/SharedCriticalMobState.cs +++ b/Content.Shared/MobState/State/SharedCriticalMobState.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Alert; +using Content.Shared.Alert; using Content.Shared.Hands; using Content.Shared.Standing; using Robust.Shared.GameObjects; diff --git a/Content.Shared/MobState/State/SharedNormalMobState.cs b/Content.Shared/MobState/State/SharedNormalMobState.cs index 5f2b968bed..f6ec05ae90 100644 --- a/Content.Shared/MobState/State/SharedNormalMobState.cs +++ b/Content.Shared/MobState/State/SharedNormalMobState.cs @@ -1,7 +1,6 @@ using Content.Shared.Standing; using Robust.Shared.GameObjects; -#nullable enable namespace Content.Shared.MobState.State { diff --git a/Content.Shared/Module/IModuleManager.cs b/Content.Shared/Module/IModuleManager.cs index 57833b008a..9644c9cd2e 100644 --- a/Content.Shared/Module/IModuleManager.cs +++ b/Content.Shared/Module/IModuleManager.cs @@ -1,5 +1,4 @@ -#nullable enable -namespace Content.Shared.Module +namespace Content.Shared.Module { /// /// Provides a simple way to check whether calling code is being run by diff --git a/Content.Shared/Module/SharedModuleTestingCallbacks.cs b/Content.Shared/Module/SharedModuleTestingCallbacks.cs index 12074296e3..dfa0272b52 100644 --- a/Content.Shared/Module/SharedModuleTestingCallbacks.cs +++ b/Content.Shared/Module/SharedModuleTestingCallbacks.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.ContentPack; diff --git a/Content.Shared/Morgue/SharedMorgue.cs b/Content.Shared/Morgue/SharedMorgue.cs index bc66ad1c01..cb56adbe07 100644 --- a/Content.Shared/Morgue/SharedMorgue.cs +++ b/Content.Shared/Morgue/SharedMorgue.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.Serialization; namespace Content.Shared.Morgue diff --git a/Content.Shared/Movement/Components/IMoverComponent.cs b/Content.Shared/Movement/Components/IMoverComponent.cs index 184afa9a26..d0a511116b 100644 --- a/Content.Shared/Movement/Components/IMoverComponent.cs +++ b/Content.Shared/Movement/Components/IMoverComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.GameObjects; +using Robust.Shared.GameObjects; using Robust.Shared.Maths; namespace Content.Shared.Movement.Components diff --git a/Content.Shared/Movement/Components/IRelayMoveInput.cs b/Content.Shared/Movement/Components/IRelayMoveInput.cs index 86f8e9f0ab..cd93814028 100644 --- a/Content.Shared/Movement/Components/IRelayMoveInput.cs +++ b/Content.Shared/Movement/Components/IRelayMoveInput.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.Players; namespace Content.Shared.Movement.Components diff --git a/Content.Shared/Movement/Components/MovementIgnoreGravityComponent.cs b/Content.Shared/Movement/Components/MovementIgnoreGravityComponent.cs index f206517966..4fb57b6736 100644 --- a/Content.Shared/Movement/Components/MovementIgnoreGravityComponent.cs +++ b/Content.Shared/Movement/Components/MovementIgnoreGravityComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Gravity; using Robust.Shared.GameObjects; using Robust.Shared.IoC; diff --git a/Content.Shared/Movement/Components/MovementSpeedModifierComponent.cs b/Content.Shared/Movement/Components/MovementSpeedModifierComponent.cs index 2300b1d2a5..a8b8dde087 100644 --- a/Content.Shared/Movement/Components/MovementSpeedModifierComponent.cs +++ b/Content.Shared/Movement/Components/MovementSpeedModifierComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.Containers; using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Shared/Movement/Components/SharedDummyInputMoverComponent.cs b/Content.Shared/Movement/Components/SharedDummyInputMoverComponent.cs index 2e9412f898..6de12adabd 100644 --- a/Content.Shared/Movement/Components/SharedDummyInputMoverComponent.cs +++ b/Content.Shared/Movement/Components/SharedDummyInputMoverComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.GameObjects; using Robust.Shared.Maths; diff --git a/Content.Shared/Movement/Components/SharedPlayerInputMoverComponent.cs b/Content.Shared/Movement/Components/SharedPlayerInputMoverComponent.cs index 33fa733144..eed34bdad5 100644 --- a/Content.Shared/Movement/Components/SharedPlayerInputMoverComponent.cs +++ b/Content.Shared/Movement/Components/SharedPlayerInputMoverComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.CCVar; using Robust.Shared.Configuration; diff --git a/Content.Shared/Movement/Components/SharedPlayerMobMoverComponent.cs b/Content.Shared/Movement/Components/SharedPlayerMobMoverComponent.cs index ba0378744f..f521ff6e81 100644 --- a/Content.Shared/Movement/Components/SharedPlayerMobMoverComponent.cs +++ b/Content.Shared/Movement/Components/SharedPlayerMobMoverComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.GameStates; diff --git a/Content.Shared/Movement/EntitySystems/SharedMobMoverSystem.cs b/Content.Shared/Movement/EntitySystems/SharedMobMoverSystem.cs index 8a8cea08ab..462c12760f 100644 --- a/Content.Shared/Movement/EntitySystems/SharedMobMoverSystem.cs +++ b/Content.Shared/Movement/EntitySystems/SharedMobMoverSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Movement.Components; using Robust.Shared.GameObjects; using Robust.Shared.Maths; diff --git a/Content.Shared/Movement/EntitySystems/SharedMoverSystem.cs b/Content.Shared/Movement/EntitySystems/SharedMoverSystem.cs index 86843d8ef3..36302161f2 100644 --- a/Content.Shared/Movement/EntitySystems/SharedMoverSystem.cs +++ b/Content.Shared/Movement/EntitySystems/SharedMoverSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Diagnostics.CodeAnalysis; using Content.Shared.MobState; using Content.Shared.Movement.Components; diff --git a/Content.Shared/Movement/SharedMoverController.cs b/Content.Shared/Movement/SharedMoverController.cs index 114000f328..59e2e81774 100644 --- a/Content.Shared/Movement/SharedMoverController.cs +++ b/Content.Shared/Movement/SharedMoverController.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.ActionBlocker; using Content.Shared.MobState; using Content.Shared.Movement.Components; diff --git a/Content.Shared/Notification/Managers/SharedNotifyManager.cs b/Content.Shared/Notification/Managers/SharedNotifyManager.cs index 8c9e4e8739..7f43acde85 100644 --- a/Content.Shared/Notification/Managers/SharedNotifyManager.cs +++ b/Content.Shared/Notification/Managers/SharedNotifyManager.cs @@ -1,4 +1,3 @@ -#nullable enable using Lidgren.Network; using Robust.Shared.GameObjects; using Robust.Shared.Map; diff --git a/Content.Shared/Nutrition/Components/SharedButcherableComponent.cs b/Content.Shared/Nutrition/Components/SharedButcherableComponent.cs index f8c3188da4..11a6bd4661 100644 --- a/Content.Shared/Nutrition/Components/SharedButcherableComponent.cs +++ b/Content.Shared/Nutrition/Components/SharedButcherableComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.DragDrop; using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Shared/Nutrition/Components/SharedCreamPiedComponent.cs b/Content.Shared/Nutrition/Components/SharedCreamPiedComponent.cs index 38ad6fb9d2..b599257de0 100644 --- a/Content.Shared/Nutrition/Components/SharedCreamPiedComponent.cs +++ b/Content.Shared/Nutrition/Components/SharedCreamPiedComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Nutrition/Components/SharedDrinkFoodContainerComponent.cs b/Content.Shared/Nutrition/Components/SharedDrinkFoodContainerComponent.cs index 3a15366656..a4fb1d0288 100644 --- a/Content.Shared/Nutrition/Components/SharedDrinkFoodContainerComponent.cs +++ b/Content.Shared/Nutrition/Components/SharedDrinkFoodContainerComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Nutrition/Components/SharedFoodComponent.cs b/Content.Shared/Nutrition/Components/SharedFoodComponent.cs index 3f61d1f47d..91c3b6b8c4 100644 --- a/Content.Shared/Nutrition/Components/SharedFoodComponent.cs +++ b/Content.Shared/Nutrition/Components/SharedFoodComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.Serialization; diff --git a/Content.Shared/Nutrition/Components/SharedHungerComponent.cs b/Content.Shared/Nutrition/Components/SharedHungerComponent.cs index 8a46310df8..009aeaa45a 100644 --- a/Content.Shared/Nutrition/Components/SharedHungerComponent.cs +++ b/Content.Shared/Nutrition/Components/SharedHungerComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.Movement.Components; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Nutrition/Components/SharedThirstComponent.cs b/Content.Shared/Nutrition/Components/SharedThirstComponent.cs index f852b13879..e7a7cba426 100644 --- a/Content.Shared/Nutrition/Components/SharedThirstComponent.cs +++ b/Content.Shared/Nutrition/Components/SharedThirstComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.Movement.Components; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Objectives/ConditionInfo.cs b/Content.Shared/Objectives/ConditionInfo.cs index 152c3fd27b..de0e7f934b 100644 --- a/Content.Shared/Objectives/ConditionInfo.cs +++ b/Content.Shared/Objectives/ConditionInfo.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.Serialization; using Robust.Shared.Utility; diff --git a/Content.Shared/PDA/SharedPDAComponent.cs b/Content.Shared/PDA/SharedPDAComponent.cs index 6050a82b3d..307b124b60 100644 --- a/Content.Shared/PDA/SharedPDAComponent.cs +++ b/Content.Shared/PDA/SharedPDAComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.GameStates; diff --git a/Content.Shared/PDA/UplinkCategory.cs b/Content.Shared/PDA/UplinkCategory.cs index a094652188..2b21a230a0 100644 --- a/Content.Shared/PDA/UplinkCategory.cs +++ b/Content.Shared/PDA/UplinkCategory.cs @@ -1,4 +1,3 @@ -#nullable enable namespace Content.Shared.PDA { diff --git a/Content.Shared/PDA/UplinkStoreListingPrototype.cs b/Content.Shared/PDA/UplinkStoreListingPrototype.cs index e79ba8f0d6..27d718a60c 100644 --- a/Content.Shared/PDA/UplinkStoreListingPrototype.cs +++ b/Content.Shared/PDA/UplinkStoreListingPrototype.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.Prototypes; using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.ViewVariables; diff --git a/Content.Shared/Paper/SharedPaperComponent.cs b/Content.Shared/Paper/SharedPaperComponent.cs index 8444845815..d65a158ee4 100644 --- a/Content.Shared/Paper/SharedPaperComponent.cs +++ b/Content.Shared/Paper/SharedPaperComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Physics/CollisionGroup.cs b/Content.Shared/Physics/CollisionGroup.cs index eb63c2abfa..5fd039e99b 100644 --- a/Content.Shared/Physics/CollisionGroup.cs +++ b/Content.Shared/Physics/CollisionGroup.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using JetBrains.Annotations; using Robust.Shared.Map; diff --git a/Content.Shared/Physics/Pull/PullAttemptMessage.cs b/Content.Shared/Physics/Pull/PullAttemptMessage.cs index 945d58f678..85617f5f27 100644 --- a/Content.Shared/Physics/Pull/PullAttemptMessage.cs +++ b/Content.Shared/Physics/Pull/PullAttemptMessage.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.Physics; +using Robust.Shared.Physics; namespace Content.Shared.Physics.Pull { diff --git a/Content.Shared/Physics/Pull/PullMessage.cs b/Content.Shared/Physics/Pull/PullMessage.cs index d72e15d642..cbdb5af3a1 100644 --- a/Content.Shared/Physics/Pull/PullMessage.cs +++ b/Content.Shared/Physics/Pull/PullMessage.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.GameObjects; +using Robust.Shared.GameObjects; using Robust.Shared.Physics; namespace Content.Shared.Physics.Pull diff --git a/Content.Shared/Physics/Pull/PullStartedMessage.cs b/Content.Shared/Physics/Pull/PullStartedMessage.cs index 0f138cf12c..d4364c36fd 100644 --- a/Content.Shared/Physics/Pull/PullStartedMessage.cs +++ b/Content.Shared/Physics/Pull/PullStartedMessage.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.Physics; +using Robust.Shared.Physics; namespace Content.Shared.Physics.Pull { diff --git a/Content.Shared/Physics/Pull/PullStoppedMessage.cs b/Content.Shared/Physics/Pull/PullStoppedMessage.cs index 0b91a38d83..177c1b4f4f 100644 --- a/Content.Shared/Physics/Pull/PullStoppedMessage.cs +++ b/Content.Shared/Physics/Pull/PullStoppedMessage.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.Physics; +using Robust.Shared.Physics; namespace Content.Shared.Physics.Pull { diff --git a/Content.Shared/Placeable/SharedPlaceableSurfaceComponent.cs b/Content.Shared/Placeable/SharedPlaceableSurfaceComponent.cs index 3485151359..63e7f97804 100644 --- a/Content.Shared/Placeable/SharedPlaceableSurfaceComponent.cs +++ b/Content.Shared/Placeable/SharedPlaceableSurfaceComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.GameStates; diff --git a/Content.Shared/Pointing/Components/SharedPointingArrowComponent.cs b/Content.Shared/Pointing/Components/SharedPointingArrowComponent.cs index a1b2810809..ed6761d84e 100644 --- a/Content.Shared/Pointing/Components/SharedPointingArrowComponent.cs +++ b/Content.Shared/Pointing/Components/SharedPointingArrowComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.GameObjects; +using Robust.Shared.GameObjects; namespace Content.Shared.Pointing.Components { diff --git a/Content.Shared/Pointing/Components/SharedRoguePointingArrowComponent.cs b/Content.Shared/Pointing/Components/SharedRoguePointingArrowComponent.cs index 856a531dcd..f58890b919 100644 --- a/Content.Shared/Pointing/Components/SharedRoguePointingArrowComponent.cs +++ b/Content.Shared/Pointing/Components/SharedRoguePointingArrowComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Portal/Components/SharedPortalComponent.cs b/Content.Shared/Portal/Components/SharedPortalComponent.cs index eaad2fe7d1..766718f7e9 100644 --- a/Content.Shared/Portal/Components/SharedPortalComponent.cs +++ b/Content.Shared/Portal/Components/SharedPortalComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.Physics; diff --git a/Content.Shared/Portal/Components/SharedTeleporterComponent.cs b/Content.Shared/Portal/Components/SharedTeleporterComponent.cs index ba9f079bf8..9758501c74 100644 --- a/Content.Shared/Portal/Components/SharedTeleporterComponent.cs +++ b/Content.Shared/Portal/Components/SharedTeleporterComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.Map; diff --git a/Content.Shared/Power/SharedPower.cs b/Content.Shared/Power/SharedPower.cs index 82b89d3b75..16f36ee765 100644 --- a/Content.Shared/Power/SharedPower.cs +++ b/Content.Shared/Power/SharedPower.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.Serialization; namespace Content.Shared.Power diff --git a/Content.Shared/Power/SharedPowerDevice.cs b/Content.Shared/Power/SharedPowerDevice.cs index d80d7e01e2..1083495611 100644 --- a/Content.Shared/Power/SharedPowerDevice.cs +++ b/Content.Shared/Power/SharedPowerDevice.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.Serialization; diff --git a/Content.Shared/Power/SharedPowerItemCharger.cs b/Content.Shared/Power/SharedPowerItemCharger.cs index cd2d2ade00..1c3575468f 100644 --- a/Content.Shared/Power/SharedPowerItemCharger.cs +++ b/Content.Shared/Power/SharedPowerItemCharger.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.Serialization; diff --git a/Content.Shared/PowerCell/SharedPowerCell.cs b/Content.Shared/PowerCell/SharedPowerCell.cs index e7a6797233..b90b83bcbb 100644 --- a/Content.Shared/PowerCell/SharedPowerCell.cs +++ b/Content.Shared/PowerCell/SharedPowerCell.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.Serialization; diff --git a/Content.Shared/Preferences/BackpackPreference.cs b/Content.Shared/Preferences/BackpackPreference.cs index cb6e6e072b..da2c4b8fe8 100644 --- a/Content.Shared/Preferences/BackpackPreference.cs +++ b/Content.Shared/Preferences/BackpackPreference.cs @@ -1,4 +1,3 @@ -#nullable enable namespace Content.Shared.Preferences { /// diff --git a/Content.Shared/Preferences/ClothingPreference.cs b/Content.Shared/Preferences/ClothingPreference.cs index f660b2ecce..24a4b206c7 100644 --- a/Content.Shared/Preferences/ClothingPreference.cs +++ b/Content.Shared/Preferences/ClothingPreference.cs @@ -1,4 +1,3 @@ -#nullable enable namespace Content.Shared.Preferences { /// diff --git a/Content.Shared/Preferences/GameSettings.cs b/Content.Shared/Preferences/GameSettings.cs index bf25d8a14a..f41811bc36 100644 --- a/Content.Shared/Preferences/GameSettings.cs +++ b/Content.Shared/Preferences/GameSettings.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.Serialization; diff --git a/Content.Shared/Preferences/HumanoidCharacterProfile.cs b/Content.Shared/Preferences/HumanoidCharacterProfile.cs index 22ca05e337..5b44b715b5 100644 --- a/Content.Shared/Preferences/HumanoidCharacterProfile.cs +++ b/Content.Shared/Preferences/HumanoidCharacterProfile.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Shared/Preferences/ICharacterProfile.cs b/Content.Shared/Preferences/ICharacterProfile.cs index 80e94ebf98..2efa088105 100644 --- a/Content.Shared/Preferences/ICharacterProfile.cs +++ b/Content.Shared/Preferences/ICharacterProfile.cs @@ -1,6 +1,5 @@ using Content.Shared.CharacterAppearance; -#nullable enable namespace Content.Shared.Preferences { diff --git a/Content.Shared/Preferences/JobPriority.cs b/Content.Shared/Preferences/JobPriority.cs index 8d70d51bb4..b42884cd00 100644 --- a/Content.Shared/Preferences/JobPriority.cs +++ b/Content.Shared/Preferences/JobPriority.cs @@ -1,4 +1,3 @@ -#nullable enable namespace Content.Shared.Preferences { diff --git a/Content.Shared/Preferences/MsgDeleteCharacter.cs b/Content.Shared/Preferences/MsgDeleteCharacter.cs index f2c353476c..0378551918 100644 --- a/Content.Shared/Preferences/MsgDeleteCharacter.cs +++ b/Content.Shared/Preferences/MsgDeleteCharacter.cs @@ -1,5 +1,4 @@ -#nullable enable -using Lidgren.Network; +using Lidgren.Network; using Robust.Shared.Network; namespace Content.Shared.Preferences diff --git a/Content.Shared/Preferences/MsgPreferencesAndSettings.cs b/Content.Shared/Preferences/MsgPreferencesAndSettings.cs index 8056340641..85d6041c5b 100644 --- a/Content.Shared/Preferences/MsgPreferencesAndSettings.cs +++ b/Content.Shared/Preferences/MsgPreferencesAndSettings.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.IO; +using System.IO; using Lidgren.Network; using Robust.Shared.IoC; using Robust.Shared.Network; diff --git a/Content.Shared/Preferences/MsgSelectCharacter.cs b/Content.Shared/Preferences/MsgSelectCharacter.cs index 7e81df9f7b..423666c185 100644 --- a/Content.Shared/Preferences/MsgSelectCharacter.cs +++ b/Content.Shared/Preferences/MsgSelectCharacter.cs @@ -1,5 +1,4 @@ -#nullable enable -using Lidgren.Network; +using Lidgren.Network; using Robust.Shared.Network; namespace Content.Shared.Preferences diff --git a/Content.Shared/Preferences/MsgUpdateCharacter.cs b/Content.Shared/Preferences/MsgUpdateCharacter.cs index 21f93bd51b..bc44c860ca 100644 --- a/Content.Shared/Preferences/MsgUpdateCharacter.cs +++ b/Content.Shared/Preferences/MsgUpdateCharacter.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.IO; +using System.IO; using Lidgren.Network; using Robust.Shared.IoC; using Robust.Shared.Network; diff --git a/Content.Shared/Preferences/PlayerPreferences.cs b/Content.Shared/Preferences/PlayerPreferences.cs index afd90e4211..bf6003dd82 100644 --- a/Content.Shared/Preferences/PlayerPreferences.cs +++ b/Content.Shared/Preferences/PlayerPreferences.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Robust.Shared.Maths; diff --git a/Content.Shared/Preferences/PreferenceUnavailableMode.cs b/Content.Shared/Preferences/PreferenceUnavailableMode.cs index 2b06f80f4f..0df1a6bfa7 100644 --- a/Content.Shared/Preferences/PreferenceUnavailableMode.cs +++ b/Content.Shared/Preferences/PreferenceUnavailableMode.cs @@ -1,4 +1,3 @@ -#nullable enable namespace Content.Shared.Preferences { diff --git a/Content.Shared/Projectiles/SharedProjectileComponent.cs b/Content.Shared/Projectiles/SharedProjectileComponent.cs index 5e9547d5a8..c2d40c6346 100644 --- a/Content.Shared/Projectiles/SharedProjectileComponent.cs +++ b/Content.Shared/Projectiles/SharedProjectileComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.GameStates; diff --git a/Content.Shared/Prototypes/EntityPrototypeHelpers.cs b/Content.Shared/Prototypes/EntityPrototypeHelpers.cs index dceb11c6e3..2560efaa79 100644 --- a/Content.Shared/Prototypes/EntityPrototypeHelpers.cs +++ b/Content.Shared/Prototypes/EntityPrototypeHelpers.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using JetBrains.Annotations; using Robust.Shared.GameObjects; using Robust.Shared.IoC; diff --git a/Content.Shared/Pulling/Components/SharedPullableComponent.cs b/Content.Shared/Pulling/Components/SharedPullableComponent.cs index 032a09f29c..34890165eb 100644 --- a/Content.Shared/Pulling/Components/SharedPullableComponent.cs +++ b/Content.Shared/Pulling/Components/SharedPullableComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.ActionBlocker; using Content.Shared.Alert; diff --git a/Content.Shared/Pulling/Components/SharedPullerComponent.cs b/Content.Shared/Pulling/Components/SharedPullerComponent.cs index 83902e42c2..12a539ab12 100644 --- a/Content.Shared/Pulling/Components/SharedPullerComponent.cs +++ b/Content.Shared/Pulling/Components/SharedPullerComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Alert; +using Content.Shared.Alert; using Content.Shared.Movement.Components; using Content.Shared.Physics.Pull; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Pulling/SharedPullingSystem.cs b/Content.Shared/Pulling/SharedPullingSystem.cs index 9660f7f1bc..0bb04d19b4 100644 --- a/Content.Shared/Pulling/SharedPullingSystem.cs +++ b/Content.Shared/Pulling/SharedPullingSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; diff --git a/Content.Shared/Radiation/IRadiationAct.cs b/Content.Shared/Radiation/IRadiationAct.cs index a0378f9d6c..d681f2a015 100644 --- a/Content.Shared/Radiation/IRadiationAct.cs +++ b/Content.Shared/Radiation/IRadiationAct.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.Analyzers; +using Robust.Shared.Analyzers; using Robust.Shared.GameObjects; namespace Content.Shared.Radiation diff --git a/Content.Shared/Radiation/SharedRadiationStorm.cs b/Content.Shared/Radiation/SharedRadiationStorm.cs index a43e65ae55..5b4b4a070f 100644 --- a/Content.Shared/Radiation/SharedRadiationStorm.cs +++ b/Content.Shared/Radiation/SharedRadiationStorm.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.GameStates; diff --git a/Content.Shared/Random/Helpers/SharedEntityExtensions.cs b/Content.Shared/Random/Helpers/SharedEntityExtensions.cs index ed13ef5b73..bd33c46bd5 100644 --- a/Content.Shared/Random/Helpers/SharedEntityExtensions.cs +++ b/Content.Shared/Random/Helpers/SharedEntityExtensions.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.GameObjects; using Robust.Shared.IoC; using Robust.Shared.Maths; diff --git a/Content.Shared/Recycling/SharedRecyclerComponent.cs b/Content.Shared/Recycling/SharedRecyclerComponent.cs index 385513320e..203dc45906 100644 --- a/Content.Shared/Recycling/SharedRecyclerComponent.cs +++ b/Content.Shared/Recycling/SharedRecyclerComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; 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 f0460f6e63..cf9f65ee10 100644 --- a/Content.Shared/Research/Components/SharedResearchClientComponent.cs +++ b/Content.Shared/Research/Components/SharedResearchClientComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Research/Components/SharedResearchConsoleComponent.cs b/Content.Shared/Research/Components/SharedResearchConsoleComponent.cs index e449733d32..bebb8cf1c9 100644 --- a/Content.Shared/Research/Components/SharedResearchConsoleComponent.cs +++ b/Content.Shared/Research/Components/SharedResearchConsoleComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.GameStates; diff --git a/Content.Shared/Research/Components/SharedTechnologyDatabaseComponent.cs b/Content.Shared/Research/Components/SharedTechnologyDatabaseComponent.cs index 3906693026..1b511cc983 100644 --- a/Content.Shared/Research/Components/SharedTechnologyDatabaseComponent.cs +++ b/Content.Shared/Research/Components/SharedTechnologyDatabaseComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections; using System.Collections.Generic; diff --git a/Content.Shared/Research/Prototypes/LatheRecipePrototype.cs b/Content.Shared/Research/Prototypes/LatheRecipePrototype.cs index 07246f4a37..021f2aca1d 100644 --- a/Content.Shared/Research/Prototypes/LatheRecipePrototype.cs +++ b/Content.Shared/Research/Prototypes/LatheRecipePrototype.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Content.Shared.Materials; diff --git a/Content.Shared/Research/Prototypes/TechnologyPrototype.cs b/Content.Shared/Research/Prototypes/TechnologyPrototype.cs index b4cba7d5cf..46e1e601d1 100644 --- a/Content.Shared/Research/Prototypes/TechnologyPrototype.cs +++ b/Content.Shared/Research/Prototypes/TechnologyPrototype.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; diff --git a/Content.Shared/Roles/AntagPrototype.cs b/Content.Shared/Roles/AntagPrototype.cs index 87ab88c6d8..3f03f22377 100644 --- a/Content.Shared/Roles/AntagPrototype.cs +++ b/Content.Shared/Roles/AntagPrototype.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.Prototypes; using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.ViewVariables; diff --git a/Content.Shared/Roles/JobPrototype.cs b/Content.Shared/Roles/JobPrototype.cs index 3c9367cc27..fea7913f3e 100644 --- a/Content.Shared/Roles/JobPrototype.cs +++ b/Content.Shared/Roles/JobPrototype.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Robust.Shared.Prototypes; diff --git a/Content.Shared/Roles/JobSpecial.cs b/Content.Shared/Roles/JobSpecial.cs index 3d174466cc..c2924eb014 100644 --- a/Content.Shared/Roles/JobSpecial.cs +++ b/Content.Shared/Roles/JobSpecial.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Shared/Roles/StartingGearPrototype.cs b/Content.Shared/Roles/StartingGearPrototype.cs index e64c89467e..02bdf1331c 100644 --- a/Content.Shared/Roles/StartingGearPrototype.cs +++ b/Content.Shared/Roles/StartingGearPrototype.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using Content.Shared.Preferences; using Robust.Shared.Prototypes; diff --git a/Content.Shared/Rotatable/SharedRotatableComponent.cs b/Content.Shared/Rotatable/SharedRotatableComponent.cs index 9ea50ccc00..b8754ea856 100644 --- a/Content.Shared/Rotatable/SharedRotatableComponent.cs +++ b/Content.Shared/Rotatable/SharedRotatableComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.ViewVariables; diff --git a/Content.Shared/Rotation/SharedRotationComponent.cs b/Content.Shared/Rotation/SharedRotationComponent.cs index 688dc74b26..4091b81141 100644 --- a/Content.Shared/Rotation/SharedRotationComponent.cs +++ b/Content.Shared/Rotation/SharedRotationComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.Serialization; namespace Content.Shared.Rotation diff --git a/Content.Shared/Rounding/ContentHelpers.cs b/Content.Shared/Rounding/ContentHelpers.cs index d81e2ebe93..f3f89184aa 100644 --- a/Content.Shared/Rounding/ContentHelpers.cs +++ b/Content.Shared/Rounding/ContentHelpers.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; namespace Content.Shared.Rounding { diff --git a/Content.Shared/SMES/SharedSmesComponent.cs b/Content.Shared/SMES/SharedSmesComponent.cs index 2d7fd5ede2..c6bfd9a543 100644 --- a/Content.Shared/SMES/SharedSmesComponent.cs +++ b/Content.Shared/SMES/SharedSmesComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.Serialization; namespace Content.Shared.SMES diff --git a/Content.Shared/Sandbox/SharedSandboxManager.cs b/Content.Shared/Sandbox/SharedSandboxManager.cs index b87bd56fee..96adbd2b07 100644 --- a/Content.Shared/Sandbox/SharedSandboxManager.cs +++ b/Content.Shared/Sandbox/SharedSandboxManager.cs @@ -1,5 +1,4 @@ -#nullable enable -using Lidgren.Network; +using Lidgren.Network; using Robust.Shared.Network; namespace Content.Shared.Sandbox diff --git a/Content.Shared/Singularity/Components/SharedEmitterComponent.cs b/Content.Shared/Singularity/Components/SharedEmitterComponent.cs index e82e5d7c5b..d5d128bcb2 100644 --- a/Content.Shared/Singularity/Components/SharedEmitterComponent.cs +++ b/Content.Shared/Singularity/Components/SharedEmitterComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; 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 0ef9a1482a..24884fce7b 100644 --- a/Content.Shared/Singularity/Components/SharedParticleAcceleratorComponent.cs +++ b/Content.Shared/Singularity/Components/SharedParticleAcceleratorComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Singularity/Components/SharedRadiationCollectorComponent.cs b/Content.Shared/Singularity/Components/SharedRadiationCollectorComponent.cs index dd347381bf..32890c42c5 100644 --- a/Content.Shared/Singularity/Components/SharedRadiationCollectorComponent.cs +++ b/Content.Shared/Singularity/Components/SharedRadiationCollectorComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.Serialization; namespace Content.Shared.Singularity.Components diff --git a/Content.Shared/Singularity/SingularitySoundMessage.cs b/Content.Shared/Singularity/SingularitySoundMessage.cs index ef736d01bb..6554b81b24 100644 --- a/Content.Shared/Singularity/SingularitySoundMessage.cs +++ b/Content.Shared/Singularity/SingularitySoundMessage.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Slippery/SlipperyComponent.cs b/Content.Shared/Slippery/SlipperyComponent.cs index 3a4b4fb935..4b88fd53ab 100644 --- a/Content.Shared/Slippery/SlipperyComponent.cs +++ b/Content.Shared/Slippery/SlipperyComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Shared/Slippery/SlipperySystem.cs b/Content.Shared/Slippery/SlipperySystem.cs index 8eb6b67ac6..3ea6a60b01 100644 --- a/Content.Shared/Slippery/SlipperySystem.cs +++ b/Content.Shared/Slippery/SlipperySystem.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Linq; +using System.Linq; using JetBrains.Annotations; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Smoking/SharedBurningStates.cs b/Content.Shared/Smoking/SharedBurningStates.cs index 30473b4b96..2d83827552 100644 --- a/Content.Shared/Smoking/SharedBurningStates.cs +++ b/Content.Shared/Smoking/SharedBurningStates.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.Serialization; namespace Content.Shared.Smoking diff --git a/Content.Shared/Smoking/SmokeVisuals.cs b/Content.Shared/Smoking/SmokeVisuals.cs index 41621e3c72..70dddff63a 100644 --- a/Content.Shared/Smoking/SmokeVisuals.cs +++ b/Content.Shared/Smoking/SmokeVisuals.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.Serialization; namespace Content.Shared.Smoking diff --git a/Content.Shared/Smoking/SmokingVisuals.cs b/Content.Shared/Smoking/SmokingVisuals.cs index bea1705a7d..c571852882 100644 --- a/Content.Shared/Smoking/SmokingVisuals.cs +++ b/Content.Shared/Smoking/SmokingVisuals.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.Serialization; namespace Content.Shared.Smoking diff --git a/Content.Shared/Solar/SharedSolarControlConsoleComponent.cs b/Content.Shared/Solar/SharedSolarControlConsoleComponent.cs index 492e83f7f0..9154efd066 100644 --- a/Content.Shared/Solar/SharedSolarControlConsoleComponent.cs +++ b/Content.Shared/Solar/SharedSolarControlConsoleComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.Maths; diff --git a/Content.Shared/Sound/SharedLoopingSoundComponent.cs b/Content.Shared/Sound/SharedLoopingSoundComponent.cs index 7bc427ad7c..b31234d03e 100644 --- a/Content.Shared/Sound/SharedLoopingSoundComponent.cs +++ b/Content.Shared/Sound/SharedLoopingSoundComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.Audio; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Spawning/EntitySystemExtensions.cs b/Content.Shared/Spawning/EntitySystemExtensions.cs index c7ab1ac712..a9b98eb8a0 100644 --- a/Content.Shared/Spawning/EntitySystemExtensions.cs +++ b/Content.Shared/Spawning/EntitySystemExtensions.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Diagnostics.CodeAnalysis; +using System.Diagnostics.CodeAnalysis; using Content.Shared.Physics; using Robust.Shared.GameObjects; using Robust.Shared.Map; diff --git a/Content.Shared/Speech/SharedSpeechComponent.cs b/Content.Shared/Speech/SharedSpeechComponent.cs index c783b0b17c..fdc736447d 100644 --- a/Content.Shared/Speech/SharedSpeechComponent.cs +++ b/Content.Shared/Speech/SharedSpeechComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.ActionBlocker; using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; diff --git a/Content.Shared/Stacks/StackPrototype.cs b/Content.Shared/Stacks/StackPrototype.cs index 67e700e406..185eaed14e 100644 --- a/Content.Shared/Stacks/StackPrototype.cs +++ b/Content.Shared/Stacks/StackPrototype.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.Prototypes; +using Robust.Shared.Prototypes; using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; using Robust.Shared.ViewVariables; diff --git a/Content.Shared/Stacks/StackVisuals.cs b/Content.Shared/Stacks/StackVisuals.cs index e942efd2ad..b4099abf96 100644 --- a/Content.Shared/Stacks/StackVisuals.cs +++ b/Content.Shared/Stacks/StackVisuals.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.Serialization; diff --git a/Content.Shared/Standing/StandingStateSystem.cs b/Content.Shared/Standing/StandingStateSystem.cs index 51b98b7070..72cab87035 100644 --- a/Content.Shared/Standing/StandingStateSystem.cs +++ b/Content.Shared/Standing/StandingStateSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Audio; using Content.Shared.Hands; using Content.Shared.Rotation; diff --git a/Content.Shared/StationEvents/MsgRequestStationEvents.cs b/Content.Shared/StationEvents/MsgRequestStationEvents.cs index a7390781a1..aeb8c5d9ca 100644 --- a/Content.Shared/StationEvents/MsgRequestStationEvents.cs +++ b/Content.Shared/StationEvents/MsgRequestStationEvents.cs @@ -1,5 +1,4 @@ -#nullable enable -using Lidgren.Network; +using Lidgren.Network; using Robust.Shared.Network; namespace Content.Shared.StationEvents diff --git a/Content.Shared/StationEvents/MsgStationEvents.cs b/Content.Shared/StationEvents/MsgStationEvents.cs index 7c88c8e34e..b03e6db7f7 100644 --- a/Content.Shared/StationEvents/MsgStationEvents.cs +++ b/Content.Shared/StationEvents/MsgStationEvents.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.IO; using Lidgren.Network; using Robust.Shared.IoC; diff --git a/Content.Shared/Storage/SharedBagOpenVisuals.cs b/Content.Shared/Storage/SharedBagOpenVisuals.cs index f894452e8f..be4a8013d4 100644 --- a/Content.Shared/Storage/SharedBagOpenVisuals.cs +++ b/Content.Shared/Storage/SharedBagOpenVisuals.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.Serialization; diff --git a/Content.Shared/Storage/SharedStorageComponent.cs b/Content.Shared/Storage/SharedStorageComponent.cs index a38a3c1987..46877f6050 100644 --- a/Content.Shared/Storage/SharedStorageComponent.cs +++ b/Content.Shared/Storage/SharedStorageComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Shared/Strip/Components/SharedStrippableComponent.cs b/Content.Shared/Strip/Components/SharedStrippableComponent.cs index 8a6e11d266..bf211a76c0 100644 --- a/Content.Shared/Strip/Components/SharedStrippableComponent.cs +++ b/Content.Shared/Strip/Components/SharedStrippableComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Content.Shared.ActionBlocker; using Content.Shared.DragDrop; diff --git a/Content.Shared/Strip/Components/SharedStrippingComponent.cs b/Content.Shared/Strip/Components/SharedStrippingComponent.cs index 32145088eb..294f5c331f 100644 --- a/Content.Shared/Strip/Components/SharedStrippingComponent.cs +++ b/Content.Shared/Strip/Components/SharedStrippingComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.DragDrop; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Stunnable/SharedStunnableComponent.cs b/Content.Shared/Stunnable/SharedStunnableComponent.cs index 331dab5e40..2ac8f3c1f5 100644 --- a/Content.Shared/Stunnable/SharedStunnableComponent.cs +++ b/Content.Shared/Stunnable/SharedStunnableComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Threading; using Content.Shared.ActionBlocker; diff --git a/Content.Shared/SubFloor/SubFloorHideComponent.cs b/Content.Shared/SubFloor/SubFloorHideComponent.cs index 9a3c8f71dd..a76c73473e 100644 --- a/Content.Shared/SubFloor/SubFloorHideComponent.cs +++ b/Content.Shared/SubFloor/SubFloorHideComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.GameObjects; namespace Content.Shared.SubFloor diff --git a/Content.Shared/SubFloor/SubFloorHideSystem.cs b/Content.Shared/SubFloor/SubFloorHideSystem.cs index 963cc44d6a..5dd30a86a3 100644 --- a/Content.Shared/SubFloor/SubFloorHideSystem.cs +++ b/Content.Shared/SubFloor/SubFloorHideSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using Content.Shared.Maps; using JetBrains.Annotations; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Suspicion/SharedSuspicionRoleComponent.cs b/Content.Shared/Suspicion/SharedSuspicionRoleComponent.cs index feb3c1b38e..10f0acda99 100644 --- a/Content.Shared/Suspicion/SharedSuspicionRoleComponent.cs +++ b/Content.Shared/Suspicion/SharedSuspicionRoleComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.GameStates; diff --git a/Content.Shared/Suspicion/SuspicionMessages.cs b/Content.Shared/Suspicion/SuspicionMessages.cs index 2b1220f123..41be6f0545 100644 --- a/Content.Shared/Suspicion/SuspicionMessages.cs +++ b/Content.Shared/Suspicion/SuspicionMessages.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Tag/TagComponent.cs b/Content.Shared/Tag/TagComponent.cs index 6bf08db2f7..ba0332ec07 100644 --- a/Content.Shared/Tag/TagComponent.cs +++ b/Content.Shared/Tag/TagComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; using Robust.Shared.GameObjects; using Robust.Shared.IoC; diff --git a/Content.Shared/Tag/TagComponentExtensions.cs b/Content.Shared/Tag/TagComponentExtensions.cs index d8fb85d428..082a160705 100644 --- a/Content.Shared/Tag/TagComponentExtensions.cs +++ b/Content.Shared/Tag/TagComponentExtensions.cs @@ -1,5 +1,4 @@ -#nullable enable -using System.Collections.Generic; +using System.Collections.Generic; using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; diff --git a/Content.Shared/Tag/TagComponentState.cs b/Content.Shared/Tag/TagComponentState.cs index 7aee653d85..bd19aae427 100644 --- a/Content.Shared/Tag/TagComponentState.cs +++ b/Content.Shared/Tag/TagComponentState.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Tag/TagPrototype.cs b/Content.Shared/Tag/TagPrototype.cs index 212bbf900f..7ce6b1f03a 100644 --- a/Content.Shared/Tag/TagPrototype.cs +++ b/Content.Shared/Tag/TagPrototype.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.Prototypes; +using Robust.Shared.Prototypes; using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.ViewVariables; diff --git a/Content.Shared/Targeting/TargetingZone.cs b/Content.Shared/Targeting/TargetingZone.cs index 269a401afe..2fb936bf41 100644 --- a/Content.Shared/Targeting/TargetingZone.cs +++ b/Content.Shared/Targeting/TargetingZone.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.Serialization; diff --git a/Content.Shared/Temperature/IHotItem.cs b/Content.Shared/Temperature/IHotItem.cs index 5f7d952642..8cac8aa13d 100644 --- a/Content.Shared/Temperature/IHotItem.cs +++ b/Content.Shared/Temperature/IHotItem.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.Analyzers; +using Robust.Shared.Analyzers; namespace Content.Shared.Temperature { diff --git a/Content.Shared/Temperature/TemperatureHelpers.cs b/Content.Shared/Temperature/TemperatureHelpers.cs index 62f7c0c00b..a92f62f851 100644 --- a/Content.Shared/Temperature/TemperatureHelpers.cs +++ b/Content.Shared/Temperature/TemperatureHelpers.cs @@ -1,5 +1,4 @@ -#nullable enable -using Content.Shared.Maths; +using Content.Shared.Maths; namespace Content.Shared.Temperature { diff --git a/Content.Shared/Throwing/ILand.cs b/Content.Shared/Throwing/ILand.cs index 96d0aa4a4d..449ec198bf 100644 --- a/Content.Shared/Throwing/ILand.cs +++ b/Content.Shared/Throwing/ILand.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using JetBrains.Annotations; using Robust.Shared.Analyzers; diff --git a/Content.Shared/Throwing/IThrowCollide.cs b/Content.Shared/Throwing/IThrowCollide.cs index 4969d231f6..ed5903029d 100644 --- a/Content.Shared/Throwing/IThrowCollide.cs +++ b/Content.Shared/Throwing/IThrowCollide.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.Analyzers; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Throwing/IThrown.cs b/Content.Shared/Throwing/IThrown.cs index f3e7de048f..03e308232d 100644 --- a/Content.Shared/Throwing/IThrown.cs +++ b/Content.Shared/Throwing/IThrown.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using JetBrains.Annotations; using Robust.Shared.Analyzers; diff --git a/Content.Shared/Throwing/ThrownItemComponent.cs b/Content.Shared/Throwing/ThrownItemComponent.cs index 041911be05..b192afcef9 100644 --- a/Content.Shared/Throwing/ThrownItemComponent.cs +++ b/Content.Shared/Throwing/ThrownItemComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.GameObjects; namespace Content.Shared.Throwing diff --git a/Content.Shared/Throwing/ThrownItemSystem.cs b/Content.Shared/Throwing/ThrownItemSystem.cs index 61b94ef4cf..cabfe81d1c 100644 --- a/Content.Shared/Throwing/ThrownItemSystem.cs +++ b/Content.Shared/Throwing/ThrownItemSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Linq; using Content.Shared.Physics; diff --git a/Content.Shared/Toilet/SharedWaterclosetVisuals.cs b/Content.Shared/Toilet/SharedWaterclosetVisuals.cs index d933c61b77..6c66ef8305 100644 --- a/Content.Shared/Toilet/SharedWaterclosetVisuals.cs +++ b/Content.Shared/Toilet/SharedWaterclosetVisuals.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.Serialization; diff --git a/Content.Shared/Tool/SharedToolComponent.cs b/Content.Shared/Tool/SharedToolComponent.cs index 64278c829a..028516e952 100644 --- a/Content.Shared/Tool/SharedToolComponent.cs +++ b/Content.Shared/Tool/SharedToolComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Transform/TransformExtensions.cs b/Content.Shared/Transform/TransformExtensions.cs index 3358d9e5da..2872034bc2 100644 --- a/Content.Shared/Transform/TransformExtensions.cs +++ b/Content.Shared/Transform/TransformExtensions.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.GameObjects; +using Robust.Shared.GameObjects; namespace Content.Shared.Transform { diff --git a/Content.Shared/Trigger/TriggerVisuals.cs b/Content.Shared/Trigger/TriggerVisuals.cs index 61b6664edf..193ecd5478 100644 --- a/Content.Shared/Trigger/TriggerVisuals.cs +++ b/Content.Shared/Trigger/TriggerVisuals.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.Serialization; namespace Content.Shared.Trigger diff --git a/Content.Shared/Vapor/SharedVaporComponent.cs b/Content.Shared/Vapor/SharedVaporComponent.cs index 1746fbb4c1..0d9754dcf7 100644 --- a/Content.Shared/Vapor/SharedVaporComponent.cs +++ b/Content.Shared/Vapor/SharedVaporComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/VendingMachines/SharedVendingMachineComponent.cs b/Content.Shared/VendingMachines/SharedVendingMachineComponent.cs index 5394181881..407ba232e7 100644 --- a/Content.Shared/VendingMachines/SharedVendingMachineComponent.cs +++ b/Content.Shared/VendingMachines/SharedVendingMachineComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Robust.Shared.GameObjects; diff --git a/Content.Shared/VendingMachines/VendingMachineInventoryPrototype.cs b/Content.Shared/VendingMachines/VendingMachineInventoryPrototype.cs index 1e9aa05771..08921b6ad9 100644 --- a/Content.Shared/VendingMachines/VendingMachineInventoryPrototype.cs +++ b/Content.Shared/VendingMachines/VendingMachineInventoryPrototype.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; diff --git a/Content.Shared/Verbs/GlobalVerb.cs b/Content.Shared/Verbs/GlobalVerb.cs index 32f4ac1857..84e8a74913 100644 --- a/Content.Shared/Verbs/GlobalVerb.cs +++ b/Content.Shared/Verbs/GlobalVerb.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using JetBrains.Annotations; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Verbs/HideContextMenuComponent.cs b/Content.Shared/Verbs/HideContextMenuComponent.cs index 8600ae066f..bebccac2ec 100644 --- a/Content.Shared/Verbs/HideContextMenuComponent.cs +++ b/Content.Shared/Verbs/HideContextMenuComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.GameObjects; +using Robust.Shared.GameObjects; namespace Content.Shared.Verbs { diff --git a/Content.Shared/Verbs/IShowContextMenu.cs b/Content.Shared/Verbs/IShowContextMenu.cs index bcd65229ec..3839ceb49d 100644 --- a/Content.Shared/Verbs/IShowContextMenu.cs +++ b/Content.Shared/Verbs/IShowContextMenu.cs @@ -1,5 +1,4 @@ -#nullable enable -using Robust.Shared.GameObjects; +using Robust.Shared.GameObjects; namespace Content.Shared.Verbs { diff --git a/Content.Shared/Verbs/PlayerContainerVisibilityMessage.cs b/Content.Shared/Verbs/PlayerContainerVisibilityMessage.cs index dafd3de76f..1b5ed824c7 100644 --- a/Content.Shared/Verbs/PlayerContainerVisibilityMessage.cs +++ b/Content.Shared/Verbs/PlayerContainerVisibilityMessage.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Verbs/SharedVerbSystem.cs b/Content.Shared/Verbs/SharedVerbSystem.cs index 84589a7811..c7628da9a6 100644 --- a/Content.Shared/Verbs/SharedVerbSystem.cs +++ b/Content.Shared/Verbs/SharedVerbSystem.cs @@ -1,4 +1,3 @@ -#nullable enable using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; diff --git a/Content.Shared/Verbs/Verb.cs b/Content.Shared/Verbs/Verb.cs index 76ab513335..41cb116d86 100644 --- a/Content.Shared/Verbs/Verb.cs +++ b/Content.Shared/Verbs/Verb.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using JetBrains.Annotations; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Verbs/VerbBase.cs b/Content.Shared/Verbs/VerbBase.cs index 1a18a83f9d..40d0c0f0b4 100644 --- a/Content.Shared/Verbs/VerbBase.cs +++ b/Content.Shared/Verbs/VerbBase.cs @@ -1,5 +1,4 @@ -#nullable enable - + namespace Content.Shared.Verbs { public abstract class VerbBase diff --git a/Content.Shared/Verbs/VerbCategories.cs b/Content.Shared/Verbs/VerbCategories.cs index bcc1fadb13..287cf3d85b 100644 --- a/Content.Shared/Verbs/VerbCategories.cs +++ b/Content.Shared/Verbs/VerbCategories.cs @@ -1,4 +1,3 @@ -#nullable enable namespace Content.Shared.Verbs { diff --git a/Content.Shared/Verbs/VerbCategoryData.cs b/Content.Shared/Verbs/VerbCategoryData.cs index f5a1f1c7f9..b0ee545159 100644 --- a/Content.Shared/Verbs/VerbCategoryData.cs +++ b/Content.Shared/Verbs/VerbCategoryData.cs @@ -1,4 +1,3 @@ -#nullable enable using Robust.Shared.Utility; namespace Content.Shared.Verbs diff --git a/Content.Shared/Verbs/VerbData.cs b/Content.Shared/Verbs/VerbData.cs index 09f0ea5a53..20a8edbdee 100644 --- a/Content.Shared/Verbs/VerbData.cs +++ b/Content.Shared/Verbs/VerbData.cs @@ -1,4 +1,3 @@ -#nullable enable using JetBrains.Annotations; using Robust.Shared.GameObjects; using Robust.Shared.Utility; diff --git a/Content.Shared/Verbs/VerbSystemMessages.cs b/Content.Shared/Verbs/VerbSystemMessages.cs index bbc2eb3728..7452e8440b 100644 --- a/Content.Shared/Verbs/VerbSystemMessages.cs +++ b/Content.Shared/Verbs/VerbSystemMessages.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Verbs/VerbUtility.cs b/Content.Shared/Verbs/VerbUtility.cs index 289181fc91..08289ff5e6 100644 --- a/Content.Shared/Verbs/VerbUtility.cs +++ b/Content.Shared/Verbs/VerbUtility.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using System.Collections.Generic; using System.Reflection; using Robust.Shared.Containers; diff --git a/Content.Shared/Verbs/VerbVisibility.cs b/Content.Shared/Verbs/VerbVisibility.cs index b1fd22495e..dadf19dd58 100644 --- a/Content.Shared/Verbs/VerbVisibility.cs +++ b/Content.Shared/Verbs/VerbVisibility.cs @@ -1,4 +1,3 @@ -#nullable enable namespace Content.Shared.Verbs { diff --git a/Content.Shared/Voting/MsgVoteCanCall.cs b/Content.Shared/Voting/MsgVoteCanCall.cs index dc9d3f592f..bdfaf6753c 100644 --- a/Content.Shared/Voting/MsgVoteCanCall.cs +++ b/Content.Shared/Voting/MsgVoteCanCall.cs @@ -1,5 +1,4 @@ -#nullable enable -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 de91996809..b9df59a36c 100644 --- a/Content.Shared/Voting/MsgVoteData.cs +++ b/Content.Shared/Voting/MsgVoteData.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Lidgren.Network; using Robust.Shared.Network; diff --git a/Content.Shared/Wall/ReinforcedWallVisuals.cs b/Content.Shared/Wall/ReinforcedWallVisuals.cs index eba46accbb..17a99c033e 100644 --- a/Content.Shared/Wall/ReinforcedWallVisuals.cs +++ b/Content.Shared/Wall/ReinforcedWallVisuals.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.Serialization; namespace Content.Shared.Wall diff --git a/Content.Shared/Weapons/Melee/MeleeWeaponAnimationPrototype.cs b/Content.Shared/Weapons/Melee/MeleeWeaponAnimationPrototype.cs index c617968dcb..7cc7a7da45 100644 --- a/Content.Shared/Weapons/Melee/MeleeWeaponAnimationPrototype.cs +++ b/Content.Shared/Weapons/Melee/MeleeWeaponAnimationPrototype.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.Maths; using Robust.Shared.Prototypes; diff --git a/Content.Shared/Weapons/Melee/MeleeWeaponSystemMessages.cs b/Content.Shared/Weapons/Melee/MeleeWeaponSystemMessages.cs index 4321051f6e..088fec634b 100644 --- a/Content.Shared/Weapons/Melee/MeleeWeaponSystemMessages.cs +++ b/Content.Shared/Weapons/Melee/MeleeWeaponSystemMessages.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Weapons/Ranged/Barrels/Components/SharedBatteryBarrelComponent.cs b/Content.Shared/Weapons/Ranged/Barrels/Components/SharedBatteryBarrelComponent.cs index 94f12193a9..c82b2bcf68 100644 --- a/Content.Shared/Weapons/Ranged/Barrels/Components/SharedBatteryBarrelComponent.cs +++ b/Content.Shared/Weapons/Ranged/Barrels/Components/SharedBatteryBarrelComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Content.Shared.Weapons.Ranged.Components; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Weapons/Ranged/Barrels/Components/SharedBoltActionBarrelComponent.cs b/Content.Shared/Weapons/Ranged/Barrels/Components/SharedBoltActionBarrelComponent.cs index 726f31644c..0f21330a70 100644 --- a/Content.Shared/Weapons/Ranged/Barrels/Components/SharedBoltActionBarrelComponent.cs +++ b/Content.Shared/Weapons/Ranged/Barrels/Components/SharedBoltActionBarrelComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Content.Shared.Weapons.Ranged.Components; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Weapons/Ranged/Barrels/Components/SharedMagazineBarrelComponent.cs b/Content.Shared/Weapons/Ranged/Barrels/Components/SharedMagazineBarrelComponent.cs index 71d0713ab5..246e2fea37 100644 --- a/Content.Shared/Weapons/Ranged/Barrels/Components/SharedMagazineBarrelComponent.cs +++ b/Content.Shared/Weapons/Ranged/Barrels/Components/SharedMagazineBarrelComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Content.Shared.Weapons.Ranged.Components; using Robust.Shared.GameObjects; diff --git a/Content.Shared/Weapons/Ranged/Barrels/Components/SharedPumpBarrelComponent.cs b/Content.Shared/Weapons/Ranged/Barrels/Components/SharedPumpBarrelComponent.cs index 8ee85b7be9..24b8564006 100644 --- a/Content.Shared/Weapons/Ranged/Barrels/Components/SharedPumpBarrelComponent.cs +++ b/Content.Shared/Weapons/Ranged/Barrels/Components/SharedPumpBarrelComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Content.Shared.Weapons.Ranged.Components; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Weapons/Ranged/Barrels/Components/SharedRevolverBarrelComponent.cs b/Content.Shared/Weapons/Ranged/Barrels/Components/SharedRevolverBarrelComponent.cs index a3f4108a0b..0e4e3dcfb2 100644 --- a/Content.Shared/Weapons/Ranged/Barrels/Components/SharedRevolverBarrelComponent.cs +++ b/Content.Shared/Weapons/Ranged/Barrels/Components/SharedRevolverBarrelComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Content.Shared.Weapons.Ranged.Components; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Weapons/Ranged/Components/SharedRangedBarrelComponent.cs b/Content.Shared/Weapons/Ranged/Components/SharedRangedBarrelComponent.cs index 7436dd11bc..62aa2d87d6 100644 --- a/Content.Shared/Weapons/Ranged/Components/SharedRangedBarrelComponent.cs +++ b/Content.Shared/Weapons/Ranged/Components/SharedRangedBarrelComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.GameObjects; using Robust.Shared.ViewVariables; diff --git a/Content.Shared/Weapons/Ranged/Components/SharedRangedWeaponComponent.cs b/Content.Shared/Weapons/Ranged/Components/SharedRangedWeaponComponent.cs index a3d8d75e18..b9493cb6c1 100644 --- a/Content.Shared/Weapons/Ranged/Components/SharedRangedWeaponComponent.cs +++ b/Content.Shared/Weapons/Ranged/Components/SharedRangedWeaponComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.GameStates; diff --git a/Content.Shared/Weapons/Ranged/MagazineAutoEjectMessage.cs b/Content.Shared/Weapons/Ranged/MagazineAutoEjectMessage.cs index 632e905f6a..047b64c89c 100644 --- a/Content.Shared/Weapons/Ranged/MagazineAutoEjectMessage.cs +++ b/Content.Shared/Weapons/Ranged/MagazineAutoEjectMessage.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Window/SharedWindowComponent.cs b/Content.Shared/Window/SharedWindowComponent.cs index c4dbc9e027..f2be96b98d 100644 --- a/Content.Shared/Window/SharedWindowComponent.cs +++ b/Content.Shared/Window/SharedWindowComponent.cs @@ -1,5 +1,4 @@ -#nullable enable -using System; +using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; diff --git a/Content.Shared/Wires/SharedWiresComponent.cs b/Content.Shared/Wires/SharedWiresComponent.cs index c392d93af7..862be567ab 100644 --- a/Content.Shared/Wires/SharedWiresComponent.cs +++ b/Content.Shared/Wires/SharedWiresComponent.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Diagnostics.CodeAnalysis; using JetBrains.Annotations;