From bc68ac96ddbf8cf1e44754e966e3fc7cb1d09d4a Mon Sep 17 00:00:00 2001 From: wrexbe <81056464+wrexbe@users.noreply.github.com> Date: Fri, 13 May 2022 00:59:03 -0700 Subject: [PATCH] Cleanup the namespaces (#8132) --- .../EntityManagerGetAllComponents.cs | 1 - .../DummyParallaxManager.cs | 2 -- .../Tests/Atmos/AlarmThresholdTest.cs | 1 - .../Tests/Body/LegTest.cs | 2 -- .../Tests/Body/LungTest.cs | 3 --- .../Tests/Buckle/BuckleTest.cs | 1 - .../Chemistry/FixedPoint2SerializationTest.cs | 2 -- .../Tests/ClickableTest.cs | 4 ---- .../Tests/Commands/PardonCommand.cs | 1 - .../Tests/Commands/RestartRoundTest.cs | 1 - .../Construction/ConstructionPrototypeTest.cs | 2 -- .../Tests/DeleteInventoryTest.cs | 1 - .../Tests/DummyIconTest.cs | 1 - Content.IntegrationTests/Tests/EntityTest.cs | 2 -- .../Tests/Fluids/FluidSpillTest.cs | 1 - .../Tests/Fluids/PuddleTest.cs | 1 - .../Tests/Gravity/WeightlessStatusTests.cs | 1 - .../Tests/HumanInventoryUniformSlotsTest.cs | 1 - .../Click/InteractionSystemTests.cs | 2 -- .../Tests/InventoryHelpersTest.cs | 1 - .../Tests/Networking/NetworkIdsMatchTest.cs | 4 ---- .../Tests/Power/PowerTest.cs | 1 - .../Tests/SaveLoadSaveTest.cs | 2 -- .../Tests/Station/StationJobsTest.cs | 1 - Content.IntegrationTests/Tests/Tag/TagTest.cs | 1 - Content.MapRenderer/Painters/DecalPainter.cs | 3 --- Content.MapRenderer/Painters/EntityPainter.cs | 4 ---- Content.MapRenderer/Painters/GridPainter.cs | 1 - .../Postgres/20210321230012_HWID.cs | 3 +-- .../Migrations/Sqlite/20210321225959_HWID.cs | 3 +-- Content.Server/AI/Commands/AddAiCommand.cs | 2 -- Content.Server/AI/Commands/FactionCommand.cs | 3 --- .../AI/Components/AiFactionPrototype.cs | 3 --- .../AI/Components/AiFactionTagComponent.cs | 2 -- .../AI/EntitySystems/AiFactionTagSystem.cs | 5 ---- Content.Server/AI/EntitySystems/NPCSystem.cs | 3 --- .../AI/EntitySystems/ServerAiDebugSystem.cs | 1 - .../AI/LoadBalancer/AiActionRequest.cs | 2 -- .../AI/LoadBalancer/AiActionRequestJob.cs | 4 ---- .../AI/LoadBalancer/AiActionSystem.cs | 1 - .../Combat/Melee/SwingMeleeWeaponOperator.cs | 2 -- .../Combat/Melee/UnarmedCombatOperator.cs | 2 -- .../Inventory/CloseStorageOperator.cs | 3 --- .../Operators/Inventory/DropEntityOperator.cs | 1 - .../Inventory/EquipEntityOperator.cs | 3 --- .../Inventory/InteractWithEntityOperator.cs | 4 ---- .../Inventory/OpenStorageOperator.cs | 3 --- .../Inventory/PickupEntityOperator.cs | 5 ---- .../Inventory/UseItemInInventoryOperator.cs | 3 --- .../Movement/MoveToEntityOperator.cs | 2 -- .../Operators/Movement/MoveToGridOperator.cs | 2 -- .../Nutrition/UseDrinkInInventoryOperator.cs | 1 - .../Nutrition/UseFoodInInventoryOperator.cs | 4 ---- .../Sequences/GoPickupEntitySequence.cs | 2 -- .../Operators/Sequences/SequenceOperator.cs | 3 --- .../Accessible/AiReachableSystem.cs | 6 ----- .../Pathfinding/Accessible/BFSPathfinder.cs | 2 -- .../Accessible/PathfindingRegion.cs | 3 --- .../Pathfinding/Accessible/ReachableArgs.cs | 3 --- .../Pathfinders/AStarPathfindingJob.cs | 2 -- .../Pathfinders/JpsPathfindingJob.cs | 6 +---- .../Pathfinders/PathfindingArgs.cs | 2 -- .../Pathfinders/PathfindingComparer.cs | 3 --- .../AI/Pathfinding/PathfindingChunk.cs | 5 ---- .../AI/Pathfinding/PathfindingHelpers.cs | 5 ---- .../AI/Pathfinding/PathfindingNode.cs | 5 ---- .../AI/Pathfinding/PathfindingSystem.cs | 5 ---- .../ServerPathfindingDebugSystem.cs | 4 ---- .../AI/Steering/AiSteeringSystem.cs | 1 - .../Steering/EntityTargetSteeringRequest.cs | 2 -- .../AI/Steering/GridTargetSteeringRequest.cs | 2 -- .../Actions/Clothing/Gloves/EquipGloves.cs | 4 ---- .../Actions/Clothing/Gloves/PickUpGloves.cs | 4 ---- .../Actions/Clothing/Head/EquipHead.cs | 4 ---- .../Actions/Clothing/Head/PickUpHead.cs | 4 ---- .../OuterClothing/EquipOuterClothing.cs | 4 ---- .../OuterClothing/PickUpOuterClothing.cs | 4 ---- .../Actions/Clothing/Shoes/EquipShoes.cs | 4 ---- .../Actions/Clothing/Shoes/PickUpShoes.cs | 4 ---- .../Actions/Combat/Melee/EquipMelee.cs | 4 ---- .../Combat/Melee/MeleeWeaponAttackEntity.cs | 4 ---- .../Actions/Combat/Melee/PickUpMeleeWeapon.cs | 4 ---- .../Combat/Melee/UnarmedAttackEntity.cs | 4 ---- .../AI/Utility/Actions/IAiUtility.cs | 2 -- .../Actions/Idle/CloseLastEntityStorage.cs | 3 --- .../AI/Utility/Actions/Idle/WanderAndWait.cs | 4 ---- .../Actions/Nutrition/Drink/PickUpDrink.cs | 4 ---- .../Nutrition/Drink/UseDrinkInInventory.cs | 4 ---- .../Actions/Nutrition/Food/PickUpFood.cs | 4 ---- .../Nutrition/Food/UseFoodInInventory.cs | 4 ---- .../Actions/Test/MoveRightAndLeftTen.cs | 5 ---- .../AI/Utility/Actions/UtilityAction.cs | 3 --- .../AI/Utility/BehaviorSetPrototype.cs | 3 --- .../ActionBlocker/CanMoveCon.cs | 2 -- .../Clothing/ClothingInInventoryCon.cs | 2 -- .../Clothing/ClothingInSlotCon.cs | 1 - .../Combat/Melee/CanUnarmedCombatCon.cs | 2 -- .../Combat/Melee/HasMeleeWeaponCon.cs | 2 -- .../Combat/Melee/MeleeWeaponDamageCon.cs | 2 -- .../Combat/Melee/MeleeWeaponEquippedCon.cs | 2 -- .../Combat/Melee/MeleeWeaponSpeedCon.cs | 2 -- .../Considerations/Combat/TargetHealthCon.cs | 2 -- .../Considerations/Combat/TargetIsCritCon.cs | 2 -- .../Considerations/Combat/TargetIsDeadCon.cs | 2 -- .../Utility/Considerations/Consideration.cs | 2 -- .../Considerations/ConsiderationsManager.cs | 3 --- .../Containers/TargetAccessibleCon.cs | 2 -- .../Considerations/Hands/FreeHandCon.cs | 1 - .../Inventory/CanPutTargetInInventoryCon.cs | 2 -- .../Inventory/TargetInOurInventoryCon.cs | 2 -- .../Movement/TargetDistanceCon.cs | 2 -- .../Nutrition/Drink/DrinkValueCon.cs | 2 -- .../Nutrition/Drink/ThirstCon.cs | 3 --- .../Nutrition/Food/FoodValueCon.cs | 2 -- .../Nutrition/Food/HungerCon.cs | 2 -- .../State/StoredStateEntityIsNullCon.cs | 2 -- .../AI/Utility/Curves/LogisticCurve.cs | 2 -- .../AI/Utility/Curves/QuadraticCurve.cs | 2 -- .../Clothing/Gloves/EquipAnyGlovesExp.cs | 4 ---- .../Gloves/PickUpAnyNearbyGlovesExp.cs | 4 ---- .../Clothing/Head/EquipAnyHeadExp.cs | 4 ---- .../Clothing/Head/PickUpAnyNearbyHeadExp.cs | 4 ---- .../OuterClothing/EquipAnyOuterClothingExp.cs | 4 ---- .../PickUpAnyNearbyOuterClothingExp.cs | 4 ---- .../Clothing/Shoes/EquipAnyShoesExp.cs | 4 ---- .../Clothing/Shoes/PickUpAnyNearbyShoesExp.cs | 4 ---- .../Combat/Melee/EquipMeleeExp.cs | 4 ---- .../Combat/Melee/MeleeAttackNearbyExp.cs | 6 +---- .../Combat/Melee/PickUpMeleeWeaponExp.cs | 3 --- .../Melee/UnarmedAttackNearbyHostilesExp.cs | 6 +---- .../ExpandableUtilityAction.cs | 3 --- .../Nutrition/PickUpNearbyDrinkExp.cs | 3 --- .../Nutrition/PickUpNearbyFoodExp.cs | 3 --- .../Nutrition/UseDrinkInInventoryExp.cs | 4 ---- .../Nutrition/UseFoodInInventoryExp.cs | 4 ---- .../AI/Utility/NpcBehaviorManager.cs | 5 ---- Content.Server/AI/Utility/UtilityAiHelpers.cs | 2 -- Content.Server/AI/Utils/Visibility.cs | 4 ---- Content.Server/AI/WorldState/Blackboard.cs | 5 ---- .../AI/WorldState/BlackboardManager.cs | 3 --- Content.Server/AI/WorldState/StateData.cs | 3 --- .../States/Clothing/EquippedClothingState.cs | 5 ---- .../States/Clothing/NearbyClothingState.cs | 4 ---- .../Combat/Nearby/NearbyMeleeWeapons.cs | 3 --- .../States/Combat/WeaponEntityState.cs | 1 - .../States/Hands/AnyFreeHandState.cs | 3 --- .../States/Inventory/EquippedEntityState.cs | 2 -- .../Inventory/LastOpenedStorageState.cs | 3 --- .../States/Mobs/NearbyBodiesState.cs | 5 +--- .../States/Mobs/NearbyPlayersState.cs | 3 --- .../States/Movement/MoveTargetState.cs | 1 - .../States/Nutrition/HungryState.cs | 3 --- .../States/Nutrition/NearbyDrinkState.cs | 3 --- .../States/Nutrition/NearbyFoodState.cs | 3 --- .../States/Nutrition/ThirstyState.cs | 4 ---- .../AI/WorldState/States/SelfState.cs | 1 - .../AI/WorldState/States/TargetEntityState.cs | 1 - .../States/Utility/StoredStateIsNullState.cs | 2 -- Content.Server/AME/AMENodeGroup.cs | 5 ---- .../Components/AMEFuelContainerComponent.cs | 3 --- .../AME/Components/AMEShieldComponent.cs | 6 +---- .../Abilities/Mime/MimePowersSystem.cs | 1 - .../Access/AccessReaderChangeMessage.cs | 2 -- .../Access/Components/AgentIDCardComponent.cs | 3 --- .../Components/PresetIdCardComponent.cs | 6 ----- .../Access/Systems/IdCardConsoleSystem.cs | 1 - Content.Server/Access/Systems/IdCardSystem.cs | 3 --- .../Access/Systems/PresetIdCardSystem.cs | 4 ---- Content.Server/Actions/ActionsSystem.cs | 1 - .../Actions/Events/DisarmAttemptEvent.cs | 2 -- .../Administration/AdminCommandAttribute.cs | 3 +-- .../AdminPermsChangedEventArgs.cs | 3 +-- Content.Server/Administration/AdminSystem.cs | 3 --- Content.Server/Administration/BwoinkSystem.cs | 9 ------- .../Administration/Commands/AGhost.cs | 2 -- .../Commands/AddBodyPartCommand.cs | 3 --- .../Commands/AddEntityStorageCommand.cs | 3 --- .../Commands/AddMechanismCommand.cs | 3 --- .../Administration/Commands/AddReagent.cs | 3 --- .../Administration/Commands/AdminLogBulk.cs | 2 -- .../Commands/AdminWhoCommand.cs | 1 - .../Commands/AnnounceUiCommand.cs | 1 - .../Administration/Commands/BanCommand.cs | 2 -- .../Administration/Commands/BanListCommand.cs | 4 +--- .../Administration/Commands/ControlMob.cs | 3 --- .../Administration/Commands/DSay.cs | 3 --- .../Administration/Commands/DeAdminCommand.cs | 1 - .../Commands/DeleteComponent.cs | 2 -- .../Commands/DeleteEntitiesWithComponent.cs | 5 ---- .../Commands/DeleteEntitiesWithId.cs | 2 -- .../Commands/DeleteEntityCommand.cs | 2 -- .../Commands/FindEntitiesWithComponents.cs | 4 ---- .../Commands/OpenAdminLogsCommand.cs | 1 - .../Commands/OpenPermissionsCommand.cs | 1 - .../Administration/Commands/OwoifyCommand.cs | 3 --- .../Administration/Commands/PardonCommand.cs | 4 +--- .../Commands/PromoteHostCommand.cs | 1 - .../Administration/Commands/ReAdminCommand.cs | 1 - .../Administration/Commands/ReadyAll.cs | 3 --- .../Commands/RemoveBodyPartCommand.cs | 3 --- .../Commands/RemoveEntityStorageCommand.cs | 3 --- .../Commands/RemoveExtraComponents.cs | 2 -- .../Commands/RemoveMechanismCommand.cs | 3 --- .../Administration/Commands/SetAdminOOC.cs | 3 --- .../Administration/Commands/SetMindCommand.cs | 3 --- .../Commands/SetOutfitCommand.cs | 3 --- .../Commands/SetSolutionCapacity.cs | 2 -- .../Commands/SetSolutionTemperature.cs | 2 -- .../Commands/SetSolutionThermalEnergy.cs | 2 -- .../Commands/ShuttleCommands.cs | 4 ---- .../Commands/Station/ListStationsCommand.cs | 3 --- .../Administration/Commands/WarpCommand.cs | 4 ---- .../Logs/AdminLogSystem.Cache.cs | 4 +--- .../Logs/AdminLogSystem.Json.cs | 6 +---- .../Administration/Logs/AdminLogSystem.cs | 7 +----- .../Logs/Converters/AdminLogConverter.cs | 3 +-- .../Converters/AdminLogConverterAttribute.cs | 3 +-- .../EntityStringRepresentationConverter.cs | 1 - .../Logs/Converters/EntityUidConverter.cs | 2 -- .../Logs/Converters/PlayerSessionConverter.cs | 2 -- .../Administration/Logs/LogFilter.cs | 4 +--- .../Administration/Logs/QueuedLog.cs | 3 +-- .../Administration/Managers/AdminManager.cs | 4 ---- .../Administration/Managers/IAdminManager.cs | 4 +--- .../Administration/PlayerLocator.cs | 5 +--- .../Administration/UI/AdminAnnounceEui.cs | 1 - .../Administration/UI/EditSolutionsEui.cs | 2 -- .../Administration/UI/PermissionsEui.cs | 6 +---- .../Administration/UI/SetOutfitEui.cs | 2 -- .../Advertise/AdvertiseComponent.cs | 5 ---- Content.Server/Advertise/AdvertiseSystem.cs | 5 ---- .../AdvertisementsPackPrototype.cs | 6 +---- Content.Server/Afk/AfkManager.cs | 6 +---- Content.Server/Afk/IsAfkCommand.cs | 1 - .../AirlockPainter/AirlockPainterComponent.cs | 3 --- Content.Server/Alert/Click/RemoveCuffs.cs | 3 --- Content.Server/Alert/Click/ResistFire.cs | 3 --- Content.Server/Alert/Click/StopBeingPulled.cs | 3 --- Content.Server/Alert/Click/StopPiloting.cs | 5 ---- Content.Server/Alert/Click/StopPulling.cs | 3 --- Content.Server/Alert/Click/Unbuckle.cs | 3 --- Content.Server/Alert/Commands/ClearAlert.cs | 3 --- Content.Server/Alert/Commands/ShowAlert.cs | 3 --- .../Animals/Components/UdderComponent.cs | 5 ---- Content.Server/Animals/Systems/UdderSystem.cs | 3 --- .../Announcements/AnnounceCommand.cs | 3 --- .../Components/BlockGameArcadeComponent.cs | 1 - .../Components/SpaceVillainArcadeComponent.cs | 4 ---- Content.Server/Armor/ArmorComponent.cs | 2 -- Content.Server/Armor/ArmorSystem.cs | 1 - .../Atmos/Commands/AddAtmosCommand.cs | 2 -- .../Atmos/Commands/AddGasCommand.cs | 2 -- .../Commands/AddUnsimulatedAtmosCommand.cs | 2 -- .../Atmos/Commands/DeleteGasCommand.cs | 3 --- .../Atmos/Commands/FillGasCommand.cs | 2 -- .../Atmos/Commands/ListGasesCommand.cs | 1 - .../Atmos/Commands/RemoveGasCommand.cs | 2 -- .../Commands/SetAtmosTemperatureCommand.cs | 2 -- .../Atmos/Commands/SetTemperatureCommand.cs | 2 -- .../Atmos/Commands/ShowAtmosCommand.cs | 1 - .../Atmos/Components/AirtightComponent.cs | 6 ----- .../Atmos/Components/AtmosExposedComponent.cs | 4 +--- .../Components/AtmosFixMarkerComponent.cs | 3 --- .../Atmos/Components/AtmosPlaqueComponent.cs | 3 --- .../Atmos/Components/BreathToolComponent.cs | 5 ---- .../Components/GasAnalyzableComponent.cs | 7 ------ .../Components/GasMixtureHolderComponent.cs | 6 +---- .../Components/GridAtmosphereComponent.cs | 8 ------- .../Atmos/Components/IAtmosphereComponent.cs | 4 +--- .../Components/IgniteOnCollideComponent.cs | 8 ------- .../Components/MovedByPressureComponent.cs | 2 -- .../Components/PressureProtectionComponent.cs | 6 +---- .../Components/SpaceAtmosphereComponent.cs | 4 +--- .../TemperatureProtectionComponent.cs | 6 +---- .../UnsimulatedGridAtmosphereComponent.cs | 9 +------ .../Atmos/EntitySystems/AirtightSystem.cs | 4 ---- .../EntitySystems/AtmosDebugOverlaySystem.cs | 4 ---- .../Atmos/EntitySystems/AtmosExposedSystem.cs | 5 ---- .../Atmos/EntitySystems/AtmosPlaqueSystem.cs | 3 --- .../EntitySystems/AtmosphereSystem.CVars.cs | 1 - .../AtmosphereSystem.Commands.cs | 1 - .../EntitySystems/AtmosphereSystem.Gases.cs | 3 --- .../EntitySystems/AtmosphereSystem.Grid.cs | 6 ----- .../AtmosphereSystem.HighPressureDelta.cs | 3 --- .../EntitySystems/AtmosphereSystem.Hotspot.cs | 5 ---- .../AtmosphereSystem.Monstermos.cs | 6 ----- .../AtmosphereSystem.Processing.cs | 5 ---- .../AtmosphereSystem.Superconductivity.cs | 1 - .../Atmos/EntitySystems/FlammableSystem.cs | 5 ---- .../EntitySystems/GasAnalyzableSystem.cs | 2 -- .../Atmos/EntitySystems/GasAnalyzerSystem.cs | 1 - Content.Server/Atmos/ExcitedGroup.cs | 5 +--- Content.Server/Atmos/GasMixture.cs | 9 +------ Content.Server/Atmos/Hotspot.cs | 4 +--- Content.Server/Atmos/IGasMixtureHolder.cs | 5 +--- .../Components/AtmosAlarmableComponent.cs | 5 ---- .../Components/AtmosMonitorComponent.cs | 6 ----- .../Atmos/Monitor/Systems/AirAlarmModes.cs | 5 ---- .../Atmos/Monitor/Systems/AirAlarmSystem.cs | 6 ----- .../Monitor/Systems/AtmosAlarmableSystem.cs | 1 - .../Monitor/Systems/AtmosMonitoringSystem.cs | 5 ---- .../Atmos/Monitor/Systems/FireAlarmSystem.cs | 2 -- Content.Server/Atmos/MonstermosInfo.cs | 4 +--- .../GasDualPortVentPumpComponent.cs | 4 ---- .../Binary/Components/GasPortComponent.cs | 4 ---- .../Binary/Components/GasValveComponent.cs | 3 --- .../GasDualPortVentPumpSystem.cs | 3 --- .../EntitySystems/GasPassiveGateSystem.cs | 3 --- .../EntitySystems/GasPressurePumpSystem.cs | 1 - .../Binary/EntitySystems/GasValveSystem.cs | 6 ----- .../Piping/Components/AtmosDeviceComponent.cs | 4 ---- .../Components/AtmosPipeColorComponent.cs | 4 ---- .../AtmosUnsafeUnanchorComponent.cs | 4 ---- .../Piping/EntitySystems/AtmosDeviceSystem.cs | 4 ---- .../EntitySystems/AtmosPipeColorSystem.cs | 2 -- .../AtmosUnsafeUnanchorSystem.cs | 4 ---- .../Other/Components/GasMinerComponent.cs | 3 --- .../Other/EntitySystems/GasMinerSystem.cs | 3 --- .../Trinary/EntitySystems/GasFilterSystem.cs | 5 ---- .../Unary/Components/GasCanisterComponent.cs | 3 --- .../Components/GasPassiveVentComponent.cs | 3 --- .../Unary/Components/GasPortableComponent.cs | 4 ---- .../Components/GasThermoMachineComponent.cs | 3 --- .../Unary/EntitySystems/GasCanisterSystem.cs | 1 - .../EntitySystems/GasPassiveVentSystem.cs | 3 --- .../Unary/EntitySystems/GasPortableSystem.cs | 2 -- .../EntitySystems/GasThermoMachineSystem.cs | 2 -- .../EntitySystems/GasVentScrubberSystem.cs | 1 - .../Atmos/Reactions/GasReactionPrototype.cs | 7 +----- .../Atmos/Reactions/PlasmaFireReaction.cs | 4 ---- .../Atmos/Reactions/TritiumFireReaction.cs | 3 --- .../Atmos/Reactions/WaterVaporReaction.cs | 4 ---- Content.Server/Atmos/TileAtmosphere.cs | 2 -- .../Audio/AmbientOnPoweredComponent.cs | 1 - Content.Server/Audio/AmbientSoundSystem.cs | 1 - Content.Server/BarSign/BarSignComponent.cs | 4 ---- Content.Server/BarSign/BarSignPrototype.cs | 3 --- .../BarSign/Systems/BarSignSystem.cs | 5 ---- .../Bed/Components/HealOnBuckleHealing.cs | 2 -- .../Bible/Components/BibleComponent.cs | 2 -- .../Bible/Components/BibleUserComponent.cs | 3 --- .../Body/Commands/AddHandCommand.cs | 2 -- .../Body/Commands/AttachBodyPartCommand.cs | 2 -- .../Body/Commands/DestroyMechanismCommand.cs | 2 -- .../Body/Commands/RemoveHandCommand.cs | 2 -- .../Body/Components/BodyComponent.cs | 4 ---- .../Body/Components/BodyPartComponent.cs | 3 --- .../Body/Components/BrainComponent.cs | 2 -- .../Body/Components/InternalsComponent.cs | 3 --- .../Body/Components/LungComponent.cs | 7 +----- .../Body/Components/MetabolizerComponent.cs | 7 +----- .../Body/Components/RespiratorComponent.cs | 5 ---- .../Body/Components/StomachComponent.cs | 8 +------ .../Components/ThermalRegulatorComponent.cs | 4 ---- .../Body/Systems/BloodstreamSystem.cs | 1 - Content.Server/Body/Systems/BodySystem.cs | 1 - Content.Server/Body/Systems/BrainSystem.cs | 2 -- .../Body/Systems/InternalsSystem.cs | 1 - Content.Server/Body/Systems/LungSystem.cs | 7 +----- .../Body/Systems/MetabolizerSystem.cs | 1 - .../Body/Systems/RespiratorSystem.cs | 5 ---- Content.Server/Body/Systems/StomachSystem.cs | 1 - .../Body/Systems/ThermalRegulatorSystem.cs | 5 +--- .../Botany/Components/LogComponent.cs | 3 --- .../Components/SeedExtractorComponent.cs | 3 --- .../Botany/Systems/BotanySystem.Plant.cs | 1 - .../Botany/Systems/BotanySystem.Seed.cs | 7 ------ Content.Server/Botany/Systems/LogSystem.cs | 3 --- .../Botany/Systems/PlantHolderSystem.cs | 1 - .../Botany/Systems/SeedExtractorSystem.cs | 4 ---- Content.Server/Bql/QuerySelectors.cs | 3 --- Content.Server/Buckle/Systems/BuckleSystem.cs | 3 --- Content.Server/CPUJob/JobQueues/Job.cs | 2 -- .../CPUJob/JobQueues/Queues/JobQueue.cs | 3 +-- Content.Server/Cabinet/ItemCabinetSystem.cs | 3 --- Content.Server/Cargo/CargoBankAccount.cs | 5 +--- Content.Server/Cargo/CargoOrderDatabase.cs | 4 ---- Content.Server/Cargo/CargoSystem.Console.cs | 2 -- Content.Server/Cargo/CargoSystem.Telepad.cs | 5 ---- Content.Server/Cargo/CargoSystem.cs | 2 -- .../Cargo/Components/CargoConsoleComponent.cs | 1 - .../Components/CargoOrderDatabaseComponent.cs | 2 -- Content.Server/Cargo/ICargoBankAccount.cs | 4 +--- .../CharacterInfo/CharacterInfoSystem.cs | 4 +--- .../Chat/Commands/AdminChatCommand.cs | 1 - Content.Server/Chat/Commands/LOOCCommand.cs | 4 ---- Content.Server/Chat/Commands/MeCommand.cs | 4 ---- Content.Server/Chat/Commands/OOCCommand.cs | 2 -- Content.Server/Chat/Commands/SayCommand.cs | 2 -- .../Chat/Commands/SetLOOCCommand.cs | 2 -- Content.Server/Chat/Commands/SetOOCCommand.cs | 2 -- .../Chat/Commands/WhisperCommand.cs | 4 +--- Content.Server/Chat/Managers/ChatManager.cs | 16 ------------- .../Chat/Managers/ChatSanitizationManager.cs | 4 ---- Content.Server/Chat/Managers/IChatManager.cs | 3 --- .../Chat/Managers/IChatSanitizationManager.cs | 1 - .../Components/ChemMasterComponent.cs | 1 - .../FoamSolutionAreaEffectComponent.cs | 3 --- .../Components/HyposprayComponent.cs | 6 ----- .../Chemistry/Components/InjectorComponent.cs | 24 ------------------- .../MeleeChemicalInjectorComponent.cs | 7 +----- .../Components/ReagentTankComponent.cs | 6 +---- .../Components/RehydratableComponent.cs | 4 ---- .../SmokeSolutionAreaEffectComponent.cs | 2 -- .../Components/SolutionAreaEffectComponent.cs | 6 ----- .../SolutionAreaEffectInceptionComponent.cs | 5 +--- .../SolutionInjectOnCollideComponent.cs | 7 +----- .../DrainableSolutionComponent.cs | 6 +---- .../DrawableSolutionComponent.cs | 6 +---- .../ExaminableSolutionComponent.cs | 6 +---- .../InjectableSolutionComponent.cs | 6 +---- .../RefillableSolutionComponent.cs | 3 --- .../SolutionContainerManagerComponent.cs | 8 +------ .../Components/SolutionTransferComponent.cs | 8 ------- .../TransformableContainerComponent.cs | 2 -- .../Chemistry/Components/VaporComponent.cs | 6 +---- .../EntitySystems/ChemMasterSystem.cs | 1 - .../EntitySystems/ChemicalReactionSystem.cs | 1 - .../EntitySystems/ChemistrySystem.Injector.cs | 1 - .../EntitySystems/ChemistrySystem.cs | 3 --- .../EntitySystems/ChemistrySystemHypospray.cs | 2 -- .../EntitySystems/ReagentDispenserSystem.cs | 2 -- .../EntitySystems/RehydratableSystem.cs | 3 --- .../EntitySystems/SolutionAreaEffectSystem.cs | 1 - .../EntitySystems/SolutionContainerSystem.cs | 1 - .../SolutionInjectOnCollideSystem.cs | 1 - .../EntitySystems/SolutionTransferSystem.cs | 7 +----- .../TransformableContainerSystem.cs | 2 -- .../Chemistry/EntitySystems/VaporSystem.cs | 3 --- .../ReactionEffects/AreaReactionEffect.cs | 6 ----- .../CreateEntityReactionEffect.cs | 2 -- .../ReactionEffects/FoamAreaReactionEffect.cs | 3 --- .../SmokeAreaReactionEffect.cs | 3 --- .../SolutionTemperatureEffects.cs | 2 -- .../BodyTemperature.cs | 1 - .../HasTagCondition.cs | 1 - .../ReagentEffectConditions/OrganType.cs | 3 --- .../ReagentThreshold.cs | 5 +--- .../SolutionTemperature.cs | 2 -- .../SolutionThermalEnergy.cs | 2 -- .../ReagentEffectConditions/TotalDamage.cs | 1 - .../ReagentEffects/AddToSolutionReaction.cs | 6 ----- .../Chemistry/ReagentEffects/AdjustAlert.cs | 6 +---- .../Chemistry/ReagentEffects/AdjustReagent.cs | 2 -- .../ReagentEffects/AdjustTemperature.cs | 1 - .../Chemistry/ReagentEffects/CreateGas.cs | 2 -- .../Chemistry/ReagentEffects/Electrocute.cs | 6 ----- .../ReagentEffects/ExtinguishReaction.cs | 6 ----- .../ReagentEffects/FlammableReaction.cs | 7 ------ .../Chemistry/ReagentEffects/Ignite.cs | 1 - .../ReagentEffects/ModifyBleedAmount.cs | 1 - .../Chemistry/ReagentEffects/ModifyLungGas.cs | 4 +--- .../ReagentEffects/MovespeedModifier.cs | 5 ---- .../Chemistry/ReagentEffects/Oxygenate.cs | 2 -- .../Chemistry/ReagentEffects/Paralyze.cs | 6 ----- .../PlantMetabolism/PlantAdjustAttribute.cs | 5 ---- .../PlantMetabolism/PlantAdjustHealth.cs | 5 +--- .../PlantAdjustMutationLevel.cs | 5 +--- .../PlantMetabolism/PlantAdjustMutationMod.cs | 4 +--- .../PlantMetabolism/PlantAdjustNutrition.cs | 4 +--- .../PlantMetabolism/PlantAdjustPests.cs | 4 +--- .../PlantMetabolism/PlantAdjustToxins.cs | 4 +--- .../PlantMetabolism/PlantAdjustWater.cs | 4 +--- .../PlantMetabolism/PlantAdjustWeeds.cs | 4 +--- .../PlantMetabolism/PlantAffectGrowth.cs | 4 +--- .../PlantMetabolism/PlantClonexadone.cs | 8 +------ .../Chemistry/ReagentEffects/PopupMessage.cs | 3 --- .../Chemistry/ReagentEffects/SatiateHunger.cs | 3 --- .../Chemistry/ReagentEffects/SatiateThirst.cs | 3 --- .../StatusEffects/GenericStatusEffect.cs | 7 +----- .../ReagentEffects/StatusEffects/Jitter.cs | 6 +---- .../ReagentEffects/WashCreamPieReaction.cs | 6 ----- .../TileReactions/CleanTileReaction.cs | 5 ---- .../TileReactions/CreateEntityTileReaction.cs | 5 ---- .../TileReactions/ExtinguishTileReaction.cs | 8 +------ .../TileReactions/FlammableTileReaction.cs | 8 +------ .../TileReactions/PryTileReaction.cs | 1 - .../SpillIfPuddlePresentTileReaction.cs | 2 -- .../TileReactions/SpillTileReaction.cs | 6 +---- .../Cleanable/CleanableComponent.cs | 6 +---- .../Components/GlassTableComponent.cs | 3 --- Content.Server/Cloning/AcceptCloningEui.cs | 1 - .../Components/BeingClonedComponent.cs | 3 --- .../Cloning/Components/CloningPodComponent.cs | 6 ----- .../Clothing/Components/MagbootsComponent.cs | 6 ----- .../CombatMode/CombatModeComponent.cs | 1 - Content.Server/Commands/CommandUtils.cs | 5 +--- .../Connection/ConnectionManager.cs | 7 +----- .../Commands/FixRotationsCommand.cs | 3 --- .../Construction/Commands/TileWallsCommand.cs | 2 -- .../Construction/Completions/AddContainer.cs | 6 +---- .../Completions/AttemptElectrocute.cs | 2 -- .../Construction/Completions/BuildComputer.cs | 4 ---- .../Construction/Completions/BuildMachine.cs | 3 --- .../Completions/ConditionalAction.cs | 3 --- .../Completions/DeleteEntitiesInContainer.cs | 3 --- .../Construction/Completions/DeleteEntity.cs | 5 +--- .../Construction/Completions/DestroyEntity.cs | 3 --- .../Completions/EmptyAllContainers.cs | 5 +--- .../Completions/EmptyContainer.cs | 4 ---- .../MachineFrameRegenerateProgress.cs | 5 +--- .../Construction/Completions/MoveContainer.cs | 3 --- .../Construction/Completions/PopupEveryone.cs | 4 ---- .../Construction/Completions/PopupUser.cs | 7 +----- .../Construction/Completions/RaiseEvent.cs | 2 -- .../Construction/Completions/SetAnchor.cs | 7 +----- .../Construction/Completions/SetStackCount.cs | 5 +--- .../Construction/Completions/SnapToGrid.cs | 4 ---- .../Completions/SpawnPrototype.cs | 6 +---- .../Completions/SpawnPrototypeAtContainer.cs | 3 --- .../Construction/Completions/SpriteChange.cs | 5 +--- .../Completions/SpriteStateChange.cs | 5 +--- .../Completions/VisualizerDataInt.cs | 6 +---- .../Components/ComputerComponent.cs | 3 --- .../Components/ConstructionComponent.cs | 5 ---- .../Construction/Components/IRefreshParts.cs | 5 +--- .../Components/MachineComponent.cs | 2 -- .../Construction/Conditions/AirlockBolted.cs | 7 ------ .../Construction/Conditions/AllConditions.cs | 5 ---- .../Construction/Conditions/AllWiresCut.cs | 6 +---- .../Construction/Conditions/AnyConditions.cs | 5 ---- .../Conditions/ComponentInTile.cs | 10 +------- .../Construction/Conditions/ContainerEmpty.cs | 8 +------ .../Conditions/ContainerNotEmpty.cs | 6 ----- .../Construction/Conditions/DoorWelded.cs | 5 ---- .../Construction/Conditions/EntityAnchored.cs | 9 +------ .../Construction/Conditions/Locked.cs | 7 ------ .../Conditions/MachineFrameComplete.cs | 6 ----- .../Construction/Conditions/StorageWelded.cs | 5 ---- .../Conditions/ToiletLidClosed.cs | 5 ---- .../Construction/Conditions/WirePanel.cs | 7 ------ .../ConstructionSystem.Computer.cs | 2 -- .../Construction/ConstructionSystem.Graph.cs | 2 -- .../Construction/ConstructionSystem.Guided.cs | 3 --- .../ConstructionSystem.Initial.cs | 2 -- .../ConstructionSystem.Interactions.cs | 3 --- .../ConstructionSystem.Machine.cs | 3 --- .../ConstructionSystem.Pathfinding.cs | 2 -- .../Construction/ConstructionSystem.cs | 7 ------ Content.Server/Containers/ContainerExt.cs | 3 --- .../EmptyOnMachineDeconstructComponent.cs | 7 ------ .../EmptyOnMachineDeconstructSystem.cs | 2 -- Content.Server/Conveyor/ConveyorSystem.cs | 1 - Content.Server/Cooldown/ItemCooldownSystem.cs | 4 +--- .../Coordinates/Helpers/SnapgridHelper.cs | 3 --- Content.Server/Crayon/CrayonComponent.cs | 5 ---- Content.Server/Crayon/CrayonSystem.cs | 5 ---- .../Cuffs/Components/HandcuffComponent.cs | 9 ------- .../Damage/Commands/GodModeCommand.cs | 2 -- Content.Server/Damage/Commands/HurtCommand.cs | 2 -- .../DamageOnHighSpeedImpactComponent.cs | 4 ---- .../Components/DamageOnLandComponent.cs | 3 --- .../DamageOnToolInteractComponent.cs | 4 ---- .../Components/DamageOtherOnHitComponent.cs | 4 ---- .../Components/ExaminableDamageComponent.cs | 2 -- .../Systems/DamageOnToolInteractSystem.cs | 3 --- .../Damage/Systems/ExaminableDamageSystem.cs | 3 --- .../Damage/Systems/GodmodeSystem.cs | 3 --- Content.Server/Database/PlayerRecord.cs | 3 +-- Content.Server/Database/ServerBanDef.cs | 3 +-- Content.Server/Database/ServerUnbanDef.cs | 3 +-- .../Decals/Commands/AddDecalCommand.cs | 5 ---- .../Decals/Commands/EditDecalCommand.cs | 3 --- .../Decals/Commands/RemoveDecalCommand.cs | 2 -- .../Destructible/DestructibleComponent.cs | 5 ---- .../Destructible/DestructibleSystem.cs | 1 - .../ChangeConstructionNodeBehavior.cs | 5 +--- .../Behaviors/DumpCanisterBehavior.cs | 3 --- .../Behaviors/EmptyAllContainersBehaviour.cs | 2 -- .../Thresholds/Behaviors/ExplodeBehavior.cs | 2 -- .../Thresholds/Behaviors/GibBehavior.cs | 2 -- .../Behaviors/IThresholdBehavior.cs | 4 +--- .../Thresholds/Behaviors/PlaySoundBehavior.cs | 3 --- .../Thresholds/Behaviors/SpillBehavior.cs | 2 -- .../Thresholds/DamageThreshold.cs | 4 ---- .../Destructible/Thresholds/MinMax.cs | 6 +---- .../Destructible/Thresholds/ThresholdActs.cs | 3 +-- .../Thresholds/Triggers/AndTrigger.cs | 3 --- .../Thresholds/Triggers/DamageGroupTrigger.cs | 2 -- .../Thresholds/Triggers/DamageTrigger.cs | 2 -- .../Thresholds/Triggers/DamageTypeTrigger.cs | 2 -- .../Thresholds/Triggers/OrTrigger.cs | 3 --- .../Components/ApcNetworkComponent.cs | 3 --- .../Devices/ApcNetSwitchComponent.cs | 3 --- .../Components/WiredNetworkComponent.cs | 2 -- .../Components/WirelessNetworkComponent.cs | 3 --- .../DeviceNetwork/NetworkPayload.cs | 2 -- .../DeviceNetwork/Systems/ApcNetworkSystem.cs | 2 -- .../Systems/Devices/ApcNetSwitchSystem.cs | 2 -- .../Systems/WiredNetworkSystem.cs | 1 - .../Systems/WirelessNetworkSystem.cs | 1 - Content.Server/Dice/DiceComponent.cs | 4 ---- Content.Server/Dice/DiceSystem.cs | 4 ---- Content.Server/Disease/DiseaseSystem.cs | 1 - .../Disease/Effects/DiseaseProgression.cs | 1 - .../Tube/Components/DisposalBendComponent.cs | 4 ---- .../Tube/Components/DisposalEntryComponent.cs | 8 +------ .../Components/DisposalJunctionComponent.cs | 8 +------ .../Components/DisposalTransitComponent.cs | 6 +---- .../Tube/Components/DisposalTubeComponent.cs | 7 ------ .../Tube/Components/IDisposalTubeComponent.cs | 2 -- .../Disposal/TubeConnectionsCommand.cs | 3 --- .../Components/DisposalHolderComponent.cs | 6 ----- .../Unit/Components/DisposalUnitComponent.cs | 7 ------ .../Unit/EntitySystems/DisposalUnitSystem.cs | 2 -- .../DoInsertDisposalUnitEvent.cs | 4 +--- Content.Server/DoAfter/DoAfter.cs | 4 ---- Content.Server/DoAfter/DoAfterEventArgs.cs | 4 +--- .../Doors/Components/AirlockComponent.cs | 9 ------- .../Doors/Components/FirelockComponent.cs | 3 --- Content.Server/Doors/Systems/AirlockSystem.cs | 3 --- .../Doors/Systems/FirelockSystem.cs | 3 --- .../WireActions/DoorBoltLightWireAction.cs | 1 - .../Drone/Components/DroneComponent.cs | 1 - Content.Server/Drone/DroneSystem.cs | 2 -- Content.Server/EUI/BaseEui.cs | 4 +--- Content.Server/EUI/EuiManager.cs | 6 +---- .../Components/ElectrifiedComponent.cs | 2 -- .../Components/ElectrocutionComponent.cs | 6 +---- .../Electrocution/ElectrocuteCommand.cs | 4 ---- .../Electrocution/ElectrocutionNode.cs | 3 --- .../Electrocution/ElectrocutionSystem.cs | 6 ----- .../RandomInsulationComponent.cs | 3 --- .../DisassembleOnAltVerbComponent.cs | 3 --- .../Components/SpawnAfterInteractComponent.cs | 3 --- .../DisassembleOnAltVerbSystem.cs | 2 -- .../EntitySystems/SpawnAfterInteractSystem.cs | 3 --- .../EntityList/SpawnEntityListCommand.cs | 2 -- Content.Server/Entry/EntryPoint.cs | 7 ------ Content.Server/Examine/ExamineSystem.cs | 2 -- .../Components/ClusterGrenadeComponent.cs | 4 ---- .../Components/DeleteOnTriggerComponent.cs | 1 - .../Components/ExplodeOnTriggerComponent.cs | 2 -- .../Components/TriggerOnCollideComponent.cs | 2 -- .../Components/TriggerOnProximityComponent.cs | 4 ---- .../EntitySystems/ExplosionSystem.cs | 1 - .../EntitySystems/TriggerSystem.Proximity.cs | 2 -- .../EntitySystems/TriggerSystem.Signal.cs | 1 - .../Explosion/EntitySystems/TriggerSystem.cs | 3 --- .../Extinguisher/FireExtinguisherComponent.cs | 3 --- .../Flash/Components/FlashComponent.cs | 4 ---- .../Components/FlashImmunityComponent.cs | 5 ---- .../Components/FlashOnTriggerComponent.cs | 3 --- .../Flash/Components/FlashableComponent.cs | 2 -- .../Fluids/Components/PuddleComponent.cs | 5 ---- .../Fluids/Components/SpillableComponent.cs | 5 ---- .../Fluids/Components/SprayComponent.cs | 3 --- .../Fluids/EntitySystems/DrainSystem.cs | 1 - .../Fluids/EntitySystems/EvaporationSystem.cs | 2 -- .../Fluids/EntitySystems/SpraySystem.cs | 8 +------ Content.Server/Foldable/FoldableSystem.cs | 3 --- .../Friction/TileFrictionController.cs | 1 - .../GameTicking/Commands/DelayStartCommand.cs | 5 +--- .../GameTicking/Commands/EndRoundCommand.cs | 5 +--- .../GameTicking/Commands/ForceMapCommand.cs | 5 ---- .../Commands/ForcePresetCommand.cs | 3 --- .../GameTicking/Commands/GoLobbyCommand.cs | 6 +---- .../GameTicking/Commands/ObserveCommand.cs | 3 --- .../GameTicking/Commands/RespawnCommand.cs | 2 -- .../Commands/RestartRoundCommand.cs | 2 -- .../Commands/SetGamePresetCommand.cs | 2 -- .../GameTicking/Commands/StartRoundCommand.cs | 5 +--- .../Commands/ToggleDisallowLateJoinCommand.cs | 2 -- .../Commands/ToggleReadyCommand.cs | 3 --- .../GameTicking/Events/RoundStartingEvent.cs | 4 +--- .../GameTicking/GameTicker.CVars.cs | 2 -- .../GameTicking/GameTicker.GamePreset.cs | 3 --- .../GameTicking/GameTicker.GameRule.cs | 2 -- .../GameTicking/GameTicker.LobbyMusic.cs | 1 - .../GameTicking/GameTicker.StatusShell.cs | 3 --- .../GameTicking/GameTicker.Updates.cs | 3 --- Content.Server/GameTicking/GameTicker.cs | 2 -- Content.Server/GameTicking/ManifestEntry.cs | 2 -- .../Presets/GamePresetPrototype.cs | 3 --- .../Prototypes/LobbyBackgroundPrototype.cs | 3 +-- .../GameTicking/Rules/DeathMatchRuleSystem.cs | 2 -- .../GameTicking/Rules/GameRulePrototype.cs | 1 - .../GameTicking/Rules/GameRuleSystem.cs | 3 --- .../Rules/InactivityTimeRestartRuleSystem.cs | 4 ---- .../Rules/MaxTimeRestartRuleSystem.cs | 4 ---- .../Rules/TraitorDeathMatchRuleSystem.cs | 8 +------ .../GameTicking/Rules/TraitorRuleSystem.cs | 6 ----- .../Components/GatherableComponent.cs | 1 - .../Ghost/Components/GhostOnMoveComponent.cs | 8 ------- .../Ghost/Components/GhostRadioComponent.cs | 5 ---- Content.Server/Ghost/Ghost.cs | 3 --- Content.Server/Ghost/GhostBooEvent.cs | 2 -- Content.Server/Ghost/GhostSystem.cs | 1 - Content.Server/Ghost/ObserverRole.cs | 1 - .../Roles/Components/GhostRoleComponent.cs | 4 ---- .../GhostRoleMobSpawnerComponent.cs | 7 +----- .../GhostTakeoverAvailableComponent.cs | 2 -- .../Ghost/Roles/GhostRoleMarkerRole.cs | 1 - Content.Server/Ghost/Roles/GhostRoleSystem.cs | 5 ---- .../Ghost/Roles/MakeGhostRoleCommand.cs | 3 --- .../Ghost/Roles/UI/GhostRolesEui.cs | 1 - .../Ghost/Roles/UI/MakeGhostRoleEui.cs | 1 - .../EntitySystems/GravityGeneratorSystem.cs | 6 +---- .../EntitySystems/GravityShakeSystem.cs | 4 ---- .../Gravity/EntitySystems/GravitySystem.cs | 2 -- .../Gravity/EntitySystems/WeightlessSystem.cs | 3 --- .../Gravity/GravityGeneratorComponent.cs | 4 ---- .../Guardian/CanHostGuardianComponent.cs | 2 -- Content.Server/Guardian/GuardianComponent.cs | 4 ---- .../Guardian/GuardianCreatorComponent.cs | 3 --- Content.Server/Guardian/GuardianSystem.cs | 1 - .../GuideGenerator/ChemistryJsonGenerator.cs | 2 -- .../GuideGenerator/ReactionJsonGenerator.cs | 2 -- Content.Server/GuideGenerator/ReagentEntry.cs | 4 ---- .../GuideGenerator/UniversalJsonConverter.cs | 2 -- .../Hands/Systems/HandVirtualItemSystem.cs | 1 - Content.Server/Hands/Systems/HandsSystem.cs | 1 - .../HealthExaminableSystem.cs | 4 +--- Content.Server/Holiday/Greet/Custom.cs | 1 - .../Holiday/Greet/DefaultHolidayGreet.cs | 1 - Content.Server/Holiday/HolidayPrototype.cs | 3 --- Content.Server/Holiday/HolidaySystem.cs | 5 ---- .../Interfaces/IHolidayShouldCelebrate.cs | 3 --- .../Holiday/ShouldCelebrate/ChineseNewYear.cs | 1 - .../Holiday/ShouldCelebrate/Computus.cs | 2 -- .../Holiday/ShouldCelebrate/DayOfYear.cs | 2 -- .../DefaultHolidayShouldCelebrate.cs | 2 -- .../ShouldCelebrate/FridayThirteenth.cs | 1 - .../Holiday/ShouldCelebrate/WeekdayInMonth.cs | 2 -- Content.Server/IP/IPAddressExt.cs | 3 +-- Content.Server/Info/ShowRulesCommand.cs | 1 - .../Instruments/InstrumentComponent.cs | 3 --- .../Instruments/InstrumentSystem.cs | 1 - .../Interaction/Components/ClumsyComponent.cs | 2 -- .../Components/EmitSoundOnUseComponent.cs | 1 - Content.Server/Interaction/TilePryCommand.cs | 2 -- .../Inventory/ServerInventoryComponent.cs | 1 - .../IoC/ServerModuleTestingCallbacks.cs | 2 -- .../Components/ExtractableComponent.cs | 4 ---- .../EntitySystems/KitchenSpikeSystem.cs | 4 ---- .../Kitchen/EntitySystems/SharpSystem.cs | 1 - .../Kitchen/Events/ExtractableScalingEvent.cs | 2 -- Content.Server/Kudzu/GrowingKudzuComponent.cs | 4 ---- Content.Server/Kudzu/GrowingKudzuSystem.cs | 4 ---- Content.Server/Kudzu/SpreaderComponent.cs | 5 ---- Content.Server/Kudzu/SpreaderSystem.cs | 5 ---- .../Label/Components/HandLabelerComponent.cs | 3 --- .../Labels/Label/Components/LabelComponent.cs | 4 ---- .../Label/Components/PaperLabelComponent.cs | 2 -- .../Labels/Label/HandLabelerSystem.cs | 6 ----- Content.Server/Labels/Label/LabelSystem.cs | 3 --- .../Lathe/Components/LatheComponent.cs | 1 - .../Components/LatheDatabaseComponent.cs | 4 ---- .../Components/MaterialStorageComponent.cs | 5 ---- .../Components/ProtolatheDatabaseComponent.cs | 3 --- .../Components/ExpendableLightComponent.cs | 2 -- .../Components/LightBehaviourComponent.cs | 1 - .../Light/Components/LightBulbComponent.cs | 4 ---- .../Components/LightReplacerComponent.cs | 5 ---- .../Light/Components/LitOnPoweredComponent.cs | 2 -- .../Light/Components/MatchboxComponent.cs | 7 +----- .../Light/Components/MatchstickComponent.cs | 5 ---- .../Light/Components/PoweredLightComponent.cs | 5 ---- .../EntitySystems/ExpendableLightSystem.cs | 2 -- .../EntitySystems/LightReplacerSystem.cs | 4 ---- .../Light/EntitySystems/LitOnPoweredSystem.cs | 1 - .../Light/EntitySystems/MatchboxSystem.cs | 2 -- .../Light/EntitySystems/MatchstickSystem.cs | 3 --- .../Light/Events/LightToggleEvent.cs | 2 -- Content.Server/Lock/LockComponent.cs | 3 --- Content.Server/Lock/LockSystem.cs | 6 ----- Content.Server/Lock/LockToggledEvent.cs | 2 -- .../Events/PortDisconnectedEvent.cs | 2 -- .../Events/SignalReceivedEvent.cs | 2 -- .../Exceptions/InvalidPortValueException.cs | 2 -- .../LinkAlreadyRegisteredException.cs | 4 +--- .../NoSignalValueProvidedException.cs | 2 -- .../Exceptions/PortNotFoundException.cs | 2 -- .../System/TwoWayLeverSystem.cs | 1 - .../Maps/Conditions/HolidayMapCondition.cs | 5 ---- Content.Server/Maps/GameMapCondition.cs | 2 -- Content.Server/Maps/GameMapManager.cs | 6 ----- Content.Server/Maps/IGameMapManager.cs | 2 -- .../NameGenerators/NanotrasenNameGenerator.cs | 2 -- .../NameGenerators/StationNameGenerator.cs | 2 -- .../Medical/Components/HealingComponent.cs | 3 --- .../Medical/MedicalScannerSystem.cs | 2 -- .../SuitSensors/SuitSensorComponent.cs | 5 ---- .../Medical/SuitSensors/SuitSensorSystem.cs | 6 ----- .../Mind/Commands/MakeSentientCommand.cs | 3 --- .../Mind/Commands/MindInfoCommand.cs | 1 - Content.Server/Mind/Commands/RenameCommand.cs | 6 +---- .../Mind/Components/MindComponent.cs | 15 ------------ .../Mind/Components/VisitingMindComponent.cs | 3 --- Content.Server/Mind/Mind.cs | 6 ----- Content.Server/Mind/MindSystem.cs | 5 ---- Content.Server/Mind/MindTrackerSystem.cs | 7 ------ Content.Server/MoMMI/MoMMILink.cs | 3 --- .../MobState/States/CriticalMobState.cs | 6 +---- .../MobState/States/DeadMobState.cs | 7 ------ .../MobState/States/NormalMobState.cs | 2 -- .../BodyBagEntityStorageComponent.cs | 2 -- .../Morgue/Components/MorgueTrayComponent.cs | 3 --- .../Components/StressTestMovementComponent.cs | 4 ---- .../Movement/StressTestMovementSystem.cs | 4 ---- .../NameIdentifier/NameIdentifierSystem.cs | 3 +-- .../EntitySystems/NodeGroupSystem.cs | 5 ---- .../NodeContainer/NodeGroups/BaseNodeGroup.cs | 5 ---- .../NodeGroups/NodeGroupAttribute.cs | 1 - .../NodeGroups/NodeGroupFactory.cs | 4 ---- .../NodeContainer/Nodes/AdjacentNode.cs | 4 ---- .../NodeContainer/Nodes/IRotatableNode.cs | 4 +--- Content.Server/NodeContainer/Nodes/Node.cs | 5 ---- .../NodeContainer/Nodes/NodeHelpers.cs | 4 ---- .../NodeContainer/Nodes/PipeNode.cs | 7 ------ .../NodeContainer/Nodes/PortPipeNode.cs | 3 --- .../NodeContainer/Nodes/PortablePipeNode.cs | 3 --- .../Nuke/Commands/SendNukeCodesCommand.cs | 1 - Content.Server/Nuke/NukeSystem.cs | 1 - .../Nutrition/Components/CigarComponent.cs | 2 -- .../Nutrition/Components/DrinkComponent.cs | 4 ---- .../Nutrition/Components/FoodComponent.cs | 5 ---- .../Components/ForcefeedOnCollideComponent.cs | 3 --- .../Nutrition/Components/HungerComponent.cs | 9 ------- .../Components/IngestionBlockerComponent.cs | 5 ---- .../Components/SliceableFoodComponent.cs | 4 ---- .../Nutrition/Components/SmokableComponent.cs | 4 ---- .../Nutrition/Components/UtensilComponent.cs | 5 ---- .../Nutrition/EntitySystems/CreamPieSystem.cs | 4 ---- .../Nutrition/EntitySystems/DrinkSystem.cs | 5 ---- .../Nutrition/EntitySystems/FoodSystem.cs | 1 - .../EntitySystems/ForcefeedOnCollideSystem.cs | 2 -- .../Nutrition/EntitySystems/HungerSystem.cs | 1 - .../EntitySystems/SliceableFoodSystem.cs | 1 - .../EntitySystems/SmokingSystem.Cigar.cs | 1 - .../Nutrition/EntitySystems/SmokingSystem.cs | 3 --- .../Nutrition/EntitySystems/ThirstSystem.cs | 3 --- .../Nutrition/EntitySystems/UtensilSystem.cs | 4 ---- Content.Server/Nutrition/Hungry.cs | 2 -- Content.Server/Nutrition/IngestionEvents.cs | 2 -- .../Commands/AddObjectiveCommand.cs | 1 - .../Commands/ListObjectivesCommand.cs | 1 - .../Commands/RemoveObjectiveCommand.cs | 1 - .../Objectives/Conditions/DieCondition.cs | 2 -- .../Conditions/KillPersonCondition.cs | 4 ---- .../Conditions/KillRandomPersonCondition.cs | 3 --- .../Conditions/RandomTraitorAliveCondition.cs | 7 ------ .../Conditions/StayAliveCondition.cs | 2 -- .../Objectives/Conditions/StealCondition.cs | 6 ----- .../Interfaces/IObjectiveCondition.cs | 3 +-- .../Interfaces/IObjectivesManager.cs | 4 +--- Content.Server/Objectives/Objective.cs | 5 +--- .../Objectives/ObjectivePrototype.cs | 5 +--- .../Objectives/ObjectivesManager.cs | 4 +--- .../IncompatibleConditionsRequirement.cs | 4 +--- .../IncompatibleObjectivesRequirement.cs | 4 +--- .../MultipleTraitorsRequirement.cs | 6 +---- .../Requirements/TraitorRequirement.cs | 1 - Content.Server/PAI/PAISystem.cs | 1 - Content.Server/PDA/Ringer/RingerSystem.cs | 7 ------ .../ParticleAcceleratorControlBoxComponent.cs | 5 ---- .../ParticleAcceleratorEmitterComponent.cs | 4 ---- .../ParticleAcceleratorEndCapComponent.cs | 4 +--- ...ParticleAcceleratorFuelChamberComponent.cs | 4 +--- .../ParticleAcceleratorPartComponent.cs | 4 ---- .../ParticleAcceleratorPowerBoxComponent.cs | 2 -- .../Components/ParticleProjectileComponent.cs | 4 ---- .../ParticleAcceleratorSystem.PowerBox.cs | 2 -- .../Payload/EntitySystems/PayloadSystem.cs | 1 - .../Controllers/SingularityController.cs | 4 ---- .../Components/PottedPlantHideComponent.cs | 3 --- .../Components/RandomPottedPlantComponent.cs | 4 ---- .../Plants/Systems/PottedPlantHideSystem.cs | 4 ---- .../Plants/Systems/RandomPottedPlantSystem.cs | 2 -- Content.Server/Players/PlayerData.cs | 1 - .../PneumaticCannonComponent.cs | 8 +------ .../Components/RoguePointingArrowComponent.cs | 4 ---- .../Pointing/EntitySystems/PointingSystem.cs | 6 ----- .../EntitySystems/RoguePointingSystem.cs | 3 --- Content.Server/Popups/PopupExtensions.cs | 1 - Content.Server/Popups/PopupMsgCommand.cs | 1 - Content.Server/Popups/PopupSystem.cs | 2 -- .../Power/Commands/PowerStatCommand.cs | 1 - .../ActivatableUIRequiresPowerComponent.cs | 3 --- .../Power/Components/ApcComponent.cs | 6 ----- .../Components/ApcPowerProviderComponent.cs | 3 --- .../Components/BaseNetConnectorComponent.cs | 4 ---- .../Power/Components/BasePowerNetComponent.cs | 1 - .../Components/BatteryChargerComponent.cs | 1 - .../Power/Components/BatteryComponent.cs | 7 ------ .../Components/BatteryDischargerComponent.cs | 1 - .../BatterySelfRechargerComponent.cs | 6 ----- .../Power/Components/CableComponent.cs | 3 --- .../Power/Components/CablePlacerComponent.cs | 3 --- .../Power/Components/CableVisComponent.cs | 6 +---- .../Power/Components/ChargerComponent.cs | 5 ---- .../ExtensionCableProviderComponent.cs | 7 +----- .../ExtensionCableReceiverComponent.cs | 4 ---- .../Components/PowerConsumerComponent.cs | 3 --- .../PowerMonitoringConsoleComponent.cs | 9 ------- .../PowerNetworkBatteryComponent.cs | 3 --- .../Components/PowerSupplierComponent.cs | 3 --- .../Power/EntitySystems/CableSystem.Placer.cs | 2 -- .../Power/EntitySystems/CableSystem.cs | 3 --- .../Power/EntitySystems/CableVisSystem.cs | 4 ---- .../Power/EntitySystems/ChargerSystem.cs | 2 -- .../EntitySystems/ExtensionCableSystem.cs | 4 ---- .../PowerMonitoringConsoleSystem.cs | 2 -- Content.Server/Power/NodeGroups/ApcNet.cs | 5 ---- .../NodeGroups/BaseNetConnectorNodeGroup.cs | 4 ---- Content.Server/Power/NodeGroups/PowerNet.cs | 5 ---- Content.Server/Power/Nodes/CableDeviceNode.cs | 3 --- Content.Server/Power/Nodes/CableNode.cs | 4 ---- .../Power/Nodes/CableTerminalNode.cs | 4 ---- .../Power/Nodes/CableTerminalPortNode.cs | 3 --- .../Power/Pow3r/BatteryRampPegSolver.cs | 4 +--- .../Power/Pow3r/PowerSolverShared.cs | 4 +--- Content.Server/Power/Pow3r/PowerState.cs | 5 +--- Content.Server/Power/PowerWireAction.cs | 8 ------- Content.Server/Power/SMES/PowerSmesSystem.cs | 1 - Content.Server/Power/SMES/SmesComponent.cs | 3 --- .../Power/SetBatteryPercentCommand.cs | 2 -- Content.Server/PowerCell/PowerCellSystem.cs | 4 ---- Content.Server/PowerSink/PowerSinkSystem.cs | 1 - .../Managers/IServerPreferencesManager.cs | 1 - .../Managers/ServerPreferencesManager.cs | 6 ----- .../Components/HitscanComponent.cs | 6 ----- .../Components/ProjectileComponent.cs | 3 --- .../Projectiles/ProjectileSystem.cs | 3 --- .../RCD/Components/RCDAmmoComponent.cs | 4 ---- Content.Server/RCD/Components/RCDComponent.cs | 3 --- Content.Server/RCD/Systems/RCDAmmoSystem.cs | 3 --- Content.Server/RCD/Systems/RCDSystem.cs | 8 ------- Content.Server/Radar/RadarConsoleComponent.cs | 4 ---- Content.Server/Radar/RadarConsoleSystem.cs | 7 ------ .../Radiation/RadiationPulseComponent.cs | 4 ---- .../Radiation/RadiationPulseSystem.cs | 7 ------ .../Components/HandheldRadioComponent.cs | 2 -- Content.Server/Radio/Components/IListen.cs | 2 -- Content.Server/Radio/Components/IRadio.cs | 3 --- .../Radio/EntitySystems/ListeningSystem.cs | 1 - .../RandomAppearanceComponent.cs | 5 ---- .../RandomAppearanceSystem.cs | 6 +---- Content.Server/Recycling/RecyclerSystem.cs | 1 - Content.Server/Remotes/DoorRemoteComponent.cs | 3 --- Content.Server/Remotes/DoorRemoteSystem.cs | 3 --- .../Repairable/RepairableComponent.cs | 3 --- Content.Server/Repairable/RepairableSystem.cs | 6 ----- .../Components/ResearchClientComponent.cs | 1 - .../Components/ResearchConsoleComponent.cs | 4 ---- .../ResearchPointSourceComponent.cs | 1 - .../Components/ResearchServerComponent.cs | 5 ---- .../Components/TechnologyDatabaseComponent.cs | 3 --- .../Resist/CanEscapeInventoryComponent.cs | 4 ---- .../Resist/ResistLockerComponent.cs | 4 ---- Content.Server/Resist/ResistLockerSystem.cs | 3 --- Content.Server/Roles/AddRoleCommand.cs | 1 - Content.Server/Roles/Job.cs | 3 --- Content.Server/Roles/ListRolesCommand.cs | 1 - Content.Server/Roles/RemoveRoleCommand.cs | 1 - Content.Server/Roles/Role.cs | 2 -- Content.Server/Roles/RoleEvent.cs | 4 +--- .../Rotatable/FlippableComponent.cs | 2 -- Content.Server/Rotatable/RotatableSystem.cs | 4 ---- Content.Server/RoundEnd/RoundEndSystem.cs | 4 ---- .../Salvage/SalvageMagnetComponent.cs | 6 ----- Content.Server/Salvage/SalvageMapPrototype.cs | 6 ----- Content.Server/Salvage/SalvageSystem.cs | 9 ------- .../Sandbox/Commands/ColorNetworkCommand.cs | 6 ----- Content.Server/Sandbox/SandboxSystem.cs | 6 ----- .../Components/DeployableBarrierComponent.cs | 2 -- .../Systems/DeployableBarrierSystem.cs | 3 --- .../Shuttles/Components/DockingComponent.cs | 4 ---- .../Shuttles/Components/ShuttleComponent.cs | 4 ---- .../Components/ShuttleConsoleComponent.cs | 6 ----- .../Shuttles/Components/ThrusterComponent.cs | 7 ------ Content.Server/Shuttles/DockCommand.cs | 2 -- .../Shuttles/EntitySystems/DockingSystem.cs | 8 ------- .../EntitySystems/ShuttleConsoleSystem.cs | 1 - .../Components/ContainmentFieldComponent.cs | 1 - .../Components/ContainmentFieldConnection.cs | 6 ----- .../ContainmentFieldGeneratorComponent.cs | 6 ----- .../Components/EmitterComponent.cs | 6 ----- .../Components/ServerSingularityComponent.cs | 4 ---- .../Components/SingularityGenerator.cs | 6 +---- .../Components/SinguloFoodComponent.cs | 4 ---- .../ContainmentFieldGeneratorSystem.cs | 2 -- .../EntitySystems/EmitterSystem.cs | 6 ----- .../EntitySystems/SingularitySystem.cs | 1 - .../StartSingularityEngineCommand.cs | 2 -- .../SolarControlConsoleComponent.cs | 10 -------- .../Solar/Components/SolarPanelComponent.cs | 8 ------- .../PowerSolarControlConsoleSystem.cs | 6 ----- .../Solar/EntitySystems/PowerSolarSystem.cs | 5 ---- .../EmitSoundOnActivateComponent.cs | 2 -- .../Components/EmitSoundOnLandComponent.cs | 2 -- .../Components/ConditionalSpawnerComponent.cs | 4 ---- .../Components/RandomSpawnerComponent.cs | 5 ---- .../Components/SpawnPointComponent.cs | 4 ---- .../Components/TimedSpawnerComponent.cs | 8 +------ Content.Server/Speech/AccentSystem.cs | 4 ---- .../Components/AddAccentClothingComponent.cs | 4 +--- .../Components/BackwardsAccentComponent.cs | 4 +--- .../Components/MonkeyAccentComponent.cs | 2 -- .../Speech/Components/OwOAccentComponent.cs | 4 +--- .../Components/ReplacementAccentComponent.cs | 3 --- .../Components/RussianAccentComponent.cs | 2 -- .../Components/SpanishAccentComponent.cs | 4 +--- .../Components/StutteringAccentComponent.cs | 2 -- .../EntitySystems/AddAccentClothingSystem.cs | 2 -- .../EntitySystems/BackwardsAccentSystem.cs | 2 -- .../EntitySystems/MonkeyAccentSystem.cs | 2 -- .../Speech/EntitySystems/OwOAccentSystem.cs | 3 --- .../EntitySystems/ReplacementAccentSystem.cs | 2 -- .../EntitySystems/RussianAccentSystem.cs | 3 --- .../EntitySystems/SpanishAccentSystem.cs | 1 - .../Speech/EntitySystems/StutteringSystem.cs | 3 --- Content.Server/Speech/SpeechNoiseSystem.cs | 3 --- .../Components/RandomSpriteColorComponent.cs | 5 ---- .../Components/RandomSpriteStateComponent.cs | 4 ---- Content.Server/Sprite/RandomSpriteSystem.cs | 2 -- Content.Server/Stack/StackComponent.cs | 3 --- .../Components/StationDataComponent.cs | 4 +--- .../Components/StationSpawningComponent.cs | 1 - Content.Server/Station/StationConfig.cs | 3 --- .../Station/Systems/StationSpawningSystem.cs | 1 - .../Station/Systems/StationSystem.cs | 1 - .../StationEvents/Events/DiseaseOutbreak.cs | 1 - .../StationEvents/Events/FalseAlarm.cs | 1 - .../StationEvents/Events/GasLeak.cs | 1 - .../StationEvents/Events/KudzuGrowth.cs | 1 - .../StationEvents/Events/MeteorSwarm.cs | 6 ----- .../StationEvents/Events/RadiationStorm.cs | 1 - .../StationEvents/Events/StationEvent.cs | 1 - .../StationEvents/Events/VentClog.cs | 2 -- .../StationEvents/StationEventCommand.cs | 2 -- .../StationEvents/StationEventSystem.cs | 8 ------- .../CursedEntityStorageComponent.cs | 3 --- .../Components/EntityStorageComponent.cs | 6 ----- .../Storage/Components/IStorageComponent.cs | 2 -- .../Components/SecretStashComponent.cs | 4 ---- .../Components/SpawnItemsOnUseComponent.cs | 3 --- .../Components/StorageFillComponent.cs | 4 ---- .../Storage/EntitySystems/DumpableSystem.cs | 1 - .../EntitySystems/EntityStorageSystem.cs | 1 - .../EntitySystems/ItemCounterSystem.cs | 2 -- .../Storage/EntitySystems/ItemMapperSystem.cs | 6 +---- .../Storage/EntitySystems/StorageSystem.cs | 2 -- .../Components/StunOnCollideComponent.cs | 4 ---- .../Components/StunbatonComponent.cs | 3 --- .../Stunnable/StunOnCollideSystem.cs | 3 --- Content.Server/Stunnable/StunbatonSystem.cs | 5 ---- .../Suspicion/Roles/SuspicionInnocentRole.cs | 1 - .../Suspicion/Roles/SuspicionTraitorRole.cs | 2 -- .../Components/TabletopGameComponent.cs | 6 ----- .../Components/TabletopGamerComponent.cs | 4 ---- .../Tabletop/TabletopBackgammonSetup.cs | 2 -- .../Tabletop/TabletopCheckerSetup.cs | 2 -- Content.Server/Tabletop/TabletopChessSetup.cs | 2 -- .../Tabletop/TabletopParchisSetup.cs | 2 -- Content.Server/Tabletop/TabletopSession.cs | 5 +--- .../Tabletop/TabletopSessionPlayerData.cs | 2 -- Content.Server/Tabletop/TabletopSetup.cs | 3 --- Content.Server/Tabletop/TabletopSystem.Map.cs | 3 --- .../Tabletop/TabletopSystem.Session.cs | 5 ---- Content.Server/Tabletop/TabletopSystem.cs | 4 ---- .../Components/HeatResistanceComponent.cs | 2 -- .../Components/TemperatureComponent.cs | 4 ---- .../Temperature/Systems/TemperatureSystem.cs | 4 ---- .../Throwing/EmitSoundOnThrowComponent.cs | 1 - .../Tiles/FloorTileItemComponent.cs | 6 ----- .../Tools/Components/MultipleToolComponent.cs | 6 ----- .../Tools/Components/TilePryingComponent.cs | 3 --- .../Tools/Components/WelderComponent.cs | 2 -- .../Tools/ToolSystem.MultipleTool.cs | 5 ---- Content.Server/Tools/ToolSystem.TilePrying.cs | 3 --- Content.Server/Tools/ToolSystem.cs | 5 ---- Content.Server/Traitor/TraitorRole.cs | 2 -- .../Uplink/Account/UplinkAccountEvents.cs | 1 - .../Uplink/Account/UplinkAccountsSystem.cs | 4 ---- .../Uplink/Commands/AddUplinkCommand.cs | 3 --- .../Telecrystal/TelecrystalComponent.cs | 2 -- .../Uplink/Telecrystal/TelecrystalSystem.cs | 4 ---- .../Traitor/Uplink/UplinkComponent.cs | 4 ---- Content.Server/Traitor/Uplink/UplinkEvents.cs | 3 --- .../Traitor/Uplink/UplinkListingSytem.cs | 3 --- Content.Server/Traitor/Uplink/UplinkSystem.cs | 7 ------ .../TraitorDeathMatchRedemptionComponent.cs | 4 ---- ...itorDeathMatchReliableOwnerTagComponent.cs | 4 +--- .../UserInterface/IntrinsicUIComponent.cs | 2 -- .../UserInterface/IntrinsicUISystem.cs | 3 --- .../UserInterface/UserInterfaceHelpers.cs | 2 -- .../Utility/Commands/EchoCommand.cs | 4 +--- .../VendingMachineComponent.cs | 6 ----- .../Verbs/Commands/ListVerbsCommand.cs | 4 ---- Content.Server/Visible/VisibilityFlags.cs | 2 -- Content.Server/Voting/IVoteHandle.cs | 4 +--- .../Voting/Managers/IVoteManager.cs | 3 +-- .../Managers/VoteManager.DefaultVotes.cs | 6 ----- Content.Server/Voting/Managers/VoteManager.cs | 4 ---- Content.Server/Voting/VoteCommands.cs | 3 --- .../Voting/VoteFinishedEventArgs.cs | 3 +-- Content.Server/Voting/VoteOptions.cs | 3 --- Content.Server/Warps/WarpPointComponent.cs | 4 ---- Content.Server/Warps/WarpPointSystem.cs | 2 -- .../Melee/Components/MeleeWeaponComponent.cs | 4 ---- .../Components/UnarmedCombatComponent.cs | 4 +--- .../Weapon/Melee/MeleeWeaponSystem.cs | 5 ---- .../ZombieTransfer/ZombieTransferSystem.cs | 1 - .../Ammunition/Components/AmmoBoxComponent.cs | 4 ---- .../Ammunition/Components/AmmoComponent.cs | 14 ----------- .../Components/ChemicalAmmoComponent.cs | 3 --- .../Components/RangedMagazineComponent.cs | 5 ---- .../Components/SpeedLoaderComponent.cs | 3 --- .../Components/BatteryBarrelComponent.cs | 4 ---- .../Components/BoltActionBarrelComponent.cs | 4 ---- .../Components/MagazineBarrelComponent.cs | 5 ---- .../Barrels/Components/PumpBarrelComponent.cs | 4 ---- .../Components/RevolverBarrelComponent.cs | 7 ------ .../Components/ServerRangedBarrelComponent.cs | 6 ----- .../Weapon/Ranged/ChemicalAmmoSystem.cs | 3 --- .../Weapon/Ranged/GunSystem.Ammo.cs | 4 ---- .../Weapon/Ranged/GunSystem.AmmoBox.cs | 6 ----- .../Weapon/Ranged/GunSystem.Bolt.cs | 3 --- .../Weapon/Ranged/GunSystem.Guns.cs | 11 --------- .../Weapon/Ranged/GunSystem.Magazine.cs | 7 ------ .../Weapon/Ranged/GunSystem.Pump.cs | 3 --- .../Weapon/Ranged/GunSystem.RangedMagazine.cs | 5 ---- .../Weapon/Ranged/GunSystem.Revolvers.cs | 3 --- .../Weapon/Ranged/GunSystem.SpeedLoader.cs | 3 --- Content.Server/Weapon/Ranged/GunSystem.cs | 6 ----- .../Weapon/Ranged/RangedWeaponSystem.cs | 1 - .../Ranged/ServerRangedWeaponComponent.cs | 5 ---- Content.Server/Whitelist/WhitelistCommands.cs | 3 --- .../IncreaseDamageOnWieldComponent.cs | 4 ---- .../Components/WieldableComponent.cs | 3 --- Content.Server/Wires/BaseWireAction.cs | 3 --- Content.Server/Wires/IWireAction.cs | 1 - Content.Server/Wires/WiresSystem.cs | 1 - .../Components/DiseaseArtifactComponent.cs | 1 - .../Effects/Systems/DiseaseArtifactSystem.cs | 1 - Content.Shared/AI/SharedAiDebug.cs | 4 ---- .../AME/SharedAMEControllerComponent.cs | 4 +--- .../AME/SharedAMEShieldComponent.cs | 4 +--- Content.Shared/APC/SharedApc.cs | 4 +--- Content.Shared/Access/AccessLevelPrototype.cs | 3 --- .../Access/Components/AccessComponent.cs | 5 ---- .../Components/AccessReaderComponent.cs | 5 ---- Content.Shared/Access/Systems/AccessSystem.cs | 2 -- .../Access/Systems/SharedIdCardSystem.cs | 2 -- .../Administration/AdminAnnounceEuiState.cs | 1 - .../Administration/AdminFlagsHelper.cs | 4 +--- .../Administration/AnyCommandAttribute.cs | 3 +-- .../Administration/EditSolutionsEuiState.cs | 3 --- .../Events/FullPlayerListEvent.cs | 3 --- .../Events/PlayerInfoChangedEvent.cs | 4 +--- .../IGamePrototypeLoadManager.cs | 2 -- .../Administration/Logs/LogStringHandler.cs | 4 +--- .../Administration/Logs/SharedAdminLog.cs | 3 +-- .../Logs/SharedAdminLogSystem.cs | 4 +--- .../Administration/MsgUpdateAdminStatus.cs | 3 +-- .../Administration/PermissionsEuiState.cs | 4 +--- Content.Shared/Administration/PlayerInfo.cs | 4 +--- .../Administration/SetOutfitEuiState.cs | 2 -- .../Administration/SharedBwoinkSystem.cs | 3 --- Content.Shared/Alert/AlertKey.cs | 3 +-- Content.Shared/Alert/AlertOrderPrototype.cs | 6 +---- Content.Shared/Alert/AlertPrototype.cs | 6 +---- Content.Shared/Alert/AlertState.cs | 1 - Content.Shared/Alert/AlertSyncEvent.cs | 2 -- Content.Shared/Alert/AlertsComponent.cs | 3 --- Content.Shared/Alert/AlertsComponentState.cs | 3 --- Content.Shared/Alert/ClickAlertEvent.cs | 4 +--- Content.Shared/Alert/IAlertClick.cs | 4 +--- Content.Shared/Arcade/BlockGameBlock.cs | 4 +--- Content.Shared/Arcade/BlockGameMessages.cs | 3 --- .../Arcade/BlockGamePlayerAction.cs | 3 +-- Content.Shared/Arcade/BlockGameUiKey.cs | 3 +-- .../SharedSpaceVillainArcadeComponent.cs | 2 -- Content.Shared/Atmos/AtmosCommandUtils.cs | 2 -- Content.Shared/Atmos/AtmosDirection.cs | 4 +--- Content.Shared/Atmos/Atmospherics.cs | 2 -- .../Components/SharedGasAnalyzerComponent.cs | 3 --- .../Components/SharedGasTankComponent.cs | 4 +--- .../SharedAtmosDebugOverlaySystem.cs | 5 +--- .../EntitySystems/SharedAtmosphereSystem.cs | 5 +--- .../SharedGasTileOverlaySystem.cs | 6 +---- Content.Shared/Atmos/FireVisuals.cs | 3 +-- Content.Shared/Atmos/GasOverlayChunk.cs | 2 -- .../Monitor/AtmosAlarmThresholdPrototype.cs | 5 ---- .../Atmos/Monitor/AtmosMonitorAlarmType.cs | 1 - .../Components/SharedAirAlarmComponent.cs | 5 ---- .../Components/SharedFireAlarmComponent.cs | 1 - Content.Shared/Atmos/PipeDirection.cs | 3 --- .../Components/SharedGasCanisterComponent.cs | 4 +--- .../SharedGasPressurePumpComponent.cs | 4 +--- .../SharedGasVolumePumpComponent.cs | 4 +--- .../Atmos/Piping/EnabledAtmosDeviceVisuals.cs | 1 - .../Atmos/Piping/PipeColorVisuals.cs | 1 - .../Components/SharedGasFilterComponent.cs | 4 +--- .../Components/SharedGasMixerComponent.cs | 4 +--- .../Components/SharedGasPortableComponent.cs | 9 ++++--- .../Components/SharedVentPumpComponent.cs | 1 - .../Components/SharedVentScrubberComponent.cs | 2 -- .../Piping/Unary/Visuals/ScrubberVisuals.cs | 1 - .../Piping/Unary/Visuals/VentPumpVisuals.cs | 1 - .../Atmos/Prototypes/GasPrototype.cs | 2 -- .../Atmos/Visuals/AtmosPlaqueVisuals.cs | 3 +-- Content.Shared/Audio/AmbientSoundComponent.cs | 4 ---- Content.Shared/Audio/AudioHelpers.cs | 3 --- Content.Shared/Audio/ContentAudioSystem.cs | 1 - .../Audio/SharedAmbientSoundSystem.cs | 1 - .../Audio/SoundCollectionPrototype.cs | 3 --- .../Body/Components/MechanismComponent.cs | 3 --- .../Body/Components/SharedBodyComponent.cs | 6 ----- .../Components/SharedBodyPartComponent.cs | 6 ----- .../Components/SharedBodyScannerComponent.cs | 4 +--- .../Body/Events/MechanismBodyEvents.cs | 1 - .../Body/Events/ShiverAttemptEvent.cs | 4 +--- .../Body/Events/SweatAttemptEvent.cs | 4 +--- .../Body/Part/BodyPartCompatibility.cs | 1 - Content.Shared/Body/Part/BodyPartSlot.cs | 5 +--- Content.Shared/Body/Part/BodyPartSymmetry.cs | 3 +-- Content.Shared/Body/Part/BodyPartType.cs | 1 - Content.Shared/Body/Part/IBodyPartAdded.cs | 4 +--- Content.Shared/Body/Part/IBodyPartRemoved.cs | 3 +-- .../Body/Prototypes/BodyPresetPrototype.cs | 6 +---- .../Body/Prototypes/BodyTemplatePrototype.cs | 6 +---- .../Prototypes/MetabolismGroupPrototype.cs | 1 - .../Prototypes/MetabolizerTypePrototype.cs | 1 - Content.Shared/Botany/PlantHolderVisuals.cs | 3 +-- .../Components/SharedBuckleComponent.cs | 5 ---- .../Buckle/Components/SharedStrapComponent.cs | 4 ---- Content.Shared/Buckle/SharedBuckleSystem.cs | 1 - Content.Shared/Cabinet/ItemCabinetVisuals.cs | 3 +-- .../Camera/CameraRecoilComponent.cs | 2 -- Content.Shared/Camera/CameraRecoilSystem.cs | 4 ---- Content.Shared/Cargo/CargoOrderData.cs | 1 - Content.Shared/Cargo/CargoProductPrototype.cs | 7 +----- .../Components/SharedCargoConsoleComponent.cs | 5 +--- .../SharedCargoOrderDatabaseComponent.cs | 3 --- .../Components/SharedCargoTelepadComponent.cs | 2 -- Content.Shared/Cargo/SharedCargoSystem.cs | 2 -- .../Components/HumanoidAppearanceComponent.cs | 6 ----- .../Components/SharedMagicMirrorComponent.cs | 3 --- .../CharacterAppearance/HairStyles.cs | 4 ---- .../HumanoidCharacterAppearance.cs | 1 - .../HumanoidVisualLayersExtension.cs | 2 -- Content.Shared/CharacterAppearance/Sex.cs | 4 +--- .../SpriteAccessoryCategories.cs | 3 +-- .../SpriteAccessoryManager.cs | 5 +--- .../SpriteAccessoryPrototype.cs | 4 +--- .../Systems/SharedHumanoidAppearanceSystem.cs | 2 -- .../SharedCharacterInfoSystem.cs | 5 +--- Content.Shared/Chat/ChatChannel.cs | 2 -- Content.Shared/Chat/ChatSelectChannel.cs | 4 +--- Content.Shared/Chat/MsgChatMessage.cs | 2 -- .../Components/FitsInDispenserComponent.cs | 3 --- .../MovespeedModifierMetabolismComponent.cs | 8 ------- .../Components/SharedHyposprayComponent.cs | 4 ---- .../Components/SharedInjectorComponent.cs | 2 -- .../Components/Solution.Managerial.cs | 3 --- .../Chemistry/Components/Solution.cs | 7 ------ .../ReagentDispenserInventoryPrototype.cs | 6 +---- .../EntitySystems/SharedChemMasterSystem.cs | 2 -- .../MetabolismMovespeedModifierSystem.cs | 4 ---- .../Chemistry/Reaction/ReactionPrototype.cs | 4 ---- .../Chemistry/Reaction/ReactiveComponent.cs | 3 --- .../Reaction/ReactiveGroupPrototype.cs | 1 - .../Reaction/SharedChemicalReactionSystem.cs | 5 ---- Content.Shared/Chemistry/ReactiveSystem.cs | 2 -- .../Chemistry/Reagent/ReagentEffect.cs | 9 +------ .../Chemistry/SharedTransferAmount.cs | 5 +--- .../Climbing/SharedClimbableComponent.cs | 3 +-- .../Cloning/AcceptCloningEuiMessage.cs | 3 +-- .../Cloning/SharedCloningPodComponent.cs | 5 +--- .../Clothing/SharedMagbootsComponent.cs | 2 -- .../CombatMode/CombatModeSystemMessages.cs | 2 -- .../CombatMode/SharedCombatModeComponent.cs | 1 - .../SharedCommunicationsConsoleComponent.cs | 2 -- .../Computer/SharedComputerComponent.cs | 2 -- .../Conditions/EmptyOrWindowValidInTile.cs | 7 +----- .../Conditions/IConstructionCondition.cs | 4 +--- .../Conditions/NoWindowsInTile.cs | 4 ---- .../Construction/Conditions/TileNotBlocked.cs | 3 --- .../Construction/Conditions/TileType.cs | 6 +---- .../Conditions/WallmountCondition.cs | 5 ---- .../Construction/ConstructionGraphEdge.cs | 6 +---- .../Construction/ConstructionGraphNode.cs | 6 +---- .../Construction/ConstructionGuide.cs | 1 - Content.Shared/Construction/IGraphAction.cs | 6 +---- .../Construction/IGraphCondition.cs | 5 +--- .../Prototypes/ConstructionGraphPrototype.cs | 7 +----- .../Prototypes/ConstructionPrototype.cs | 5 +--- .../SharedCanBuildWindowOnTopComponent.cs | 4 +--- .../ArbitraryInsertConstructionGraphStep.cs | 2 -- .../Steps/ComponentConstructionGraphStep.cs | 3 --- .../Steps/ConstructionGraphStep.cs | 5 +--- .../ConstructionGraphStepTypeSerializer.cs | 5 +--- .../EntityInsertConstructionGraphStep.cs | 5 +--- .../Steps/MaterialConstructionGraphStep.cs | 4 ---- .../MultipleTagsConstructionGraphStep.cs | 3 --- .../Steps/PrototypeConstructionGraphStep.cs | 3 --- .../Steps/TagConstructionGraphStep.cs | 2 -- .../Steps/ToolConstructionGraphStep.cs | 6 ----- .../Containers/ItemSlot/ItemSlotsComponent.cs | 6 ----- .../Conveyor/SharedConveyorComponent.cs | 3 +-- Content.Shared/Cooldown/Cooldowns.cs | 4 +--- .../Cooldown/ItemCooldownComponent.cs | 4 ---- .../EntityCoordinatesExtensions.cs | 4 +--- .../Components/SharedCuffableComponent.cs | 4 ---- .../Components/SharedHandcuffComponent.cs | 2 -- Content.Shared/Cuffs/SharedCuffableSystem.cs | 1 - .../Components/SlowOnDamageComponent.cs | 5 +--- Content.Shared/Damage/DamageModifierSet.cs | 5 +--- Content.Shared/Damage/DamageSpecifier.cs | 6 ----- Content.Shared/Damage/DamageVisualizerKeys.cs | 2 -- .../Prototypes/DamageContainerPrototype.cs | 4 ---- .../Damage/Prototypes/DamageGroupPrototype.cs | 3 --- .../Prototypes/DamageModifierSetPrototype.cs | 6 ----- .../Damage/Prototypes/DamageTypePrototype.cs | 2 -- .../Prototypes/ExaminableDamagePrototype.cs | 1 - .../Damage/Systems/DamageableSystem.cs | 3 --- .../Damage/Systems/SlowOnDamageSystem.cs | 5 +--- Content.Shared/Dataset/DatasetPrototype.cs | 5 +--- Content.Shared/Decals/Decal.cs | 3 --- .../DecalGridChunkCollectionTypeSerializer.cs | 4 ---- Content.Shared/Decals/DecalGridComponent.cs | 6 ----- Content.Shared/Decals/DecalPrototype.cs | 4 +--- .../Directions/SharedDirectionExtensions.cs | 5 +--- .../SharedDisposalRouterComponent.cs | 4 +--- .../SharedDisposalTaggerComponent.cs | 4 +--- .../Components/SharedDisposalTubeComponent.cs | 3 +-- .../Components/SharedDisposalUnitComponent.cs | 5 ---- .../Disposal/SharedDisposalUnitSystem.cs | 5 +--- Content.Shared/Doors/AirlockWireStatus.cs | 3 +-- .../Components/SharedAirlockComponent.cs | 4 ---- Content.Shared/Doors/DoorEvents.cs | 1 - .../Doors/Systems/SharedAirlockSystem.cs | 3 --- .../Doors/Systems/SharedDoorSystem.cs | 1 - Content.Shared/DragDrop/CanDragDropOnEvent.cs | 4 +--- .../DragDrop/DragDropRequestEvent.cs | 2 -- Content.Shared/DragDrop/DropAttemptEvent.cs | 4 +--- Content.Shared/DragDrop/IDragDropOn.cs | 2 -- Content.Shared/DragDrop/IDraggable.cs | 2 -- .../DragDrop/SharedDragDropSystem.cs | 4 +--- .../Electrocution/ElectrocutedComponent.cs | 2 -- .../Electrocution/ElectrocutionEvents.cs | 1 - .../Electrocution/InsulatedComponent.cs | 4 ---- .../SharedElectrocutionSystem.cs | 1 - Content.Shared/Emoting/EmoteAttemptEvent.cs | 4 +--- Content.Shared/Emoting/EmoteSystem.cs | 4 +--- .../Emoting/SharedEmotingComponent.cs | 5 ---- .../EntityList/EntityListPrototype.cs | 6 +---- Content.Shared/Entry/EntryPoint.cs | 4 ---- Content.Shared/Eui/EuiMessageBase.cs | 4 +--- Content.Shared/Eui/EuiStateBase.cs | 3 +-- Content.Shared/Eui/MsgEuiMessage.cs | 4 +--- Content.Shared/Eui/MsgEuiState.cs | 4 +--- .../Examine/ExamineSystemMessages.cs | 2 -- Content.Shared/Examine/ExaminerComponent.cs | 4 ---- .../SharedClusterGrenadeComponent.cs | 1 - .../SharedFireExtinguisherComponent.cs | 1 - Content.Shared/FixedPoint/FixedPoint2.cs | 1 - Content.Shared/Flash/SharedFlashSystem.cs | 1 - .../Flash/SharedFlashableComponent.cs | 3 --- Content.Shared/Fluids/PuddleVisuals.cs | 3 +-- Content.Shared/Fluids/SharedSprayComponent.cs | 4 +--- Content.Shared/Foam/FoamVisuals.cs | 3 +-- Content.Shared/Foldable/FoldableComponent.cs | 5 ---- .../Foldable/SharedFoldableSystem.cs | 2 -- .../Follower/Components/FollowedComponent.cs | 3 --- .../Follower/Components/FollowerComponent.cs | 2 -- .../GameTicking/RoundRestartCleanupEvent.cs | 4 +--- .../GameWindow/RequestWindowAttentionEvent.cs | 4 +--- .../Ghost/Roles/GhostRolesEuiMessages.cs | 1 - .../Ghost/Roles/MakeGhostRoleEuiState.cs | 4 +--- .../Roles/MakeGhostRoleWindowClosedMessage.cs | 3 +-- .../Ghost/Roles/SharedGhostRoleSystem.cs | 2 -- Content.Shared/Ghost/SharedGhostComponent.cs | 5 ---- Content.Shared/Ghost/SharedGhostSystem.cs | 3 --- .../Gravity/GravityChangedMessage.cs | 1 - Content.Shared/Gravity/GravityComponent.cs | 6 ----- .../SharedGravityGeneratorComponent.cs | 2 -- Content.Shared/Gravity/SharedGravitySystem.cs | 2 -- Content.Shared/HUD/HudThemePrototype.cs | 1 - .../Components/HandVirtualItemComponent.cs | 5 +--- .../Hands/SharedHandVirtualItemSystem.cs | 1 - .../Instruments/SharedInstrumentComponent.cs | 5 ---- .../Instruments/SharedInstrumentSystem.cs | 1 - Content.Shared/Interaction/BeforeInteract.cs | 1 - .../Events/ChangeDirectionAttemptEvent.cs | 2 -- .../Events/InteractionAttemptEvent.cs | 4 +--- .../Interaction/Events/UseAttemptEvent.cs | 4 +--- .../Helpers/SharedUnoccludedExtensions.cs | 2 -- Content.Shared/Interaction/IActivate.cs | 3 --- Content.Shared/Interaction/IAfterInteract.cs | 3 --- Content.Shared/Interaction/IInteractUsing.cs | 3 --- Content.Shared/Interaction/IRangedInteract.cs | 1 - .../Interaction/ITargetedInteractEventArgs.cs | 4 +--- .../Interaction/RotateToFaceSystem.cs | 19 --------------- .../Inventory/Events/EquipAttemptEvents.cs | 2 -- .../Inventory/Events/EquippedEvents.cs | 2 -- .../Events/InventoryEquipActEvent.cs | 4 +--- .../Inventory/Events/UnequipAttemptEvent.cs | 2 -- .../Inventory/Events/UnequippedEvents.cs | 4 +--- .../Inventory/Events/UseSlotNetworkMessage.cs | 4 +--- .../Inventory/InventorySystem.Equip.cs | 1 - .../Inventory/InventorySystem.Helpers.cs | 1 - .../Inventory/InventorySystem.Slots.cs | 6 +---- Content.Shared/Inventory/InventorySystem.cs | 4 +--- .../Inventory/InventoryTemplatePrototype.cs | 7 +----- Content.Shared/Inventory/SlotFlags.cs | 1 - Content.Shared/IoC/SharedContentIoC.cs | 1 - .../Jittering/JitteringComponent.cs | 5 ---- .../Jittering/SharedJitteringSystem.cs | 3 --- .../Components/SharedKitchenSpikeComponent.cs | 5 ---- .../Components/SharedMicrowaveComponent.cs | 2 -- .../SharedReagentGrinderComponent.cs | 4 +--- .../Kitchen/MicrowaveMealRecipePrototype.cs | 6 +---- Content.Shared/Kitchen/RecipeManager.cs | 4 +--- Content.Shared/Kudzu/KudzuVisuals.cs | 1 - Content.Shared/Labels/LabelEvents.cs | 2 -- .../Lathe/SharedLatheDatabaseComponent.cs | 5 ---- .../Lathe/SharedMaterialStorageComponent.cs | 4 ---- .../SharedProtolatheDatabaseComponent.cs | 5 ---- .../Component/RgbLightControllerComponent.cs | 7 ------ .../SharedEmergencyLightComponent.cs | 4 +--- .../SharedExpendableLightComponent.cs | 5 ---- .../Light/SharedEmergencyLightSystem.cs | 2 -- Content.Shared/Light/SharedLightBulb.cs | 1 - .../Light/SharedPoweredLightVisuals.cs | 1 - .../Light/SharedRgbLightControllerSystem.cs | 3 --- .../Light/SharedUnpoweredFlashlightVisuals.cs | 1 - Content.Shared/Localizations/Localization.cs | 5 +--- Content.Shared/Localizations/Units.cs | 3 --- .../MachineLinking/SignalSwitchVisuals.cs | 3 +-- .../MachineLinking/TwoWayLeverSignal.cs | 3 +-- Content.Shared/MachineLinking/UIKeys.cs | 3 +-- Content.Shared/MachineLinking/UIMessages.cs | 6 +---- Content.Shared/Maps/ContentTileDefinition.cs | 2 -- Content.Shared/Maps/TurfHelpers.cs | 8 ------- .../Markers/SharedSpawnPointComponent.cs | 2 -- Content.Shared/Markings/Marking.cs | 5 ---- Content.Shared/Markings/MarkingCategories.cs | 1 - Content.Shared/Markings/MarkingManager.cs | 4 ---- Content.Shared/Markings/MarkingPrototype.cs | 4 ---- Content.Shared/Markings/MarkingsComponent.cs | 3 --- Content.Shared/Markings/MarkingsSet.cs | 1 - .../Medical/SuitSensor/SharedSuitSensor.cs | 5 +--- .../MobState/Components/MobStateComponent.cs | 7 ------ Content.Shared/MobState/DamageStateHelpers.cs | 5 +--- Content.Shared/MobState/DamageStateVisuals.cs | 2 -- .../MobState/EntitySystems/MobStateSystem.cs | 1 - .../MobState/MobStateChangedEvent.cs | 1 - Content.Shared/MobState/State/BaseMobState.cs | 2 -- Content.Shared/MobState/State/IMobState.cs | 4 +--- .../MobState/State/SharedCriticalMobState.cs | 1 - .../MobState/State/SharedDeadMobState.cs | 4 +--- .../MobState/State/SharedNormalMobState.cs | 1 - .../Module/SharedModuleTestingCallbacks.cs | 1 - Content.Shared/Morgue/SharedMorgue.cs | 3 +-- .../Movement/Components/IMobMoverComponent.cs | 1 - .../Movement/Components/IMoverComponent.cs | 3 --- .../MovementIgnoreGravityComponent.cs | 2 -- .../MovementSpeedModifierComponent.cs | 5 ---- .../SharedDummyInputMoverComponent.cs | 3 --- .../SharedPlayerInputMoverComponent.cs | 2 -- .../SharedPlayerMobMoverComponent.cs | 7 ------ .../Components/SlowContactsComponent.cs | 3 --- .../Components/SlowsOnContactComponent.cs | 1 - .../MovementSpeedModifierSystem.cs | 4 ---- .../EntitySystems/SharedMobMoverSystem.cs | 3 --- .../EntitySystems/SlowContactsSystem.cs | 5 ---- .../Movement/RelayMovementEntityEvent.cs | 2 -- Content.Shared/Nuke/SharedNuke.cs | 2 -- .../Nutrition/Components/CreamPieComponent.cs | 4 ---- .../Components/CreamPiedComponent.cs | 4 ---- .../Components/SharedButcherableComponent.cs | 5 ---- .../Components/SharedFoodComponent.cs | 1 - .../Components/SharedHungerComponent.cs | 4 ---- .../EntitySystems/SharedCreamPieSystem.cs | 3 --- .../EntitySystems/SharedHungerSystem.cs | 1 - Content.Shared/Objectives/ConditionInfo.cs | 3 +-- Content.Shared/PDA/PDAMessagesUI.cs | 2 -- Content.Shared/PDA/PDAUpdateState.cs | 3 --- Content.Shared/PDA/PDAVisuals.cs | 1 - Content.Shared/PDA/Ringer/RingerMessagesUI.cs | 2 -- .../PDA/Ringer/RingerUpdateState.cs | 2 -- Content.Shared/PDA/Ringer/RingerVisuals.cs | 1 - Content.Shared/PDA/SharedPDASystem.cs | 2 -- Content.Shared/PDA/SharedRingerSystem.cs | 2 -- .../PDA/UplinkStoreListingPrototype.cs | 2 -- .../Pinpointer/PinpointerVisuals.cs | 1 - .../PneumaticCannon/SharedPneumaticCannon.cs | 3 +-- .../SharedRoguePointingArrowComponent.cs | 4 +--- .../Popups/SharedPopupExtensions.cs | 1 - Content.Shared/Popups/SharedPopupSystem.cs | 2 -- Content.Shared/Power/SharedPower.cs | 3 +-- Content.Shared/Power/SharedPowerDevice.cs | 1 - .../Power/SharedPowerItemCharger.cs | 1 - .../SharedPowerMonitoringConsoleComponent.cs | 3 --- .../Components/PowerCellComponent.cs | 4 ---- .../Components/PowerCellSlotComponent.cs | 3 --- .../PowerCell/SharedPowerCellSystem.cs | 4 ---- Content.Shared/Preferences/GameSettings.cs | 1 - .../Preferences/HumanoidCharacterProfile.cs | 5 ---- .../Preferences/MsgPreferencesAndSettings.cs | 1 - .../Preferences/MsgUpdateCharacter.cs | 1 - .../Preferences/PlayerPreferences.cs | 3 --- .../Projectiles/ProjectileSystem.cs | 1 - .../Projectiles/SharedProjectileComponent.cs | 2 -- .../Prototypes/EntityPrototypeHelpers.cs | 5 +--- .../Pulling/Components/PullableComponent.cs | 5 ---- .../Components/SharedPullerComponent.cs | 7 +----- Content.Shared/Pulling/Events/PullMessage.cs | 3 +-- .../Pulling/Events/StartPullAttemptEvent.cs | 2 -- Content.Shared/Pulling/PullableMoveMessage.cs | 4 +--- .../Pulling/PullableStopMovingMessage.cs | 4 +--- .../Pulling/Systems/SharedPullableSystem.cs | 2 -- .../Pulling/Systems/SharedPullerSystem.cs | 2 -- .../SharedPullingStateManagementSystem.cs | 15 ------------ .../Systems/SharedPullingSystem.Actions.cs | 3 --- .../Pulling/Systems/SharedPullingSystem.cs | 8 ------- .../Radar/RadarConsoleBoundInterfaceState.cs | 3 --- .../Radiation/SharedRadiationStorm.cs | 3 --- .../Random/Helpers/SharedEntityExtensions.cs | 6 +---- .../Recycling/SharedRecyclerComponent.cs | 3 +-- .../SharedResearchClientComponent.cs | 4 +--- .../SharedResearchConsoleComponent.cs | 2 -- .../SharedTechnologyDatabaseComponent.cs | 5 ---- .../Prototypes/TechnologyPrototype.cs | 4 ---- Content.Shared/Roles/AntagPrototype.cs | 2 -- Content.Shared/Roles/JobPrototype.cs | 4 ---- Content.Shared/Roles/JobSpecial.cs | 3 --- Content.Shared/Roles/StartingGearPrototype.cs | 3 --- .../Rotatable/RotatableComponent.cs | 5 ---- .../Rotation/SharedRotationComponent.cs | 3 +-- Content.Shared/Rounding/ContentHelpers.cs | 4 +--- Content.Shared/SMES/SharedSmesComponent.cs | 3 +-- .../Security/DeployableBarrierVisuals.cs | 5 ---- .../Shuttles/Components/PilotComponent.cs | 5 ---- .../Components/SharedDockingComponent.cs | 3 --- .../Components/SharedShuttleComponent.cs | 3 --- .../SharedShuttleConsoleComponent.cs | 1 - .../Components/SharedThrusterComponent.cs | 1 - .../SharedContainmentFieldComponent.cs | 2 -- ...haredContainmentFieldGeneratorComponent.cs | 2 -- .../Components/SharedEmitterComponent.cs | 3 +-- .../SharedParticleAcceleratorComponent.cs | 4 +--- .../SharedRadiationCollectorComponent.cs | 3 +-- .../Components/SharedSingularityComponent.cs | 4 ---- .../Singularity/SharedSingularitySystem.cs | 4 ---- .../Singularity/SingularityVisuals.cs | 3 +-- Content.Shared/Slippery/NoSlipComponent.cs | 2 -- .../Slippery/SharedSlipperySystem.cs | 4 ---- Content.Shared/Slippery/SlipperyComponent.cs | 7 ------ Content.Shared/Smoking/SmokableState.cs | 3 +-- Content.Shared/Smoking/SmokeVisuals.cs | 3 +-- Content.Shared/Smoking/SmokingVisuals.cs | 3 +-- .../SharedSolarControlConsoleComponent.cs | 3 --- Content.Shared/Sound/SoundSpecifier.cs | 1 - .../Sound/SoundSpecifierTypeSerializer.cs | 3 --- .../Spawning/EntitySystemExtensions.cs | 4 ---- Content.Shared/Species/SpeciesPrototype.cs | 2 -- .../EntitySystems/SharedStutteringSystem.cs | 2 -- .../Speech/SharedSpeechComponent.cs | 7 ------ Content.Shared/Speech/SpeakAttemptEvent.cs | 4 +--- .../Speech/SpeechSoundsPrototype.cs | 5 ---- Content.Shared/Speech/SpeechSystem.cs | 4 +--- Content.Shared/Stacks/SharedStackComponent.cs | 6 ----- Content.Shared/Stacks/StackPrototype.cs | 2 -- Content.Shared/Stacks/StackVisuals.cs | 1 - .../Standing/StandingStateComponent.cs | 1 - .../StationEvents/MsgStationEvents.cs | 6 ++--- .../StatusEffect/StatusEffectPrototype.cs | 1 - .../StatusEffect/StatusEffectsComponent.cs | 8 +------ .../StatusEffect/StatusEffectsSystem.cs | 3 --- .../Components/ItemCounterComponent.cs | 3 --- .../Storage/Components/ItemMapperComponent.cs | 6 +---- .../Components/SharedBagOpenVisuals.cs | 1 - .../Storage/Components/SharedMapLayerData.cs | 3 --- .../EntitySystems/SharedItemCounterSystem.cs | 2 -- .../EntitySystems/SharedItemMapperSystem.cs | 5 +--- .../Storage/SharedStorageComponent.cs | 4 ---- .../Components/SharedStrippingComponent.cs | 2 -- .../Stunnable/KnockedDownComponent.cs | 7 +----- Content.Shared/Stunnable/SharedStunSystem.cs | 6 ----- .../Stunnable/SlowedDownComponent.cs | 6 +---- Content.Shared/Stunnable/StunnedComponent.cs | 8 ------- .../SubFloor/SubFloorHideComponent.cs | 1 - .../Suspicion/SharedSuspicionRoleComponent.cs | 2 -- Content.Shared/Suspicion/SuspicionMessages.cs | 4 +--- .../Tabletop/Events/TabletopMoveEvent.cs | 4 +--- .../Tabletop/Events/TabletopPlayEvent.cs | 5 +--- .../Events/TabletopStopPlayingEvent.cs | 4 +--- .../Tabletop/SharedTabletopSystem.cs | 1 - .../Tabletop/TabletopItemVisuals.cs | 3 +-- Content.Shared/Tag/TagComponentState.cs | 2 -- Content.Shared/Tag/TagPrototype.cs | 2 -- Content.Shared/Targeting/TargetingZone.cs | 1 - Content.Shared/Temperature/IsHotEvent.cs | 5 +--- Content.Shared/Throwing/IThrown.cs | 1 - Content.Shared/Throwing/LandEvent.cs | 2 -- Content.Shared/Throwing/ThrowAttemptEvent.cs | 4 +--- Content.Shared/Throwing/ThrowEvents.cs | 5 ---- .../Throwing/ThrownItemComponent.cs | 2 -- Content.Shared/Throwing/ThrownItemSystem.cs | 3 --- .../Toilet/SharedWaterclosetVisuals.cs | 1 - .../Components/SharedMultipleToolComponent.cs | 2 -- .../Tools/Components/SharedWelderComponent.cs | 2 -- Content.Shared/Tools/ToolQualityPrototype.cs | 2 -- .../Traitor/Uplink/UplinkAccount.cs | 2 -- .../Traitor/Uplink/UplinkAccountData.cs | 2 -- .../Traitor/Uplink/UplinkListingData.cs | 2 -- .../Traitor/Uplink/UplinkMessagesUI.cs | 2 -- .../Traitor/Uplink/UplinkNetworkEvents.cs | 2 -- .../Traitor/Uplink/UplinkUpdateState.cs | 2 -- .../Traitor/Uplink/UplinkVisuals.cs | 1 - .../Transform/TransformExtensions.cs | 5 +--- Content.Shared/Vapor/SharedVaporComponent.cs | 4 +--- .../Vehicle/Components/VehicleComponent.cs | 1 - .../SharedVendingMachineComponent.cs | 4 ---- .../VendingMachineInventoryPrototype.cs | 4 ---- Content.Shared/Verbs/SharedVerbSystem.cs | 6 ----- Content.Shared/Verbs/Verb.cs | 3 --- Content.Shared/Verbs/VerbCategory.cs | 2 -- Content.Shared/Voting/MsgVoteCanCall.cs | 3 +-- Content.Shared/Voting/MsgVoteData.cs | 3 +-- Content.Shared/Wall/ReinforcedWallVisuals.cs | 3 +-- Content.Shared/Weapons/Melee/AttackEvent.cs | 2 -- .../Melee/MeleeWeaponAnimationPrototype.cs | 4 ---- .../Melee/MeleeWeaponSystemMessages.cs | 4 ---- .../SharedBoltActionBarrelComponent.cs | 4 +--- .../SharedMagazineBarrelComponent.cs | 2 -- .../Components/SharedPumpBarrelComponent.cs | 4 +--- .../SharedRevolverBarrelComponent.cs | 4 +--- .../Components/SharedRangedBarrelComponent.cs | 6 +---- .../Components/SharedRangedWeaponComponent.cs | 3 --- .../Weapons/Ranged/MagazineAutoEjectEvent.cs | 2 -- .../Wires/SharedWireVisComponent.cs | 3 +-- Content.Shared/Wires/SharedWiresComponent.cs | 4 ---- .../XenoArtifacts/SharedArtifact.cs | 3 +-- Content.Tests/Client/ClickMapTest.cs | 1 - Content.Tests/ContentUnitTest.cs | 3 --- .../Administration/Logs/LogTypeTests.cs | 1 - .../Shared/Alert/AlertManagerTests.cs | 1 - .../Alert/ServerAlertsComponentTests.cs | 1 - .../Chemistry/ReagentPrototype_Tests.cs | 1 - Content.Tools/Map.cs | 1 - Content.Tools/MappingMergeDriver.cs | 5 ---- Content.Tools/Merger.cs | 2 -- Content.Tools/YamlTools.cs | 3 --- 1648 files changed, 339 insertions(+), 5284 deletions(-) diff --git a/Content.Benchmarks/EntityManagerGetAllComponents.cs b/Content.Benchmarks/EntityManagerGetAllComponents.cs index a10ab758c9..cf0434daa8 100644 --- a/Content.Benchmarks/EntityManagerGetAllComponents.cs +++ b/Content.Benchmarks/EntityManagerGetAllComponents.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using BenchmarkDotNet.Attributes; using Moq; using Robust.Shared.Exceptions; diff --git a/Content.IntegrationTests/DummyParallaxManager.cs b/Content.IntegrationTests/DummyParallaxManager.cs index e972a04130..7477fb1adb 100644 --- a/Content.IntegrationTests/DummyParallaxManager.cs +++ b/Content.IntegrationTests/DummyParallaxManager.cs @@ -1,7 +1,5 @@ -using System; using Content.Client.Parallax.Managers; using Content.Client.Parallax; -using Robust.Client.Graphics; using Robust.Shared.Maths; namespace Content.IntegrationTests diff --git a/Content.IntegrationTests/Tests/Atmos/AlarmThresholdTest.cs b/Content.IntegrationTests/Tests/Atmos/AlarmThresholdTest.cs index 8390f2e5c9..dcdb5e5f42 100644 --- a/Content.IntegrationTests/Tests/Atmos/AlarmThresholdTest.cs +++ b/Content.IntegrationTests/Tests/Atmos/AlarmThresholdTest.cs @@ -1,7 +1,6 @@ using System.Threading.Tasks; using Content.Shared.Atmos.Monitor; using NUnit.Framework; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; namespace Content.IntegrationTests.Tests.Atmos diff --git a/Content.IntegrationTests/Tests/Body/LegTest.cs b/Content.IntegrationTests/Tests/Body/LegTest.cs index 8b6462eac7..4edb6e8aa1 100644 --- a/Content.IntegrationTests/Tests/Body/LegTest.cs +++ b/Content.IntegrationTests/Tests/Body/LegTest.cs @@ -1,11 +1,9 @@ using System.Threading.Tasks; -using Content.Server.Body; using Content.Server.Body.Components; using Content.Shared.Body.Components; using Content.Shared.Body.Part; using Content.Shared.Rotation; using NUnit.Framework; -using Robust.Server.GameObjects; using Robust.Shared.GameObjects; using Robust.Shared.IoC; using Robust.Shared.Map; diff --git a/Content.IntegrationTests/Tests/Body/LungTest.cs b/Content.IntegrationTests/Tests/Body/LungTest.cs index e4802d6fad..69dc96e53d 100644 --- a/Content.IntegrationTests/Tests/Body/LungTest.cs +++ b/Content.IntegrationTests/Tests/Body/LungTest.cs @@ -1,10 +1,7 @@ using System.Threading.Tasks; -using Content.Server.Atmos; using Content.Server.Atmos.Components; -using Content.Server.Atmos.EntitySystems; using Content.Server.Body.Components; using Content.Server.Body.Systems; -using Content.Shared.Atmos; using Content.Shared.Body.Components; using NUnit.Framework; using Robust.Server.Maps; diff --git a/Content.IntegrationTests/Tests/Buckle/BuckleTest.cs b/Content.IntegrationTests/Tests/Buckle/BuckleTest.cs index 731269000a..9cf8a39421 100644 --- a/Content.IntegrationTests/Tests/Buckle/BuckleTest.cs +++ b/Content.IntegrationTests/Tests/Buckle/BuckleTest.cs @@ -6,7 +6,6 @@ using Content.Shared.Body.Components; using Content.Shared.Body.Part; using Content.Shared.Buckle.Components; using Content.Shared.Hands.EntitySystems; -using Content.Shared.Item; using Content.Shared.Standing; using NUnit.Framework; using Robust.Shared.GameObjects; diff --git a/Content.IntegrationTests/Tests/Chemistry/FixedPoint2SerializationTest.cs b/Content.IntegrationTests/Tests/Chemistry/FixedPoint2SerializationTest.cs index 81c416b1c1..a98f56b57b 100644 --- a/Content.IntegrationTests/Tests/Chemistry/FixedPoint2SerializationTest.cs +++ b/Content.IntegrationTests/Tests/Chemistry/FixedPoint2SerializationTest.cs @@ -1,8 +1,6 @@ using System.Reflection; -using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; using NUnit.Framework; -using Robust.Shared.Serialization.Manager; using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.Markdown.Mapping; using Robust.Shared.Serialization.Markdown.Value; diff --git a/Content.IntegrationTests/Tests/ClickableTest.cs b/Content.IntegrationTests/Tests/ClickableTest.cs index 133bff721b..250e347d3e 100644 --- a/Content.IntegrationTests/Tests/ClickableTest.cs +++ b/Content.IntegrationTests/Tests/ClickableTest.cs @@ -1,16 +1,12 @@ using System; -using System.Linq; using System.Threading.Tasks; using Content.Client.Clickable; -using Content.Server.GameTicking; using NUnit.Framework; using Robust.Client.Graphics; using Robust.Server.GameObjects; using Robust.Shared; using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.IntegrationTests.Tests { diff --git a/Content.IntegrationTests/Tests/Commands/PardonCommand.cs b/Content.IntegrationTests/Tests/Commands/PardonCommand.cs index 651d92fdb4..66ea9d8b76 100644 --- a/Content.IntegrationTests/Tests/Commands/PardonCommand.cs +++ b/Content.IntegrationTests/Tests/Commands/PardonCommand.cs @@ -1,5 +1,4 @@ using System; -using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Content.Server.Database; diff --git a/Content.IntegrationTests/Tests/Commands/RestartRoundTest.cs b/Content.IntegrationTests/Tests/Commands/RestartRoundTest.cs index bab8c48074..7c72cd6361 100644 --- a/Content.IntegrationTests/Tests/Commands/RestartRoundTest.cs +++ b/Content.IntegrationTests/Tests/Commands/RestartRoundTest.cs @@ -2,7 +2,6 @@ using System; using System.Threading.Tasks; using Content.Server.GameTicking; using Content.Server.GameTicking.Commands; -using Content.Shared; using Content.Shared.CCVar; using NUnit.Framework; using Robust.Shared.Configuration; diff --git a/Content.IntegrationTests/Tests/Construction/ConstructionPrototypeTest.cs b/Content.IntegrationTests/Tests/Construction/ConstructionPrototypeTest.cs index d908a2fa22..6599d2d5c8 100644 --- a/Content.IntegrationTests/Tests/Construction/ConstructionPrototypeTest.cs +++ b/Content.IntegrationTests/Tests/Construction/ConstructionPrototypeTest.cs @@ -1,6 +1,4 @@ -using System.Linq; using System.Threading.Tasks; -using Content.Server.Construction.Components; using Content.Shared.Construction.Prototypes; using NUnit.Framework; using Robust.Shared.Prototypes; diff --git a/Content.IntegrationTests/Tests/DeleteInventoryTest.cs b/Content.IntegrationTests/Tests/DeleteInventoryTest.cs index 07f6f2bf14..865c5544ae 100644 --- a/Content.IntegrationTests/Tests/DeleteInventoryTest.cs +++ b/Content.IntegrationTests/Tests/DeleteInventoryTest.cs @@ -2,7 +2,6 @@ using Content.Server.Clothing.Components; using Content.Server.Inventory; using Content.Shared.Inventory; -using Content.Shared.Item; using NUnit.Framework; using Robust.Shared.Containers; using Robust.Shared.GameObjects; diff --git a/Content.IntegrationTests/Tests/DummyIconTest.cs b/Content.IntegrationTests/Tests/DummyIconTest.cs index d918c01b2f..2cc97cbe7b 100644 --- a/Content.IntegrationTests/Tests/DummyIconTest.cs +++ b/Content.IntegrationTests/Tests/DummyIconTest.cs @@ -4,7 +4,6 @@ using System.Threading.Tasks; using NUnit.Framework; using Robust.Client.GameObjects; using Robust.Client.ResourceManagement; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; namespace Content.IntegrationTests.Tests diff --git a/Content.IntegrationTests/Tests/EntityTest.cs b/Content.IntegrationTests/Tests/EntityTest.cs index a33be0fd8d..1267151905 100644 --- a/Content.IntegrationTests/Tests/EntityTest.cs +++ b/Content.IntegrationTests/Tests/EntityTest.cs @@ -6,12 +6,10 @@ using Content.Shared.CCVar; using Content.Shared.Coordinates; using NUnit.Framework; using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Log; using Robust.Shared.Map; using Robust.Shared.Maths; using Robust.Shared.Prototypes; -using Robust.Shared.Timing; namespace Content.IntegrationTests.Tests { diff --git a/Content.IntegrationTests/Tests/Fluids/FluidSpillTest.cs b/Content.IntegrationTests/Tests/Fluids/FluidSpillTest.cs index 8b4cc02605..4955f8e13b 100644 --- a/Content.IntegrationTests/Tests/Fluids/FluidSpillTest.cs +++ b/Content.IntegrationTests/Tests/Fluids/FluidSpillTest.cs @@ -6,7 +6,6 @@ using Content.Server.Fluids.EntitySystems; using Content.Shared.Chemistry.Components; using Content.Shared.FixedPoint; using NUnit.Framework; -using Robust.Server.Maps; using Robust.Shared.GameObjects; using Robust.Shared.Map; using Robust.Shared.Maths; diff --git a/Content.IntegrationTests/Tests/Fluids/PuddleTest.cs b/Content.IntegrationTests/Tests/Fluids/PuddleTest.cs index dbe394b2a5..0f99261f30 100644 --- a/Content.IntegrationTests/Tests/Fluids/PuddleTest.cs +++ b/Content.IntegrationTests/Tests/Fluids/PuddleTest.cs @@ -7,7 +7,6 @@ using Content.Shared.Coordinates; using Content.Shared.FixedPoint; using NUnit.Framework; using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Timing; diff --git a/Content.IntegrationTests/Tests/Gravity/WeightlessStatusTests.cs b/Content.IntegrationTests/Tests/Gravity/WeightlessStatusTests.cs index f15ce21fcf..ad92fbe06d 100644 --- a/Content.IntegrationTests/Tests/Gravity/WeightlessStatusTests.cs +++ b/Content.IntegrationTests/Tests/Gravity/WeightlessStatusTests.cs @@ -5,7 +5,6 @@ using Content.Shared.Alert; using Content.Shared.Coordinates; using NUnit.Framework; using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.IntegrationTests.Tests.Gravity diff --git a/Content.IntegrationTests/Tests/HumanInventoryUniformSlotsTest.cs b/Content.IntegrationTests/Tests/HumanInventoryUniformSlotsTest.cs index 7e7ad5071c..b06f9364b7 100644 --- a/Content.IntegrationTests/Tests/HumanInventoryUniformSlotsTest.cs +++ b/Content.IntegrationTests/Tests/HumanInventoryUniformSlotsTest.cs @@ -1,5 +1,4 @@ using System.Threading.Tasks; -using Content.Server.Inventory; using Content.Shared.Inventory; using NUnit.Framework; using Robust.Shared.GameObjects; diff --git a/Content.IntegrationTests/Tests/Interaction/Click/InteractionSystemTests.cs b/Content.IntegrationTests/Tests/Interaction/Click/InteractionSystemTests.cs index 8a682264c4..316a859e4a 100644 --- a/Content.IntegrationTests/Tests/Interaction/Click/InteractionSystemTests.cs +++ b/Content.IntegrationTests/Tests/Interaction/Click/InteractionSystemTests.cs @@ -1,12 +1,10 @@ #nullable enable annotations using System.Threading.Tasks; -using Content.Client.Items.Components; using Content.Server.Hands.Components; using Content.Server.Interaction; using Content.Shared.Hands.Components; using Content.Shared.Hands.EntitySystems; using Content.Shared.Interaction; -using Content.Shared.Item; using Content.Shared.Weapons.Melee; using NUnit.Framework; using Robust.Shared.Containers; diff --git a/Content.IntegrationTests/Tests/InventoryHelpersTest.cs b/Content.IntegrationTests/Tests/InventoryHelpersTest.cs index 757587051f..c585830480 100644 --- a/Content.IntegrationTests/Tests/InventoryHelpersTest.cs +++ b/Content.IntegrationTests/Tests/InventoryHelpersTest.cs @@ -1,6 +1,5 @@ using System; using System.Threading.Tasks; -using Content.Server.Inventory; using Content.Server.Stunnable; using Content.Shared.Inventory; using NUnit.Framework; diff --git a/Content.IntegrationTests/Tests/Networking/NetworkIdsMatchTest.cs b/Content.IntegrationTests/Tests/Networking/NetworkIdsMatchTest.cs index 78efc62912..e5c935c8e1 100644 --- a/Content.IntegrationTests/Tests/Networking/NetworkIdsMatchTest.cs +++ b/Content.IntegrationTests/Tests/Networking/NetworkIdsMatchTest.cs @@ -1,9 +1,5 @@ -using System.Collections.Generic; -using System.Linq; using System.Threading.Tasks; using NUnit.Framework; -using Robust.Server.Player; -using Robust.Shared.Enums; using Robust.Shared.GameObjects; using Robust.Shared.IoC; using Robust.Shared.Network; diff --git a/Content.IntegrationTests/Tests/Power/PowerTest.cs b/Content.IntegrationTests/Tests/Power/PowerTest.cs index 492217724d..7a33e2440d 100644 --- a/Content.IntegrationTests/Tests/Power/PowerTest.cs +++ b/Content.IntegrationTests/Tests/Power/PowerTest.cs @@ -8,7 +8,6 @@ using Content.Server.Power.Nodes; using Content.Shared.Coordinates; using NUnit.Framework; using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Maths; using Robust.Shared.Timing; diff --git a/Content.IntegrationTests/Tests/SaveLoadSaveTest.cs b/Content.IntegrationTests/Tests/SaveLoadSaveTest.cs index d0ba30f724..1188fb906f 100644 --- a/Content.IntegrationTests/Tests/SaveLoadSaveTest.cs +++ b/Content.IntegrationTests/Tests/SaveLoadSaveTest.cs @@ -2,12 +2,10 @@ using System.IO; using System.Linq; using System.Threading.Tasks; using NUnit.Framework; -using Robust.Server; using Robust.Server.Maps; using Robust.Shared.ContentPack; using Robust.Shared.Log; using Robust.Shared.Map; -using Robust.Shared.Timing; using Robust.Shared.Utility; namespace Content.IntegrationTests.Tests diff --git a/Content.IntegrationTests/Tests/Station/StationJobsTest.cs b/Content.IntegrationTests/Tests/Station/StationJobsTest.cs index 0d737cefdb..476b4491a2 100644 --- a/Content.IntegrationTests/Tests/Station/StationJobsTest.cs +++ b/Content.IntegrationTests/Tests/Station/StationJobsTest.cs @@ -2,7 +2,6 @@ using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -using Content.Server.Administration.Managers; using Content.Server.Maps; using Content.Server.Station.Systems; using Content.Shared.Preferences; diff --git a/Content.IntegrationTests/Tests/Tag/TagTest.cs b/Content.IntegrationTests/Tests/Tag/TagTest.cs index ab7835e41e..36975ad62f 100644 --- a/Content.IntegrationTests/Tests/Tag/TagTest.cs +++ b/Content.IntegrationTests/Tests/Tag/TagTest.cs @@ -4,7 +4,6 @@ using System.Threading.Tasks; using Content.Shared.Tag; using NUnit.Framework; using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Prototypes; diff --git a/Content.MapRenderer/Painters/DecalPainter.cs b/Content.MapRenderer/Painters/DecalPainter.cs index be501c1df9..184fdf7412 100644 --- a/Content.MapRenderer/Painters/DecalPainter.cs +++ b/Content.MapRenderer/Painters/DecalPainter.cs @@ -2,17 +2,14 @@ using System.Collections.Generic; using System.IO; using Content.Shared.Decals; -using Content.Shared.SubFloor; using Robust.Client.ResourceManagement; using Robust.Client.Utility; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; using Robust.Shared.Timing; using Robust.Shared.Utility; using SixLabors.ImageSharp; using SixLabors.ImageSharp.PixelFormats; using SixLabors.ImageSharp.Processing; -using static Robust.Client.Graphics.RSI.State; using static Robust.UnitTesting.RobustIntegrationTest; namespace Content.MapRenderer.Painters; diff --git a/Content.MapRenderer/Painters/EntityPainter.cs b/Content.MapRenderer/Painters/EntityPainter.cs index 9092617b3e..4de2617c9d 100644 --- a/Content.MapRenderer/Painters/EntityPainter.cs +++ b/Content.MapRenderer/Painters/EntityPainter.cs @@ -1,17 +1,13 @@ using System; using System.Collections.Generic; -using Content.Shared.SubFloor; using Robust.Client.GameObjects; using Robust.Client.Graphics; using Robust.Client.ResourceManagement; using Robust.Shared.GameObjects; -using Robust.Shared.Log; using Robust.Shared.Timing; using SixLabors.ImageSharp; using SixLabors.ImageSharp.PixelFormats; using SixLabors.ImageSharp.Processing; -using TerraFX.Interop.Windows; -using static Robust.Client.Graphics.RSI.State; using static Robust.UnitTesting.RobustIntegrationTest; namespace Content.MapRenderer.Painters; diff --git a/Content.MapRenderer/Painters/GridPainter.cs b/Content.MapRenderer/Painters/GridPainter.cs index 57c69f3192..5258ab96d5 100644 --- a/Content.MapRenderer/Painters/GridPainter.cs +++ b/Content.MapRenderer/Painters/GridPainter.cs @@ -2,7 +2,6 @@ using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; -using Content.Server.Decals; using Content.Shared.Decals; using Robust.Client.GameObjects; using Robust.Shared.GameObjects; diff --git a/Content.Server.Database/Migrations/Postgres/20210321230012_HWID.cs b/Content.Server.Database/Migrations/Postgres/20210321230012_HWID.cs index 172c973c47..e44d741394 100644 --- a/Content.Server.Database/Migrations/Postgres/20210321230012_HWID.cs +++ b/Content.Server.Database/Migrations/Postgres/20210321230012_HWID.cs @@ -1,5 +1,4 @@ -using System; -using Microsoft.EntityFrameworkCore.Migrations; +using Microsoft.EntityFrameworkCore.Migrations; namespace Content.Server.Database.Migrations.Postgres { diff --git a/Content.Server.Database/Migrations/Sqlite/20210321225959_HWID.cs b/Content.Server.Database/Migrations/Sqlite/20210321225959_HWID.cs index 5c27c5dca2..ea1a653aad 100644 --- a/Content.Server.Database/Migrations/Sqlite/20210321225959_HWID.cs +++ b/Content.Server.Database/Migrations/Sqlite/20210321225959_HWID.cs @@ -1,5 +1,4 @@ -using System; -using Microsoft.EntityFrameworkCore.Migrations; +using Microsoft.EntityFrameworkCore.Migrations; namespace Content.Server.Database.Migrations.Sqlite { diff --git a/Content.Server/AI/Commands/AddAiCommand.cs b/Content.Server/AI/Commands/AddAiCommand.cs index d10f7bbd76..eeb339bfe0 100644 --- a/Content.Server/AI/Commands/AddAiCommand.cs +++ b/Content.Server/AI/Commands/AddAiCommand.cs @@ -5,8 +5,6 @@ using Content.Server.AI.Utility.AiLogic; using Content.Shared.Administration; using Content.Shared.Movement.Components; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Commands { diff --git a/Content.Server/AI/Commands/FactionCommand.cs b/Content.Server/AI/Commands/FactionCommand.cs index c9e01f2c97..3a12afa99e 100644 --- a/Content.Server/AI/Commands/FactionCommand.cs +++ b/Content.Server/AI/Commands/FactionCommand.cs @@ -1,11 +1,8 @@ -using System; using System.Text; using Content.Server.Administration; using Content.Server.AI.EntitySystems; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; namespace Content.Server.AI.Commands { diff --git a/Content.Server/AI/Components/AiFactionPrototype.cs b/Content.Server/AI/Components/AiFactionPrototype.cs index 676ae3a23c..90f657b606 100644 --- a/Content.Server/AI/Components/AiFactionPrototype.cs +++ b/Content.Server/AI/Components/AiFactionPrototype.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.AI.Components { diff --git a/Content.Server/AI/Components/AiFactionTagComponent.cs b/Content.Server/AI/Components/AiFactionTagComponent.cs index 698b76a84c..3b8ca629d2 100644 --- a/Content.Server/AI/Components/AiFactionTagComponent.cs +++ b/Content.Server/AI/Components/AiFactionTagComponent.cs @@ -1,6 +1,4 @@ using Content.Server.AI.EntitySystems; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.AI.Components { diff --git a/Content.Server/AI/EntitySystems/AiFactionTagSystem.cs b/Content.Server/AI/EntitySystems/AiFactionTagSystem.cs index 3052b5b7dd..6634e22ca5 100644 --- a/Content.Server/AI/EntitySystems/AiFactionTagSystem.cs +++ b/Content.Server/AI/EntitySystems/AiFactionTagSystem.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Prototypes; namespace Content.Server.AI.EntitySystems diff --git a/Content.Server/AI/EntitySystems/NPCSystem.cs b/Content.Server/AI/EntitySystems/NPCSystem.cs index cd8bd2cff1..77a919ff5b 100644 --- a/Content.Server/AI/EntitySystems/NPCSystem.cs +++ b/Content.Server/AI/EntitySystems/NPCSystem.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using System.Linq; using Content.Server.AI.Components; using Content.Server.MobState.States; @@ -6,8 +5,6 @@ using Content.Shared.CCVar; using Content.Shared.MobState; using JetBrains.Annotations; using Robust.Shared.Configuration; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; namespace Content.Server.AI.EntitySystems diff --git a/Content.Server/AI/EntitySystems/ServerAiDebugSystem.cs b/Content.Server/AI/EntitySystems/ServerAiDebugSystem.cs index c43efd0d90..9186e68ed4 100644 --- a/Content.Server/AI/EntitySystems/ServerAiDebugSystem.cs +++ b/Content.Server/AI/EntitySystems/ServerAiDebugSystem.cs @@ -1,7 +1,6 @@ using Content.Server.AI.LoadBalancer; using Content.Shared.AI; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.AI.EntitySystems { diff --git a/Content.Server/AI/LoadBalancer/AiActionRequest.cs b/Content.Server/AI/LoadBalancer/AiActionRequest.cs index e7aee299c0..fb2f4d6dd4 100644 --- a/Content.Server/AI/LoadBalancer/AiActionRequest.cs +++ b/Content.Server/AI/LoadBalancer/AiActionRequest.cs @@ -1,7 +1,5 @@ -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.WorldState; -using Robust.Shared.GameObjects; namespace Content.Server.AI.LoadBalancer { diff --git a/Content.Server/AI/LoadBalancer/AiActionRequestJob.cs b/Content.Server/AI/LoadBalancer/AiActionRequestJob.cs index b6e658c640..64c0b6808e 100644 --- a/Content.Server/AI/LoadBalancer/AiActionRequestJob.cs +++ b/Content.Server/AI/LoadBalancer/AiActionRequestJob.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Content.Server.AI.Components; @@ -9,8 +7,6 @@ using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Utility; using Content.Server.CPUJob.JobQueues; using Content.Shared.AI; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Utility; namespace Content.Server.AI.LoadBalancer diff --git a/Content.Server/AI/LoadBalancer/AiActionSystem.cs b/Content.Server/AI/LoadBalancer/AiActionSystem.cs index eeb0b2ec71..f6110ab268 100644 --- a/Content.Server/AI/LoadBalancer/AiActionSystem.cs +++ b/Content.Server/AI/LoadBalancer/AiActionSystem.cs @@ -1,6 +1,5 @@ using System.Threading; using Content.Server.CPUJob.JobQueues.Queues; -using Robust.Shared.GameObjects; namespace Content.Server.AI.LoadBalancer { diff --git a/Content.Server/AI/Operators/Combat/Melee/SwingMeleeWeaponOperator.cs b/Content.Server/AI/Operators/Combat/Melee/SwingMeleeWeaponOperator.cs index c4b3ae0de2..c2e258b216 100644 --- a/Content.Server/AI/Operators/Combat/Melee/SwingMeleeWeaponOperator.cs +++ b/Content.Server/AI/Operators/Combat/Melee/SwingMeleeWeaponOperator.cs @@ -2,8 +2,6 @@ using Content.Server.CombatMode; using Content.Server.Hands.Components; using Content.Server.Interaction; using Content.Server.Weapon.Melee.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Operators.Combat.Melee { diff --git a/Content.Server/AI/Operators/Combat/Melee/UnarmedCombatOperator.cs b/Content.Server/AI/Operators/Combat/Melee/UnarmedCombatOperator.cs index 81d05f7c8d..39695b768b 100644 --- a/Content.Server/AI/Operators/Combat/Melee/UnarmedCombatOperator.cs +++ b/Content.Server/AI/Operators/Combat/Melee/UnarmedCombatOperator.cs @@ -1,8 +1,6 @@ using Content.Server.CombatMode; using Content.Server.Interaction; using Content.Server.Weapon.Melee.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Operators.Combat.Melee { diff --git a/Content.Server/AI/Operators/Inventory/CloseStorageOperator.cs b/Content.Server/AI/Operators/Inventory/CloseStorageOperator.cs index 5c851ea2f4..84f72a1227 100644 --- a/Content.Server/AI/Operators/Inventory/CloseStorageOperator.cs +++ b/Content.Server/AI/Operators/Inventory/CloseStorageOperator.cs @@ -2,9 +2,6 @@ using Content.Server.AI.Utility; using Content.Server.AI.WorldState.States.Inventory; using Content.Server.Storage.Components; using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Operators.Inventory { diff --git a/Content.Server/AI/Operators/Inventory/DropEntityOperator.cs b/Content.Server/AI/Operators/Inventory/DropEntityOperator.cs index 8511fc3d69..e86f20ee37 100644 --- a/Content.Server/AI/Operators/Inventory/DropEntityOperator.cs +++ b/Content.Server/AI/Operators/Inventory/DropEntityOperator.cs @@ -1,4 +1,3 @@ -using Content.Server.Hands.Components; using Content.Shared.Hands.EntitySystems; namespace Content.Server.AI.Operators.Inventory diff --git a/Content.Server/AI/Operators/Inventory/EquipEntityOperator.cs b/Content.Server/AI/Operators/Inventory/EquipEntityOperator.cs index 0c66fdab9e..643b31d14c 100644 --- a/Content.Server/AI/Operators/Inventory/EquipEntityOperator.cs +++ b/Content.Server/AI/Operators/Inventory/EquipEntityOperator.cs @@ -1,7 +1,4 @@ -using Content.Server.Hands.Components; using Content.Shared.Hands.EntitySystems; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Operators.Inventory { diff --git a/Content.Server/AI/Operators/Inventory/InteractWithEntityOperator.cs b/Content.Server/AI/Operators/Inventory/InteractWithEntityOperator.cs index 80dd03e812..06f2dfe16b 100644 --- a/Content.Server/AI/Operators/Inventory/InteractWithEntityOperator.cs +++ b/Content.Server/AI/Operators/Inventory/InteractWithEntityOperator.cs @@ -1,9 +1,5 @@ using Content.Server.CombatMode; using Content.Server.Interaction; -using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Operators.Inventory { diff --git a/Content.Server/AI/Operators/Inventory/OpenStorageOperator.cs b/Content.Server/AI/Operators/Inventory/OpenStorageOperator.cs index 2d123aea43..965c2253fa 100644 --- a/Content.Server/AI/Operators/Inventory/OpenStorageOperator.cs +++ b/Content.Server/AI/Operators/Inventory/OpenStorageOperator.cs @@ -2,10 +2,7 @@ using Content.Server.AI.Utility; using Content.Server.AI.WorldState.States.Inventory; using Content.Server.Storage.Components; using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Operators.Inventory { diff --git a/Content.Server/AI/Operators/Inventory/PickupEntityOperator.cs b/Content.Server/AI/Operators/Inventory/PickupEntityOperator.cs index 22454d929d..38479ac52f 100644 --- a/Content.Server/AI/Operators/Inventory/PickupEntityOperator.cs +++ b/Content.Server/AI/Operators/Inventory/PickupEntityOperator.cs @@ -1,12 +1,7 @@ -using Content.Server.Hands.Components; using Content.Server.Interaction; using Content.Shared.Hands.EntitySystems; -using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; using Content.Shared.Item; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Operators.Inventory { diff --git a/Content.Server/AI/Operators/Inventory/UseItemInInventoryOperator.cs b/Content.Server/AI/Operators/Inventory/UseItemInInventoryOperator.cs index 0ec171ce09..dfa2a69c45 100644 --- a/Content.Server/AI/Operators/Inventory/UseItemInInventoryOperator.cs +++ b/Content.Server/AI/Operators/Inventory/UseItemInInventoryOperator.cs @@ -1,8 +1,5 @@ using Content.Server.Hands.Components; using Content.Shared.Hands.EntitySystems; -using Content.Shared.Item; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Operators.Inventory { diff --git a/Content.Server/AI/Operators/Movement/MoveToEntityOperator.cs b/Content.Server/AI/Operators/Movement/MoveToEntityOperator.cs index 8be961e4c5..667e961f4c 100644 --- a/Content.Server/AI/Operators/Movement/MoveToEntityOperator.cs +++ b/Content.Server/AI/Operators/Movement/MoveToEntityOperator.cs @@ -1,6 +1,4 @@ -using System; using Content.Server.AI.Steering; -using Robust.Shared.GameObjects; using Robust.Shared.Utility; namespace Content.Server.AI.Operators.Movement diff --git a/Content.Server/AI/Operators/Movement/MoveToGridOperator.cs b/Content.Server/AI/Operators/Movement/MoveToGridOperator.cs index f89005e286..032320f0a7 100644 --- a/Content.Server/AI/Operators/Movement/MoveToGridOperator.cs +++ b/Content.Server/AI/Operators/Movement/MoveToGridOperator.cs @@ -1,6 +1,4 @@ -using System; using Content.Server.AI.Steering; -using Robust.Shared.GameObjects; using Robust.Shared.Map; using Robust.Shared.Utility; diff --git a/Content.Server/AI/Operators/Nutrition/UseDrinkInInventoryOperator.cs b/Content.Server/AI/Operators/Nutrition/UseDrinkInInventoryOperator.cs index 179098abad..c987408b6d 100644 --- a/Content.Server/AI/Operators/Nutrition/UseDrinkInInventoryOperator.cs +++ b/Content.Server/AI/Operators/Nutrition/UseDrinkInInventoryOperator.cs @@ -2,7 +2,6 @@ using Content.Server.Hands.Components; using Content.Server.Nutrition.Components; using Content.Server.Nutrition.EntitySystems; using Content.Shared.Hands.EntitySystems; -using Content.Shared.Nutrition.Components; using Robust.Shared.Random; namespace Content.Server.AI.Operators.Nutrition diff --git a/Content.Server/AI/Operators/Nutrition/UseFoodInInventoryOperator.cs b/Content.Server/AI/Operators/Nutrition/UseFoodInInventoryOperator.cs index 981ee8044e..21b30119fe 100644 --- a/Content.Server/AI/Operators/Nutrition/UseFoodInInventoryOperator.cs +++ b/Content.Server/AI/Operators/Nutrition/UseFoodInInventoryOperator.cs @@ -1,11 +1,7 @@ using Content.Server.Hands.Components; using Content.Server.Nutrition.Components; using Content.Shared.Hands.EntitySystems; -using Content.Shared.Item; using Content.Shared.Nutrition.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Random; namespace Content.Server.AI.Operators.Nutrition { diff --git a/Content.Server/AI/Operators/Sequences/GoPickupEntitySequence.cs b/Content.Server/AI/Operators/Sequences/GoPickupEntitySequence.cs index c43c644973..d9934099dc 100644 --- a/Content.Server/AI/Operators/Sequences/GoPickupEntitySequence.cs +++ b/Content.Server/AI/Operators/Sequences/GoPickupEntitySequence.cs @@ -1,7 +1,5 @@ -using System.Collections.Generic; using Content.Server.AI.Operators.Inventory; using Content.Server.AI.Operators.Movement; -using Robust.Shared.GameObjects; namespace Content.Server.AI.Operators.Sequences { diff --git a/Content.Server/AI/Operators/Sequences/SequenceOperator.cs b/Content.Server/AI/Operators/Sequences/SequenceOperator.cs index e578a88ecc..264b4e6f22 100644 --- a/Content.Server/AI/Operators/Sequences/SequenceOperator.cs +++ b/Content.Server/AI/Operators/Sequences/SequenceOperator.cs @@ -1,6 +1,3 @@ -using System; -using System.Collections.Generic; - namespace Content.Server.AI.Operators.Sequences { /// diff --git a/Content.Server/AI/Pathfinding/Accessible/AiReachableSystem.cs b/Content.Server/AI/Pathfinding/Accessible/AiReachableSystem.cs index 7b7b3af439..4601e28e0c 100644 --- a/Content.Server/AI/Pathfinding/Accessible/AiReachableSystem.cs +++ b/Content.Server/AI/Pathfinding/Accessible/AiReachableSystem.cs @@ -1,16 +1,10 @@ -using System; -using System.Collections.Generic; -using Content.Server.Access.Systems; using Content.Server.AI.Pathfinding.Pathfinders; using Content.Shared.Access.Systems; using Content.Shared.AI; using Content.Shared.GameTicking; using JetBrains.Annotations; using Robust.Server.Player; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Physics; using Robust.Shared.Timing; using Robust.Shared.Utility; diff --git a/Content.Server/AI/Pathfinding/Accessible/BFSPathfinder.cs b/Content.Server/AI/Pathfinding/Accessible/BFSPathfinder.cs index 58382fdf46..a2fc77ef57 100644 --- a/Content.Server/AI/Pathfinding/Accessible/BFSPathfinder.cs +++ b/Content.Server/AI/Pathfinding/Accessible/BFSPathfinder.cs @@ -1,6 +1,4 @@ -using System.Collections.Generic; using Content.Server.AI.Pathfinding.Pathfinders; -using Robust.Shared.GameObjects; using Robust.Shared.Map; namespace Content.Server.AI.Pathfinding.Accessible diff --git a/Content.Server/AI/Pathfinding/Accessible/PathfindingRegion.cs b/Content.Server/AI/Pathfinding/Accessible/PathfindingRegion.cs index 94279a7dc0..3de1490864 100644 --- a/Content.Server/AI/Pathfinding/Accessible/PathfindingRegion.cs +++ b/Content.Server/AI/Pathfinding/Accessible/PathfindingRegion.cs @@ -1,6 +1,3 @@ -using System; -using System.Collections.Generic; - namespace Content.Server.AI.Pathfinding.Accessible { /// diff --git a/Content.Server/AI/Pathfinding/Accessible/ReachableArgs.cs b/Content.Server/AI/Pathfinding/Accessible/ReachableArgs.cs index 517d999750..9df5c9cd1f 100644 --- a/Content.Server/AI/Pathfinding/Accessible/ReachableArgs.cs +++ b/Content.Server/AI/Pathfinding/Accessible/ReachableArgs.cs @@ -1,8 +1,5 @@ -using System.Collections.Generic; using Content.Server.AI.Components; using Content.Shared.Access.Systems; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Physics; namespace Content.Server.AI.Pathfinding.Accessible diff --git a/Content.Server/AI/Pathfinding/Pathfinders/AStarPathfindingJob.cs b/Content.Server/AI/Pathfinding/Pathfinders/AStarPathfindingJob.cs index ca77ffff8f..59679fb8fd 100644 --- a/Content.Server/AI/Pathfinding/Pathfinders/AStarPathfindingJob.cs +++ b/Content.Server/AI/Pathfinding/Pathfinders/AStarPathfindingJob.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Content.Server.CPUJob.JobQueues; diff --git a/Content.Server/AI/Pathfinding/Pathfinders/JpsPathfindingJob.cs b/Content.Server/AI/Pathfinding/Pathfinders/JpsPathfindingJob.cs index da59945d68..fcf610e3b0 100644 --- a/Content.Server/AI/Pathfinding/Pathfinders/JpsPathfindingJob.cs +++ b/Content.Server/AI/Pathfinding/Pathfinders/JpsPathfindingJob.cs @@ -1,12 +1,8 @@ -using System; -using System.Collections.Generic; -using System.Threading; +using System.Threading; using System.Threading.Tasks; using Content.Server.CPUJob.JobQueues; using Content.Shared.AI; -using Robust.Shared.Log; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Utility; namespace Content.Server.AI.Pathfinding.Pathfinders diff --git a/Content.Server/AI/Pathfinding/Pathfinders/PathfindingArgs.cs b/Content.Server/AI/Pathfinding/Pathfinders/PathfindingArgs.cs index 55441f3d22..3395bce85c 100644 --- a/Content.Server/AI/Pathfinding/Pathfinders/PathfindingArgs.cs +++ b/Content.Server/AI/Pathfinding/Pathfinders/PathfindingArgs.cs @@ -1,5 +1,3 @@ -using System.Collections.Generic; -using Robust.Shared.GameObjects; using Robust.Shared.Map; namespace Content.Server.AI.Pathfinding.Pathfinders diff --git a/Content.Server/AI/Pathfinding/Pathfinders/PathfindingComparer.cs b/Content.Server/AI/Pathfinding/Pathfinders/PathfindingComparer.cs index 5ca4a1259b..9a29f597cb 100644 --- a/Content.Server/AI/Pathfinding/Pathfinders/PathfindingComparer.cs +++ b/Content.Server/AI/Pathfinding/Pathfinders/PathfindingComparer.cs @@ -1,6 +1,3 @@ -using System; -using System.Collections.Generic; - namespace Content.Server.AI.Pathfinding.Pathfinders { public sealed class PathfindingComparer : IComparer> diff --git a/Content.Server/AI/Pathfinding/PathfindingChunk.cs b/Content.Server/AI/Pathfinding/PathfindingChunk.cs index 09d2adb64a..353dd2e6d9 100644 --- a/Content.Server/AI/Pathfinding/PathfindingChunk.cs +++ b/Content.Server/AI/Pathfinding/PathfindingChunk.cs @@ -1,10 +1,5 @@ -using System; -using System.Collections.Generic; using System.Linq; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Timing; namespace Content.Server.AI.Pathfinding diff --git a/Content.Server/AI/Pathfinding/PathfindingHelpers.cs b/Content.Server/AI/Pathfinding/PathfindingHelpers.cs index c47e706e8f..3aeb483ecb 100644 --- a/Content.Server/AI/Pathfinding/PathfindingHelpers.cs +++ b/Content.Server/AI/Pathfinding/PathfindingHelpers.cs @@ -1,12 +1,7 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Pathfinding.Accessible; using Content.Server.AI.Pathfinding.Pathfinders; using Content.Shared.Access.Systems; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.AI.Pathfinding { diff --git a/Content.Server/AI/Pathfinding/PathfindingNode.cs b/Content.Server/AI/Pathfinding/PathfindingNode.cs index ef4456f288..0641d84c8e 100644 --- a/Content.Server/AI/Pathfinding/PathfindingNode.cs +++ b/Content.Server/AI/Pathfinding/PathfindingNode.cs @@ -1,13 +1,8 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Server.Doors.Components; using Content.Shared.Access.Components; using Content.Shared.Doors.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Physics; using Robust.Shared.Utility; diff --git a/Content.Server/AI/Pathfinding/PathfindingSystem.cs b/Content.Server/AI/Pathfinding/PathfindingSystem.cs index c8b264fe22..b90c9894a1 100644 --- a/Content.Server/AI/Pathfinding/PathfindingSystem.cs +++ b/Content.Server/AI/Pathfinding/PathfindingSystem.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Threading; using Content.Server.Access; using Content.Server.AI.Pathfinding.Pathfinders; @@ -8,10 +6,7 @@ using Content.Server.CPUJob.JobQueues.Queues; using Content.Shared.Access.Systems; using Content.Shared.GameTicking; using Content.Shared.Physics; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Physics; using Robust.Shared.Utility; diff --git a/Content.Server/AI/Pathfinding/ServerPathfindingDebugSystem.cs b/Content.Server/AI/Pathfinding/ServerPathfindingDebugSystem.cs index 34c24e71fd..aa9bc144c0 100644 --- a/Content.Server/AI/Pathfinding/ServerPathfindingDebugSystem.cs +++ b/Content.Server/AI/Pathfinding/ServerPathfindingDebugSystem.cs @@ -1,11 +1,7 @@ -using System.Collections.Generic; using Content.Server.AI.Pathfinding.Pathfinders; using Content.Shared.AI; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.AI.Pathfinding { diff --git a/Content.Server/AI/Steering/AiSteeringSystem.cs b/Content.Server/AI/Steering/AiSteeringSystem.cs index 84e3adc83a..5fd83d4258 100644 --- a/Content.Server/AI/Steering/AiSteeringSystem.cs +++ b/Content.Server/AI/Steering/AiSteeringSystem.cs @@ -5,7 +5,6 @@ using Content.Server.AI.Components; using Content.Server.AI.Pathfinding; using Content.Server.AI.Pathfinding.Pathfinders; using Content.Server.CPUJob.JobQueues; -using Content.Server.Doors.Components; using Content.Shared.Access.Systems; using Content.Shared.Doors.Components; using Content.Shared.Interaction; diff --git a/Content.Server/AI/Steering/EntityTargetSteeringRequest.cs b/Content.Server/AI/Steering/EntityTargetSteeringRequest.cs index e4cf246772..8cb5ef43e4 100644 --- a/Content.Server/AI/Steering/EntityTargetSteeringRequest.cs +++ b/Content.Server/AI/Steering/EntityTargetSteeringRequest.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.AI.Steering diff --git a/Content.Server/AI/Steering/GridTargetSteeringRequest.cs b/Content.Server/AI/Steering/GridTargetSteeringRequest.cs index 92d84eabf4..226da887b2 100644 --- a/Content.Server/AI/Steering/GridTargetSteeringRequest.cs +++ b/Content.Server/AI/Steering/GridTargetSteeringRequest.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.AI.Steering diff --git a/Content.Server/AI/Utility/Actions/Clothing/Gloves/EquipGloves.cs b/Content.Server/AI/Utility/Actions/Clothing/Gloves/EquipGloves.cs index 9fcb56e390..ee77f2957e 100644 --- a/Content.Server/AI/Utility/Actions/Clothing/Gloves/EquipGloves.cs +++ b/Content.Server/AI/Utility/Actions/Clothing/Gloves/EquipGloves.cs @@ -1,13 +1,9 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators; using Content.Server.AI.Operators.Inventory; using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.Inventory; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Clothing.Gloves { diff --git a/Content.Server/AI/Utility/Actions/Clothing/Gloves/PickUpGloves.cs b/Content.Server/AI/Utility/Actions/Clothing/Gloves/PickUpGloves.cs index f3c3d7c4dd..0388130e18 100644 --- a/Content.Server/AI/Utility/Actions/Clothing/Gloves/PickUpGloves.cs +++ b/Content.Server/AI/Utility/Actions/Clothing/Gloves/PickUpGloves.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators.Sequences; using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.Containers; @@ -7,8 +5,6 @@ using Content.Server.AI.Utility.Considerations.Inventory; using Content.Server.AI.Utility.Considerations.Movement; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Clothing.Gloves { diff --git a/Content.Server/AI/Utility/Actions/Clothing/Head/EquipHead.cs b/Content.Server/AI/Utility/Actions/Clothing/Head/EquipHead.cs index 9429572ada..f51bffdba0 100644 --- a/Content.Server/AI/Utility/Actions/Clothing/Head/EquipHead.cs +++ b/Content.Server/AI/Utility/Actions/Clothing/Head/EquipHead.cs @@ -1,13 +1,9 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators; using Content.Server.AI.Operators.Inventory; using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.Inventory; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Clothing.Head { diff --git a/Content.Server/AI/Utility/Actions/Clothing/Head/PickUpHead.cs b/Content.Server/AI/Utility/Actions/Clothing/Head/PickUpHead.cs index d756710afe..b8951f2a11 100644 --- a/Content.Server/AI/Utility/Actions/Clothing/Head/PickUpHead.cs +++ b/Content.Server/AI/Utility/Actions/Clothing/Head/PickUpHead.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators.Sequences; using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.Containers; @@ -7,8 +5,6 @@ using Content.Server.AI.Utility.Considerations.Inventory; using Content.Server.AI.Utility.Considerations.Movement; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Clothing.Head { diff --git a/Content.Server/AI/Utility/Actions/Clothing/OuterClothing/EquipOuterClothing.cs b/Content.Server/AI/Utility/Actions/Clothing/OuterClothing/EquipOuterClothing.cs index fd1b7f2e81..ceaee08292 100644 --- a/Content.Server/AI/Utility/Actions/Clothing/OuterClothing/EquipOuterClothing.cs +++ b/Content.Server/AI/Utility/Actions/Clothing/OuterClothing/EquipOuterClothing.cs @@ -1,13 +1,9 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators; using Content.Server.AI.Operators.Inventory; using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.Inventory; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Clothing.OuterClothing { diff --git a/Content.Server/AI/Utility/Actions/Clothing/OuterClothing/PickUpOuterClothing.cs b/Content.Server/AI/Utility/Actions/Clothing/OuterClothing/PickUpOuterClothing.cs index 501b8ca7ab..a8ab0b601a 100644 --- a/Content.Server/AI/Utility/Actions/Clothing/OuterClothing/PickUpOuterClothing.cs +++ b/Content.Server/AI/Utility/Actions/Clothing/OuterClothing/PickUpOuterClothing.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators.Sequences; using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.Containers; @@ -7,8 +5,6 @@ using Content.Server.AI.Utility.Considerations.Inventory; using Content.Server.AI.Utility.Considerations.Movement; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Clothing.OuterClothing { diff --git a/Content.Server/AI/Utility/Actions/Clothing/Shoes/EquipShoes.cs b/Content.Server/AI/Utility/Actions/Clothing/Shoes/EquipShoes.cs index f35416f313..41c91413ca 100644 --- a/Content.Server/AI/Utility/Actions/Clothing/Shoes/EquipShoes.cs +++ b/Content.Server/AI/Utility/Actions/Clothing/Shoes/EquipShoes.cs @@ -1,13 +1,9 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators; using Content.Server.AI.Operators.Inventory; using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.Inventory; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Clothing.Shoes { diff --git a/Content.Server/AI/Utility/Actions/Clothing/Shoes/PickUpShoes.cs b/Content.Server/AI/Utility/Actions/Clothing/Shoes/PickUpShoes.cs index 49db12a914..ec9a969c5c 100644 --- a/Content.Server/AI/Utility/Actions/Clothing/Shoes/PickUpShoes.cs +++ b/Content.Server/AI/Utility/Actions/Clothing/Shoes/PickUpShoes.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators.Sequences; using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.Containers; @@ -7,8 +5,6 @@ using Content.Server.AI.Utility.Considerations.Inventory; using Content.Server.AI.Utility.Considerations.Movement; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Clothing.Shoes { diff --git a/Content.Server/AI/Utility/Actions/Combat/Melee/EquipMelee.cs b/Content.Server/AI/Utility/Actions/Combat/Melee/EquipMelee.cs index 3f600d9c6b..7ac5bd8999 100644 --- a/Content.Server/AI/Utility/Actions/Combat/Melee/EquipMelee.cs +++ b/Content.Server/AI/Utility/Actions/Combat/Melee/EquipMelee.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators; using Content.Server.AI.Operators.Inventory; using Content.Server.AI.Utility.Considerations; @@ -8,8 +6,6 @@ using Content.Server.AI.Utility.Considerations.Inventory; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Combat; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Combat.Melee { diff --git a/Content.Server/AI/Utility/Actions/Combat/Melee/MeleeWeaponAttackEntity.cs b/Content.Server/AI/Utility/Actions/Combat/Melee/MeleeWeaponAttackEntity.cs index 0885487bb2..8d62c89d30 100644 --- a/Content.Server/AI/Utility/Actions/Combat/Melee/MeleeWeaponAttackEntity.cs +++ b/Content.Server/AI/Utility/Actions/Combat/Melee/MeleeWeaponAttackEntity.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators; using Content.Server.AI.Operators.Combat.Melee; using Content.Server.AI.Operators.Movement; @@ -14,8 +12,6 @@ using Content.Server.AI.WorldState.States.Combat; using Content.Server.AI.WorldState.States.Inventory; using Content.Server.AI.WorldState.States.Movement; using Content.Server.Weapon.Melee.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Combat.Melee { diff --git a/Content.Server/AI/Utility/Actions/Combat/Melee/PickUpMeleeWeapon.cs b/Content.Server/AI/Utility/Actions/Combat/Melee/PickUpMeleeWeapon.cs index c33e420922..4312c6568e 100644 --- a/Content.Server/AI/Utility/Actions/Combat/Melee/PickUpMeleeWeapon.cs +++ b/Content.Server/AI/Utility/Actions/Combat/Melee/PickUpMeleeWeapon.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators.Sequences; using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.Combat.Melee; @@ -8,8 +6,6 @@ using Content.Server.AI.Utility.Considerations.Movement; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Combat; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Combat.Melee { diff --git a/Content.Server/AI/Utility/Actions/Combat/Melee/UnarmedAttackEntity.cs b/Content.Server/AI/Utility/Actions/Combat/Melee/UnarmedAttackEntity.cs index 524e77eb9d..56ba6abd56 100644 --- a/Content.Server/AI/Utility/Actions/Combat/Melee/UnarmedAttackEntity.cs +++ b/Content.Server/AI/Utility/Actions/Combat/Melee/UnarmedAttackEntity.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators; using Content.Server.AI.Operators.Combat.Melee; using Content.Server.AI.Operators.Movement; @@ -12,8 +10,6 @@ using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Combat; using Content.Server.AI.WorldState.States.Movement; using Content.Server.Weapon.Melee.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Combat.Melee { diff --git a/Content.Server/AI/Utility/Actions/IAiUtility.cs b/Content.Server/AI/Utility/Actions/IAiUtility.cs index fc7f5bb0b8..fe9c1a39b5 100644 --- a/Content.Server/AI/Utility/Actions/IAiUtility.cs +++ b/Content.Server/AI/Utility/Actions/IAiUtility.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.AI.Utility.Actions { public interface IAiUtility diff --git a/Content.Server/AI/Utility/Actions/Idle/CloseLastEntityStorage.cs b/Content.Server/AI/Utility/Actions/Idle/CloseLastEntityStorage.cs index 7e467e3e3d..24df7aec9b 100644 --- a/Content.Server/AI/Utility/Actions/Idle/CloseLastEntityStorage.cs +++ b/Content.Server/AI/Utility/Actions/Idle/CloseLastEntityStorage.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators; using Content.Server.AI.Operators.Inventory; using Content.Server.AI.Operators.Movement; @@ -10,7 +8,6 @@ using Content.Server.AI.Utility.Considerations.State; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Inventory; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Idle { diff --git a/Content.Server/AI/Utility/Actions/Idle/WanderAndWait.cs b/Content.Server/AI/Utility/Actions/Idle/WanderAndWait.cs index 4422837905..a49f6e80c7 100644 --- a/Content.Server/AI/Utility/Actions/Idle/WanderAndWait.cs +++ b/Content.Server/AI/Utility/Actions/Idle/WanderAndWait.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators; using Content.Server.AI.Operators.Generic; using Content.Server.AI.Operators.Movement; @@ -8,8 +6,6 @@ using Content.Server.AI.Pathfinding.Accessible; using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.ActionBlocker; using Content.Server.AI.WorldState; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Random; diff --git a/Content.Server/AI/Utility/Actions/Nutrition/Drink/PickUpDrink.cs b/Content.Server/AI/Utility/Actions/Nutrition/Drink/PickUpDrink.cs index 0987af5f08..edbdfcef36 100644 --- a/Content.Server/AI/Utility/Actions/Nutrition/Drink/PickUpDrink.cs +++ b/Content.Server/AI/Utility/Actions/Nutrition/Drink/PickUpDrink.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators.Sequences; using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.Containers; @@ -7,8 +5,6 @@ using Content.Server.AI.Utility.Considerations.Movement; using Content.Server.AI.Utility.Considerations.Nutrition.Drink; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Nutrition.Drink { diff --git a/Content.Server/AI/Utility/Actions/Nutrition/Drink/UseDrinkInInventory.cs b/Content.Server/AI/Utility/Actions/Nutrition/Drink/UseDrinkInInventory.cs index fe18717229..a68fa5e024 100644 --- a/Content.Server/AI/Utility/Actions/Nutrition/Drink/UseDrinkInInventory.cs +++ b/Content.Server/AI/Utility/Actions/Nutrition/Drink/UseDrinkInInventory.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators; using Content.Server.AI.Operators.Inventory; using Content.Server.AI.Operators.Nutrition; @@ -8,8 +6,6 @@ using Content.Server.AI.Utility.Considerations.Inventory; using Content.Server.AI.Utility.Considerations.Nutrition.Drink; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Nutrition.Drink { diff --git a/Content.Server/AI/Utility/Actions/Nutrition/Food/PickUpFood.cs b/Content.Server/AI/Utility/Actions/Nutrition/Food/PickUpFood.cs index b4760e884e..8303f502d2 100644 --- a/Content.Server/AI/Utility/Actions/Nutrition/Food/PickUpFood.cs +++ b/Content.Server/AI/Utility/Actions/Nutrition/Food/PickUpFood.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators.Sequences; using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.Containers; @@ -7,8 +5,6 @@ using Content.Server.AI.Utility.Considerations.Movement; using Content.Server.AI.Utility.Considerations.Nutrition.Food; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Nutrition.Food { diff --git a/Content.Server/AI/Utility/Actions/Nutrition/Food/UseFoodInInventory.cs b/Content.Server/AI/Utility/Actions/Nutrition/Food/UseFoodInInventory.cs index 6b76794694..cf0475aa33 100644 --- a/Content.Server/AI/Utility/Actions/Nutrition/Food/UseFoodInInventory.cs +++ b/Content.Server/AI/Utility/Actions/Nutrition/Food/UseFoodInInventory.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators; using Content.Server.AI.Operators.Inventory; using Content.Server.AI.Operators.Nutrition; @@ -8,8 +6,6 @@ using Content.Server.AI.Utility.Considerations.Inventory; using Content.Server.AI.Utility.Considerations.Nutrition.Food; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Actions.Nutrition.Food { diff --git a/Content.Server/AI/Utility/Actions/Test/MoveRightAndLeftTen.cs b/Content.Server/AI/Utility/Actions/Test/MoveRightAndLeftTen.cs index b1bfe66c1d..f78d3b3e61 100644 --- a/Content.Server/AI/Utility/Actions/Test/MoveRightAndLeftTen.cs +++ b/Content.Server/AI/Utility/Actions/Test/MoveRightAndLeftTen.cs @@ -1,12 +1,7 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators; using Content.Server.AI.Operators.Movement; using Content.Server.AI.Utility.Considerations; using Content.Server.AI.WorldState; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; namespace Content.Server.AI.Utility.Actions.Test { diff --git a/Content.Server/AI/Utility/Actions/UtilityAction.cs b/Content.Server/AI/Utility/Actions/UtilityAction.cs index 9d8b48ee27..203e94d1d9 100644 --- a/Content.Server/AI/Utility/Actions/UtilityAction.cs +++ b/Content.Server/AI/Utility/Actions/UtilityAction.cs @@ -1,9 +1,6 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Operators; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States.Utility; -using Robust.Shared.GameObjects; using Robust.Shared.Utility; namespace Content.Server.AI.Utility.Actions diff --git a/Content.Server/AI/Utility/BehaviorSetPrototype.cs b/Content.Server/AI/Utility/BehaviorSetPrototype.cs index dc6d0e162c..c0e964b901 100644 --- a/Content.Server/AI/Utility/BehaviorSetPrototype.cs +++ b/Content.Server/AI/Utility/BehaviorSetPrototype.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.AI.Utility { diff --git a/Content.Server/AI/Utility/Considerations/ActionBlocker/CanMoveCon.cs b/Content.Server/AI/Utility/Considerations/ActionBlocker/CanMoveCon.cs index 1d4baad450..00485c0f8e 100644 --- a/Content.Server/AI/Utility/Considerations/ActionBlocker/CanMoveCon.cs +++ b/Content.Server/AI/Utility/Considerations/ActionBlocker/CanMoveCon.cs @@ -1,8 +1,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Shared.ActionBlocker; -using Content.Shared.Movement; -using Robust.Shared.GameObjects; namespace Content.Server.AI.Utility.Considerations.ActionBlocker { diff --git a/Content.Server/AI/Utility/Considerations/Clothing/ClothingInInventoryCon.cs b/Content.Server/AI/Utility/Considerations/Clothing/ClothingInInventoryCon.cs index 3717d90563..d49f8d6394 100644 --- a/Content.Server/AI/Utility/Considerations/Clothing/ClothingInInventoryCon.cs +++ b/Content.Server/AI/Utility/Considerations/Clothing/ClothingInInventoryCon.cs @@ -3,8 +3,6 @@ using Content.Server.AI.WorldState.States.Clothing; using Content.Server.AI.WorldState.States.Inventory; using Content.Server.Clothing.Components; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Clothing { diff --git a/Content.Server/AI/Utility/Considerations/Clothing/ClothingInSlotCon.cs b/Content.Server/AI/Utility/Considerations/Clothing/ClothingInSlotCon.cs index 74999afefd..572f26598e 100644 --- a/Content.Server/AI/Utility/Considerations/Clothing/ClothingInSlotCon.cs +++ b/Content.Server/AI/Utility/Considerations/Clothing/ClothingInSlotCon.cs @@ -1,6 +1,5 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States.Clothing; -using Content.Shared.Inventory; namespace Content.Server.AI.Utility.Considerations.Clothing { diff --git a/Content.Server/AI/Utility/Considerations/Combat/Melee/CanUnarmedCombatCon.cs b/Content.Server/AI/Utility/Considerations/Combat/Melee/CanUnarmedCombatCon.cs index 07f8990b31..3bb6001067 100644 --- a/Content.Server/AI/Utility/Considerations/Combat/Melee/CanUnarmedCombatCon.cs +++ b/Content.Server/AI/Utility/Considerations/Combat/Melee/CanUnarmedCombatCon.cs @@ -1,8 +1,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Server.Weapon.Melee.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Combat.Melee { diff --git a/Content.Server/AI/Utility/Considerations/Combat/Melee/HasMeleeWeaponCon.cs b/Content.Server/AI/Utility/Considerations/Combat/Melee/HasMeleeWeaponCon.cs index 7208b6d533..3c15ca558f 100644 --- a/Content.Server/AI/Utility/Considerations/Combat/Melee/HasMeleeWeaponCon.cs +++ b/Content.Server/AI/Utility/Considerations/Combat/Melee/HasMeleeWeaponCon.cs @@ -1,8 +1,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States.Inventory; using Content.Server.Weapon.Melee.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Combat.Melee { diff --git a/Content.Server/AI/Utility/Considerations/Combat/Melee/MeleeWeaponDamageCon.cs b/Content.Server/AI/Utility/Considerations/Combat/Melee/MeleeWeaponDamageCon.cs index 6c5c317bed..7a6502b943 100644 --- a/Content.Server/AI/Utility/Considerations/Combat/Melee/MeleeWeaponDamageCon.cs +++ b/Content.Server/AI/Utility/Considerations/Combat/Melee/MeleeWeaponDamageCon.cs @@ -1,8 +1,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States.Combat; using Content.Server.Weapon.Melee.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Combat.Melee { diff --git a/Content.Server/AI/Utility/Considerations/Combat/Melee/MeleeWeaponEquippedCon.cs b/Content.Server/AI/Utility/Considerations/Combat/Melee/MeleeWeaponEquippedCon.cs index 60a383e9cb..507a724251 100644 --- a/Content.Server/AI/Utility/Considerations/Combat/Melee/MeleeWeaponEquippedCon.cs +++ b/Content.Server/AI/Utility/Considerations/Combat/Melee/MeleeWeaponEquippedCon.cs @@ -1,8 +1,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States.Inventory; using Content.Server.Weapon.Melee.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Combat.Melee { diff --git a/Content.Server/AI/Utility/Considerations/Combat/Melee/MeleeWeaponSpeedCon.cs b/Content.Server/AI/Utility/Considerations/Combat/Melee/MeleeWeaponSpeedCon.cs index d84c977509..68334191de 100644 --- a/Content.Server/AI/Utility/Considerations/Combat/Melee/MeleeWeaponSpeedCon.cs +++ b/Content.Server/AI/Utility/Considerations/Combat/Melee/MeleeWeaponSpeedCon.cs @@ -1,8 +1,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States.Combat; using Content.Server.Weapon.Melee.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Combat.Melee { diff --git a/Content.Server/AI/Utility/Considerations/Combat/TargetHealthCon.cs b/Content.Server/AI/Utility/Considerations/Combat/TargetHealthCon.cs index 47f23d0f41..74065dfd8a 100644 --- a/Content.Server/AI/Utility/Considerations/Combat/TargetHealthCon.cs +++ b/Content.Server/AI/Utility/Considerations/Combat/TargetHealthCon.cs @@ -1,8 +1,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Shared.Damage; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Combat { diff --git a/Content.Server/AI/Utility/Considerations/Combat/TargetIsCritCon.cs b/Content.Server/AI/Utility/Considerations/Combat/TargetIsCritCon.cs index 37b3f99552..1c0e698093 100644 --- a/Content.Server/AI/Utility/Considerations/Combat/TargetIsCritCon.cs +++ b/Content.Server/AI/Utility/Considerations/Combat/TargetIsCritCon.cs @@ -1,8 +1,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Shared.MobState.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Combat { diff --git a/Content.Server/AI/Utility/Considerations/Combat/TargetIsDeadCon.cs b/Content.Server/AI/Utility/Considerations/Combat/TargetIsDeadCon.cs index 26622c9723..bc1568857b 100644 --- a/Content.Server/AI/Utility/Considerations/Combat/TargetIsDeadCon.cs +++ b/Content.Server/AI/Utility/Considerations/Combat/TargetIsDeadCon.cs @@ -1,8 +1,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Shared.MobState.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Combat { diff --git a/Content.Server/AI/Utility/Considerations/Consideration.cs b/Content.Server/AI/Utility/Considerations/Consideration.cs index e7212bf1dd..07e4119449 100644 --- a/Content.Server/AI/Utility/Considerations/Consideration.cs +++ b/Content.Server/AI/Utility/Considerations/Consideration.cs @@ -1,8 +1,6 @@ -using System; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States.Utility; using JetBrains.Annotations; -using Robust.Shared.Maths; namespace Content.Server.AI.Utility.Considerations { diff --git a/Content.Server/AI/Utility/Considerations/ConsiderationsManager.cs b/Content.Server/AI/Utility/Considerations/ConsiderationsManager.cs index c5bb9671cc..6465bb24b4 100644 --- a/Content.Server/AI/Utility/Considerations/ConsiderationsManager.cs +++ b/Content.Server/AI/Utility/Considerations/ConsiderationsManager.cs @@ -1,6 +1,3 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.IoC; using Robust.Shared.Reflection; namespace Content.Server.AI.Utility.Considerations diff --git a/Content.Server/AI/Utility/Considerations/Containers/TargetAccessibleCon.cs b/Content.Server/AI/Utility/Considerations/Containers/TargetAccessibleCon.cs index ab6b76806b..c502210de6 100644 --- a/Content.Server/AI/Utility/Considerations/Containers/TargetAccessibleCon.cs +++ b/Content.Server/AI/Utility/Considerations/Containers/TargetAccessibleCon.cs @@ -4,8 +4,6 @@ using Content.Server.AI.WorldState.States; using Content.Server.Storage.Components; using Content.Shared.Interaction; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Containers { diff --git a/Content.Server/AI/Utility/Considerations/Hands/FreeHandCon.cs b/Content.Server/AI/Utility/Considerations/Hands/FreeHandCon.cs index 507f00f455..d0f2520b9c 100644 --- a/Content.Server/AI/Utility/Considerations/Hands/FreeHandCon.cs +++ b/Content.Server/AI/Utility/Considerations/Hands/FreeHandCon.cs @@ -1,7 +1,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Shared.Hands.Components; -using System.Linq; namespace Content.Server.AI.Utility.Considerations.Hands { diff --git a/Content.Server/AI/Utility/Considerations/Inventory/CanPutTargetInInventoryCon.cs b/Content.Server/AI/Utility/Considerations/Inventory/CanPutTargetInInventoryCon.cs index 52aa6dabf8..4d47356d45 100644 --- a/Content.Server/AI/Utility/Considerations/Inventory/CanPutTargetInInventoryCon.cs +++ b/Content.Server/AI/Utility/Considerations/Inventory/CanPutTargetInInventoryCon.cs @@ -3,8 +3,6 @@ using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Hands; using Content.Server.AI.WorldState.States.Inventory; using Content.Shared.Item; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Inventory { diff --git a/Content.Server/AI/Utility/Considerations/Inventory/TargetInOurInventoryCon.cs b/Content.Server/AI/Utility/Considerations/Inventory/TargetInOurInventoryCon.cs index d039626f02..0eaccfcfea 100644 --- a/Content.Server/AI/Utility/Considerations/Inventory/TargetInOurInventoryCon.cs +++ b/Content.Server/AI/Utility/Considerations/Inventory/TargetInOurInventoryCon.cs @@ -2,8 +2,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Inventory; using Content.Shared.Item; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Inventory { diff --git a/Content.Server/AI/Utility/Considerations/Movement/TargetDistanceCon.cs b/Content.Server/AI/Utility/Considerations/Movement/TargetDistanceCon.cs index db4bcc0263..d14023599c 100644 --- a/Content.Server/AI/Utility/Considerations/Movement/TargetDistanceCon.cs +++ b/Content.Server/AI/Utility/Considerations/Movement/TargetDistanceCon.cs @@ -1,7 +1,5 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Movement { diff --git a/Content.Server/AI/Utility/Considerations/Nutrition/Drink/DrinkValueCon.cs b/Content.Server/AI/Utility/Considerations/Nutrition/Drink/DrinkValueCon.cs index 12e3d7172b..e2d97f2d51 100644 --- a/Content.Server/AI/Utility/Considerations/Nutrition/Drink/DrinkValueCon.cs +++ b/Content.Server/AI/Utility/Considerations/Nutrition/Drink/DrinkValueCon.cs @@ -2,8 +2,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Server.Chemistry.EntitySystems; using Content.Server.Nutrition.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Nutrition.Drink { diff --git a/Content.Server/AI/Utility/Considerations/Nutrition/Drink/ThirstCon.cs b/Content.Server/AI/Utility/Considerations/Nutrition/Drink/ThirstCon.cs index 5613b922b8..c6dc789ed8 100644 --- a/Content.Server/AI/Utility/Considerations/Nutrition/Drink/ThirstCon.cs +++ b/Content.Server/AI/Utility/Considerations/Nutrition/Drink/ThirstCon.cs @@ -1,9 +1,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Server.Nutrition.Components; -using Content.Shared.Nutrition.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Nutrition.Drink { diff --git a/Content.Server/AI/Utility/Considerations/Nutrition/Food/FoodValueCon.cs b/Content.Server/AI/Utility/Considerations/Nutrition/Food/FoodValueCon.cs index d37b71823c..4ae26050a6 100644 --- a/Content.Server/AI/Utility/Considerations/Nutrition/Food/FoodValueCon.cs +++ b/Content.Server/AI/Utility/Considerations/Nutrition/Food/FoodValueCon.cs @@ -2,8 +2,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Server.Chemistry.EntitySystems; using Content.Server.Nutrition.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Nutrition.Food { diff --git a/Content.Server/AI/Utility/Considerations/Nutrition/Food/HungerCon.cs b/Content.Server/AI/Utility/Considerations/Nutrition/Food/HungerCon.cs index 29a0157683..75da9b4c0e 100644 --- a/Content.Server/AI/Utility/Considerations/Nutrition/Food/HungerCon.cs +++ b/Content.Server/AI/Utility/Considerations/Nutrition/Food/HungerCon.cs @@ -2,8 +2,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Server.Nutrition.Components; using Content.Shared.Nutrition.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.Considerations.Nutrition.Food { diff --git a/Content.Server/AI/Utility/Considerations/State/StoredStateEntityIsNullCon.cs b/Content.Server/AI/Utility/Considerations/State/StoredStateEntityIsNullCon.cs index dced8ba625..fd7756931b 100644 --- a/Content.Server/AI/Utility/Considerations/State/StoredStateEntityIsNullCon.cs +++ b/Content.Server/AI/Utility/Considerations/State/StoredStateEntityIsNullCon.cs @@ -1,7 +1,5 @@ -using System; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States.Utility; -using Robust.Shared.GameObjects; namespace Content.Server.AI.Utility.Considerations.State { diff --git a/Content.Server/AI/Utility/Curves/LogisticCurve.cs b/Content.Server/AI/Utility/Curves/LogisticCurve.cs index fb21e2a550..54ee7d5dd4 100644 --- a/Content.Server/AI/Utility/Curves/LogisticCurve.cs +++ b/Content.Server/AI/Utility/Curves/LogisticCurve.cs @@ -1,5 +1,3 @@ -using System; - namespace Content.Server.AI.Utility.Curves { public struct LogisticCurve : IResponseCurve diff --git a/Content.Server/AI/Utility/Curves/QuadraticCurve.cs b/Content.Server/AI/Utility/Curves/QuadraticCurve.cs index 5933915aeb..20df18e652 100644 --- a/Content.Server/AI/Utility/Curves/QuadraticCurve.cs +++ b/Content.Server/AI/Utility/Curves/QuadraticCurve.cs @@ -1,5 +1,3 @@ -using System; - namespace Content.Server.AI.Utility.Curves { /// diff --git a/Content.Server/AI/Utility/ExpandableActions/Clothing/Gloves/EquipAnyGlovesExp.cs b/Content.Server/AI/Utility/ExpandableActions/Clothing/Gloves/EquipAnyGlovesExp.cs index 9ccd12744c..79994cced2 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Clothing/Gloves/EquipAnyGlovesExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Clothing/Gloves/EquipAnyGlovesExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Clothing.Gloves; using Content.Server.AI.Utility.Considerations; @@ -9,8 +7,6 @@ using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Inventory; using Content.Server.Clothing.Components; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Clothing.Gloves { diff --git a/Content.Server/AI/Utility/ExpandableActions/Clothing/Gloves/PickUpAnyNearbyGlovesExp.cs b/Content.Server/AI/Utility/ExpandableActions/Clothing/Gloves/PickUpAnyNearbyGlovesExp.cs index ed034fe91f..50ea0ee9ca 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Clothing/Gloves/PickUpAnyNearbyGlovesExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Clothing/Gloves/PickUpAnyNearbyGlovesExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Clothing.Gloves; using Content.Server.AI.Utility.Considerations; @@ -9,8 +7,6 @@ using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Clothing; using Content.Server.Clothing.Components; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Clothing.Gloves { diff --git a/Content.Server/AI/Utility/ExpandableActions/Clothing/Head/EquipAnyHeadExp.cs b/Content.Server/AI/Utility/ExpandableActions/Clothing/Head/EquipAnyHeadExp.cs index f09527387b..ee2658ecde 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Clothing/Head/EquipAnyHeadExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Clothing/Head/EquipAnyHeadExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Clothing.Head; using Content.Server.AI.Utility.Considerations; @@ -9,8 +7,6 @@ using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Inventory; using Content.Server.Clothing.Components; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Clothing.Head { diff --git a/Content.Server/AI/Utility/ExpandableActions/Clothing/Head/PickUpAnyNearbyHeadExp.cs b/Content.Server/AI/Utility/ExpandableActions/Clothing/Head/PickUpAnyNearbyHeadExp.cs index 4367ceaad7..74b95c917b 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Clothing/Head/PickUpAnyNearbyHeadExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Clothing/Head/PickUpAnyNearbyHeadExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Clothing.Head; using Content.Server.AI.Utility.Considerations; @@ -9,8 +7,6 @@ using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Clothing; using Content.Server.Clothing.Components; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Clothing.Head { diff --git a/Content.Server/AI/Utility/ExpandableActions/Clothing/OuterClothing/EquipAnyOuterClothingExp.cs b/Content.Server/AI/Utility/ExpandableActions/Clothing/OuterClothing/EquipAnyOuterClothingExp.cs index 930b8f8007..d8f37644d9 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Clothing/OuterClothing/EquipAnyOuterClothingExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Clothing/OuterClothing/EquipAnyOuterClothingExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Clothing.OuterClothing; using Content.Server.AI.Utility.Considerations; @@ -9,8 +7,6 @@ using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Inventory; using Content.Server.Clothing.Components; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Clothing.OuterClothing { diff --git a/Content.Server/AI/Utility/ExpandableActions/Clothing/OuterClothing/PickUpAnyNearbyOuterClothingExp.cs b/Content.Server/AI/Utility/ExpandableActions/Clothing/OuterClothing/PickUpAnyNearbyOuterClothingExp.cs index b6016d304f..a1c6164337 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Clothing/OuterClothing/PickUpAnyNearbyOuterClothingExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Clothing/OuterClothing/PickUpAnyNearbyOuterClothingExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Clothing.OuterClothing; using Content.Server.AI.Utility.Considerations; @@ -9,8 +7,6 @@ using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Clothing; using Content.Server.Clothing.Components; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Clothing.OuterClothing { diff --git a/Content.Server/AI/Utility/ExpandableActions/Clothing/Shoes/EquipAnyShoesExp.cs b/Content.Server/AI/Utility/ExpandableActions/Clothing/Shoes/EquipAnyShoesExp.cs index 15ab7d4c08..84235e8cad 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Clothing/Shoes/EquipAnyShoesExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Clothing/Shoes/EquipAnyShoesExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Clothing.Shoes; using Content.Server.AI.Utility.Considerations; @@ -9,8 +7,6 @@ using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Inventory; using Content.Server.Clothing.Components; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Clothing.Shoes { diff --git a/Content.Server/AI/Utility/ExpandableActions/Clothing/Shoes/PickUpAnyNearbyShoesExp.cs b/Content.Server/AI/Utility/ExpandableActions/Clothing/Shoes/PickUpAnyNearbyShoesExp.cs index 597c1946fe..f60402a1d9 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Clothing/Shoes/PickUpAnyNearbyShoesExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Clothing/Shoes/PickUpAnyNearbyShoesExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Clothing.Shoes; using Content.Server.AI.Utility.Considerations; @@ -9,8 +7,6 @@ using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Clothing; using Content.Server.Clothing.Components; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Clothing.Shoes { diff --git a/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/EquipMeleeExp.cs b/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/EquipMeleeExp.cs index ef5ba1d2c2..7d54211661 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/EquipMeleeExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/EquipMeleeExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Combat.Melee; using Content.Server.AI.Utility.Considerations; @@ -8,8 +6,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Inventory; using Content.Server.Weapon.Melee.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Combat.Melee { diff --git a/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/MeleeAttackNearbyExp.cs b/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/MeleeAttackNearbyExp.cs index 59d0f9a3d7..55dd33bf86 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/MeleeAttackNearbyExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/MeleeAttackNearbyExp.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using Content.Server.AI.Components; +using Content.Server.AI.Components; using Content.Server.AI.EntitySystems; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Combat.Melee; @@ -8,8 +6,6 @@ using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.Combat.Melee; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Combat.Melee { diff --git a/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/PickUpMeleeWeaponExp.cs b/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/PickUpMeleeWeaponExp.cs index 9b57beed6b..f0145cff42 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/PickUpMeleeWeaponExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/PickUpMeleeWeaponExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Combat.Melee; using Content.Server.AI.Utility.Considerations; @@ -8,7 +6,6 @@ using Content.Server.AI.Utility.Considerations.Hands; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Combat.Nearby; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Combat.Melee { diff --git a/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/UnarmedAttackNearbyHostilesExp.cs b/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/UnarmedAttackNearbyHostilesExp.cs index 2d06446922..bd8631ffeb 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/UnarmedAttackNearbyHostilesExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Combat/Melee/UnarmedAttackNearbyHostilesExp.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using Content.Server.AI.Components; +using Content.Server.AI.Components; using Content.Server.AI.EntitySystems; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Combat.Melee; @@ -8,8 +6,6 @@ using Content.Server.AI.Utility.Considerations; using Content.Server.AI.Utility.Considerations.Combat.Melee; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Combat.Melee { diff --git a/Content.Server/AI/Utility/ExpandableActions/ExpandableUtilityAction.cs b/Content.Server/AI/Utility/ExpandableActions/ExpandableUtilityAction.cs index 8a4278a601..6dc97af18b 100644 --- a/Content.Server/AI/Utility/ExpandableActions/ExpandableUtilityAction.cs +++ b/Content.Server/AI/Utility/ExpandableActions/ExpandableUtilityAction.cs @@ -1,8 +1,5 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.WorldState; -using Robust.Shared.GameObjects; namespace Content.Server.AI.Utility.ExpandableActions { diff --git a/Content.Server/AI/Utility/ExpandableActions/Nutrition/PickUpNearbyDrinkExp.cs b/Content.Server/AI/Utility/ExpandableActions/Nutrition/PickUpNearbyDrinkExp.cs index aa44497970..eeae2faaa2 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Nutrition/PickUpNearbyDrinkExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Nutrition/PickUpNearbyDrinkExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Nutrition.Drink; using Content.Server.AI.Utility.Considerations; @@ -8,7 +6,6 @@ using Content.Server.AI.Utility.Considerations.Nutrition.Drink; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Nutrition; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Nutrition { diff --git a/Content.Server/AI/Utility/ExpandableActions/Nutrition/PickUpNearbyFoodExp.cs b/Content.Server/AI/Utility/ExpandableActions/Nutrition/PickUpNearbyFoodExp.cs index 2166a7c703..b206a525ff 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Nutrition/PickUpNearbyFoodExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Nutrition/PickUpNearbyFoodExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Nutrition.Food; using Content.Server.AI.Utility.Considerations; @@ -8,7 +6,6 @@ using Content.Server.AI.Utility.Considerations.Nutrition.Food; using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Nutrition; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Nutrition { diff --git a/Content.Server/AI/Utility/ExpandableActions/Nutrition/UseDrinkInInventoryExp.cs b/Content.Server/AI/Utility/ExpandableActions/Nutrition/UseDrinkInInventoryExp.cs index 4ba283ae27..0877ed0568 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Nutrition/UseDrinkInInventoryExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Nutrition/UseDrinkInInventoryExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Nutrition.Drink; using Content.Server.AI.Utility.Considerations; @@ -8,8 +6,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Inventory; using Content.Server.Nutrition.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Nutrition { diff --git a/Content.Server/AI/Utility/ExpandableActions/Nutrition/UseFoodInInventoryExp.cs b/Content.Server/AI/Utility/ExpandableActions/Nutrition/UseFoodInInventoryExp.cs index dcba00439a..54270a9555 100644 --- a/Content.Server/AI/Utility/ExpandableActions/Nutrition/UseFoodInInventoryExp.cs +++ b/Content.Server/AI/Utility/ExpandableActions/Nutrition/UseFoodInInventoryExp.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.Actions.Nutrition.Food; using Content.Server.AI.Utility.Considerations; @@ -8,8 +6,6 @@ using Content.Server.AI.WorldState; using Content.Server.AI.WorldState.States; using Content.Server.AI.WorldState.States.Inventory; using Content.Server.Nutrition.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility.ExpandableActions.Nutrition { diff --git a/Content.Server/AI/Utility/NpcBehaviorManager.cs b/Content.Server/AI/Utility/NpcBehaviorManager.cs index 8c0680d6e4..4e40203fa5 100644 --- a/Content.Server/AI/Utility/NpcBehaviorManager.cs +++ b/Content.Server/AI/Utility/NpcBehaviorManager.cs @@ -1,11 +1,6 @@ -using System; -using System.Collections.Generic; using Content.Server.AI.EntitySystems; using Content.Server.AI.Utility.Actions; using Content.Server.AI.Utility.AiLogic; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Prototypes; using Robust.Shared.Reflection; diff --git a/Content.Server/AI/Utility/UtilityAiHelpers.cs b/Content.Server/AI/Utility/UtilityAiHelpers.cs index 733ad15029..b7b92f2111 100644 --- a/Content.Server/AI/Utility/UtilityAiHelpers.cs +++ b/Content.Server/AI/Utility/UtilityAiHelpers.cs @@ -1,8 +1,6 @@ using Content.Server.AI.Components; using Content.Server.AI.Utility.AiLogic; using Content.Server.AI.WorldState; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.Utility { diff --git a/Content.Server/AI/Utils/Visibility.cs b/Content.Server/AI/Utils/Visibility.cs index 772b94d63e..9e74eff222 100644 --- a/Content.Server/AI/Utils/Visibility.cs +++ b/Content.Server/AI/Utils/Visibility.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; using System.Linq; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.AI.Utils diff --git a/Content.Server/AI/WorldState/Blackboard.cs b/Content.Server/AI/WorldState/Blackboard.cs index 83eecd0f83..956f6abe5a 100644 --- a/Content.Server/AI/WorldState/Blackboard.cs +++ b/Content.Server/AI/WorldState/Blackboard.cs @@ -1,8 +1,3 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; - namespace Content.Server.AI.WorldState { /// diff --git a/Content.Server/AI/WorldState/BlackboardManager.cs b/Content.Server/AI/WorldState/BlackboardManager.cs index db33bb8b49..d8cf123b04 100644 --- a/Content.Server/AI/WorldState/BlackboardManager.cs +++ b/Content.Server/AI/WorldState/BlackboardManager.cs @@ -1,6 +1,3 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.IoC; using Robust.Shared.Reflection; using Robust.Shared.Utility; diff --git a/Content.Server/AI/WorldState/StateData.cs b/Content.Server/AI/WorldState/StateData.cs index ad55329f53..0e38d602de 100644 --- a/Content.Server/AI/WorldState/StateData.cs +++ b/Content.Server/AI/WorldState/StateData.cs @@ -1,6 +1,3 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Timing; namespace Content.Server.AI.WorldState diff --git a/Content.Server/AI/WorldState/States/Clothing/EquippedClothingState.cs b/Content.Server/AI/WorldState/States/Clothing/EquippedClothingState.cs index 7c4498961a..b4075a4b32 100644 --- a/Content.Server/AI/WorldState/States/Clothing/EquippedClothingState.cs +++ b/Content.Server/AI/WorldState/States/Clothing/EquippedClothingState.cs @@ -1,10 +1,5 @@ -using System.Collections.Generic; using Content.Shared.Inventory; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Prototypes; -using InventoryComponent = Content.Shared.Inventory.InventoryComponent; namespace Content.Server.AI.WorldState.States.Clothing { diff --git a/Content.Server/AI/WorldState/States/Clothing/NearbyClothingState.cs b/Content.Server/AI/WorldState/States/Clothing/NearbyClothingState.cs index 6a4ec2839f..d335c9a34d 100644 --- a/Content.Server/AI/WorldState/States/Clothing/NearbyClothingState.cs +++ b/Content.Server/AI/WorldState/States/Clothing/NearbyClothingState.cs @@ -1,13 +1,9 @@ -using System.Collections.Generic; using Content.Server.AI.Components; using Content.Server.AI.Utils; using Content.Server.Clothing.Components; using Content.Server.Storage.Components; using JetBrains.Annotations; using Robust.Server.Containers; -using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.WorldState.States.Clothing { diff --git a/Content.Server/AI/WorldState/States/Combat/Nearby/NearbyMeleeWeapons.cs b/Content.Server/AI/WorldState/States/Combat/Nearby/NearbyMeleeWeapons.cs index 7e6b1e6024..34f11d4c29 100644 --- a/Content.Server/AI/WorldState/States/Combat/Nearby/NearbyMeleeWeapons.cs +++ b/Content.Server/AI/WorldState/States/Combat/Nearby/NearbyMeleeWeapons.cs @@ -1,10 +1,7 @@ -using System.Collections.Generic; using Content.Server.AI.Components; using Content.Server.AI.Utils; using Content.Server.Weapon.Melee.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.WorldState.States.Combat.Nearby { diff --git a/Content.Server/AI/WorldState/States/Combat/WeaponEntityState.cs b/Content.Server/AI/WorldState/States/Combat/WeaponEntityState.cs index 136065587b..51c1641330 100644 --- a/Content.Server/AI/WorldState/States/Combat/WeaponEntityState.cs +++ b/Content.Server/AI/WorldState/States/Combat/WeaponEntityState.cs @@ -1,5 +1,4 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.AI.WorldState.States.Combat { diff --git a/Content.Server/AI/WorldState/States/Hands/AnyFreeHandState.cs b/Content.Server/AI/WorldState/States/Hands/AnyFreeHandState.cs index 7ecc1f298a..076d42b1e1 100644 --- a/Content.Server/AI/WorldState/States/Hands/AnyFreeHandState.cs +++ b/Content.Server/AI/WorldState/States/Hands/AnyFreeHandState.cs @@ -1,8 +1,5 @@ -using Content.Server.Hands.Components; using Content.Shared.Hands.EntitySystems; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.WorldState.States.Hands { diff --git a/Content.Server/AI/WorldState/States/Inventory/EquippedEntityState.cs b/Content.Server/AI/WorldState/States/Inventory/EquippedEntityState.cs index c2560f8bd1..3cd7780588 100644 --- a/Content.Server/AI/WorldState/States/Inventory/EquippedEntityState.cs +++ b/Content.Server/AI/WorldState/States/Inventory/EquippedEntityState.cs @@ -1,7 +1,5 @@ using Content.Server.Hands.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.WorldState.States.Inventory { diff --git a/Content.Server/AI/WorldState/States/Inventory/LastOpenedStorageState.cs b/Content.Server/AI/WorldState/States/Inventory/LastOpenedStorageState.cs index 9471791287..3ebbd5ebec 100644 --- a/Content.Server/AI/WorldState/States/Inventory/LastOpenedStorageState.cs +++ b/Content.Server/AI/WorldState/States/Inventory/LastOpenedStorageState.cs @@ -1,7 +1,4 @@ using Content.Server.Storage.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; namespace Content.Server.AI.WorldState.States.Inventory { diff --git a/Content.Server/AI/WorldState/States/Mobs/NearbyBodiesState.cs b/Content.Server/AI/WorldState/States/Mobs/NearbyBodiesState.cs index 98209d1f96..b4128ac7ca 100644 --- a/Content.Server/AI/WorldState/States/Mobs/NearbyBodiesState.cs +++ b/Content.Server/AI/WorldState/States/Mobs/NearbyBodiesState.cs @@ -1,10 +1,7 @@ -using System.Collections.Generic; -using Content.Server.AI.Components; +using Content.Server.AI.Components; using Content.Server.AI.Utils; using Content.Shared.Body.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.WorldState.States.Mobs { diff --git a/Content.Server/AI/WorldState/States/Mobs/NearbyPlayersState.cs b/Content.Server/AI/WorldState/States/Mobs/NearbyPlayersState.cs index e3b1c64226..0edc69377b 100644 --- a/Content.Server/AI/WorldState/States/Mobs/NearbyPlayersState.cs +++ b/Content.Server/AI/WorldState/States/Mobs/NearbyPlayersState.cs @@ -1,9 +1,6 @@ -using System.Collections.Generic; using Content.Server.AI.Components; using Content.Shared.Damage; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Player; namespace Content.Server.AI.WorldState.States.Mobs diff --git a/Content.Server/AI/WorldState/States/Movement/MoveTargetState.cs b/Content.Server/AI/WorldState/States/Movement/MoveTargetState.cs index ad40860f68..f6e5d80c24 100644 --- a/Content.Server/AI/WorldState/States/Movement/MoveTargetState.cs +++ b/Content.Server/AI/WorldState/States/Movement/MoveTargetState.cs @@ -1,5 +1,4 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.AI.WorldState.States.Movement { diff --git a/Content.Server/AI/WorldState/States/Nutrition/HungryState.cs b/Content.Server/AI/WorldState/States/Nutrition/HungryState.cs index a9c9da5f74..11e5d07948 100644 --- a/Content.Server/AI/WorldState/States/Nutrition/HungryState.cs +++ b/Content.Server/AI/WorldState/States/Nutrition/HungryState.cs @@ -1,9 +1,6 @@ -using System; using Content.Server.Nutrition.Components; using Content.Shared.Nutrition.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.WorldState.States.Nutrition { diff --git a/Content.Server/AI/WorldState/States/Nutrition/NearbyDrinkState.cs b/Content.Server/AI/WorldState/States/Nutrition/NearbyDrinkState.cs index 1ff8f2d28e..db0ebfff84 100644 --- a/Content.Server/AI/WorldState/States/Nutrition/NearbyDrinkState.cs +++ b/Content.Server/AI/WorldState/States/Nutrition/NearbyDrinkState.cs @@ -1,12 +1,9 @@ -using System.Collections.Generic; using Content.Server.AI.Components; using Content.Server.AI.Utils; using Content.Server.Nutrition.Components; using Content.Server.Storage.Components; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.WorldState.States.Nutrition { diff --git a/Content.Server/AI/WorldState/States/Nutrition/NearbyFoodState.cs b/Content.Server/AI/WorldState/States/Nutrition/NearbyFoodState.cs index 156670cfd4..ae25a92645 100644 --- a/Content.Server/AI/WorldState/States/Nutrition/NearbyFoodState.cs +++ b/Content.Server/AI/WorldState/States/Nutrition/NearbyFoodState.cs @@ -1,12 +1,9 @@ -using System.Collections.Generic; using Content.Server.AI.Components; using Content.Server.AI.Utils; using Content.Server.Nutrition.Components; using Content.Server.Storage.Components; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.WorldState.States.Nutrition { diff --git a/Content.Server/AI/WorldState/States/Nutrition/ThirstyState.cs b/Content.Server/AI/WorldState/States/Nutrition/ThirstyState.cs index b29ccfe0fc..4e92284377 100644 --- a/Content.Server/AI/WorldState/States/Nutrition/ThirstyState.cs +++ b/Content.Server/AI/WorldState/States/Nutrition/ThirstyState.cs @@ -1,9 +1,5 @@ -using System; using Content.Server.Nutrition.Components; -using Content.Shared.Nutrition.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.AI.WorldState.States.Nutrition { diff --git a/Content.Server/AI/WorldState/States/SelfState.cs b/Content.Server/AI/WorldState/States/SelfState.cs index 889bad9fc8..7e25d63190 100644 --- a/Content.Server/AI/WorldState/States/SelfState.cs +++ b/Content.Server/AI/WorldState/States/SelfState.cs @@ -1,5 +1,4 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.AI.WorldState.States { diff --git a/Content.Server/AI/WorldState/States/TargetEntityState.cs b/Content.Server/AI/WorldState/States/TargetEntityState.cs index b6a2c857c7..3acdc60cd9 100644 --- a/Content.Server/AI/WorldState/States/TargetEntityState.cs +++ b/Content.Server/AI/WorldState/States/TargetEntityState.cs @@ -1,5 +1,4 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.AI.WorldState.States { diff --git a/Content.Server/AI/WorldState/States/Utility/StoredStateIsNullState.cs b/Content.Server/AI/WorldState/States/Utility/StoredStateIsNullState.cs index 9893af3258..5b1038f762 100644 --- a/Content.Server/AI/WorldState/States/Utility/StoredStateIsNullState.cs +++ b/Content.Server/AI/WorldState/States/Utility/StoredStateIsNullState.cs @@ -1,5 +1,3 @@ -using System; - namespace Content.Server.AI.WorldState.States.Utility { public sealed class StoredStateIsNullState : PlanningStateData diff --git a/Content.Server/AME/AMENodeGroup.cs b/Content.Server/AME/AMENodeGroup.cs index c434c1eb52..6f032522db 100644 --- a/Content.Server/AME/AMENodeGroup.cs +++ b/Content.Server/AME/AMENodeGroup.cs @@ -1,15 +1,10 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Server.AME.Components; using Content.Server.Explosion.EntitySystems; using Content.Server.NodeContainer.NodeGroups; using Content.Server.NodeContainer.Nodes; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Random; -using Robust.Shared.ViewVariables; namespace Content.Server.AME { diff --git a/Content.Server/AME/Components/AMEFuelContainerComponent.cs b/Content.Server/AME/Components/AMEFuelContainerComponent.cs index 6c06efea94..bdebf37cd3 100644 --- a/Content.Server/AME/Components/AMEFuelContainerComponent.cs +++ b/Content.Server/AME/Components/AMEFuelContainerComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; - namespace Content.Server.AME.Components { [RegisterComponent] diff --git a/Content.Server/AME/Components/AMEShieldComponent.cs b/Content.Server/AME/Components/AMEShieldComponent.cs index 0ac836e399..48fb5e21bd 100644 --- a/Content.Server/AME/Components/AMEShieldComponent.cs +++ b/Content.Server/AME/Components/AMEShieldComponent.cs @@ -1,9 +1,5 @@ -using System; -using Content.Shared.AME; +using Content.Shared.AME; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.ViewVariables; namespace Content.Server.AME.Components { diff --git a/Content.Server/Abilities/Mime/MimePowersSystem.cs b/Content.Server/Abilities/Mime/MimePowersSystem.cs index fe58f9ff41..d9bfcc5111 100644 --- a/Content.Server/Abilities/Mime/MimePowersSystem.cs +++ b/Content.Server/Abilities/Mime/MimePowersSystem.cs @@ -7,7 +7,6 @@ using Content.Shared.Physics; using Content.Shared.Doors.Components; using Content.Shared.Maps; using Content.Shared.MobState.Components; -using Content.Shared.Tag; using Robust.Shared.Player; using Robust.Shared.Physics; diff --git a/Content.Server/Access/AccessReaderChangeMessage.cs b/Content.Server/Access/AccessReaderChangeMessage.cs index ff2600a2b1..38c5a3e3d7 100644 --- a/Content.Server/Access/AccessReaderChangeMessage.cs +++ b/Content.Server/Access/AccessReaderChangeMessage.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Access { public sealed class AccessReaderChangeMessage : EntityEventArgs diff --git a/Content.Server/Access/Components/AgentIDCardComponent.cs b/Content.Server/Access/Components/AgentIDCardComponent.cs index cedb5e49d9..00fbbf4c5c 100644 --- a/Content.Server/Access/Components/AgentIDCardComponent.cs +++ b/Content.Server/Access/Components/AgentIDCardComponent.cs @@ -1,6 +1,3 @@ -using Content.Shared.Access.Systems; -using Content.Shared.PDA; - namespace Content.Server.Access.Components { [RegisterComponent] diff --git a/Content.Server/Access/Components/PresetIdCardComponent.cs b/Content.Server/Access/Components/PresetIdCardComponent.cs index 614aec6e59..76c650995b 100644 --- a/Content.Server/Access/Components/PresetIdCardComponent.cs +++ b/Content.Server/Access/Components/PresetIdCardComponent.cs @@ -1,9 +1,3 @@ -using Content.Shared.Roles; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Access.Components { [RegisterComponent] diff --git a/Content.Server/Access/Systems/IdCardConsoleSystem.cs b/Content.Server/Access/Systems/IdCardConsoleSystem.cs index 235a989cea..92dd6420d3 100644 --- a/Content.Server/Access/Systems/IdCardConsoleSystem.cs +++ b/Content.Server/Access/Systems/IdCardConsoleSystem.cs @@ -2,7 +2,6 @@ using Content.Server.Access.Components; using Content.Shared.Access.Systems; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; namespace Content.Server.Access.Systems { diff --git a/Content.Server/Access/Systems/IdCardSystem.cs b/Content.Server/Access/Systems/IdCardSystem.cs index 245a93f4d7..1889e2d1b0 100644 --- a/Content.Server/Access/Systems/IdCardSystem.cs +++ b/Content.Server/Access/Systems/IdCardSystem.cs @@ -1,7 +1,5 @@ using Content.Shared.Hands.Components; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Server.Kitchen.Components; @@ -10,7 +8,6 @@ using Content.Shared.Access; using Content.Shared.Access.Components; using Content.Shared.Access.Systems; using Content.Shared.PDA; -using Robust.Shared.IoC; using Robust.Shared.Player; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Server/Access/Systems/PresetIdCardSystem.cs b/Content.Server/Access/Systems/PresetIdCardSystem.cs index 6f0d74e963..ad706614da 100644 --- a/Content.Server/Access/Systems/PresetIdCardSystem.cs +++ b/Content.Server/Access/Systems/PresetIdCardSystem.cs @@ -1,11 +1,7 @@ using Content.Server.Access.Components; using Content.Shared.Access.Systems; using Content.Shared.Roles; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Prototypes; -using System; namespace Content.Server.Access.Systems { diff --git a/Content.Server/Actions/ActionsSystem.cs b/Content.Server/Actions/ActionsSystem.cs index 01c2fbe2c7..a0f6133eb9 100644 --- a/Content.Server/Actions/ActionsSystem.cs +++ b/Content.Server/Actions/ActionsSystem.cs @@ -1,5 +1,4 @@ using Content.Server.Chat; -using Content.Server.Chat.Managers; using Content.Shared.Actions; using Content.Shared.Actions.ActionTypes; using JetBrains.Annotations; diff --git a/Content.Server/Actions/Events/DisarmAttemptEvent.cs b/Content.Server/Actions/Events/DisarmAttemptEvent.cs index 844facda9b..162731d6b6 100644 --- a/Content.Server/Actions/Events/DisarmAttemptEvent.cs +++ b/Content.Server/Actions/Events/DisarmAttemptEvent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Actions.Events { public sealed class DisarmAttemptEvent : CancellableEntityEventArgs diff --git a/Content.Server/Administration/AdminCommandAttribute.cs b/Content.Server/Administration/AdminCommandAttribute.cs index b7e17c9c4d..e115be2ef8 100644 --- a/Content.Server/Administration/AdminCommandAttribute.cs +++ b/Content.Server/Administration/AdminCommandAttribute.cs @@ -1,5 +1,4 @@ -using System; -using Content.Shared.Administration; +using Content.Shared.Administration; using JetBrains.Annotations; using Robust.Shared.Console; diff --git a/Content.Server/Administration/AdminPermsChangedEventArgs.cs b/Content.Server/Administration/AdminPermsChangedEventArgs.cs index dee717e69b..24ca7aca68 100644 --- a/Content.Server/Administration/AdminPermsChangedEventArgs.cs +++ b/Content.Server/Administration/AdminPermsChangedEventArgs.cs @@ -1,5 +1,4 @@ -using System; -using Content.Shared.Administration; +using Content.Shared.Administration; using Robust.Server.Player; namespace Content.Server.Administration diff --git a/Content.Server/Administration/AdminSystem.cs b/Content.Server/Administration/AdminSystem.cs index 317b8ab4df..c4eae343ce 100644 --- a/Content.Server/Administration/AdminSystem.cs +++ b/Content.Server/Administration/AdminSystem.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using System.Globalization; using System.Linq; using Content.Server.Administration.Managers; @@ -9,8 +8,6 @@ using Content.Shared.Administration.Events; using Robust.Server.GameObjects; using Robust.Server.Player; using Robust.Shared.Enums; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Network; namespace Content.Server.Administration diff --git a/Content.Server/Administration/BwoinkSystem.cs b/Content.Server/Administration/BwoinkSystem.cs index 30807ca448..c4e28c5cf6 100644 --- a/Content.Server/Administration/BwoinkSystem.cs +++ b/Content.Server/Administration/BwoinkSystem.cs @@ -1,24 +1,15 @@ -using System; -using System.Collections.Concurrent; -using System.Collections.Generic; using System.Linq; using System.Net.Http; -using System.Net.Http.Json; using System.Text; using System.Text.Json; using System.Text.Json.Nodes; -using System.Threading; using Content.Server.Administration.Managers; using Content.Shared.Administration; using Content.Shared.CCVar; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Server.Player; using Robust.Shared; using Robust.Shared.Configuration; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Network; using Robust.Shared.Utility; using System.Text.Json.Serialization; diff --git a/Content.Server/Administration/Commands/AGhost.cs b/Content.Server/Administration/Commands/AGhost.cs index 15e5c01aa3..76a85bfa0c 100644 --- a/Content.Server/Administration/Commands/AGhost.cs +++ b/Content.Server/Administration/Commands/AGhost.cs @@ -5,8 +5,6 @@ using Content.Shared.Administration; using Content.Shared.Ghost; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/AddBodyPartCommand.cs b/Content.Server/Administration/Commands/AddBodyPartCommand.cs index 70f9896f1e..3fa18c04c7 100644 --- a/Content.Server/Administration/Commands/AddBodyPartCommand.cs +++ b/Content.Server/Administration/Commands/AddBodyPartCommand.cs @@ -1,9 +1,6 @@ using Content.Server.Body.Components; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/AddEntityStorageCommand.cs b/Content.Server/Administration/Commands/AddEntityStorageCommand.cs index 2fb5cf76e6..db07f257d2 100644 --- a/Content.Server/Administration/Commands/AddEntityStorageCommand.cs +++ b/Content.Server/Administration/Commands/AddEntityStorageCommand.cs @@ -1,9 +1,6 @@ using Content.Server.Storage.Components; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/AddMechanismCommand.cs b/Content.Server/Administration/Commands/AddMechanismCommand.cs index 34770972a6..d4c0bd6652 100644 --- a/Content.Server/Administration/Commands/AddMechanismCommand.cs +++ b/Content.Server/Administration/Commands/AddMechanismCommand.cs @@ -2,9 +2,6 @@ using Content.Server.Body.Components; using Content.Shared.Administration; using Content.Shared.Body.Components; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/AddReagent.cs b/Content.Server/Administration/Commands/AddReagent.cs index 40dd850af2..d7d8d998e3 100644 --- a/Content.Server/Administration/Commands/AddReagent.cs +++ b/Content.Server/Administration/Commands/AddReagent.cs @@ -4,10 +4,7 @@ using Content.Shared.Administration; using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; -using System; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/AdminLogBulk.cs b/Content.Server/Administration/Commands/AdminLogBulk.cs index ec66ad42f9..0132038253 100644 --- a/Content.Server/Administration/Commands/AdminLogBulk.cs +++ b/Content.Server/Administration/Commands/AdminLogBulk.cs @@ -1,10 +1,8 @@ using System.Threading.Tasks; using Content.Server.Administration.Logs; using Content.Shared.Administration; -using Content.Shared.Administration.Logs; using Content.Shared.Database; using Robust.Shared.Console; -using Robust.Shared.GameObjects; using Robust.Shared.Timing; namespace Content.Server.Administration.Commands; diff --git a/Content.Server/Administration/Commands/AdminWhoCommand.cs b/Content.Server/Administration/Commands/AdminWhoCommand.cs index b36f0fe950..02a75ee876 100644 --- a/Content.Server/Administration/Commands/AdminWhoCommand.cs +++ b/Content.Server/Administration/Commands/AdminWhoCommand.cs @@ -4,7 +4,6 @@ using Content.Server.Afk; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; using Robust.Shared.Utility; namespace Content.Server.Administration.Commands; diff --git a/Content.Server/Administration/Commands/AnnounceUiCommand.cs b/Content.Server/Administration/Commands/AnnounceUiCommand.cs index f40787cf95..c4cd7f13e4 100644 --- a/Content.Server/Administration/Commands/AnnounceUiCommand.cs +++ b/Content.Server/Administration/Commands/AnnounceUiCommand.cs @@ -3,7 +3,6 @@ using Content.Server.EUI; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/BanCommand.cs b/Content.Server/Administration/Commands/BanCommand.cs index 69f176a386..fc53e1930b 100644 --- a/Content.Server/Administration/Commands/BanCommand.cs +++ b/Content.Server/Administration/Commands/BanCommand.cs @@ -1,4 +1,3 @@ -using System; using System.Net; using System.Net.Sockets; using System.Text; @@ -6,7 +5,6 @@ using Content.Server.Database; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands diff --git a/Content.Server/Administration/Commands/BanListCommand.cs b/Content.Server/Administration/Commands/BanListCommand.cs index 02ca8ace7c..316848ee46 100644 --- a/Content.Server/Administration/Commands/BanListCommand.cs +++ b/Content.Server/Administration/Commands/BanListCommand.cs @@ -1,10 +1,8 @@ -using System; -using System.Text; +using System.Text; using Content.Server.Database; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; using Robust.Shared.Network; namespace Content.Server.Administration.Commands diff --git a/Content.Server/Administration/Commands/ControlMob.cs b/Content.Server/Administration/Commands/ControlMob.cs index c4aa192e0f..1b6ff3a5e2 100644 --- a/Content.Server/Administration/Commands/ControlMob.cs +++ b/Content.Server/Administration/Commands/ControlMob.cs @@ -3,9 +3,6 @@ using Content.Server.Players; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Utility; namespace Content.Server.Administration.Commands diff --git a/Content.Server/Administration/Commands/DSay.cs b/Content.Server/Administration/Commands/DSay.cs index 12680a5995..37517acddf 100644 --- a/Content.Server/Administration/Commands/DSay.cs +++ b/Content.Server/Administration/Commands/DSay.cs @@ -1,10 +1,7 @@ using Content.Server.Chat; -using Content.Server.Chat.Managers; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/DeAdminCommand.cs b/Content.Server/Administration/Commands/DeAdminCommand.cs index 5be0b44595..c2bbfa7a33 100644 --- a/Content.Server/Administration/Commands/DeAdminCommand.cs +++ b/Content.Server/Administration/Commands/DeAdminCommand.cs @@ -3,7 +3,6 @@ using Content.Shared.Administration; using JetBrains.Annotations; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands diff --git a/Content.Server/Administration/Commands/DeleteComponent.cs b/Content.Server/Administration/Commands/DeleteComponent.cs index e9031e32ae..8b1d08ea67 100644 --- a/Content.Server/Administration/Commands/DeleteComponent.cs +++ b/Content.Server/Administration/Commands/DeleteComponent.cs @@ -1,7 +1,5 @@ using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/DeleteEntitiesWithComponent.cs b/Content.Server/Administration/Commands/DeleteEntitiesWithComponent.cs index f3c72fac1a..6a3fe50c01 100644 --- a/Content.Server/Administration/Commands/DeleteEntitiesWithComponent.cs +++ b/Content.Server/Administration/Commands/DeleteEntitiesWithComponent.cs @@ -1,11 +1,6 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/DeleteEntitiesWithId.cs b/Content.Server/Administration/Commands/DeleteEntitiesWithId.cs index 3c17c2fca2..82be56ee36 100644 --- a/Content.Server/Administration/Commands/DeleteEntitiesWithId.cs +++ b/Content.Server/Administration/Commands/DeleteEntitiesWithId.cs @@ -1,8 +1,6 @@ using System.Linq; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/DeleteEntityCommand.cs b/Content.Server/Administration/Commands/DeleteEntityCommand.cs index f7945d045f..5a7df2ac7f 100644 --- a/Content.Server/Administration/Commands/DeleteEntityCommand.cs +++ b/Content.Server/Administration/Commands/DeleteEntityCommand.cs @@ -1,7 +1,5 @@ using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/FindEntitiesWithComponents.cs b/Content.Server/Administration/Commands/FindEntitiesWithComponents.cs index 03150a3c50..c3092a2d44 100644 --- a/Content.Server/Administration/Commands/FindEntitiesWithComponents.cs +++ b/Content.Server/Administration/Commands/FindEntitiesWithComponents.cs @@ -1,10 +1,6 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/OpenAdminLogsCommand.cs b/Content.Server/Administration/Commands/OpenAdminLogsCommand.cs index eb2f8b292b..9f28dc907c 100644 --- a/Content.Server/Administration/Commands/OpenAdminLogsCommand.cs +++ b/Content.Server/Administration/Commands/OpenAdminLogsCommand.cs @@ -3,7 +3,6 @@ using Content.Server.EUI; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands; diff --git a/Content.Server/Administration/Commands/OpenPermissionsCommand.cs b/Content.Server/Administration/Commands/OpenPermissionsCommand.cs index 2a1c00596a..78d56cb4fb 100644 --- a/Content.Server/Administration/Commands/OpenPermissionsCommand.cs +++ b/Content.Server/Administration/Commands/OpenPermissionsCommand.cs @@ -3,7 +3,6 @@ using Content.Server.EUI; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands diff --git a/Content.Server/Administration/Commands/OwoifyCommand.cs b/Content.Server/Administration/Commands/OwoifyCommand.cs index 6faf6c3b15..b91bfea36c 100644 --- a/Content.Server/Administration/Commands/OwoifyCommand.cs +++ b/Content.Server/Administration/Commands/OwoifyCommand.cs @@ -1,9 +1,6 @@ using Content.Server.Speech.EntitySystems; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Random; namespace Content.Server.Administration.Commands; diff --git a/Content.Server/Administration/Commands/PardonCommand.cs b/Content.Server/Administration/Commands/PardonCommand.cs index dc8a796233..f3b89c1973 100644 --- a/Content.Server/Administration/Commands/PardonCommand.cs +++ b/Content.Server/Administration/Commands/PardonCommand.cs @@ -1,10 +1,8 @@ -using System; -using System.Text; +using System.Text; using Content.Server.Database; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands diff --git a/Content.Server/Administration/Commands/PromoteHostCommand.cs b/Content.Server/Administration/Commands/PromoteHostCommand.cs index 7b66ee4a4e..b9ae639d4a 100644 --- a/Content.Server/Administration/Commands/PromoteHostCommand.cs +++ b/Content.Server/Administration/Commands/PromoteHostCommand.cs @@ -2,7 +2,6 @@ using JetBrains.Annotations; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/ReAdminCommand.cs b/Content.Server/Administration/Commands/ReAdminCommand.cs index 9f1ad91c3f..12ff13221a 100644 --- a/Content.Server/Administration/Commands/ReAdminCommand.cs +++ b/Content.Server/Administration/Commands/ReAdminCommand.cs @@ -2,7 +2,6 @@ using Content.Server.Administration.Managers; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands diff --git a/Content.Server/Administration/Commands/ReadyAll.cs b/Content.Server/Administration/Commands/ReadyAll.cs index c0f57aa2bd..93b71dda77 100644 --- a/Content.Server/Administration/Commands/ReadyAll.cs +++ b/Content.Server/Administration/Commands/ReadyAll.cs @@ -1,10 +1,7 @@ using Content.Server.GameTicking; using Content.Shared.Administration; using Content.Shared.GameTicking; -using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/RemoveBodyPartCommand.cs b/Content.Server/Administration/Commands/RemoveBodyPartCommand.cs index 06a6cc075d..28488a18b4 100644 --- a/Content.Server/Administration/Commands/RemoveBodyPartCommand.cs +++ b/Content.Server/Administration/Commands/RemoveBodyPartCommand.cs @@ -1,9 +1,6 @@ using Content.Server.Body.Components; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/RemoveEntityStorageCommand.cs b/Content.Server/Administration/Commands/RemoveEntityStorageCommand.cs index c525351f5f..fccdc4a854 100644 --- a/Content.Server/Administration/Commands/RemoveEntityStorageCommand.cs +++ b/Content.Server/Administration/Commands/RemoveEntityStorageCommand.cs @@ -1,9 +1,6 @@ using Content.Server.Storage.Components; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/RemoveExtraComponents.cs b/Content.Server/Administration/Commands/RemoveExtraComponents.cs index 64bbbaf52d..5d3a981b63 100644 --- a/Content.Server/Administration/Commands/RemoveExtraComponents.cs +++ b/Content.Server/Administration/Commands/RemoveExtraComponents.cs @@ -1,7 +1,5 @@ using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; namespace Content.Server.Administration.Commands diff --git a/Content.Server/Administration/Commands/RemoveMechanismCommand.cs b/Content.Server/Administration/Commands/RemoveMechanismCommand.cs index 0fa455e375..7438f10d87 100644 --- a/Content.Server/Administration/Commands/RemoveMechanismCommand.cs +++ b/Content.Server/Administration/Commands/RemoveMechanismCommand.cs @@ -2,9 +2,6 @@ using Content.Server.Body.Components; using Content.Shared.Administration; using Content.Shared.Body.Components; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/SetAdminOOC.cs b/Content.Server/Administration/Commands/SetAdminOOC.cs index 9a3d70881f..bb11b938d8 100644 --- a/Content.Server/Administration/Commands/SetAdminOOC.cs +++ b/Content.Server/Administration/Commands/SetAdminOOC.cs @@ -4,9 +4,6 @@ using Content.Server.Preferences.Managers; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Maths; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/SetMindCommand.cs b/Content.Server/Administration/Commands/SetMindCommand.cs index f271aa8bef..5c728f6599 100644 --- a/Content.Server/Administration/Commands/SetMindCommand.cs +++ b/Content.Server/Administration/Commands/SetMindCommand.cs @@ -3,9 +3,6 @@ using Content.Server.Players; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/SetOutfitCommand.cs b/Content.Server/Administration/Commands/SetOutfitCommand.cs index 17138abb1d..978c7cda9b 100644 --- a/Content.Server/Administration/Commands/SetOutfitCommand.cs +++ b/Content.Server/Administration/Commands/SetOutfitCommand.cs @@ -9,9 +9,6 @@ using Content.Shared.Roles; using Robust.Server.GameObjects; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Prototypes; using InventoryComponent = Content.Shared.Inventory.InventoryComponent; diff --git a/Content.Server/Administration/Commands/SetSolutionCapacity.cs b/Content.Server/Administration/Commands/SetSolutionCapacity.cs index 9a8ad0ecf1..c8cc4aa0cb 100644 --- a/Content.Server/Administration/Commands/SetSolutionCapacity.cs +++ b/Content.Server/Administration/Commands/SetSolutionCapacity.cs @@ -3,8 +3,6 @@ using Content.Server.Chemistry.EntitySystems; using Content.Shared.Administration; using Content.Shared.FixedPoint; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/SetSolutionTemperature.cs b/Content.Server/Administration/Commands/SetSolutionTemperature.cs index b4cae498ec..b0e4769fec 100644 --- a/Content.Server/Administration/Commands/SetSolutionTemperature.cs +++ b/Content.Server/Administration/Commands/SetSolutionTemperature.cs @@ -2,8 +2,6 @@ using Content.Server.Chemistry.Components.SolutionManager; using Content.Server.Chemistry.EntitySystems; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/SetSolutionThermalEnergy.cs b/Content.Server/Administration/Commands/SetSolutionThermalEnergy.cs index 4b50836fb4..9166812f92 100644 --- a/Content.Server/Administration/Commands/SetSolutionThermalEnergy.cs +++ b/Content.Server/Administration/Commands/SetSolutionThermalEnergy.cs @@ -2,8 +2,6 @@ using Content.Server.Chemistry.Components.SolutionManager; using Content.Server.Chemistry.EntitySystems; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/ShuttleCommands.cs b/Content.Server/Administration/Commands/ShuttleCommands.cs index f9ac6de1a3..84d8a125e0 100644 --- a/Content.Server/Administration/Commands/ShuttleCommands.cs +++ b/Content.Server/Administration/Commands/ShuttleCommands.cs @@ -1,11 +1,7 @@ -using System; using Content.Server.RoundEnd; using Content.Shared.Administration; using Content.Shared.Localizations; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Administration.Commands { diff --git a/Content.Server/Administration/Commands/Station/ListStationsCommand.cs b/Content.Server/Administration/Commands/Station/ListStationsCommand.cs index 4a6b60e3d3..b50bef2860 100644 --- a/Content.Server/Administration/Commands/Station/ListStationsCommand.cs +++ b/Content.Server/Administration/Commands/Station/ListStationsCommand.cs @@ -1,9 +1,6 @@ -using Content.Server.Station; -using Content.Server.Station.Components; using Content.Server.Station.Systems; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; namespace Content.Server.Administration.Commands.Station; diff --git a/Content.Server/Administration/Commands/WarpCommand.cs b/Content.Server/Administration/Commands/WarpCommand.cs index 9599bb9971..69ad871f78 100644 --- a/Content.Server/Administration/Commands/WarpCommand.cs +++ b/Content.Server/Administration/Commands/WarpCommand.cs @@ -1,14 +1,10 @@ -using System.Collections.Generic; using System.Linq; using Content.Server.Warps; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; using Robust.Shared.Enums; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Physics; namespace Content.Server.Administration.Commands diff --git a/Content.Server/Administration/Logs/AdminLogSystem.Cache.cs b/Content.Server/Administration/Logs/AdminLogSystem.Cache.cs index 7cbea39b35..0290504211 100644 --- a/Content.Server/Administration/Logs/AdminLogSystem.Cache.cs +++ b/Content.Server/Administration/Logs/AdminLogSystem.Cache.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Diagnostics.CodeAnalysis; +using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Server.Database; using Content.Shared.Administration.Logs; diff --git a/Content.Server/Administration/Logs/AdminLogSystem.Json.cs b/Content.Server/Administration/Logs/AdminLogSystem.Json.cs index 9e317704ec..7270c89854 100644 --- a/Content.Server/Administration/Logs/AdminLogSystem.Json.cs +++ b/Content.Server/Administration/Logs/AdminLogSystem.Json.cs @@ -1,13 +1,9 @@ -using System; -using System.Collections.Generic; -using System.Linq; +using System.Linq; using System.Text.Json; using System.Text.Json.Serialization; using Content.Server.Administration.Logs.Converters; using Robust.Server.GameObjects; using Robust.Server.Player; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.Logs; diff --git a/Content.Server/Administration/Logs/AdminLogSystem.cs b/Content.Server/Administration/Logs/AdminLogSystem.cs index cc3b3181b6..f7daac1fcb 100644 --- a/Content.Server/Administration/Logs/AdminLogSystem.cs +++ b/Content.Server/Administration/Logs/AdminLogSystem.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Concurrent; -using System.Collections.Generic; +using System.Collections.Concurrent; using System.Text.Json; using System.Threading; using System.Threading.Tasks; @@ -13,9 +11,6 @@ using Content.Shared.Database; using Prometheus; using Robust.Shared; using Robust.Shared.Configuration; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Reflection; namespace Content.Server.Administration.Logs; diff --git a/Content.Server/Administration/Logs/Converters/AdminLogConverter.cs b/Content.Server/Administration/Logs/Converters/AdminLogConverter.cs index 70453af730..0f2ce3983a 100644 --- a/Content.Server/Administration/Logs/Converters/AdminLogConverter.cs +++ b/Content.Server/Administration/Logs/Converters/AdminLogConverter.cs @@ -1,5 +1,4 @@ -using System; -using System.Text.Json; +using System.Text.Json; using System.Text.Json.Serialization; namespace Content.Server.Administration.Logs.Converters; diff --git a/Content.Server/Administration/Logs/Converters/AdminLogConverterAttribute.cs b/Content.Server/Administration/Logs/Converters/AdminLogConverterAttribute.cs index 3ac1c5a5c8..78418adb67 100644 --- a/Content.Server/Administration/Logs/Converters/AdminLogConverterAttribute.cs +++ b/Content.Server/Administration/Logs/Converters/AdminLogConverterAttribute.cs @@ -1,5 +1,4 @@ -using System; -using JetBrains.Annotations; +using JetBrains.Annotations; namespace Content.Server.Administration.Logs.Converters; diff --git a/Content.Server/Administration/Logs/Converters/EntityStringRepresentationConverter.cs b/Content.Server/Administration/Logs/Converters/EntityStringRepresentationConverter.cs index a7dc779252..32551e5a7d 100644 --- a/Content.Server/Administration/Logs/Converters/EntityStringRepresentationConverter.cs +++ b/Content.Server/Administration/Logs/Converters/EntityStringRepresentationConverter.cs @@ -1,5 +1,4 @@ using System.Text.Json; -using Robust.Shared.GameObjects; namespace Content.Server.Administration.Logs.Converters; diff --git a/Content.Server/Administration/Logs/Converters/EntityUidConverter.cs b/Content.Server/Administration/Logs/Converters/EntityUidConverter.cs index 55db739359..3788486fb9 100644 --- a/Content.Server/Administration/Logs/Converters/EntityUidConverter.cs +++ b/Content.Server/Administration/Logs/Converters/EntityUidConverter.cs @@ -1,7 +1,5 @@ using System.Text.Json; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.Logs.Converters; diff --git a/Content.Server/Administration/Logs/Converters/PlayerSessionConverter.cs b/Content.Server/Administration/Logs/Converters/PlayerSessionConverter.cs index e76741db45..ab5a0dcff9 100644 --- a/Content.Server/Administration/Logs/Converters/PlayerSessionConverter.cs +++ b/Content.Server/Administration/Logs/Converters/PlayerSessionConverter.cs @@ -1,7 +1,5 @@ using System.Text.Json; using Robust.Server.Player; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.Logs.Converters; diff --git a/Content.Server/Administration/Logs/LogFilter.cs b/Content.Server/Administration/Logs/LogFilter.cs index 9dc609e917..0aa4edadf0 100644 --- a/Content.Server/Administration/Logs/LogFilter.cs +++ b/Content.Server/Administration/Logs/LogFilter.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Threading; +using System.Threading; using Content.Shared.Administration.Logs; using Content.Shared.Database; diff --git a/Content.Server/Administration/Logs/QueuedLog.cs b/Content.Server/Administration/Logs/QueuedLog.cs index e126712e07..ced0480fff 100644 --- a/Content.Server/Administration/Logs/QueuedLog.cs +++ b/Content.Server/Administration/Logs/QueuedLog.cs @@ -1,5 +1,4 @@ -using System.Collections.Generic; -using Content.Server.Database; +using Content.Server.Database; namespace Content.Server.Administration.Logs; diff --git a/Content.Server/Administration/Managers/AdminManager.cs b/Content.Server/Administration/Managers/AdminManager.cs index 555dfffbaf..4391f92ae2 100644 --- a/Content.Server/Administration/Managers/AdminManager.cs +++ b/Content.Server/Administration/Managers/AdminManager.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; @@ -15,8 +13,6 @@ using Robust.Shared.Configuration; using Robust.Shared.Console; using Robust.Shared.ContentPack; using Robust.Shared.Enums; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Network; using Robust.Shared.Utility; using YamlDotNet.RepresentationModel; diff --git a/Content.Server/Administration/Managers/IAdminManager.cs b/Content.Server/Administration/Managers/IAdminManager.cs index daf0f9981e..bb7af0d482 100644 --- a/Content.Server/Administration/Managers/IAdminManager.cs +++ b/Content.Server/Administration/Managers/IAdminManager.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using Content.Shared.Administration; +using Content.Shared.Administration; using Robust.Server.Player; diff --git a/Content.Server/Administration/PlayerLocator.cs b/Content.Server/Administration/PlayerLocator.cs index 477791f642..41a00b7e72 100644 --- a/Content.Server/Administration/PlayerLocator.cs +++ b/Content.Server/Administration/PlayerLocator.cs @@ -1,5 +1,4 @@ -using System; -using System.Collections.Immutable; +using System.Collections.Immutable; using System.Net; using System.Net.Http; using System.Net.Http.Json; @@ -10,8 +9,6 @@ using JetBrains.Annotations; using Robust.Server.Player; using Robust.Shared; using Robust.Shared.Configuration; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Network; namespace Content.Server.Administration diff --git a/Content.Server/Administration/UI/AdminAnnounceEui.cs b/Content.Server/Administration/UI/AdminAnnounceEui.cs index aa3e64df3f..8ca8abea9e 100644 --- a/Content.Server/Administration/UI/AdminAnnounceEui.cs +++ b/Content.Server/Administration/UI/AdminAnnounceEui.cs @@ -3,7 +3,6 @@ using Content.Server.Chat.Managers; using Content.Server.EUI; using Content.Shared.Administration; using Content.Shared.Eui; -using Robust.Shared.IoC; namespace Content.Server.Administration.UI { diff --git a/Content.Server/Administration/UI/EditSolutionsEui.cs b/Content.Server/Administration/UI/EditSolutionsEui.cs index ac3f49301a..e9f04696a2 100644 --- a/Content.Server/Administration/UI/EditSolutionsEui.cs +++ b/Content.Server/Administration/UI/EditSolutionsEui.cs @@ -3,8 +3,6 @@ using Content.Server.EUI; using Content.Shared.Administration; using Content.Shared.Eui; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.UI { diff --git a/Content.Server/Administration/UI/PermissionsEui.cs b/Content.Server/Administration/UI/PermissionsEui.cs index aeaa14d02a..8445636b44 100644 --- a/Content.Server/Administration/UI/PermissionsEui.cs +++ b/Content.Server/Administration/UI/PermissionsEui.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; +using System.Linq; using System.Threading.Tasks; using Content.Server.Administration.Managers; using Content.Server.Database; @@ -8,8 +6,6 @@ using Content.Server.EUI; using Content.Shared.Administration; using Content.Shared.Eui; using Robust.Server.Player; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Network; using DbAdminRank = Content.Server.Database.AdminRank; using static Content.Shared.Administration.PermissionsEuiMsg; diff --git a/Content.Server/Administration/UI/SetOutfitEui.cs b/Content.Server/Administration/UI/SetOutfitEui.cs index 24e727682c..37b98568d3 100644 --- a/Content.Server/Administration/UI/SetOutfitEui.cs +++ b/Content.Server/Administration/UI/SetOutfitEui.cs @@ -3,8 +3,6 @@ using Content.Server.EUI; using Content.Shared.Administration; using Content.Shared.Eui; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Administration.UI { diff --git a/Content.Server/Advertise/AdvertiseComponent.cs b/Content.Server/Advertise/AdvertiseComponent.cs index 135791fe8a..9620ce59d7 100644 --- a/Content.Server/Advertise/AdvertiseComponent.cs +++ b/Content.Server/Advertise/AdvertiseComponent.cs @@ -1,10 +1,5 @@ -using System; using Content.Server.Advertisements; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Advertise { diff --git a/Content.Server/Advertise/AdvertiseSystem.cs b/Content.Server/Advertise/AdvertiseSystem.cs index 24c881988f..05faeb4be2 100644 --- a/Content.Server/Advertise/AdvertiseSystem.cs +++ b/Content.Server/Advertise/AdvertiseSystem.cs @@ -1,12 +1,7 @@ -using System; using Content.Server.Advertisements; using Content.Server.Chat; -using Content.Server.Chat.Managers; using Content.Server.Power.Components; using Content.Server.VendingMachines; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Prototypes; using Robust.Shared.Random; using Robust.Shared.Timing; diff --git a/Content.Server/Advertisements/AdvertisementsPackPrototype.cs b/Content.Server/Advertisements/AdvertisementsPackPrototype.cs index a959dd2032..e8288bc166 100644 --- a/Content.Server/Advertisements/AdvertisementsPackPrototype.cs +++ b/Content.Server/Advertisements/AdvertisementsPackPrototype.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; +using Robust.Shared.Prototypes; namespace Content.Server.Advertisements { diff --git a/Content.Server/Afk/AfkManager.cs b/Content.Server/Afk/AfkManager.cs index a6657d9c7f..24cd1e28ce 100644 --- a/Content.Server/Afk/AfkManager.cs +++ b/Content.Server/Afk/AfkManager.cs @@ -1,14 +1,10 @@ -using System; -using System.Collections.Generic; -using Content.Shared.CCVar; +using Content.Shared.CCVar; using JetBrains.Annotations; using Robust.Server.Player; using Robust.Shared.Configuration; using Robust.Shared.Console; using Robust.Shared.Enums; -using Robust.Shared.GameObjects; using Robust.Shared.Input; -using Robust.Shared.IoC; using Robust.Shared.Timing; namespace Content.Server.Afk diff --git a/Content.Server/Afk/IsAfkCommand.cs b/Content.Server/Afk/IsAfkCommand.cs index b166851b50..cad348bf8e 100644 --- a/Content.Server/Afk/IsAfkCommand.cs +++ b/Content.Server/Afk/IsAfkCommand.cs @@ -2,7 +2,6 @@ using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Afk { diff --git a/Content.Server/AirlockPainter/AirlockPainterComponent.cs b/Content.Server/AirlockPainter/AirlockPainterComponent.cs index 79a2d0afb0..5a05d3433d 100644 --- a/Content.Server/AirlockPainter/AirlockPainterComponent.cs +++ b/Content.Server/AirlockPainter/AirlockPainterComponent.cs @@ -1,7 +1,4 @@ -using Content.Server.UserInterface; -using Content.Shared.AirlockPainter; using Content.Shared.Sound; -using Robust.Server.GameObjects; namespace Content.Server.AirlockPainter { diff --git a/Content.Server/Alert/Click/RemoveCuffs.cs b/Content.Server/Alert/Click/RemoveCuffs.cs index 1419b89df0..de8b4455be 100644 --- a/Content.Server/Alert/Click/RemoveCuffs.cs +++ b/Content.Server/Alert/Click/RemoveCuffs.cs @@ -1,9 +1,6 @@ using Content.Server.Cuffs.Components; using Content.Shared.Alert; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Alert.Click { diff --git a/Content.Server/Alert/Click/ResistFire.cs b/Content.Server/Alert/Click/ResistFire.cs index 54e164a360..b373e7eff9 100644 --- a/Content.Server/Alert/Click/ResistFire.cs +++ b/Content.Server/Alert/Click/ResistFire.cs @@ -2,9 +2,6 @@ using Content.Server.Atmos.Components; using Content.Server.Atmos.EntitySystems; using Content.Shared.Alert; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Alert.Click { diff --git a/Content.Server/Alert/Click/StopBeingPulled.cs b/Content.Server/Alert/Click/StopBeingPulled.cs index 99030c1d75..2b9f16b3a4 100644 --- a/Content.Server/Alert/Click/StopBeingPulled.cs +++ b/Content.Server/Alert/Click/StopBeingPulled.cs @@ -3,9 +3,6 @@ using Content.Shared.Alert; using Content.Shared.Pulling.Components; using Content.Shared.Pulling; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Alert.Click { diff --git a/Content.Server/Alert/Click/StopPiloting.cs b/Content.Server/Alert/Click/StopPiloting.cs index ed8a090734..e25c23a4d3 100644 --- a/Content.Server/Alert/Click/StopPiloting.cs +++ b/Content.Server/Alert/Click/StopPiloting.cs @@ -1,12 +1,7 @@ -using Content.Server.Shuttles; using Content.Server.Shuttles.EntitySystems; using Content.Shared.Alert; -using Content.Shared.Shuttles; using Content.Shared.Shuttles.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Alert.Click { diff --git a/Content.Server/Alert/Click/StopPulling.cs b/Content.Server/Alert/Click/StopPulling.cs index 733647966f..c654db5e31 100644 --- a/Content.Server/Alert/Click/StopPulling.cs +++ b/Content.Server/Alert/Click/StopPulling.cs @@ -2,9 +2,6 @@ using Content.Shared.Alert; using Content.Shared.Pulling; using Content.Shared.Pulling.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Alert.Click { diff --git a/Content.Server/Alert/Click/Unbuckle.cs b/Content.Server/Alert/Click/Unbuckle.cs index 40026e1b74..6c3f27c508 100644 --- a/Content.Server/Alert/Click/Unbuckle.cs +++ b/Content.Server/Alert/Click/Unbuckle.cs @@ -1,9 +1,6 @@ using Content.Server.Buckle.Components; using Content.Shared.Alert; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Alert.Click { diff --git a/Content.Server/Alert/Commands/ClearAlert.cs b/Content.Server/Alert/Commands/ClearAlert.cs index 87a031405d..e43f06413c 100644 --- a/Content.Server/Alert/Commands/ClearAlert.cs +++ b/Content.Server/Alert/Commands/ClearAlert.cs @@ -1,12 +1,9 @@ -using System; using Content.Server.Administration; using Content.Server.Commands; using Content.Shared.Administration; using Content.Shared.Alert; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Alert.Commands { diff --git a/Content.Server/Alert/Commands/ShowAlert.cs b/Content.Server/Alert/Commands/ShowAlert.cs index c676eeb94c..edb634b546 100644 --- a/Content.Server/Alert/Commands/ShowAlert.cs +++ b/Content.Server/Alert/Commands/ShowAlert.cs @@ -1,12 +1,9 @@ -using System; using Content.Server.Administration; using Content.Server.Commands; using Content.Shared.Administration; using Content.Shared.Alert; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Alert.Commands { diff --git a/Content.Server/Animals/Components/UdderComponent.cs b/Content.Server/Animals/Components/UdderComponent.cs index 502873d1d4..71a465abdb 100644 --- a/Content.Server/Animals/Components/UdderComponent.cs +++ b/Content.Server/Animals/Components/UdderComponent.cs @@ -1,12 +1,7 @@ -using System; using Content.Server.Animals.Systems; using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Animals.Components { diff --git a/Content.Server/Animals/Systems/UdderSystem.cs b/Content.Server/Animals/Systems/UdderSystem.cs index 76255f4733..63547068b6 100644 --- a/Content.Server/Animals/Systems/UdderSystem.cs +++ b/Content.Server/Animals/Systems/UdderSystem.cs @@ -6,9 +6,6 @@ using Content.Server.Nutrition.Components; using Content.Server.Popups; using Content.Shared.Nutrition.Components; using Content.Shared.Verbs; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Animals.Systems diff --git a/Content.Server/Announcements/AnnounceCommand.cs b/Content.Server/Announcements/AnnounceCommand.cs index 6d542d99d9..6a53e5e02a 100644 --- a/Content.Server/Announcements/AnnounceCommand.cs +++ b/Content.Server/Announcements/AnnounceCommand.cs @@ -1,10 +1,7 @@ -using System; using Content.Server.Administration; using Content.Server.Chat.Managers; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.IoC; -using Robust.Shared.Audio; namespace Content.Server.Announcements { diff --git a/Content.Server/Arcade/Components/BlockGameArcadeComponent.cs b/Content.Server/Arcade/Components/BlockGameArcadeComponent.cs index 031b48bc7b..a36884493a 100644 --- a/Content.Server/Arcade/Components/BlockGameArcadeComponent.cs +++ b/Content.Server/Arcade/Components/BlockGameArcadeComponent.cs @@ -2,7 +2,6 @@ using System.Linq; using Content.Server.Power.Components; using Content.Server.UserInterface; using Content.Shared.Arcade; -using Content.Shared.Interaction; using Robust.Server.GameObjects; using Robust.Server.Player; using Robust.Shared.Random; diff --git a/Content.Server/Arcade/Components/SpaceVillainArcadeComponent.cs b/Content.Server/Arcade/Components/SpaceVillainArcadeComponent.cs index 703c44fe54..66fcc915a8 100644 --- a/Content.Server/Arcade/Components/SpaceVillainArcadeComponent.cs +++ b/Content.Server/Arcade/Components/SpaceVillainArcadeComponent.cs @@ -1,11 +1,7 @@ using Content.Server.Power.Components; using Content.Server.UserInterface; -using Content.Server.VendingMachines; -using Content.Shared.ActionBlocker; using Content.Shared.Arcade; -using Content.Shared.Interaction; using Content.Shared.Sound; -using Content.Shared.Wires; using Robust.Server.GameObjects; using Robust.Shared.Audio; using Robust.Shared.Player; diff --git a/Content.Server/Armor/ArmorComponent.cs b/Content.Server/Armor/ArmorComponent.cs index 557df0bb13..debf1feab8 100644 --- a/Content.Server/Armor/ArmorComponent.cs +++ b/Content.Server/Armor/ArmorComponent.cs @@ -1,6 +1,4 @@ using Content.Shared.Damage; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Armor { diff --git a/Content.Server/Armor/ArmorSystem.cs b/Content.Server/Armor/ArmorSystem.cs index fdaff2eaf4..2e5fbce53b 100644 --- a/Content.Server/Armor/ArmorSystem.cs +++ b/Content.Server/Armor/ArmorSystem.cs @@ -1,5 +1,4 @@ using Content.Shared.Damage; -using Robust.Shared.GameObjects; namespace Content.Server.Armor { diff --git a/Content.Server/Atmos/Commands/AddAtmosCommand.cs b/Content.Server/Atmos/Commands/AddAtmosCommand.cs index aaf5734a44..3f28256fc5 100644 --- a/Content.Server/Atmos/Commands/AddAtmosCommand.cs +++ b/Content.Server/Atmos/Commands/AddAtmosCommand.cs @@ -2,8 +2,6 @@ using Content.Server.Atmos.Components; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Atmos.Commands diff --git a/Content.Server/Atmos/Commands/AddGasCommand.cs b/Content.Server/Atmos/Commands/AddGasCommand.cs index d5aa50f19b..2145ee342a 100644 --- a/Content.Server/Atmos/Commands/AddGasCommand.cs +++ b/Content.Server/Atmos/Commands/AddGasCommand.cs @@ -3,9 +3,7 @@ using Content.Server.Atmos.EntitySystems; using Content.Shared.Administration; using Content.Shared.Atmos; using Robust.Shared.Console; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.Atmos.Commands { diff --git a/Content.Server/Atmos/Commands/AddUnsimulatedAtmosCommand.cs b/Content.Server/Atmos/Commands/AddUnsimulatedAtmosCommand.cs index 737f4f384d..591a93988c 100644 --- a/Content.Server/Atmos/Commands/AddUnsimulatedAtmosCommand.cs +++ b/Content.Server/Atmos/Commands/AddUnsimulatedAtmosCommand.cs @@ -2,8 +2,6 @@ using Content.Server.Atmos.Components; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Atmos.Commands diff --git a/Content.Server/Atmos/Commands/DeleteGasCommand.cs b/Content.Server/Atmos/Commands/DeleteGasCommand.cs index ff8b840e4d..e32a57d137 100644 --- a/Content.Server/Atmos/Commands/DeleteGasCommand.cs +++ b/Content.Server/Atmos/Commands/DeleteGasCommand.cs @@ -1,12 +1,9 @@ -using System; using Content.Server.Administration; using Content.Server.Atmos.EntitySystems; using Content.Shared.Administration; using Content.Shared.Atmos; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Atmos.Commands diff --git a/Content.Server/Atmos/Commands/FillGasCommand.cs b/Content.Server/Atmos/Commands/FillGasCommand.cs index 855b6ef18e..7b1cfd8e6b 100644 --- a/Content.Server/Atmos/Commands/FillGasCommand.cs +++ b/Content.Server/Atmos/Commands/FillGasCommand.cs @@ -3,8 +3,6 @@ using Content.Server.Atmos.EntitySystems; using Content.Shared.Administration; using Content.Shared.Atmos; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Atmos.Commands diff --git a/Content.Server/Atmos/Commands/ListGasesCommand.cs b/Content.Server/Atmos/Commands/ListGasesCommand.cs index ba1c99307b..cc27c22197 100644 --- a/Content.Server/Atmos/Commands/ListGasesCommand.cs +++ b/Content.Server/Atmos/Commands/ListGasesCommand.cs @@ -2,7 +2,6 @@ using Content.Server.Atmos.EntitySystems; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; namespace Content.Server.Atmos.Commands { diff --git a/Content.Server/Atmos/Commands/RemoveGasCommand.cs b/Content.Server/Atmos/Commands/RemoveGasCommand.cs index 4677e5055f..879a2a4dcd 100644 --- a/Content.Server/Atmos/Commands/RemoveGasCommand.cs +++ b/Content.Server/Atmos/Commands/RemoveGasCommand.cs @@ -2,9 +2,7 @@ using Content.Server.Atmos.EntitySystems; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.Atmos.Commands { diff --git a/Content.Server/Atmos/Commands/SetAtmosTemperatureCommand.cs b/Content.Server/Atmos/Commands/SetAtmosTemperatureCommand.cs index 51d5348897..2f04547247 100644 --- a/Content.Server/Atmos/Commands/SetAtmosTemperatureCommand.cs +++ b/Content.Server/Atmos/Commands/SetAtmosTemperatureCommand.cs @@ -3,8 +3,6 @@ using Content.Server.Atmos.EntitySystems; using Content.Shared.Administration; using Content.Shared.Atmos; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Atmos.Commands diff --git a/Content.Server/Atmos/Commands/SetTemperatureCommand.cs b/Content.Server/Atmos/Commands/SetTemperatureCommand.cs index 709f6beeeb..228556acfe 100644 --- a/Content.Server/Atmos/Commands/SetTemperatureCommand.cs +++ b/Content.Server/Atmos/Commands/SetTemperatureCommand.cs @@ -3,9 +3,7 @@ using Content.Server.Atmos.EntitySystems; using Content.Shared.Administration; using Content.Shared.Atmos; using Robust.Shared.Console; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.Atmos.Commands { diff --git a/Content.Server/Atmos/Commands/ShowAtmosCommand.cs b/Content.Server/Atmos/Commands/ShowAtmosCommand.cs index 52e67c8e14..5ad73ec906 100644 --- a/Content.Server/Atmos/Commands/ShowAtmosCommand.cs +++ b/Content.Server/Atmos/Commands/ShowAtmosCommand.cs @@ -3,7 +3,6 @@ using Content.Server.Atmos.EntitySystems; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; namespace Content.Server.Atmos.Commands { diff --git a/Content.Server/Atmos/Components/AirtightComponent.cs b/Content.Server/Atmos/Components/AirtightComponent.cs index fde9e4a1ee..309841b500 100644 --- a/Content.Server/Atmos/Components/AirtightComponent.cs +++ b/Content.Server/Atmos/Components/AirtightComponent.cs @@ -1,12 +1,6 @@ -using Content.Server.Atmos.EntitySystems; using Content.Shared.Atmos; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.Components { diff --git a/Content.Server/Atmos/Components/AtmosExposedComponent.cs b/Content.Server/Atmos/Components/AtmosExposedComponent.cs index 34304fe32b..6a2840c288 100644 --- a/Content.Server/Atmos/Components/AtmosExposedComponent.cs +++ b/Content.Server/Atmos/Components/AtmosExposedComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.Atmos.Components +namespace Content.Server.Atmos.Components { // not if i get there first - Flipp /// diff --git a/Content.Server/Atmos/Components/AtmosFixMarkerComponent.cs b/Content.Server/Atmos/Components/AtmosFixMarkerComponent.cs index 0596a343a4..4cc3619695 100644 --- a/Content.Server/Atmos/Components/AtmosFixMarkerComponent.cs +++ b/Content.Server/Atmos/Components/AtmosFixMarkerComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Atmos.Components { /// diff --git a/Content.Server/Atmos/Components/AtmosPlaqueComponent.cs b/Content.Server/Atmos/Components/AtmosPlaqueComponent.cs index 9cf0df0d4a..7a8fde5efa 100644 --- a/Content.Server/Atmos/Components/AtmosPlaqueComponent.cs +++ b/Content.Server/Atmos/Components/AtmosPlaqueComponent.cs @@ -1,7 +1,4 @@ using Content.Server.Atmos.EntitySystems; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.Components { diff --git a/Content.Server/Atmos/Components/BreathToolComponent.cs b/Content.Server/Atmos/Components/BreathToolComponent.cs index 0722428533..7f500ae5ae 100644 --- a/Content.Server/Atmos/Components/BreathToolComponent.cs +++ b/Content.Server/Atmos/Components/BreathToolComponent.cs @@ -1,10 +1,5 @@ using Content.Server.Body.Components; -using Content.Server.Body.Systems; using Content.Shared.Inventory; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Atmos.Components { diff --git a/Content.Server/Atmos/Components/GasAnalyzableComponent.cs b/Content.Server/Atmos/Components/GasAnalyzableComponent.cs index ba9f9e92f9..71e74cec08 100644 --- a/Content.Server/Atmos/Components/GasAnalyzableComponent.cs +++ b/Content.Server/Atmos/Components/GasAnalyzableComponent.cs @@ -1,10 +1,3 @@ -using Content.Server.Atmos.Piping.EntitySystems; -using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - /** * GasAnalyzableComponent is a component for anything that can be examined with a gas analyzer. */ diff --git a/Content.Server/Atmos/Components/GasMixtureHolderComponent.cs b/Content.Server/Atmos/Components/GasMixtureHolderComponent.cs index dfddf0a007..4dbe4424e6 100644 --- a/Content.Server/Atmos/Components/GasMixtureHolderComponent.cs +++ b/Content.Server/Atmos/Components/GasMixtureHolderComponent.cs @@ -1,8 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - -namespace Content.Server.Atmos.Components +namespace Content.Server.Atmos.Components { [RegisterComponent] public sealed class GasMixtureHolderComponent : Component, IGasMixtureHolder diff --git a/Content.Server/Atmos/Components/GridAtmosphereComponent.cs b/Content.Server/Atmos/Components/GridAtmosphereComponent.cs index b680fee595..a7a1728425 100644 --- a/Content.Server/Atmos/Components/GridAtmosphereComponent.cs +++ b/Content.Server/Atmos/Components/GridAtmosphereComponent.cs @@ -1,15 +1,7 @@ -using System; -using System.Collections; -using System.Collections.Generic; using Content.Server.Atmos.EntitySystems; using Content.Server.Atmos.Piping.Components; using Content.Server.NodeContainer.NodeGroups; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; -using Dependency = Robust.Shared.IoC.DependencyAttribute; namespace Content.Server.Atmos.Components { diff --git a/Content.Server/Atmos/Components/IAtmosphereComponent.cs b/Content.Server/Atmos/Components/IAtmosphereComponent.cs index 8e9bfb8abb..6fe95e635d 100644 --- a/Content.Server/Atmos/Components/IAtmosphereComponent.cs +++ b/Content.Server/Atmos/Components/IAtmosphereComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.Atmos.Components +namespace Content.Server.Atmos.Components { public interface IAtmosphereComponent : IComponent { diff --git a/Content.Server/Atmos/Components/IgniteOnCollideComponent.cs b/Content.Server/Atmos/Components/IgniteOnCollideComponent.cs index ee8c57a604..4b7bc33397 100644 --- a/Content.Server/Atmos/Components/IgniteOnCollideComponent.cs +++ b/Content.Server/Atmos/Components/IgniteOnCollideComponent.cs @@ -1,11 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - namespace Content.Server.Atmos.Components { [RegisterComponent] diff --git a/Content.Server/Atmos/Components/MovedByPressureComponent.cs b/Content.Server/Atmos/Components/MovedByPressureComponent.cs index 91169b9578..4fcc9cb91c 100644 --- a/Content.Server/Atmos/Components/MovedByPressureComponent.cs +++ b/Content.Server/Atmos/Components/MovedByPressureComponent.cs @@ -1,5 +1,3 @@ -using Content.Server.Atmos.EntitySystems; - namespace Content.Server.Atmos.Components { // Unfortunately can't be friends yet due to magboots. diff --git a/Content.Server/Atmos/Components/PressureProtectionComponent.cs b/Content.Server/Atmos/Components/PressureProtectionComponent.cs index 302d077603..e288cd10d9 100644 --- a/Content.Server/Atmos/Components/PressureProtectionComponent.cs +++ b/Content.Server/Atmos/Components/PressureProtectionComponent.cs @@ -1,8 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - -namespace Content.Server.Atmos.Components +namespace Content.Server.Atmos.Components { [RegisterComponent] public sealed class PressureProtectionComponent : Component diff --git a/Content.Server/Atmos/Components/SpaceAtmosphereComponent.cs b/Content.Server/Atmos/Components/SpaceAtmosphereComponent.cs index 8c9b090636..d5c3ad07d7 100644 --- a/Content.Server/Atmos/Components/SpaceAtmosphereComponent.cs +++ b/Content.Server/Atmos/Components/SpaceAtmosphereComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.Atmos.Components +namespace Content.Server.Atmos.Components { [RegisterComponent] [ComponentReference(typeof(IAtmosphereComponent))] diff --git a/Content.Server/Atmos/Components/TemperatureProtectionComponent.cs b/Content.Server/Atmos/Components/TemperatureProtectionComponent.cs index 7f1a6e74d2..b0e2d3b36b 100644 --- a/Content.Server/Atmos/Components/TemperatureProtectionComponent.cs +++ b/Content.Server/Atmos/Components/TemperatureProtectionComponent.cs @@ -1,8 +1,4 @@ -using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - -namespace Content.Server.Atmos.Components; +namespace Content.Server.Atmos.Components; [RegisterComponent] public sealed class TemperatureProtectionComponent : Component diff --git a/Content.Server/Atmos/Components/UnsimulatedGridAtmosphereComponent.cs b/Content.Server/Atmos/Components/UnsimulatedGridAtmosphereComponent.cs index bc2ac437b7..a5fb02171f 100644 --- a/Content.Server/Atmos/Components/UnsimulatedGridAtmosphereComponent.cs +++ b/Content.Server/Atmos/Components/UnsimulatedGridAtmosphereComponent.cs @@ -1,11 +1,4 @@ -using System; -using Content.Server.Atmos.Piping.Components; -using Content.Server.NodeContainer.NodeGroups; -using Content.Shared.Atmos; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; - -namespace Content.Server.Atmos.Components +namespace Content.Server.Atmos.Components { [RegisterComponent] [ComponentReference(typeof(IAtmosphereComponent))] diff --git a/Content.Server/Atmos/EntitySystems/AirtightSystem.cs b/Content.Server/Atmos/EntitySystems/AirtightSystem.cs index 97e8bee234..1ad44a2487 100644 --- a/Content.Server/Atmos/EntitySystems/AirtightSystem.cs +++ b/Content.Server/Atmos/EntitySystems/AirtightSystem.cs @@ -1,12 +1,8 @@ using Content.Server.Atmos.Components; using Content.Server.Explosion.EntitySystems; -using Content.Server.Kudzu; using Content.Shared.Atmos; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.Atmos.EntitySystems { diff --git a/Content.Server/Atmos/EntitySystems/AtmosDebugOverlaySystem.cs b/Content.Server/Atmos/EntitySystems/AtmosDebugOverlaySystem.cs index 0cb9e023af..a0d8918398 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosDebugOverlaySystem.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosDebugOverlaySystem.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using Content.Server.Atmos.Components; using Content.Shared.Atmos; using Content.Shared.Atmos.EntitySystems; @@ -7,10 +6,7 @@ using JetBrains.Annotations; using Robust.Server.Player; using Robust.Shared.Configuration; using Robust.Shared.Enums; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.Atmos.EntitySystems { diff --git a/Content.Server/Atmos/EntitySystems/AtmosExposedSystem.cs b/Content.Server/Atmos/EntitySystems/AtmosExposedSystem.cs index 001b5388fe..b827b6d41d 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosExposedSystem.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosExposedSystem.cs @@ -1,8 +1,3 @@ -using Content.Server.Atmos.Components; -using Content.Server.Temperature.Components; -using Content.Server.Temperature.Systems; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Atmos.EntitySystems diff --git a/Content.Server/Atmos/EntitySystems/AtmosPlaqueSystem.cs b/Content.Server/Atmos/EntitySystems/AtmosPlaqueSystem.cs index c483394f15..609f3b95d9 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosPlaqueSystem.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosPlaqueSystem.cs @@ -1,8 +1,5 @@ using Content.Server.Atmos.Components; using Content.Shared.Atmos.Visuals; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Random; namespace Content.Server.Atmos.EntitySystems; diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.CVars.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.CVars.cs index 2c14ae5b05..bb5f0609a2 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.CVars.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.CVars.cs @@ -1,6 +1,5 @@ using Content.Shared.CCVar; using Robust.Shared.Configuration; -using Robust.Shared.IoC; namespace Content.Server.Atmos.EntitySystems { diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs index 6063bc7680..63a0b3efca 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs @@ -3,7 +3,6 @@ using Content.Server.Atmos.Components; using Content.Shared.Administration; using Content.Shared.Atmos; using Robust.Shared.Console; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Atmos.EntitySystems; diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Gases.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Gases.cs index 6a34538891..5ef784b1e9 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Gases.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Gases.cs @@ -1,10 +1,7 @@ -using System; -using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using Content.Server.Atmos.Reactions; using Content.Shared.Atmos; -using Robust.Shared.Maths; using Robust.Shared.Prototypes; using DependencyAttribute = Robust.Shared.IoC.DependencyAttribute; diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Grid.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Grid.cs index cb3ceed6ea..26d4bcc0d8 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Grid.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Grid.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Runtime.CompilerServices; @@ -9,12 +7,8 @@ using Content.Server.Atmos.Reactions; using Content.Server.NodeContainer.NodeGroups; using Content.Shared.Atmos; using Content.Shared.Maps; -using Robust.Shared.GameObjects; // ReSharper disable once RedundantUsingDirective -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Utility; using Dependency = Robust.Shared.IoC.DependencyAttribute; diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs index 263f81c5b7..80ec1d6cd0 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs @@ -4,14 +4,11 @@ using Content.Shared.Audio; using Content.Shared.MobState.Components; using Content.Shared.Physics; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Physics; using Robust.Shared.Player; using Robust.Shared.Random; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.EntitySystems { diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Hotspot.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Hotspot.cs index 5cbb3a9653..7d2f1fb74b 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Hotspot.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Hotspot.cs @@ -2,14 +2,9 @@ using Content.Server.Atmos.Components; using Content.Server.Atmos.Reactions; using Content.Shared.Atmos; using Content.Shared.Audio; -using Robust.Server.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Player; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.EntitySystems { diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Monstermos.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Monstermos.cs index 186f32eb0e..3d34b3b7af 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Monstermos.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Monstermos.cs @@ -1,14 +1,8 @@ -using System; -using System.Collections.Generic; using Content.Server.Atmos.Components; using Content.Server.Doors.Components; -using Content.Shared.Administration.Logs; using Content.Shared.Atmos; using Content.Shared.Database; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Random; using Robust.Shared.Utility; diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Processing.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Processing.cs index ed653250c8..4c74ff98be 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Processing.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Processing.cs @@ -1,13 +1,8 @@ -using System; -using System.Collections.Generic; using Content.Server.Atmos.Components; using Content.Server.Atmos.Piping.Components; using Content.Server.NodeContainer.NodeGroups; using Content.Shared.Atmos; using Content.Shared.Maps; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Timing; namespace Content.Server.Atmos.EntitySystems diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Superconductivity.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Superconductivity.cs index 18b564c37f..4e3be35eba 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Superconductivity.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Superconductivity.cs @@ -1,4 +1,3 @@ -using System; using Content.Server.Atmos.Components; using Content.Shared.Atmos; diff --git a/Content.Server/Atmos/EntitySystems/FlammableSystem.cs b/Content.Server/Atmos/EntitySystems/FlammableSystem.cs index b3f2302994..a7b6410867 100644 --- a/Content.Server/Atmos/EntitySystems/FlammableSystem.cs +++ b/Content.Server/Atmos/EntitySystems/FlammableSystem.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.Administration.Logs; using Content.Server.Atmos.Components; using Content.Server.Stunnable; @@ -13,9 +11,6 @@ using Content.Shared.Database; using Content.Shared.Interaction; using Content.Shared.Popups; using Content.Shared.Temperature; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Physics; using Robust.Shared.Physics.Dynamics; diff --git a/Content.Server/Atmos/EntitySystems/GasAnalyzableSystem.cs b/Content.Server/Atmos/EntitySystems/GasAnalyzableSystem.cs index 2e643a0c63..c54bc6412c 100644 --- a/Content.Server/Atmos/EntitySystems/GasAnalyzableSystem.cs +++ b/Content.Server/Atmos/EntitySystems/GasAnalyzableSystem.cs @@ -1,8 +1,6 @@ using Content.Server.Atmos.Components; -using Content.Server.NodeContainer.NodeGroups; using Content.Server.NodeContainer.Nodes; using Content.Server.NodeContainer; -using Content.Server.Tools; using Content.Shared.Atmos.Components; using Content.Shared.Examine; using Content.Shared.Temperature; diff --git a/Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs b/Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs index 3e5b357167..8ce8251f86 100644 --- a/Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs +++ b/Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs @@ -1,6 +1,5 @@ using Content.Server.Atmos.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.Atmos.EntitySystems { diff --git a/Content.Server/Atmos/ExcitedGroup.cs b/Content.Server/Atmos/ExcitedGroup.cs index b8b2b7447a..73dc6c2329 100644 --- a/Content.Server/Atmos/ExcitedGroup.cs +++ b/Content.Server/Atmos/ExcitedGroup.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; -using Robust.Shared.ViewVariables; - -namespace Content.Server.Atmos +namespace Content.Server.Atmos { public sealed class ExcitedGroup { diff --git a/Content.Server/Atmos/GasMixture.cs b/Content.Server/Atmos/GasMixture.cs index 9b976ebcca..1f7db393a3 100644 --- a/Content.Server/Atmos/GasMixture.cs +++ b/Content.Server/Atmos/GasMixture.cs @@ -1,15 +1,8 @@ -using System; -using System.Collections.Generic; -using System.Linq; +using System.Linq; using System.Runtime.CompilerServices; -using Content.Server.Atmos.EntitySystems; using Content.Server.Atmos.Reactions; using Content.Shared.Atmos; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos { diff --git a/Content.Server/Atmos/Hotspot.cs b/Content.Server/Atmos/Hotspot.cs index 36d24c03b3..987acf73c2 100644 --- a/Content.Server/Atmos/Hotspot.cs +++ b/Content.Server/Atmos/Hotspot.cs @@ -1,6 +1,4 @@ -using Robust.Shared.ViewVariables; - -namespace Content.Server.Atmos +namespace Content.Server.Atmos { public struct Hotspot { diff --git a/Content.Server/Atmos/IGasMixtureHolder.cs b/Content.Server/Atmos/IGasMixtureHolder.cs index e7a55e8048..96efa6b983 100644 --- a/Content.Server/Atmos/IGasMixtureHolder.cs +++ b/Content.Server/Atmos/IGasMixtureHolder.cs @@ -1,7 +1,4 @@ -using Content.Server.Atmos.EntitySystems; -using Robust.Shared.GameObjects; - -namespace Content.Server.Atmos +namespace Content.Server.Atmos { public interface IGasMixtureHolder { diff --git a/Content.Server/Atmos/Monitor/Components/AtmosAlarmableComponent.cs b/Content.Server/Atmos/Monitor/Components/AtmosAlarmableComponent.cs index c1e7cecb10..b762df7b02 100644 --- a/Content.Server/Atmos/Monitor/Components/AtmosAlarmableComponent.cs +++ b/Content.Server/Atmos/Monitor/Components/AtmosAlarmableComponent.cs @@ -1,9 +1,4 @@ -using System.Collections.Generic; -using Content.Server.Power.Components; using Content.Shared.Atmos.Monitor; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.Monitor.Components { diff --git a/Content.Server/Atmos/Monitor/Components/AtmosMonitorComponent.cs b/Content.Server/Atmos/Monitor/Components/AtmosMonitorComponent.cs index ebe1697cf4..2356641817 100644 --- a/Content.Server/Atmos/Monitor/Components/AtmosMonitorComponent.cs +++ b/Content.Server/Atmos/Monitor/Components/AtmosMonitorComponent.cs @@ -1,13 +1,7 @@ -using System.Collections.Generic; -using Content.Server.Atmos.Piping.Components; -using Content.Server.Power.Components; using Content.Shared.Atmos; using Content.Shared.Atmos.Monitor; using Content.Shared.Sound; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.Monitor.Components { diff --git a/Content.Server/Atmos/Monitor/Systems/AirAlarmModes.cs b/Content.Server/Atmos/Monitor/Systems/AirAlarmModes.cs index 501134db46..be82243aed 100644 --- a/Content.Server/Atmos/Monitor/Systems/AirAlarmModes.cs +++ b/Content.Server/Atmos/Monitor/Systems/AirAlarmModes.cs @@ -1,14 +1,9 @@ -using System; -using System.Collections.Generic; using Content.Server.Atmos.Monitor.Components; using Content.Server.Atmos.Monitor.Systems; -using Content.Server.Atmos.Piping.Unary.Components; using Content.Server.DeviceNetwork.Systems; using Content.Shared.Atmos; using Content.Shared.Atmos.Monitor.Components; using Content.Shared.Atmos.Piping.Unary.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Atmos.Monitor { diff --git a/Content.Server/Atmos/Monitor/Systems/AirAlarmSystem.cs b/Content.Server/Atmos/Monitor/Systems/AirAlarmSystem.cs index 504582022a..3221bb99e7 100644 --- a/Content.Server/Atmos/Monitor/Systems/AirAlarmSystem.cs +++ b/Content.Server/Atmos/Monitor/Systems/AirAlarmSystem.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.Atmos.Monitor.Components; using Content.Server.Atmos.Piping.Components; using Content.Server.DeviceNetwork; @@ -14,11 +12,7 @@ using Content.Shared.Atmos; using Content.Shared.Atmos.Monitor; using Content.Shared.Atmos.Monitor.Components; using Content.Shared.Interaction; -using Content.Shared.Popups; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Atmos.Monitor.Systems diff --git a/Content.Server/Atmos/Monitor/Systems/AtmosAlarmableSystem.cs b/Content.Server/Atmos/Monitor/Systems/AtmosAlarmableSystem.cs index 7fc0aa4896..b0558d9f18 100644 --- a/Content.Server/Atmos/Monitor/Systems/AtmosAlarmableSystem.cs +++ b/Content.Server/Atmos/Monitor/Systems/AtmosAlarmableSystem.cs @@ -3,7 +3,6 @@ using Content.Server.DeviceNetwork; using Content.Server.DeviceNetwork.Components; using Content.Server.DeviceNetwork.Systems; using Content.Shared.Atmos.Monitor; -using Robust.Shared.GameObjects; namespace Content.Server.Atmos.Monitor.Systems { diff --git a/Content.Server/Atmos/Monitor/Systems/AtmosMonitoringSystem.cs b/Content.Server/Atmos/Monitor/Systems/AtmosMonitoringSystem.cs index 6ff2bf5315..6cf5b65e36 100644 --- a/Content.Server/Atmos/Monitor/Systems/AtmosMonitoringSystem.cs +++ b/Content.Server/Atmos/Monitor/Systems/AtmosMonitoringSystem.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using Content.Server.Atmos.Monitor.Components; using Content.Server.Atmos.EntitySystems; using Content.Server.Atmos.Piping.EntitySystems; @@ -9,11 +8,7 @@ using Content.Server.DeviceNetwork.Systems; using Content.Server.Power.Components; using Content.Shared.Atmos; using Content.Shared.Atmos.Monitor; -using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Player; using Robust.Shared.Prototypes; diff --git a/Content.Server/Atmos/Monitor/Systems/FireAlarmSystem.cs b/Content.Server/Atmos/Monitor/Systems/FireAlarmSystem.cs index e3b68a559f..0e2aa12928 100644 --- a/Content.Server/Atmos/Monitor/Systems/FireAlarmSystem.cs +++ b/Content.Server/Atmos/Monitor/Systems/FireAlarmSystem.cs @@ -4,8 +4,6 @@ using Content.Shared.Atmos.Monitor; using Content.Shared.Interaction; using Content.Shared.Emag.Systems; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Atmos.Monitor.Systems { diff --git a/Content.Server/Atmos/MonstermosInfo.cs b/Content.Server/Atmos/MonstermosInfo.cs index cfb1ad7b4b..810ce71d2c 100644 --- a/Content.Server/Atmos/MonstermosInfo.cs +++ b/Content.Server/Atmos/MonstermosInfo.cs @@ -1,6 +1,4 @@ -using System; -using Content.Shared.Atmos; -using Robust.Shared.ViewVariables; +using Content.Shared.Atmos; namespace Content.Server.Atmos { diff --git a/Content.Server/Atmos/Piping/Binary/Components/GasDualPortVentPumpComponent.cs b/Content.Server/Atmos/Piping/Binary/Components/GasDualPortVentPumpComponent.cs index 01b0a5940e..d26970fb04 100644 --- a/Content.Server/Atmos/Piping/Binary/Components/GasDualPortVentPumpComponent.cs +++ b/Content.Server/Atmos/Piping/Binary/Components/GasDualPortVentPumpComponent.cs @@ -1,9 +1,5 @@ -using System; using Content.Shared.Atmos; using Content.Shared.Atmos.Piping.Unary.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.Piping.Binary.Components { diff --git a/Content.Server/Atmos/Piping/Binary/Components/GasPortComponent.cs b/Content.Server/Atmos/Piping/Binary/Components/GasPortComponent.cs index adb5907d1d..fe5d62c6ab 100644 --- a/Content.Server/Atmos/Piping/Binary/Components/GasPortComponent.cs +++ b/Content.Server/Atmos/Piping/Binary/Components/GasPortComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Atmos.Piping.Binary.Components { [RegisterComponent] diff --git a/Content.Server/Atmos/Piping/Binary/Components/GasValveComponent.cs b/Content.Server/Atmos/Piping/Binary/Components/GasValveComponent.cs index a27a965cfa..9fba248f1a 100644 --- a/Content.Server/Atmos/Piping/Binary/Components/GasValveComponent.cs +++ b/Content.Server/Atmos/Piping/Binary/Components/GasValveComponent.cs @@ -1,7 +1,4 @@ using Content.Shared.Sound; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.Piping.Binary.Components { diff --git a/Content.Server/Atmos/Piping/Binary/EntitySystems/GasDualPortVentPumpSystem.cs b/Content.Server/Atmos/Piping/Binary/EntitySystems/GasDualPortVentPumpSystem.cs index ad6428f361..0ffeca3973 100644 --- a/Content.Server/Atmos/Piping/Binary/EntitySystems/GasDualPortVentPumpSystem.cs +++ b/Content.Server/Atmos/Piping/Binary/EntitySystems/GasDualPortVentPumpSystem.cs @@ -1,4 +1,3 @@ -using System; using Content.Server.Atmos.EntitySystems; using Content.Server.Atmos.Piping.Binary.Components; using Content.Server.Atmos.Piping.Components; @@ -8,8 +7,6 @@ using Content.Shared.Atmos; using Content.Shared.Atmos.Piping.Unary.Components; using Content.Shared.Atmos.Visuals; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Atmos.Piping.Binary.EntitySystems { diff --git a/Content.Server/Atmos/Piping/Binary/EntitySystems/GasPassiveGateSystem.cs b/Content.Server/Atmos/Piping/Binary/EntitySystems/GasPassiveGateSystem.cs index 6c81708c39..57a7a39929 100644 --- a/Content.Server/Atmos/Piping/Binary/EntitySystems/GasPassiveGateSystem.cs +++ b/Content.Server/Atmos/Piping/Binary/EntitySystems/GasPassiveGateSystem.cs @@ -1,4 +1,3 @@ -using System; using Content.Server.Atmos.EntitySystems; using Content.Server.Atmos.Piping.Binary.Components; using Content.Server.Atmos.Piping.Components; @@ -6,8 +5,6 @@ using Content.Server.NodeContainer; using Content.Server.NodeContainer.Nodes; using Content.Shared.Atmos; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Atmos.Piping.Binary.EntitySystems { diff --git a/Content.Server/Atmos/Piping/Binary/EntitySystems/GasPressurePumpSystem.cs b/Content.Server/Atmos/Piping/Binary/EntitySystems/GasPressurePumpSystem.cs index b996d93536..d1243256c3 100644 --- a/Content.Server/Atmos/Piping/Binary/EntitySystems/GasPressurePumpSystem.cs +++ b/Content.Server/Atmos/Piping/Binary/EntitySystems/GasPressurePumpSystem.cs @@ -1,4 +1,3 @@ -using System; using Content.Server.Administration.Logs; using Content.Server.Atmos.EntitySystems; using Content.Server.Atmos.Piping.Binary.Components; diff --git a/Content.Server/Atmos/Piping/Binary/EntitySystems/GasValveSystem.cs b/Content.Server/Atmos/Piping/Binary/EntitySystems/GasValveSystem.cs index d15d245466..d6f5fada5b 100644 --- a/Content.Server/Atmos/Piping/Binary/EntitySystems/GasValveSystem.cs +++ b/Content.Server/Atmos/Piping/Binary/EntitySystems/GasValveSystem.cs @@ -1,18 +1,12 @@ using Content.Server.Atmos.Piping.Binary.Components; using Content.Server.NodeContainer; using Content.Server.NodeContainer.Nodes; -using Content.Shared.ActionBlocker; using Content.Shared.Atmos.Piping; using Content.Shared.Audio; using Content.Shared.Examine; using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; using JetBrains.Annotations; -using Robust.Server.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Atmos.Piping.Binary.EntitySystems diff --git a/Content.Server/Atmos/Piping/Components/AtmosDeviceComponent.cs b/Content.Server/Atmos/Piping/Components/AtmosDeviceComponent.cs index 7dc9d14039..1ba2ac0f87 100644 --- a/Content.Server/Atmos/Piping/Components/AtmosDeviceComponent.cs +++ b/Content.Server/Atmos/Piping/Components/AtmosDeviceComponent.cs @@ -1,9 +1,5 @@ -using System; using Content.Server.Atmos.Components; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.Piping.Components { diff --git a/Content.Server/Atmos/Piping/Components/AtmosPipeColorComponent.cs b/Content.Server/Atmos/Piping/Components/AtmosPipeColorComponent.cs index f415fe3277..36d6bc0f3f 100644 --- a/Content.Server/Atmos/Piping/Components/AtmosPipeColorComponent.cs +++ b/Content.Server/Atmos/Piping/Components/AtmosPipeColorComponent.cs @@ -1,9 +1,5 @@ using Content.Server.Atmos.Piping.EntitySystems; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.Piping.Components { diff --git a/Content.Server/Atmos/Piping/Components/AtmosUnsafeUnanchorComponent.cs b/Content.Server/Atmos/Piping/Components/AtmosUnsafeUnanchorComponent.cs index 4cb26612b1..388cd9f644 100644 --- a/Content.Server/Atmos/Piping/Components/AtmosUnsafeUnanchorComponent.cs +++ b/Content.Server/Atmos/Piping/Components/AtmosUnsafeUnanchorComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Atmos.Piping.Components { [RegisterComponent] diff --git a/Content.Server/Atmos/Piping/EntitySystems/AtmosDeviceSystem.cs b/Content.Server/Atmos/Piping/EntitySystems/AtmosDeviceSystem.cs index be6d404cb2..c9396e0594 100644 --- a/Content.Server/Atmos/Piping/EntitySystems/AtmosDeviceSystem.cs +++ b/Content.Server/Atmos/Piping/EntitySystems/AtmosDeviceSystem.cs @@ -1,10 +1,6 @@ -using System; -using System.Collections.Generic; using Content.Server.Atmos.EntitySystems; using Content.Server.Atmos.Piping.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Timing; namespace Content.Server.Atmos.Piping.EntitySystems diff --git a/Content.Server/Atmos/Piping/EntitySystems/AtmosPipeColorSystem.cs b/Content.Server/Atmos/Piping/EntitySystems/AtmosPipeColorSystem.cs index a3512069a6..70103e63c5 100644 --- a/Content.Server/Atmos/Piping/EntitySystems/AtmosPipeColorSystem.cs +++ b/Content.Server/Atmos/Piping/EntitySystems/AtmosPipeColorSystem.cs @@ -1,7 +1,5 @@ using Content.Server.Atmos.Piping.Components; using Content.Shared.Atmos.Piping; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; namespace Content.Server.Atmos.Piping.EntitySystems { diff --git a/Content.Server/Atmos/Piping/EntitySystems/AtmosUnsafeUnanchorSystem.cs b/Content.Server/Atmos/Piping/EntitySystems/AtmosUnsafeUnanchorSystem.cs index 46629c1c2d..52abad4104 100644 --- a/Content.Server/Atmos/Piping/EntitySystems/AtmosUnsafeUnanchorSystem.cs +++ b/Content.Server/Atmos/Piping/EntitySystems/AtmosUnsafeUnanchorSystem.cs @@ -5,11 +5,7 @@ using Content.Server.NodeContainer.Nodes; using Content.Server.Popups; using Content.Shared.Atmos; using Content.Shared.Construction.Components; -using Content.Shared.Popups; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Atmos.Piping.EntitySystems diff --git a/Content.Server/Atmos/Piping/Other/Components/GasMinerComponent.cs b/Content.Server/Atmos/Piping/Other/Components/GasMinerComponent.cs index ce030af85d..01d89cf2d1 100644 --- a/Content.Server/Atmos/Piping/Other/Components/GasMinerComponent.cs +++ b/Content.Server/Atmos/Piping/Other/Components/GasMinerComponent.cs @@ -1,7 +1,4 @@ using Content.Shared.Atmos; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.Piping.Other.Components { diff --git a/Content.Server/Atmos/Piping/Other/EntitySystems/GasMinerSystem.cs b/Content.Server/Atmos/Piping/Other/EntitySystems/GasMinerSystem.cs index d9cbca8657..fa310d2b5f 100644 --- a/Content.Server/Atmos/Piping/Other/EntitySystems/GasMinerSystem.cs +++ b/Content.Server/Atmos/Piping/Other/EntitySystems/GasMinerSystem.cs @@ -1,12 +1,9 @@ using System.Diagnostics.CodeAnalysis; -using Content.Server.Atmos.Components; using Content.Server.Atmos.EntitySystems; using Content.Server.Atmos.Piping.Components; using Content.Server.Atmos.Piping.Other.Components; using Content.Shared.Atmos; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Atmos.Piping.Other.EntitySystems { diff --git a/Content.Server/Atmos/Piping/Trinary/EntitySystems/GasFilterSystem.cs b/Content.Server/Atmos/Piping/Trinary/EntitySystems/GasFilterSystem.cs index e663647bae..8ac301fe22 100644 --- a/Content.Server/Atmos/Piping/Trinary/EntitySystems/GasFilterSystem.cs +++ b/Content.Server/Atmos/Piping/Trinary/EntitySystems/GasFilterSystem.cs @@ -1,11 +1,9 @@ -using System; using Content.Server.Administration.Logs; using Content.Server.Atmos.EntitySystems; using Content.Server.Atmos.Piping.Components; using Content.Server.Atmos.Piping.Trinary.Components; using Content.Server.NodeContainer; using Content.Server.NodeContainer.Nodes; -using Content.Server.UserInterface; using Content.Shared.Atmos; using Content.Shared.Atmos.Piping; using Content.Shared.Atmos.Piping.Trinary.Components; @@ -15,9 +13,6 @@ using Content.Shared.Interaction; using Content.Shared.Popups; using JetBrains.Annotations; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Timing; namespace Content.Server.Atmos.Piping.Trinary.EntitySystems diff --git a/Content.Server/Atmos/Piping/Unary/Components/GasCanisterComponent.cs b/Content.Server/Atmos/Piping/Unary/Components/GasCanisterComponent.cs index 16e0cdf9c7..aee060049d 100644 --- a/Content.Server/Atmos/Piping/Unary/Components/GasCanisterComponent.cs +++ b/Content.Server/Atmos/Piping/Unary/Components/GasCanisterComponent.cs @@ -1,7 +1,4 @@ using Content.Shared.Atmos; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.Piping.Unary.Components { diff --git a/Content.Server/Atmos/Piping/Unary/Components/GasPassiveVentComponent.cs b/Content.Server/Atmos/Piping/Unary/Components/GasPassiveVentComponent.cs index f89dcf8744..6e232f06e0 100644 --- a/Content.Server/Atmos/Piping/Unary/Components/GasPassiveVentComponent.cs +++ b/Content.Server/Atmos/Piping/Unary/Components/GasPassiveVentComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Atmos.Piping.Unary.Components { [RegisterComponent] diff --git a/Content.Server/Atmos/Piping/Unary/Components/GasPortableComponent.cs b/Content.Server/Atmos/Piping/Unary/Components/GasPortableComponent.cs index 2b2971f34d..d12a71e704 100644 --- a/Content.Server/Atmos/Piping/Unary/Components/GasPortableComponent.cs +++ b/Content.Server/Atmos/Piping/Unary/Components/GasPortableComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Atmos.Piping.Unary.Components { [RegisterComponent] diff --git a/Content.Server/Atmos/Piping/Unary/Components/GasThermoMachineComponent.cs b/Content.Server/Atmos/Piping/Unary/Components/GasThermoMachineComponent.cs index 410c8ca7f3..eab9addecd 100644 --- a/Content.Server/Atmos/Piping/Unary/Components/GasThermoMachineComponent.cs +++ b/Content.Server/Atmos/Piping/Unary/Components/GasThermoMachineComponent.cs @@ -1,9 +1,6 @@ using Content.Shared.Atmos; using Content.Shared.Atmos.Piping.Unary.Components; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.Piping.Unary.Components { diff --git a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasCanisterSystem.cs b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasCanisterSystem.cs index 25d52af257..4a0397f334 100644 --- a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasCanisterSystem.cs +++ b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasCanisterSystem.cs @@ -3,7 +3,6 @@ using Content.Server.Atmos.Components; using Content.Server.Atmos.EntitySystems; using Content.Server.Atmos.Piping.Components; using Content.Server.Atmos.Piping.Unary.Components; -using Content.Server.Hands.Components; using Content.Server.NodeContainer; using Content.Server.NodeContainer.NodeGroups; using Content.Server.NodeContainer.Nodes; diff --git a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasPassiveVentSystem.cs b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasPassiveVentSystem.cs index d959461c25..90aa96c9eb 100644 --- a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasPassiveVentSystem.cs +++ b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasPassiveVentSystem.cs @@ -1,4 +1,3 @@ -using System; using Content.Server.Atmos.EntitySystems; using Content.Server.Atmos.Piping.Components; using Content.Server.Atmos.Piping.Unary.Components; @@ -6,8 +5,6 @@ using Content.Server.NodeContainer; using Content.Server.NodeContainer.Nodes; using Content.Shared.Atmos; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Atmos.Piping.Unary.EntitySystems { diff --git a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasPortableSystem.cs b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasPortableSystem.cs index b5bddcda15..ced6be494b 100644 --- a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasPortableSystem.cs +++ b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasPortableSystem.cs @@ -6,8 +6,6 @@ using Content.Server.NodeContainer.Nodes; using Content.Shared.Atmos.Piping.Unary.Components; using Content.Shared.Construction.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Atmos.Piping.Unary.EntitySystems diff --git a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasThermoMachineSystem.cs b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasThermoMachineSystem.cs index 5c1918f55e..c5df8d75a6 100644 --- a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasThermoMachineSystem.cs +++ b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasThermoMachineSystem.cs @@ -9,8 +9,6 @@ using Content.Shared.Atmos.Piping; using Content.Shared.Atmos.Piping.Unary.Components; using JetBrains.Annotations; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Atmos.Piping.Unary.EntitySystems { diff --git a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasVentScrubberSystem.cs b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasVentScrubberSystem.cs index b5c8c128a3..ae22d41a71 100644 --- a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasVentScrubberSystem.cs +++ b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasVentScrubberSystem.cs @@ -1,4 +1,3 @@ -using System; using Content.Server.Atmos.EntitySystems; using Content.Server.Atmos.Monitor.Components; using Content.Server.Atmos.Monitor.Systems; diff --git a/Content.Server/Atmos/Reactions/GasReactionPrototype.cs b/Content.Server/Atmos/Reactions/GasReactionPrototype.cs index 2dfb41d6a9..aa5b99ece2 100644 --- a/Content.Server/Atmos/Reactions/GasReactionPrototype.cs +++ b/Content.Server/Atmos/Reactions/GasReactionPrototype.cs @@ -1,11 +1,6 @@ -using System; -using System.Collections.Generic; -using Content.Server.Atmos.EntitySystems; +using Content.Server.Atmos.EntitySystems; using Content.Shared.Atmos; -using Robust.Server.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.Reactions { diff --git a/Content.Server/Atmos/Reactions/PlasmaFireReaction.cs b/Content.Server/Atmos/Reactions/PlasmaFireReaction.cs index dd4ca09dc5..c0e830f250 100644 --- a/Content.Server/Atmos/Reactions/PlasmaFireReaction.cs +++ b/Content.Server/Atmos/Reactions/PlasmaFireReaction.cs @@ -1,10 +1,6 @@ -using System; using Content.Server.Atmos.EntitySystems; -using Content.Server.Coordinates.Helpers; using Content.Shared.Atmos; using JetBrains.Annotations; -using Robust.Server.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Atmos.Reactions { diff --git a/Content.Server/Atmos/Reactions/TritiumFireReaction.cs b/Content.Server/Atmos/Reactions/TritiumFireReaction.cs index 6793794c97..c66a005915 100644 --- a/Content.Server/Atmos/Reactions/TritiumFireReaction.cs +++ b/Content.Server/Atmos/Reactions/TritiumFireReaction.cs @@ -1,9 +1,6 @@ using Content.Server.Atmos.EntitySystems; -using Content.Server.Coordinates.Helpers; using Content.Shared.Atmos; using JetBrains.Annotations; -using Robust.Server.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Atmos.Reactions { diff --git a/Content.Server/Atmos/Reactions/WaterVaporReaction.cs b/Content.Server/Atmos/Reactions/WaterVaporReaction.cs index f05c4afc34..6d4bb783ff 100644 --- a/Content.Server/Atmos/Reactions/WaterVaporReaction.cs +++ b/Content.Server/Atmos/Reactions/WaterVaporReaction.cs @@ -1,13 +1,9 @@ using Content.Server.Atmos.EntitySystems; -using Content.Server.Fluids.Components; using Content.Server.Fluids.EntitySystems; using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; using Content.Shared.Maps; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Atmos.Reactions { diff --git a/Content.Server/Atmos/TileAtmosphere.cs b/Content.Server/Atmos/TileAtmosphere.cs index d6d409b210..3e87973df9 100644 --- a/Content.Server/Atmos/TileAtmosphere.cs +++ b/Content.Server/Atmos/TileAtmosphere.cs @@ -2,8 +2,6 @@ using Content.Server.Atmos.EntitySystems; using Content.Shared.Atmos; using Content.Shared.Maps; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos { diff --git a/Content.Server/Audio/AmbientOnPoweredComponent.cs b/Content.Server/Audio/AmbientOnPoweredComponent.cs index a514ad38ee..4c603d8ce1 100644 --- a/Content.Server/Audio/AmbientOnPoweredComponent.cs +++ b/Content.Server/Audio/AmbientOnPoweredComponent.cs @@ -1,5 +1,4 @@ using Content.Shared.Audio; -using Robust.Shared.GameObjects; namespace Content.Server.Audio { diff --git a/Content.Server/Audio/AmbientSoundSystem.cs b/Content.Server/Audio/AmbientSoundSystem.cs index 16c6d29f45..5a260fe90f 100644 --- a/Content.Server/Audio/AmbientSoundSystem.cs +++ b/Content.Server/Audio/AmbientSoundSystem.cs @@ -1,7 +1,6 @@ using Content.Server.Power.Components; using Content.Server.Power.EntitySystems; using Content.Shared.Audio; -using Robust.Shared.GameObjects; namespace Content.Server.Audio { diff --git a/Content.Server/BarSign/BarSignComponent.cs b/Content.Server/BarSign/BarSignComponent.cs index 3713a3958d..78e35605d1 100644 --- a/Content.Server/BarSign/BarSignComponent.cs +++ b/Content.Server/BarSign/BarSignComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.BarSign { [RegisterComponent] diff --git a/Content.Server/BarSign/BarSignPrototype.cs b/Content.Server/BarSign/BarSignPrototype.cs index 54daef7372..b3e0f68229 100644 --- a/Content.Server/BarSign/BarSignPrototype.cs +++ b/Content.Server/BarSign/BarSignPrototype.cs @@ -1,7 +1,4 @@ -using Robust.Shared.Localization; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.BarSign { diff --git a/Content.Server/BarSign/Systems/BarSignSystem.cs b/Content.Server/BarSign/Systems/BarSignSystem.cs index ef487e38c4..708f678587 100644 --- a/Content.Server/BarSign/Systems/BarSignSystem.cs +++ b/Content.Server/BarSign/Systems/BarSignSystem.cs @@ -1,12 +1,7 @@ -using System; using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Server.Power.Components; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Log; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Server/Bed/Components/HealOnBuckleHealing.cs b/Content.Server/Bed/Components/HealOnBuckleHealing.cs index d897c140aa..47e76c49ae 100644 --- a/Content.Server/Bed/Components/HealOnBuckleHealing.cs +++ b/Content.Server/Bed/Components/HealOnBuckleHealing.cs @@ -1,5 +1,3 @@ -using Content.Shared.Damage; - namespace Content.Server.Bed.Components { [RegisterComponent] diff --git a/Content.Server/Bible/Components/BibleComponent.cs b/Content.Server/Bible/Components/BibleComponent.cs index e4af9ebc0a..e0eb014db4 100644 --- a/Content.Server/Bible/Components/BibleComponent.cs +++ b/Content.Server/Bible/Components/BibleComponent.cs @@ -1,7 +1,5 @@ using Content.Shared.Damage; using Content.Shared.Sound; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.Prototypes; namespace Content.Server.Bible.Components { diff --git a/Content.Server/Bible/Components/BibleUserComponent.cs b/Content.Server/Bible/Components/BibleUserComponent.cs index 269d47f61f..6ca89013ff 100644 --- a/Content.Server/Bible/Components/BibleUserComponent.cs +++ b/Content.Server/Bible/Components/BibleUserComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Analyzers; - namespace Content.Server.Bible.Components { [RegisterComponent] diff --git a/Content.Server/Body/Commands/AddHandCommand.cs b/Content.Server/Body/Commands/AddHandCommand.cs index aa0773c99e..d1771b9a22 100644 --- a/Content.Server/Body/Commands/AddHandCommand.cs +++ b/Content.Server/Body/Commands/AddHandCommand.cs @@ -3,8 +3,6 @@ using Content.Shared.Administration; using Content.Shared.Body.Components; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Server/Body/Commands/AttachBodyPartCommand.cs b/Content.Server/Body/Commands/AttachBodyPartCommand.cs index b4fd6b42e4..8bfdb6cfc5 100644 --- a/Content.Server/Body/Commands/AttachBodyPartCommand.cs +++ b/Content.Server/Body/Commands/AttachBodyPartCommand.cs @@ -3,8 +3,6 @@ using Content.Shared.Administration; using Content.Shared.Body.Components; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Body.Commands { diff --git a/Content.Server/Body/Commands/DestroyMechanismCommand.cs b/Content.Server/Body/Commands/DestroyMechanismCommand.cs index 2b9118ecb8..09ba077436 100644 --- a/Content.Server/Body/Commands/DestroyMechanismCommand.cs +++ b/Content.Server/Body/Commands/DestroyMechanismCommand.cs @@ -3,8 +3,6 @@ using Content.Shared.Administration; using Content.Shared.Body.Components; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; namespace Content.Server.Body.Commands diff --git a/Content.Server/Body/Commands/RemoveHandCommand.cs b/Content.Server/Body/Commands/RemoveHandCommand.cs index 6737edafde..ba73121efe 100644 --- a/Content.Server/Body/Commands/RemoveHandCommand.cs +++ b/Content.Server/Body/Commands/RemoveHandCommand.cs @@ -5,8 +5,6 @@ using Content.Shared.Body.Components; using Content.Shared.Body.Part; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; namespace Content.Server.Body.Commands diff --git a/Content.Server/Body/Components/BodyComponent.cs b/Content.Server/Body/Components/BodyComponent.cs index 695e651f81..e3eda8804c 100644 --- a/Content.Server/Body/Components/BodyComponent.cs +++ b/Content.Server/Body/Components/BodyComponent.cs @@ -5,11 +5,7 @@ using Content.Shared.Random.Helpers; using Content.Shared.Sound; using Robust.Shared.Audio; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Player; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Body.Components { diff --git a/Content.Server/Body/Components/BodyPartComponent.cs b/Content.Server/Body/Components/BodyPartComponent.cs index 482eefde4a..4f465dda05 100644 --- a/Content.Server/Body/Components/BodyPartComponent.cs +++ b/Content.Server/Body/Components/BodyPartComponent.cs @@ -1,9 +1,6 @@ using Content.Shared.Body.Components; using Content.Shared.Random.Helpers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; namespace Content.Server.Body.Components { diff --git a/Content.Server/Body/Components/BrainComponent.cs b/Content.Server/Body/Components/BrainComponent.cs index f5cdea9d45..93909607c8 100644 --- a/Content.Server/Body/Components/BrainComponent.cs +++ b/Content.Server/Body/Components/BrainComponent.cs @@ -1,6 +1,4 @@ using Content.Server.Body.Systems; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; namespace Content.Server.Body.Components { diff --git a/Content.Server/Body/Components/InternalsComponent.cs b/Content.Server/Body/Components/InternalsComponent.cs index a43217544a..b1c50765e1 100644 --- a/Content.Server/Body/Components/InternalsComponent.cs +++ b/Content.Server/Body/Components/InternalsComponent.cs @@ -1,7 +1,4 @@ using Content.Server.Atmos.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.ViewVariables; namespace Content.Server.Body.Components { diff --git a/Content.Server/Body/Components/LungComponent.cs b/Content.Server/Body/Components/LungComponent.cs index 492100f104..7bd647d0d8 100644 --- a/Content.Server/Body/Components/LungComponent.cs +++ b/Content.Server/Body/Components/LungComponent.cs @@ -1,12 +1,7 @@ -using System.Collections.Generic; -using Content.Server.Atmos; +using Content.Server.Atmos; using Content.Server.Body.Systems; using Content.Shared.Atmos; using Content.Shared.Chemistry.Components; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Body.Components; diff --git a/Content.Server/Body/Components/MetabolizerComponent.cs b/Content.Server/Body/Components/MetabolizerComponent.cs index bd1e6f6ac2..c33b6ab941 100644 --- a/Content.Server/Body/Components/MetabolizerComponent.cs +++ b/Content.Server/Body/Components/MetabolizerComponent.cs @@ -1,11 +1,6 @@ -using System.Collections.Generic; -using Content.Server.Body.Systems; -using Content.Shared.Body.Components; +using Content.Server.Body.Systems; using Content.Shared.Body.Prototypes; using Content.Shared.FixedPoint; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Set; diff --git a/Content.Server/Body/Components/RespiratorComponent.cs b/Content.Server/Body/Components/RespiratorComponent.cs index a302dd552d..1daef6c536 100644 --- a/Content.Server/Body/Components/RespiratorComponent.cs +++ b/Content.Server/Body/Components/RespiratorComponent.cs @@ -1,10 +1,5 @@ -using System; using Content.Server.Body.Systems; using Content.Shared.Damage; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Body.Components { diff --git a/Content.Server/Body/Components/StomachComponent.cs b/Content.Server/Body/Components/StomachComponent.cs index 3ec931ab84..4528ac51fa 100644 --- a/Content.Server/Body/Components/StomachComponent.cs +++ b/Content.Server/Body/Components/StomachComponent.cs @@ -1,11 +1,5 @@ -using System.Collections.Generic; -using Content.Server.Body.Systems; -using Content.Shared.Body.Components; +using Content.Server.Body.Systems; using Content.Shared.FixedPoint; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Body.Components { diff --git a/Content.Server/Body/Components/ThermalRegulatorComponent.cs b/Content.Server/Body/Components/ThermalRegulatorComponent.cs index 437d7f4fc2..09d870fba2 100644 --- a/Content.Server/Body/Components/ThermalRegulatorComponent.cs +++ b/Content.Server/Body/Components/ThermalRegulatorComponent.cs @@ -1,8 +1,4 @@ using Content.Server.Body.Systems; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Body.Components; diff --git a/Content.Server/Body/Systems/BloodstreamSystem.cs b/Content.Server/Body/Systems/BloodstreamSystem.cs index 7b066360a9..f733b36bf5 100644 --- a/Content.Server/Body/Systems/BloodstreamSystem.cs +++ b/Content.Server/Body/Systems/BloodstreamSystem.cs @@ -1,4 +1,3 @@ -using System.Linq; using Content.Server.Body.Components; using Content.Server.Chemistry.EntitySystems; using Content.Server.Chemistry.ReactionEffects; diff --git a/Content.Server/Body/Systems/BodySystem.cs b/Content.Server/Body/Systems/BodySystem.cs index f81ce01fb3..98c629218f 100644 --- a/Content.Server/Body/Systems/BodySystem.cs +++ b/Content.Server/Body/Systems/BodySystem.cs @@ -1,5 +1,4 @@ using System.Diagnostics.CodeAnalysis; -using System.Linq; using Content.Server.Body.Components; using Content.Server.GameTicking; using Content.Server.Mind.Components; diff --git a/Content.Server/Body/Systems/BrainSystem.cs b/Content.Server/Body/Systems/BrainSystem.cs index d5c1c9f247..5479088de2 100644 --- a/Content.Server/Body/Systems/BrainSystem.cs +++ b/Content.Server/Body/Systems/BrainSystem.cs @@ -3,9 +3,7 @@ using Content.Server.Ghost.Components; using Content.Server.Mind.Components; using Content.Shared.Body.Components; using Content.Shared.Body.Events; -using Content.Shared.MobState.Components; using Content.Shared.Movement.Components; -using Robust.Shared.GameObjects; namespace Content.Server.Body.Systems { diff --git a/Content.Server/Body/Systems/InternalsSystem.cs b/Content.Server/Body/Systems/InternalsSystem.cs index 4a3b764e6e..5a5076eb92 100644 --- a/Content.Server/Body/Systems/InternalsSystem.cs +++ b/Content.Server/Body/Systems/InternalsSystem.cs @@ -1,7 +1,6 @@ using Content.Server.Atmos.Components; using Content.Server.Body.Components; using Content.Shared.Atmos; -using Robust.Shared.GameObjects; namespace Content.Server.Body.Systems; diff --git a/Content.Server/Body/Systems/LungSystem.cs b/Content.Server/Body/Systems/LungSystem.cs index 5857283c2a..0e995c78d1 100644 --- a/Content.Server/Body/Systems/LungSystem.cs +++ b/Content.Server/Body/Systems/LungSystem.cs @@ -1,14 +1,9 @@ -using System.Linq; -using Content.Server.Atmos.Components; +using Content.Server.Atmos.Components; using Content.Server.Atmos.EntitySystems; using Content.Server.Body.Components; using Content.Server.Chemistry.EntitySystems; using Content.Shared.Atmos; -using Content.Shared.Chemistry.Components; using Content.Shared.Inventory.Events; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Utility; namespace Content.Server.Body.Systems; diff --git a/Content.Server/Body/Systems/MetabolizerSystem.cs b/Content.Server/Body/Systems/MetabolizerSystem.cs index eb55d4577a..b3d5a23764 100644 --- a/Content.Server/Body/Systems/MetabolizerSystem.cs +++ b/Content.Server/Body/Systems/MetabolizerSystem.cs @@ -2,7 +2,6 @@ using System.Linq; using Content.Server.Body.Components; using Content.Server.Chemistry.Components.SolutionManager; using Content.Server.Chemistry.EntitySystems; -using Content.Server.Bed; using Content.Shared.Administration.Logs; using Content.Shared.Body.Components; using Content.Shared.Chemistry.Components; diff --git a/Content.Server/Body/Systems/RespiratorSystem.cs b/Content.Server/Body/Systems/RespiratorSystem.cs index f5d1366c47..bcc5dffa65 100644 --- a/Content.Server/Body/Systems/RespiratorSystem.cs +++ b/Content.Server/Body/Systems/RespiratorSystem.cs @@ -1,5 +1,3 @@ -using System; -using System.Linq; using Content.Server.Administration.Logs; using Content.Server.Atmos; using Content.Server.Atmos.EntitySystems; @@ -12,9 +10,6 @@ using Content.Shared.Damage; using Content.Shared.Database; using Content.Shared.MobState.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; using Robust.Shared.Timing; diff --git a/Content.Server/Body/Systems/StomachSystem.cs b/Content.Server/Body/Systems/StomachSystem.cs index 8bf64e0e75..e3122e41eb 100644 --- a/Content.Server/Body/Systems/StomachSystem.cs +++ b/Content.Server/Body/Systems/StomachSystem.cs @@ -1,5 +1,4 @@ using Content.Server.Body.Components; -using Content.Server.Bed; using Content.Server.Chemistry.Components.SolutionManager; using Content.Server.Chemistry.EntitySystems; using Content.Shared.Body.Components; diff --git a/Content.Server/Body/Systems/ThermalRegulatorSystem.cs b/Content.Server/Body/Systems/ThermalRegulatorSystem.cs index 81f38213b3..9bfba759a2 100644 --- a/Content.Server/Body/Systems/ThermalRegulatorSystem.cs +++ b/Content.Server/Body/Systems/ThermalRegulatorSystem.cs @@ -1,10 +1,7 @@ -using System; -using Content.Server.Body.Components; +using Content.Server.Body.Components; using Content.Server.Temperature.Components; using Content.Server.Temperature.Systems; using Content.Shared.ActionBlocker; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Body.Systems; diff --git a/Content.Server/Botany/Components/LogComponent.cs b/Content.Server/Botany/Components/LogComponent.cs index b7fbb807c8..621b72cbc5 100644 --- a/Content.Server/Botany/Components/LogComponent.cs +++ b/Content.Server/Botany/Components/LogComponent.cs @@ -1,8 +1,5 @@ using Content.Server.Botany.Systems; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Botany.Components; diff --git a/Content.Server/Botany/Components/SeedExtractorComponent.cs b/Content.Server/Botany/Components/SeedExtractorComponent.cs index ed4546d7ce..6b0488e7a3 100644 --- a/Content.Server/Botany/Components/SeedExtractorComponent.cs +++ b/Content.Server/Botany/Components/SeedExtractorComponent.cs @@ -1,7 +1,4 @@ using Content.Server.Botany.Systems; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Botany.Components; diff --git a/Content.Server/Botany/Systems/BotanySystem.Plant.cs b/Content.Server/Botany/Systems/BotanySystem.Plant.cs index 9fd6c400b5..590fbd58e1 100644 --- a/Content.Server/Botany/Systems/BotanySystem.Plant.cs +++ b/Content.Server/Botany/Systems/BotanySystem.Plant.cs @@ -1,7 +1,6 @@ using Content.Server.Botany.Components; using Content.Server.Chemistry.EntitySystems; using Content.Server.Popups; -using Content.Shared.GameTicking; using JetBrains.Annotations; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Server/Botany/Systems/BotanySystem.Seed.cs b/Content.Server/Botany/Systems/BotanySystem.Seed.cs index 279ec2b34f..922a2126b6 100644 --- a/Content.Server/Botany/Systems/BotanySystem.Seed.cs +++ b/Content.Server/Botany/Systems/BotanySystem.Seed.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Server.Botany.Components; @@ -7,14 +5,9 @@ using Content.Server.Kitchen.Components; using Content.Shared.Botany; using Content.Shared.Examine; using Content.Shared.Random.Helpers; -using Content.Shared.Tag; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Map; using Robust.Shared.Player; -using Robust.Shared.Prototypes; using Robust.Shared.Random; using Robust.Shared.Utility; diff --git a/Content.Server/Botany/Systems/LogSystem.cs b/Content.Server/Botany/Systems/LogSystem.cs index 8c30f9a42f..675e0dc8e9 100644 --- a/Content.Server/Botany/Systems/LogSystem.cs +++ b/Content.Server/Botany/Systems/LogSystem.cs @@ -1,10 +1,7 @@ using Content.Server.Botany.Components; using Content.Server.Kitchen.Components; -using Content.Shared.ActionBlocker; using Content.Shared.Interaction; using Content.Shared.Random.Helpers; -using Content.Shared.Tag; -using Robust.Shared.GameObjects; namespace Content.Server.Botany.Systems; diff --git a/Content.Server/Botany/Systems/PlantHolderSystem.cs b/Content.Server/Botany/Systems/PlantHolderSystem.cs index f84fa98a36..6cc9226d20 100644 --- a/Content.Server/Botany/Systems/PlantHolderSystem.cs +++ b/Content.Server/Botany/Systems/PlantHolderSystem.cs @@ -9,7 +9,6 @@ using Content.Shared.Tag; using Content.Shared.FixedPoint; using Content.Shared.Audio; using Content.Shared.Random.Helpers; -using Robust.Shared.Prototypes; using Robust.Shared.Player; using Robust.Shared.Timing; using Robust.Shared.Audio; diff --git a/Content.Server/Botany/Systems/SeedExtractorSystem.cs b/Content.Server/Botany/Systems/SeedExtractorSystem.cs index 9e427884a1..3f2b41de2e 100644 --- a/Content.Server/Botany/Systems/SeedExtractorSystem.cs +++ b/Content.Server/Botany/Systems/SeedExtractorSystem.cs @@ -2,11 +2,7 @@ using Content.Server.Botany.Components; using Content.Server.Popups; using Content.Server.Power.Components; using Content.Shared.Interaction; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; -using Robust.Shared.Prototypes; using Robust.Shared.Random; namespace Content.Server.Botany.Systems; diff --git a/Content.Server/Bql/QuerySelectors.cs b/Content.Server/Bql/QuerySelectors.cs index 505fbebd01..a3b943bc9d 100644 --- a/Content.Server/Bql/QuerySelectors.cs +++ b/Content.Server/Bql/QuerySelectors.cs @@ -1,12 +1,9 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Server.Chemistry.Components.SolutionManager; using Content.Server.Mind.Components; using Content.Server.Power.Components; using Content.Shared.Tag; using Robust.Server.Bql; -using Robust.Shared.GameObjects; namespace Content.Server.Bql { diff --git a/Content.Server/Buckle/Systems/BuckleSystem.cs b/Content.Server/Buckle/Systems/BuckleSystem.cs index 8f3aa8f804..442bb9e7d6 100644 --- a/Content.Server/Buckle/Systems/BuckleSystem.cs +++ b/Content.Server/Buckle/Systems/BuckleSystem.cs @@ -6,9 +6,6 @@ using Content.Shared.Verbs; using JetBrains.Annotations; using Robust.Server.GameObjects; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Buckle.Systems { diff --git a/Content.Server/CPUJob/JobQueues/Job.cs b/Content.Server/CPUJob/JobQueues/Job.cs index 71196f52f3..9005c87507 100644 --- a/Content.Server/CPUJob/JobQueues/Job.cs +++ b/Content.Server/CPUJob/JobQueues/Job.cs @@ -1,7 +1,5 @@ -using System; using System.Threading; using System.Threading.Tasks; -using Robust.Shared.Log; using Robust.Shared.Timing; using Robust.Shared.Utility; diff --git a/Content.Server/CPUJob/JobQueues/Queues/JobQueue.cs b/Content.Server/CPUJob/JobQueues/Queues/JobQueue.cs index a727987b7d..96205973e9 100644 --- a/Content.Server/CPUJob/JobQueues/Queues/JobQueue.cs +++ b/Content.Server/CPUJob/JobQueues/Queues/JobQueue.cs @@ -1,5 +1,4 @@ -using System.Collections.Generic; -using Robust.Shared.Timing; +using Robust.Shared.Timing; namespace Content.Server.CPUJob.JobQueues.Queues { diff --git a/Content.Server/Cabinet/ItemCabinetSystem.cs b/Content.Server/Cabinet/ItemCabinetSystem.cs index bebc314608..97fd98ca13 100644 --- a/Content.Server/Cabinet/ItemCabinetSystem.cs +++ b/Content.Server/Cabinet/ItemCabinetSystem.cs @@ -5,9 +5,6 @@ using Content.Shared.Interaction; using Content.Shared.Verbs; using Robust.Shared.Audio; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Cabinet diff --git a/Content.Server/Cargo/CargoBankAccount.cs b/Content.Server/Cargo/CargoBankAccount.cs index 408d0407b2..3dbe7da5c1 100644 --- a/Content.Server/Cargo/CargoBankAccount.cs +++ b/Content.Server/Cargo/CargoBankAccount.cs @@ -1,7 +1,4 @@ -using System; -using Robust.Shared.ViewVariables; - -namespace Content.Server.Cargo +namespace Content.Server.Cargo { public sealed class CargoBankAccount : ICargoBankAccount { diff --git a/Content.Server/Cargo/CargoOrderDatabase.cs b/Content.Server/Cargo/CargoOrderDatabase.cs index d118511038..fdf517a265 100644 --- a/Content.Server/Cargo/CargoOrderDatabase.cs +++ b/Content.Server/Cargo/CargoOrderDatabase.cs @@ -1,10 +1,6 @@ -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; -using Content.Server.Access.Systems; using Content.Shared.Cargo; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; namespace Content.Server.Cargo { diff --git a/Content.Server/Cargo/CargoSystem.Console.cs b/Content.Server/Cargo/CargoSystem.Console.cs index 183e71e834..1008dcaa6b 100644 --- a/Content.Server/Cargo/CargoSystem.Console.cs +++ b/Content.Server/Cargo/CargoSystem.Console.cs @@ -1,8 +1,6 @@ using System.Diagnostics.CodeAnalysis; using Content.Server.Access.Systems; using Content.Server.Cargo.Components; -using Content.Server.MachineLinking.Components; -using Content.Server.MachineLinking.Events; using Content.Server.MachineLinking.System; using Content.Shared.Access.Components; using Content.Shared.Access.Systems; diff --git a/Content.Server/Cargo/CargoSystem.Telepad.cs b/Content.Server/Cargo/CargoSystem.Telepad.cs index a20d1eef06..90173bca97 100644 --- a/Content.Server/Cargo/CargoSystem.Telepad.cs +++ b/Content.Server/Cargo/CargoSystem.Telepad.cs @@ -2,13 +2,8 @@ using Content.Server.Cargo.Components; using Content.Server.Labels.Components; using Content.Server.Paper; using Content.Server.Power.Components; -using Content.Server.MachineLinking.Components; -using Content.Server.MachineLinking.Events; using Content.Shared.Cargo; -using Content.Shared.Cargo.Components; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Cargo; diff --git a/Content.Server/Cargo/CargoSystem.cs b/Content.Server/Cargo/CargoSystem.cs index e387569615..0ce77c7d49 100644 --- a/Content.Server/Cargo/CargoSystem.cs +++ b/Content.Server/Cargo/CargoSystem.cs @@ -1,7 +1,5 @@ using Content.Shared.Cargo; using Content.Shared.Containers.ItemSlots; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; namespace Content.Server.Cargo; diff --git a/Content.Server/Cargo/Components/CargoConsoleComponent.cs b/Content.Server/Cargo/Components/CargoConsoleComponent.cs index 73611ef6b2..69689f565a 100644 --- a/Content.Server/Cargo/Components/CargoConsoleComponent.cs +++ b/Content.Server/Cargo/Components/CargoConsoleComponent.cs @@ -7,7 +7,6 @@ using Content.Server.MachineLinking.Components; using Content.Shared.MachineLinking; using Robust.Server.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.Map; using Robust.Shared.Player; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; diff --git a/Content.Server/Cargo/Components/CargoOrderDatabaseComponent.cs b/Content.Server/Cargo/Components/CargoOrderDatabaseComponent.cs index 52b7b97dd1..22e6f53739 100644 --- a/Content.Server/Cargo/Components/CargoOrderDatabaseComponent.cs +++ b/Content.Server/Cargo/Components/CargoOrderDatabaseComponent.cs @@ -1,6 +1,4 @@ using Content.Shared.Cargo.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.Players; namespace Content.Server.Cargo.Components { diff --git a/Content.Server/Cargo/ICargoBankAccount.cs b/Content.Server/Cargo/ICargoBankAccount.cs index c8ee438a99..d7a22448ac 100644 --- a/Content.Server/Cargo/ICargoBankAccount.cs +++ b/Content.Server/Cargo/ICargoBankAccount.cs @@ -1,6 +1,4 @@ -using System; - -namespace Content.Server.Cargo +namespace Content.Server.Cargo { public interface ICargoBankAccount { diff --git a/Content.Server/CharacterInfo/CharacterInfoSystem.cs b/Content.Server/CharacterInfo/CharacterInfoSystem.cs index c900c8d259..8ab3438094 100644 --- a/Content.Server/CharacterInfo/CharacterInfoSystem.cs +++ b/Content.Server/CharacterInfo/CharacterInfoSystem.cs @@ -1,9 +1,7 @@ -using System.Collections.Generic; -using Content.Server.Mind.Components; +using Content.Server.Mind.Components; using Content.Server.Roles; using Content.Shared.CharacterInfo; using Content.Shared.Objectives; -using Robust.Shared.GameObjects; using Robust.Shared.Player; namespace Content.Server.CharacterInfo; diff --git a/Content.Server/Chat/Commands/AdminChatCommand.cs b/Content.Server/Chat/Commands/AdminChatCommand.cs index d189550462..8aa95ffee1 100644 --- a/Content.Server/Chat/Commands/AdminChatCommand.cs +++ b/Content.Server/Chat/Commands/AdminChatCommand.cs @@ -3,7 +3,6 @@ using Content.Server.Chat.Managers; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Chat.Commands { diff --git a/Content.Server/Chat/Commands/LOOCCommand.cs b/Content.Server/Chat/Commands/LOOCCommand.cs index aedc240743..98df2a26e3 100644 --- a/Content.Server/Chat/Commands/LOOCCommand.cs +++ b/Content.Server/Chat/Commands/LOOCCommand.cs @@ -1,11 +1,7 @@ -using Content.Server.Administration; -using Content.Server.Chat.Managers; -using Content.Server.Players; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; using Robust.Shared.Enums; -using Robust.Shared.IoC; namespace Content.Server.Chat.Commands { diff --git a/Content.Server/Chat/Commands/MeCommand.cs b/Content.Server/Chat/Commands/MeCommand.cs index da8abfceea..6d205712ec 100644 --- a/Content.Server/Chat/Commands/MeCommand.cs +++ b/Content.Server/Chat/Commands/MeCommand.cs @@ -1,11 +1,7 @@ -using Content.Server.Administration; -using Content.Server.Chat.Managers; -using Content.Server.Players; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; using Robust.Shared.Enums; -using Robust.Shared.IoC; namespace Content.Server.Chat.Commands { diff --git a/Content.Server/Chat/Commands/OOCCommand.cs b/Content.Server/Chat/Commands/OOCCommand.cs index fe415cf9fc..bef2024608 100644 --- a/Content.Server/Chat/Commands/OOCCommand.cs +++ b/Content.Server/Chat/Commands/OOCCommand.cs @@ -1,9 +1,7 @@ -using Content.Server.Administration; using Content.Server.Chat.Managers; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Chat.Commands { diff --git a/Content.Server/Chat/Commands/SayCommand.cs b/Content.Server/Chat/Commands/SayCommand.cs index 1c3e0d6c1f..8aa157c31b 100644 --- a/Content.Server/Chat/Commands/SayCommand.cs +++ b/Content.Server/Chat/Commands/SayCommand.cs @@ -1,9 +1,7 @@ -using Content.Server.Chat.Managers; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; using Robust.Shared.Enums; -using Robust.Shared.IoC; namespace Content.Server.Chat.Commands { diff --git a/Content.Server/Chat/Commands/SetLOOCCommand.cs b/Content.Server/Chat/Commands/SetLOOCCommand.cs index 3267c1aede..9cfa2a67fc 100644 --- a/Content.Server/Chat/Commands/SetLOOCCommand.cs +++ b/Content.Server/Chat/Commands/SetLOOCCommand.cs @@ -3,8 +3,6 @@ using Content.Shared.Administration; using Content.Shared.CCVar; using Robust.Shared.Configuration; using Robust.Shared.Console; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Chat.Commands; diff --git a/Content.Server/Chat/Commands/SetOOCCommand.cs b/Content.Server/Chat/Commands/SetOOCCommand.cs index a0ccba8e70..e6e688377e 100644 --- a/Content.Server/Chat/Commands/SetOOCCommand.cs +++ b/Content.Server/Chat/Commands/SetOOCCommand.cs @@ -3,8 +3,6 @@ using Content.Shared.Administration; using Content.Shared.CCVar; using Robust.Shared.Configuration; using Robust.Shared.Console; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Chat.Commands; diff --git a/Content.Server/Chat/Commands/WhisperCommand.cs b/Content.Server/Chat/Commands/WhisperCommand.cs index 246dd67066..6c7dbb7838 100644 --- a/Content.Server/Chat/Commands/WhisperCommand.cs +++ b/Content.Server/Chat/Commands/WhisperCommand.cs @@ -1,9 +1,7 @@ -using Content.Server.Chat.Managers; -using Content.Shared.Administration; +using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; using Robust.Shared.Enums; -using Robust.Shared.IoC; namespace Content.Server.Chat.Commands { diff --git a/Content.Server/Chat/Managers/ChatManager.cs b/Content.Server/Chat/Managers/ChatManager.cs index 30a3f37380..e2b8ae917b 100644 --- a/Content.Server/Chat/Managers/ChatManager.cs +++ b/Content.Server/Chat/Managers/ChatManager.cs @@ -1,34 +1,18 @@ using System.Linq; -using System.Text; using Content.Server.Administration.Logs; using Content.Server.Administration.Managers; -using Content.Server.Ghost.Components; -using Content.Server.Headset; using Content.Server.MoMMI; -using Content.Server.Players; using Content.Server.Preferences.Managers; -using Content.Server.Radio.EntitySystems; -using Content.Server.Disease; -using Content.Server.Disease.Components; -using Content.Shared.Disease.Components; -using Content.Shared.ActionBlocker; using Content.Shared.Administration; using Content.Shared.CCVar; using Content.Shared.Chat; using Content.Shared.Database; -using Content.Shared.Inventory; -using Content.Shared.Popups; -using Robust.Server.GameObjects; using Robust.Server.Player; using Robust.Shared.Audio; using Robust.Shared.Configuration; -using Robust.Shared.Console; using Robust.Shared.Network; using Robust.Shared.Player; -using Robust.Shared.Players; -using Robust.Shared.Random; using Robust.Shared.Utility; -using static Content.Server.Chat.Managers.IChatManager; namespace Content.Server.Chat.Managers { diff --git a/Content.Server/Chat/Managers/ChatSanitizationManager.cs b/Content.Server/Chat/Managers/ChatSanitizationManager.cs index 4823bfd411..048862ca5d 100644 --- a/Content.Server/Chat/Managers/ChatSanitizationManager.cs +++ b/Content.Server/Chat/Managers/ChatSanitizationManager.cs @@ -1,11 +1,7 @@ -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using Content.Shared.CCVar; using Robust.Shared.Configuration; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Chat.Managers; diff --git a/Content.Server/Chat/Managers/IChatManager.cs b/Content.Server/Chat/Managers/IChatManager.cs index c6f8c15b78..76a525e6f7 100644 --- a/Content.Server/Chat/Managers/IChatManager.cs +++ b/Content.Server/Chat/Managers/IChatManager.cs @@ -1,9 +1,6 @@ using Content.Shared.Chat; using Robust.Server.Player; -using Robust.Shared.Console; -using Robust.Shared.GameObjects; using Robust.Shared.Network; -using Robust.Shared.Players; namespace Content.Server.Chat.Managers { diff --git a/Content.Server/Chat/Managers/IChatSanitizationManager.cs b/Content.Server/Chat/Managers/IChatSanitizationManager.cs index 4538a9d655..c067cf02ee 100644 --- a/Content.Server/Chat/Managers/IChatSanitizationManager.cs +++ b/Content.Server/Chat/Managers/IChatSanitizationManager.cs @@ -1,5 +1,4 @@ using System.Diagnostics.CodeAnalysis; -using Robust.Shared.GameObjects; namespace Content.Server.Chat.Managers; diff --git a/Content.Server/Chemistry/Components/ChemMasterComponent.cs b/Content.Server/Chemistry/Components/ChemMasterComponent.cs index e5963a089c..c51a05cbc2 100644 --- a/Content.Server/Chemistry/Components/ChemMasterComponent.cs +++ b/Content.Server/Chemistry/Components/ChemMasterComponent.cs @@ -3,7 +3,6 @@ using Content.Server.Labels.Components; using Content.Server.Power.Components; using Content.Server.UserInterface; using Content.Shared.Chemistry.Components; -using Content.Shared.Containers.ItemSlots; using Content.Shared.FixedPoint; using Content.Shared.Hands.EntitySystems; using Content.Shared.Popups; diff --git a/Content.Server/Chemistry/Components/FoamSolutionAreaEffectComponent.cs b/Content.Server/Chemistry/Components/FoamSolutionAreaEffectComponent.cs index 925c2c92b0..6404275104 100644 --- a/Content.Server/Chemistry/Components/FoamSolutionAreaEffectComponent.cs +++ b/Content.Server/Chemistry/Components/FoamSolutionAreaEffectComponent.cs @@ -4,9 +4,6 @@ using Content.Server.Chemistry.EntitySystems; using Content.Shared.FixedPoint; using Content.Shared.Foam; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.Components { diff --git a/Content.Server/Chemistry/Components/HyposprayComponent.cs b/Content.Server/Chemistry/Components/HyposprayComponent.cs index 8512a34109..8e18a42406 100644 --- a/Content.Server/Chemistry/Components/HyposprayComponent.cs +++ b/Content.Server/Chemistry/Components/HyposprayComponent.cs @@ -10,13 +10,7 @@ using Content.Shared.MobState.Components; using Content.Shared.Popups; using Content.Shared.Sound; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Maths; using Robust.Shared.Player; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Chemistry.Components { diff --git a/Content.Server/Chemistry/Components/InjectorComponent.cs b/Content.Server/Chemistry/Components/InjectorComponent.cs index f314a01436..466f49a22a 100644 --- a/Content.Server/Chemistry/Components/InjectorComponent.cs +++ b/Content.Server/Chemistry/Components/InjectorComponent.cs @@ -1,30 +1,6 @@ -using System; using System.Threading; -using System.Threading.Tasks; -using Content.Server.Administration.Logs; -using Content.Server.Body.Components; -using Content.Server.Body.Systems; -using Content.Server.Chemistry.Components.SolutionManager; -using Content.Server.Chemistry.EntitySystems; -using Content.Server.CombatMode; -using Content.Server.DoAfter; -using Content.Shared.ActionBlocker; -using Content.Shared.Body.Components; using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; -using Content.Shared.Database; using Content.Shared.FixedPoint; -using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; -using Content.Shared.MobState.Components; -using Content.Shared.Popups; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Player; -using Robust.Shared.Players; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Chemistry.Components { diff --git a/Content.Server/Chemistry/Components/MeleeChemicalInjectorComponent.cs b/Content.Server/Chemistry/Components/MeleeChemicalInjectorComponent.cs index 83d4711e0d..0bc5b3ae04 100644 --- a/Content.Server/Chemistry/Components/MeleeChemicalInjectorComponent.cs +++ b/Content.Server/Chemistry/Components/MeleeChemicalInjectorComponent.cs @@ -1,9 +1,4 @@ -using System; -using Content.Shared.Chemistry.Reagent; -using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; +using Content.Shared.FixedPoint; namespace Content.Server.Chemistry.Components { diff --git a/Content.Server/Chemistry/Components/ReagentTankComponent.cs b/Content.Server/Chemistry/Components/ReagentTankComponent.cs index ad4092fe36..162e3d6b8a 100644 --- a/Content.Server/Chemistry/Components/ReagentTankComponent.cs +++ b/Content.Server/Chemistry/Components/ReagentTankComponent.cs @@ -1,8 +1,4 @@ -using Content.Shared.Chemistry.Reagent; -using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; +using Content.Shared.FixedPoint; namespace Content.Server.Chemistry.Components diff --git a/Content.Server/Chemistry/Components/RehydratableComponent.cs b/Content.Server/Chemistry/Components/RehydratableComponent.cs index b0cd7a3af9..a6a8d279f4 100644 --- a/Content.Server/Chemistry/Components/RehydratableComponent.cs +++ b/Content.Server/Chemistry/Components/RehydratableComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Chemistry.Components { /// diff --git a/Content.Server/Chemistry/Components/SmokeSolutionAreaEffectComponent.cs b/Content.Server/Chemistry/Components/SmokeSolutionAreaEffectComponent.cs index 347fdd0143..0771ba447c 100644 --- a/Content.Server/Chemistry/Components/SmokeSolutionAreaEffectComponent.cs +++ b/Content.Server/Chemistry/Components/SmokeSolutionAreaEffectComponent.cs @@ -5,8 +5,6 @@ using Content.Shared.Chemistry; using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; using Content.Shared.Smoking; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Chemistry.Components { diff --git a/Content.Server/Chemistry/Components/SolutionAreaEffectComponent.cs b/Content.Server/Chemistry/Components/SolutionAreaEffectComponent.cs index 309f08d3e7..27c07fec6d 100644 --- a/Content.Server/Chemistry/Components/SolutionAreaEffectComponent.cs +++ b/Content.Server/Chemistry/Components/SolutionAreaEffectComponent.cs @@ -1,17 +1,11 @@ -using System; using System.Linq; using Content.Server.Atmos.Components; using Content.Server.Chemistry.EntitySystems; -using Content.Server.Coordinates.Helpers; using Content.Shared.Chemistry; using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Prototypes; using Robust.Shared.Utility; diff --git a/Content.Server/Chemistry/Components/SolutionAreaEffectInceptionComponent.cs b/Content.Server/Chemistry/Components/SolutionAreaEffectInceptionComponent.cs index d1f85b74bf..a03da22a4e 100644 --- a/Content.Server/Chemistry/Components/SolutionAreaEffectInceptionComponent.cs +++ b/Content.Server/Chemistry/Components/SolutionAreaEffectInceptionComponent.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; -using System.Linq; -using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; +using System.Linq; namespace Content.Server.Chemistry.Components { diff --git a/Content.Server/Chemistry/Components/SolutionInjectOnCollideComponent.cs b/Content.Server/Chemistry/Components/SolutionInjectOnCollideComponent.cs index 2e86e82793..bf51da1db7 100644 --- a/Content.Server/Chemistry/Components/SolutionInjectOnCollideComponent.cs +++ b/Content.Server/Chemistry/Components/SolutionInjectOnCollideComponent.cs @@ -1,10 +1,5 @@ -using System; -using Content.Shared.Chemistry.Reagent; -using Content.Shared.FixedPoint; +using Content.Shared.FixedPoint; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Chemistry.Components { diff --git a/Content.Server/Chemistry/Components/SolutionManager/DrainableSolutionComponent.cs b/Content.Server/Chemistry/Components/SolutionManager/DrainableSolutionComponent.cs index 9b0648276a..7d33b5d235 100644 --- a/Content.Server/Chemistry/Components/SolutionManager/DrainableSolutionComponent.cs +++ b/Content.Server/Chemistry/Components/SolutionManager/DrainableSolutionComponent.cs @@ -1,8 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - -namespace Content.Server.Chemistry.Components.SolutionManager +namespace Content.Server.Chemistry.Components.SolutionManager { /// /// Denotes the solution that can be easily removed through any reagent container. diff --git a/Content.Server/Chemistry/Components/SolutionManager/DrawableSolutionComponent.cs b/Content.Server/Chemistry/Components/SolutionManager/DrawableSolutionComponent.cs index 6787b1da44..65d1638c91 100644 --- a/Content.Server/Chemistry/Components/SolutionManager/DrawableSolutionComponent.cs +++ b/Content.Server/Chemistry/Components/SolutionManager/DrawableSolutionComponent.cs @@ -1,8 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - -namespace Content.Server.Chemistry.Components.SolutionManager +namespace Content.Server.Chemistry.Components.SolutionManager { /// /// Denotes the solution that can removed be with syringes. diff --git a/Content.Server/Chemistry/Components/SolutionManager/ExaminableSolutionComponent.cs b/Content.Server/Chemistry/Components/SolutionManager/ExaminableSolutionComponent.cs index edf4047d78..a150091033 100644 --- a/Content.Server/Chemistry/Components/SolutionManager/ExaminableSolutionComponent.cs +++ b/Content.Server/Chemistry/Components/SolutionManager/ExaminableSolutionComponent.cs @@ -1,8 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - -namespace Content.Server.Chemistry.Components.SolutionManager +namespace Content.Server.Chemistry.Components.SolutionManager { [RegisterComponent] public sealed class ExaminableSolutionComponent: Component diff --git a/Content.Server/Chemistry/Components/SolutionManager/InjectableSolutionComponent.cs b/Content.Server/Chemistry/Components/SolutionManager/InjectableSolutionComponent.cs index a711da4548..01ee25e175 100644 --- a/Content.Server/Chemistry/Components/SolutionManager/InjectableSolutionComponent.cs +++ b/Content.Server/Chemistry/Components/SolutionManager/InjectableSolutionComponent.cs @@ -1,8 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - -namespace Content.Server.Chemistry.Components.SolutionManager +namespace Content.Server.Chemistry.Components.SolutionManager { /// /// Denotes a solution which can be added with syringes. diff --git a/Content.Server/Chemistry/Components/SolutionManager/RefillableSolutionComponent.cs b/Content.Server/Chemistry/Components/SolutionManager/RefillableSolutionComponent.cs index 5c5a5efc07..438960866f 100644 --- a/Content.Server/Chemistry/Components/SolutionManager/RefillableSolutionComponent.cs +++ b/Content.Server/Chemistry/Components/SolutionManager/RefillableSolutionComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; using Content.Shared.FixedPoint; namespace Content.Server.Chemistry.Components.SolutionManager diff --git a/Content.Server/Chemistry/Components/SolutionManager/SolutionContainerManagerComponent.cs b/Content.Server/Chemistry/Components/SolutionManager/SolutionContainerManagerComponent.cs index 5e1b0fde34..bd44fb3d2d 100644 --- a/Content.Server/Chemistry/Components/SolutionManager/SolutionContainerManagerComponent.cs +++ b/Content.Server/Chemistry/Components/SolutionManager/SolutionContainerManagerComponent.cs @@ -1,11 +1,5 @@ -using System.Collections.Generic; -using Content.Server.Chemistry.EntitySystems; +using Content.Server.Chemistry.EntitySystems; using Content.Shared.Chemistry.Components; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.GameStates; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Chemistry.Components.SolutionManager { diff --git a/Content.Server/Chemistry/Components/SolutionTransferComponent.cs b/Content.Server/Chemistry/Components/SolutionTransferComponent.cs index c77f1af258..e444de3810 100644 --- a/Content.Server/Chemistry/Components/SolutionTransferComponent.cs +++ b/Content.Server/Chemistry/Components/SolutionTransferComponent.cs @@ -1,20 +1,12 @@ -using System; using System.Threading.Tasks; using Content.Server.Chemistry.Components.SolutionManager; using Content.Server.Chemistry.EntitySystems; using Content.Server.UserInterface; using Content.Shared.Chemistry; -using Content.Shared.Chemistry.Components; using Content.Shared.FixedPoint; using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; using Content.Shared.Popups; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Chemistry.Components { diff --git a/Content.Server/Chemistry/Components/TransformableContainerComponent.cs b/Content.Server/Chemistry/Components/TransformableContainerComponent.cs index fa7731d759..47b04e3583 100644 --- a/Content.Server/Chemistry/Components/TransformableContainerComponent.cs +++ b/Content.Server/Chemistry/Components/TransformableContainerComponent.cs @@ -2,8 +2,6 @@ using Content.Server.Chemistry.Components.SolutionManager; using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Utility; namespace Content.Server.Chemistry.Components diff --git a/Content.Server/Chemistry/Components/VaporComponent.cs b/Content.Server/Chemistry/Components/VaporComponent.cs index 265d5c2c0f..a9fe2eb49d 100644 --- a/Content.Server/Chemistry/Components/VaporComponent.cs +++ b/Content.Server/Chemistry/Components/VaporComponent.cs @@ -1,10 +1,6 @@ -using Content.Shared.Chemistry.Reagent; -using Content.Shared.FixedPoint; +using Content.Shared.FixedPoint; using Content.Shared.Vapor; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Chemistry.Components { diff --git a/Content.Server/Chemistry/EntitySystems/ChemMasterSystem.cs b/Content.Server/Chemistry/EntitySystems/ChemMasterSystem.cs index 55a7bf6591..e6e616fcdd 100644 --- a/Content.Server/Chemistry/EntitySystems/ChemMasterSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/ChemMasterSystem.cs @@ -2,7 +2,6 @@ using Content.Server.Chemistry.Components; using Content.Shared.Chemistry.EntitySystems; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.EntitySystems { diff --git a/Content.Server/Chemistry/EntitySystems/ChemicalReactionSystem.cs b/Content.Server/Chemistry/EntitySystems/ChemicalReactionSystem.cs index 02930e24e3..489fe7d0d4 100644 --- a/Content.Server/Chemistry/EntitySystems/ChemicalReactionSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/ChemicalReactionSystem.cs @@ -4,7 +4,6 @@ using Content.Shared.Chemistry.Reagent; using Content.Shared.Database; using Content.Shared.FixedPoint; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; using Robust.Shared.Player; namespace Content.Server.Chemistry.EntitySystems diff --git a/Content.Server/Chemistry/EntitySystems/ChemistrySystem.Injector.cs b/Content.Server/Chemistry/EntitySystems/ChemistrySystem.Injector.cs index f7e182648d..8f6145371f 100644 --- a/Content.Server/Chemistry/EntitySystems/ChemistrySystem.Injector.cs +++ b/Content.Server/Chemistry/EntitySystems/ChemistrySystem.Injector.cs @@ -1,4 +1,3 @@ -using System; using System.Threading; using Content.Server.Body.Components; using Content.Server.Chemistry.Components; diff --git a/Content.Server/Chemistry/EntitySystems/ChemistrySystem.cs b/Content.Server/Chemistry/EntitySystems/ChemistrySystem.cs index 5ab05ef506..33f507dcb7 100644 --- a/Content.Server/Chemistry/EntitySystems/ChemistrySystem.cs +++ b/Content.Server/Chemistry/EntitySystems/ChemistrySystem.cs @@ -2,9 +2,6 @@ using Content.Server.Administration.Logs; using Content.Server.Body.Systems; using Content.Server.DoAfter; using Content.Server.Popups; -using Content.Shared.ActionBlocker; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Chemistry.EntitySystems; diff --git a/Content.Server/Chemistry/EntitySystems/ChemistrySystemHypospray.cs b/Content.Server/Chemistry/EntitySystems/ChemistrySystemHypospray.cs index fd0a7dc55b..e7363ee5db 100644 --- a/Content.Server/Chemistry/EntitySystems/ChemistrySystemHypospray.cs +++ b/Content.Server/Chemistry/EntitySystems/ChemistrySystemHypospray.cs @@ -2,8 +2,6 @@ using Content.Server.Chemistry.Components; using Content.Shared.Interaction; using Content.Shared.Interaction.Events; using Content.Shared.Weapons.Melee; -using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.EntitySystems { diff --git a/Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs b/Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs index 71b332e529..14bd729f48 100644 --- a/Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs @@ -1,10 +1,8 @@ using Content.Server.Chemistry.Components; using Content.Shared.Chemistry.EntitySystems; using Content.Shared.Emag.Systems; -using Content.Shared.Chemistry.Dispenser; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.Prototypes; namespace Content.Server.Chemistry.EntitySystems { diff --git a/Content.Server/Chemistry/EntitySystems/RehydratableSystem.cs b/Content.Server/Chemistry/EntitySystems/RehydratableSystem.cs index b2073cc375..409d0188af 100644 --- a/Content.Server/Chemistry/EntitySystems/RehydratableSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/RehydratableSystem.cs @@ -2,9 +2,6 @@ using Content.Server.Popups; using Content.Shared.FixedPoint; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Chemistry.EntitySystems { diff --git a/Content.Server/Chemistry/EntitySystems/SolutionAreaEffectSystem.cs b/Content.Server/Chemistry/EntitySystems/SolutionAreaEffectSystem.cs index 0d5d12018d..2064a1e666 100644 --- a/Content.Server/Chemistry/EntitySystems/SolutionAreaEffectSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/SolutionAreaEffectSystem.cs @@ -3,7 +3,6 @@ using Content.Server.Chemistry.Components; using Content.Server.Chemistry.ReactionEffects; using Content.Shared.Chemistry.Reaction; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.EntitySystems { diff --git a/Content.Server/Chemistry/EntitySystems/SolutionContainerSystem.cs b/Content.Server/Chemistry/EntitySystems/SolutionContainerSystem.cs index 3dca8ecfa9..5c9fcd4a45 100644 --- a/Content.Server/Chemistry/EntitySystems/SolutionContainerSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/SolutionContainerSystem.cs @@ -8,7 +8,6 @@ using Content.Shared.Examine; using Content.Shared.FixedPoint; using JetBrains.Annotations; using Robust.Shared.Prototypes; -using Robust.Shared.Utility; namespace Content.Server.Chemistry.EntitySystems; diff --git a/Content.Server/Chemistry/EntitySystems/SolutionInjectOnCollideSystem.cs b/Content.Server/Chemistry/EntitySystems/SolutionInjectOnCollideSystem.cs index 1f91439591..82c407777e 100644 --- a/Content.Server/Chemistry/EntitySystems/SolutionInjectOnCollideSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/SolutionInjectOnCollideSystem.cs @@ -2,7 +2,6 @@ using Content.Server.Body.Components; using Content.Server.Body.Systems; using Content.Server.Chemistry.Components; using Content.Server.Chemistry.Components.SolutionManager; -using Content.Server.Nutrition.EntitySystems; using Content.Shared.Inventory; using JetBrains.Annotations; using Robust.Shared.Physics.Dynamics; diff --git a/Content.Server/Chemistry/EntitySystems/SolutionTransferSystem.cs b/Content.Server/Chemistry/EntitySystems/SolutionTransferSystem.cs index e067351f1b..3e7565bb30 100644 --- a/Content.Server/Chemistry/EntitySystems/SolutionTransferSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/SolutionTransferSystem.cs @@ -1,19 +1,14 @@ using Content.Shared.Verbs; using Content.Server.Chemistry.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Server.GameObjects; -using System.Collections.Generic; using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; using Content.Shared.Popups; -using Robust.Shared.IoC; namespace Content.Server.Chemistry.EntitySystems { - [UsedImplicitly] + [UsedImplicitly] public sealed class SolutionTransferSystem : EntitySystem { /// diff --git a/Content.Server/Chemistry/EntitySystems/TransformableContainerSystem.cs b/Content.Server/Chemistry/EntitySystems/TransformableContainerSystem.cs index 0994117990..b2320281ab 100644 --- a/Content.Server/Chemistry/EntitySystems/TransformableContainerSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/TransformableContainerSystem.cs @@ -2,8 +2,6 @@ using Content.Shared.Chemistry.Reagent; using JetBrains.Annotations; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; using Robust.Shared.Utility; diff --git a/Content.Server/Chemistry/EntitySystems/VaporSystem.cs b/Content.Server/Chemistry/EntitySystems/VaporSystem.cs index cebe2f846d..587bec991d 100644 --- a/Content.Server/Chemistry/EntitySystems/VaporSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/VaporSystem.cs @@ -6,10 +6,7 @@ using Content.Shared.FixedPoint; using Content.Shared.Physics; using Content.Shared.Vapor; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Physics.Dynamics; using Robust.Shared.Prototypes; diff --git a/Content.Server/Chemistry/ReactionEffects/AreaReactionEffect.cs b/Content.Server/Chemistry/ReactionEffects/AreaReactionEffect.cs index 262af0c1b4..ad55575117 100644 --- a/Content.Server/Chemistry/ReactionEffects/AreaReactionEffect.cs +++ b/Content.Server/Chemistry/ReactionEffects/AreaReactionEffect.cs @@ -1,21 +1,15 @@ -using System; using Content.Server.Chemistry.Components; using Content.Server.Chemistry.EntitySystems; using Content.Server.Coordinates.Helpers; using Content.Shared.Audio; -using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; using Content.Shared.Database; using Content.Shared.Sound; using JetBrains.Annotations; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Map; using Robust.Shared.Player; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReactionEffects { diff --git a/Content.Server/Chemistry/ReactionEffects/CreateEntityReactionEffect.cs b/Content.Server/Chemistry/ReactionEffects/CreateEntityReactionEffect.cs index 81af8d3477..52a00399c4 100644 --- a/Content.Server/Chemistry/ReactionEffects/CreateEntityReactionEffect.cs +++ b/Content.Server/Chemistry/ReactionEffects/CreateEntityReactionEffect.cs @@ -1,7 +1,5 @@ using Content.Shared.Chemistry.Reagent; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Chemistry.ReactionEffects; diff --git a/Content.Server/Chemistry/ReactionEffects/FoamAreaReactionEffect.cs b/Content.Server/Chemistry/ReactionEffects/FoamAreaReactionEffect.cs index 24e9688c17..4b94adca7d 100644 --- a/Content.Server/Chemistry/ReactionEffects/FoamAreaReactionEffect.cs +++ b/Content.Server/Chemistry/ReactionEffects/FoamAreaReactionEffect.cs @@ -5,11 +5,8 @@ using Content.Shared.Chemistry.Components; using Content.Shared.Sound; using JetBrains.Annotations; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Player; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReactionEffects { diff --git a/Content.Server/Chemistry/ReactionEffects/SmokeAreaReactionEffect.cs b/Content.Server/Chemistry/ReactionEffects/SmokeAreaReactionEffect.cs index f14c701f13..3557dbe86e 100644 --- a/Content.Server/Chemistry/ReactionEffects/SmokeAreaReactionEffect.cs +++ b/Content.Server/Chemistry/ReactionEffects/SmokeAreaReactionEffect.cs @@ -1,8 +1,5 @@ using Content.Server.Chemistry.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReactionEffects { diff --git a/Content.Server/Chemistry/ReactionEffects/SolutionTemperatureEffects.cs b/Content.Server/Chemistry/ReactionEffects/SolutionTemperatureEffects.cs index c375ef2d24..5a77366688 100644 --- a/Content.Server/Chemistry/ReactionEffects/SolutionTemperatureEffects.cs +++ b/Content.Server/Chemistry/ReactionEffects/SolutionTemperatureEffects.cs @@ -1,7 +1,5 @@ -using System; using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReactionEffects { diff --git a/Content.Server/Chemistry/ReagentEffectConditions/BodyTemperature.cs b/Content.Server/Chemistry/ReagentEffectConditions/BodyTemperature.cs index 2280d1526d..a5b07dd438 100644 --- a/Content.Server/Chemistry/ReagentEffectConditions/BodyTemperature.cs +++ b/Content.Server/Chemistry/ReagentEffectConditions/BodyTemperature.cs @@ -1,6 +1,5 @@ using Content.Server.Temperature.Components; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffectConditions { diff --git a/Content.Server/Chemistry/ReagentEffectConditions/HasTagCondition.cs b/Content.Server/Chemistry/ReagentEffectConditions/HasTagCondition.cs index 9b4debe98c..2c57bda77e 100644 --- a/Content.Server/Chemistry/ReagentEffectConditions/HasTagCondition.cs +++ b/Content.Server/Chemistry/ReagentEffectConditions/HasTagCondition.cs @@ -1,7 +1,6 @@ using Content.Shared.Chemistry.Reagent; using Content.Shared.Tag; using JetBrains.Annotations; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Chemistry.ReagentEffectConditions; diff --git a/Content.Server/Chemistry/ReagentEffectConditions/OrganType.cs b/Content.Server/Chemistry/ReagentEffectConditions/OrganType.cs index 18934c19c4..d494b07089 100644 --- a/Content.Server/Chemistry/ReagentEffectConditions/OrganType.cs +++ b/Content.Server/Chemistry/ReagentEffectConditions/OrganType.cs @@ -1,9 +1,6 @@ using Content.Server.Body.Components; using Content.Shared.Body.Prototypes; -using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Chemistry.ReagentEffectConditions diff --git a/Content.Server/Chemistry/ReagentEffectConditions/ReagentThreshold.cs b/Content.Server/Chemistry/ReagentEffectConditions/ReagentThreshold.cs index daded76956..bf18fcd54f 100644 --- a/Content.Server/Chemistry/ReagentEffectConditions/ReagentThreshold.cs +++ b/Content.Server/Chemistry/ReagentEffectConditions/ReagentThreshold.cs @@ -1,8 +1,5 @@ -using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffectConditions { diff --git a/Content.Server/Chemistry/ReagentEffectConditions/SolutionTemperature.cs b/Content.Server/Chemistry/ReagentEffectConditions/SolutionTemperature.cs index a778ade0cb..da646fb1c7 100644 --- a/Content.Server/Chemistry/ReagentEffectConditions/SolutionTemperature.cs +++ b/Content.Server/Chemistry/ReagentEffectConditions/SolutionTemperature.cs @@ -1,6 +1,4 @@ -using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffectConditions { diff --git a/Content.Server/Chemistry/ReagentEffectConditions/SolutionThermalEnergy.cs b/Content.Server/Chemistry/ReagentEffectConditions/SolutionThermalEnergy.cs index b8c7521055..2cca7b295f 100644 --- a/Content.Server/Chemistry/ReagentEffectConditions/SolutionThermalEnergy.cs +++ b/Content.Server/Chemistry/ReagentEffectConditions/SolutionThermalEnergy.cs @@ -1,6 +1,4 @@ -using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffectConditions { diff --git a/Content.Server/Chemistry/ReagentEffectConditions/TotalDamage.cs b/Content.Server/Chemistry/ReagentEffectConditions/TotalDamage.cs index 1f96026f2d..b5f21d616e 100644 --- a/Content.Server/Chemistry/ReagentEffectConditions/TotalDamage.cs +++ b/Content.Server/Chemistry/ReagentEffectConditions/TotalDamage.cs @@ -1,7 +1,6 @@ using Content.Shared.Chemistry.Reagent; using Content.Shared.Damage; using Content.Shared.FixedPoint; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffectConditions { diff --git a/Content.Server/Chemistry/ReagentEffects/AddToSolutionReaction.cs b/Content.Server/Chemistry/ReagentEffects/AddToSolutionReaction.cs index 6f176d2256..f687f19e7d 100644 --- a/Content.Server/Chemistry/ReagentEffects/AddToSolutionReaction.cs +++ b/Content.Server/Chemistry/ReagentEffects/AddToSolutionReaction.cs @@ -1,12 +1,6 @@ -using System.Collections.Generic; using Content.Server.Chemistry.EntitySystems; -using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; -using Content.Shared.FixedPoint; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Set; namespace Content.Server.Chemistry.ReagentEffects { diff --git a/Content.Server/Chemistry/ReagentEffects/AdjustAlert.cs b/Content.Server/Chemistry/ReagentEffects/AdjustAlert.cs index 6960c32293..44f33a6bb5 100644 --- a/Content.Server/Chemistry/ReagentEffects/AdjustAlert.cs +++ b/Content.Server/Chemistry/ReagentEffects/AdjustAlert.cs @@ -1,9 +1,5 @@ -using System; -using Content.Shared.Alert; +using Content.Shared.Alert; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Timing; namespace Content.Server.Chemistry.ReagentEffects; diff --git a/Content.Server/Chemistry/ReagentEffects/AdjustReagent.cs b/Content.Server/Chemistry/ReagentEffects/AdjustReagent.cs index 1d5cf60b0a..fb0fa48e65 100644 --- a/Content.Server/Chemistry/ReagentEffects/AdjustReagent.cs +++ b/Content.Server/Chemistry/ReagentEffects/AdjustReagent.cs @@ -3,9 +3,7 @@ using Content.Shared.Body.Prototypes; using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; using JetBrains.Annotations; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Chemistry.ReagentEffects diff --git a/Content.Server/Chemistry/ReagentEffects/AdjustTemperature.cs b/Content.Server/Chemistry/ReagentEffects/AdjustTemperature.cs index 33d9ff50eb..eb4f579022 100644 --- a/Content.Server/Chemistry/ReagentEffects/AdjustTemperature.cs +++ b/Content.Server/Chemistry/ReagentEffects/AdjustTemperature.cs @@ -1,7 +1,6 @@ using Content.Server.Temperature.Components; using Content.Server.Temperature.Systems; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffects { diff --git a/Content.Server/Chemistry/ReagentEffects/CreateGas.cs b/Content.Server/Chemistry/ReagentEffects/CreateGas.cs index 6d43e0ec7f..0f726dca1a 100644 --- a/Content.Server/Chemistry/ReagentEffects/CreateGas.cs +++ b/Content.Server/Chemistry/ReagentEffects/CreateGas.cs @@ -2,8 +2,6 @@ using Content.Shared.Atmos; using Content.Shared.Chemistry.Reagent; using Content.Shared.Database; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffects; diff --git a/Content.Server/Chemistry/ReagentEffects/Electrocute.cs b/Content.Server/Chemistry/ReagentEffects/Electrocute.cs index 56bf042679..4938f401af 100644 --- a/Content.Server/Chemistry/ReagentEffects/Electrocute.cs +++ b/Content.Server/Chemistry/ReagentEffects/Electrocute.cs @@ -1,11 +1,5 @@ -using System; -using Content.Server.Atmos.Components; -using Content.Server.Atmos.EntitySystems; using Content.Server.Electrocution; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.GameObjects; -using Robust.Shared.Log; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffects; diff --git a/Content.Server/Chemistry/ReagentEffects/ExtinguishReaction.cs b/Content.Server/Chemistry/ReagentEffects/ExtinguishReaction.cs index 99a96e06a1..6b7c56518a 100644 --- a/Content.Server/Chemistry/ReagentEffects/ExtinguishReaction.cs +++ b/Content.Server/Chemistry/ReagentEffects/ExtinguishReaction.cs @@ -1,13 +1,7 @@ -using System.Collections.Generic; using Content.Server.Atmos.Components; using Content.Server.Atmos.EntitySystems; -using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; -using Content.Shared.FixedPoint; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Set; namespace Content.Server.Chemistry.ReagentEffects { diff --git a/Content.Server/Chemistry/ReagentEffects/FlammableReaction.cs b/Content.Server/Chemistry/ReagentEffects/FlammableReaction.cs index c46d5805cc..9d0db25a1e 100644 --- a/Content.Server/Chemistry/ReagentEffects/FlammableReaction.cs +++ b/Content.Server/Chemistry/ReagentEffects/FlammableReaction.cs @@ -1,15 +1,8 @@ -using System.Collections.Generic; using Content.Server.Atmos.Components; using Content.Server.Atmos.EntitySystems; -using Content.Shared.Administration.Logs; -using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; using Content.Shared.Database; -using Content.Shared.FixedPoint; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Set; namespace Content.Server.Chemistry.ReagentEffects { diff --git a/Content.Server/Chemistry/ReagentEffects/Ignite.cs b/Content.Server/Chemistry/ReagentEffects/Ignite.cs index 29f5ef935b..5eb19297b4 100644 --- a/Content.Server/Chemistry/ReagentEffects/Ignite.cs +++ b/Content.Server/Chemistry/ReagentEffects/Ignite.cs @@ -1,7 +1,6 @@ using Content.Server.Atmos.EntitySystems; using Content.Shared.Chemistry.Reagent; using Content.Shared.Database; -using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.ReagentEffects; diff --git a/Content.Server/Chemistry/ReagentEffects/ModifyBleedAmount.cs b/Content.Server/Chemistry/ReagentEffects/ModifyBleedAmount.cs index ba3dde02be..468cbddbba 100644 --- a/Content.Server/Chemistry/ReagentEffects/ModifyBleedAmount.cs +++ b/Content.Server/Chemistry/ReagentEffects/ModifyBleedAmount.cs @@ -1,7 +1,6 @@ using Content.Server.Body.Components; using Content.Server.Body.Systems; using Content.Shared.Chemistry.Reagent; -using Content.Shared.FixedPoint; namespace Content.Server.Chemistry.ReagentEffects; diff --git a/Content.Server/Chemistry/ReagentEffects/ModifyLungGas.cs b/Content.Server/Chemistry/ReagentEffects/ModifyLungGas.cs index d1f8e98c99..63ab04bd66 100644 --- a/Content.Server/Chemistry/ReagentEffects/ModifyLungGas.cs +++ b/Content.Server/Chemistry/ReagentEffects/ModifyLungGas.cs @@ -1,8 +1,6 @@ -using System.Collections.Generic; -using Content.Server.Body.Components; +using Content.Server.Body.Components; using Content.Shared.Atmos; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffects; diff --git a/Content.Server/Chemistry/ReagentEffects/MovespeedModifier.cs b/Content.Server/Chemistry/ReagentEffects/MovespeedModifier.cs index b54e90c23a..75fc19b3f2 100644 --- a/Content.Server/Chemistry/ReagentEffects/MovespeedModifier.cs +++ b/Content.Server/Chemistry/ReagentEffects/MovespeedModifier.cs @@ -1,11 +1,6 @@ -using System; using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; -using Content.Shared.Movement.Components; using Content.Shared.Movement.EntitySystems; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Timing; namespace Content.Server.Chemistry.ReagentEffects diff --git a/Content.Server/Chemistry/ReagentEffects/Oxygenate.cs b/Content.Server/Chemistry/ReagentEffects/Oxygenate.cs index 4ff6d721fa..4fa6c834e8 100644 --- a/Content.Server/Chemistry/ReagentEffects/Oxygenate.cs +++ b/Content.Server/Chemistry/ReagentEffects/Oxygenate.cs @@ -1,8 +1,6 @@ using Content.Server.Body.Components; using Content.Server.Body.Systems; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffects; diff --git a/Content.Server/Chemistry/ReagentEffects/Paralyze.cs b/Content.Server/Chemistry/ReagentEffects/Paralyze.cs index 2bae52045f..0e4d78c015 100644 --- a/Content.Server/Chemistry/ReagentEffects/Paralyze.cs +++ b/Content.Server/Chemistry/ReagentEffects/Paralyze.cs @@ -1,9 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - using Content.Shared.Chemistry.Reagent; using Content.Server.Stunnable; diff --git a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustAttribute.cs b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustAttribute.cs index a6429094de..b6b59ff213 100644 --- a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustAttribute.cs +++ b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustAttribute.cs @@ -1,12 +1,7 @@ using System.Diagnostics.CodeAnalysis; using Content.Server.Botany.Components; -using Content.Shared.Botany; -using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffects.PlantMetabolism { diff --git a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustHealth.cs b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustHealth.cs index f9b5ecb95a..7f9b4753f0 100644 --- a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustHealth.cs +++ b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustHealth.cs @@ -1,7 +1,4 @@ -using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; -using JetBrains.Annotations; -using Robust.Shared.GameObjects; +using Content.Shared.Chemistry.Reagent; namespace Content.Server.Chemistry.ReagentEffects.PlantMetabolism { diff --git a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustMutationLevel.cs b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustMutationLevel.cs index 37230deda5..560e684395 100644 --- a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustMutationLevel.cs +++ b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustMutationLevel.cs @@ -1,7 +1,4 @@ -using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; -using JetBrains.Annotations; -using Robust.Shared.GameObjects; +using Content.Shared.Chemistry.Reagent; namespace Content.Server.Chemistry.ReagentEffects.PlantMetabolism { diff --git a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustMutationMod.cs b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustMutationMod.cs index bc011b7151..7d204f39db 100644 --- a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustMutationMod.cs +++ b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustMutationMod.cs @@ -1,7 +1,5 @@ -using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.ReagentEffects.PlantMetabolism { diff --git a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustNutrition.cs b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustNutrition.cs index 77b394909e..4b85c7f002 100644 --- a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustNutrition.cs +++ b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustNutrition.cs @@ -1,7 +1,5 @@ -using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.ReagentEffects.PlantMetabolism { diff --git a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustPests.cs b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustPests.cs index 8aa049e0de..cebe30f3dd 100644 --- a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustPests.cs +++ b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustPests.cs @@ -1,7 +1,5 @@ -using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.ReagentEffects.PlantMetabolism { diff --git a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustToxins.cs b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustToxins.cs index d94f181825..9565af7c39 100644 --- a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustToxins.cs +++ b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustToxins.cs @@ -1,7 +1,5 @@ -using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.ReagentEffects.PlantMetabolism { diff --git a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustWater.cs b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustWater.cs index 41b4722de4..b2856330c1 100644 --- a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustWater.cs +++ b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustWater.cs @@ -1,7 +1,5 @@ -using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.ReagentEffects.PlantMetabolism { diff --git a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustWeeds.cs b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustWeeds.cs index c26fc692a8..bd78238dfd 100644 --- a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustWeeds.cs +++ b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustWeeds.cs @@ -1,7 +1,5 @@ -using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.ReagentEffects.PlantMetabolism { diff --git a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAffectGrowth.cs b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAffectGrowth.cs index 28c8f2de46..8fa030dd62 100644 --- a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAffectGrowth.cs +++ b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAffectGrowth.cs @@ -1,7 +1,5 @@ -using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.Chemistry.ReagentEffects.PlantMetabolism { diff --git a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantClonexadone.cs b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantClonexadone.cs index 232136e8cc..6f42297d4a 100644 --- a/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantClonexadone.cs +++ b/Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantClonexadone.cs @@ -1,13 +1,7 @@ -using System; -using Content.Server.Botany.Components; -using Content.Shared.Botany; -using Content.Shared.Chemistry.Components; +using Content.Server.Botany.Components; using Content.Shared.Chemistry.Reagent; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffects.PlantMetabolism { diff --git a/Content.Server/Chemistry/ReagentEffects/PopupMessage.cs b/Content.Server/Chemistry/ReagentEffects/PopupMessage.cs index 18cb3b8cc1..2b67cef1ba 100644 --- a/Content.Server/Chemistry/ReagentEffects/PopupMessage.cs +++ b/Content.Server/Chemistry/ReagentEffects/PopupMessage.cs @@ -1,10 +1,7 @@ using Content.Shared.Chemistry.Reagent; using Content.Shared.Popups; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; using Robust.Shared.Random; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffects { diff --git a/Content.Server/Chemistry/ReagentEffects/SatiateHunger.cs b/Content.Server/Chemistry/ReagentEffects/SatiateHunger.cs index 35077da0b1..f00b4fe5cd 100644 --- a/Content.Server/Chemistry/ReagentEffects/SatiateHunger.cs +++ b/Content.Server/Chemistry/ReagentEffects/SatiateHunger.cs @@ -1,8 +1,5 @@ using Content.Server.Nutrition.Components; -using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffects { diff --git a/Content.Server/Chemistry/ReagentEffects/SatiateThirst.cs b/Content.Server/Chemistry/ReagentEffects/SatiateThirst.cs index fafb9cfc1d..43e9f051a0 100644 --- a/Content.Server/Chemistry/ReagentEffects/SatiateThirst.cs +++ b/Content.Server/Chemistry/ReagentEffects/SatiateThirst.cs @@ -1,8 +1,5 @@ using Content.Server.Nutrition.Components; -using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Content.Server.Nutrition.EntitySystems; namespace Content.Server.Chemistry.ReagentEffects diff --git a/Content.Server/Chemistry/ReagentEffects/StatusEffects/GenericStatusEffect.cs b/Content.Server/Chemistry/ReagentEffects/StatusEffects/GenericStatusEffect.cs index cf20294b76..668686af8e 100644 --- a/Content.Server/Chemistry/ReagentEffects/StatusEffects/GenericStatusEffect.cs +++ b/Content.Server/Chemistry/ReagentEffects/StatusEffects/GenericStatusEffect.cs @@ -1,11 +1,6 @@ -using System; -using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using Content.Shared.StatusEffect; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffects.StatusEffects { diff --git a/Content.Server/Chemistry/ReagentEffects/StatusEffects/Jitter.cs b/Content.Server/Chemistry/ReagentEffects/StatusEffects/Jitter.cs index 2e5aa51af0..a6aa96af79 100644 --- a/Content.Server/Chemistry/ReagentEffects/StatusEffects/Jitter.cs +++ b/Content.Server/Chemistry/ReagentEffects/StatusEffects/Jitter.cs @@ -1,9 +1,5 @@ -using System; -using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using Content.Shared.Jittering; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.ReagentEffects.StatusEffects { diff --git a/Content.Server/Chemistry/ReagentEffects/WashCreamPieReaction.cs b/Content.Server/Chemistry/ReagentEffects/WashCreamPieReaction.cs index 8ea992db0a..fdd21c8335 100644 --- a/Content.Server/Chemistry/ReagentEffects/WashCreamPieReaction.cs +++ b/Content.Server/Chemistry/ReagentEffects/WashCreamPieReaction.cs @@ -1,13 +1,7 @@ -using System.Collections.Generic; using Content.Server.Nutrition.EntitySystems; -using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; -using Content.Shared.FixedPoint; using Content.Shared.Nutrition.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Set; namespace Content.Server.Chemistry.ReagentEffects { diff --git a/Content.Server/Chemistry/TileReactions/CleanTileReaction.cs b/Content.Server/Chemistry/TileReactions/CleanTileReaction.cs index ade768c856..9c0bfe8b96 100644 --- a/Content.Server/Chemistry/TileReactions/CleanTileReaction.cs +++ b/Content.Server/Chemistry/TileReactions/CleanTileReaction.cs @@ -1,15 +1,10 @@ using System.Linq; using Content.Server.Cleanable; -using Content.Server.Coordinates.Helpers; using Content.Server.Decals; using Content.Shared.Chemistry.Reaction; using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.TileReactions { diff --git a/Content.Server/Chemistry/TileReactions/CreateEntityTileReaction.cs b/Content.Server/Chemistry/TileReactions/CreateEntityTileReaction.cs index a48e98a114..9a8a1b8932 100644 --- a/Content.Server/Chemistry/TileReactions/CreateEntityTileReaction.cs +++ b/Content.Server/Chemistry/TileReactions/CreateEntityTileReaction.cs @@ -2,15 +2,10 @@ using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; using Content.Shared.Maps; -using Content.Shared.Random.Helpers; using Content.Shared.Whitelist; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Prototypes; using Robust.Shared.Random; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Chemistry.TileReactions; diff --git a/Content.Server/Chemistry/TileReactions/ExtinguishTileReaction.cs b/Content.Server/Chemistry/TileReactions/ExtinguishTileReaction.cs index 3299f382b3..c9a27a951d 100644 --- a/Content.Server/Chemistry/TileReactions/ExtinguishTileReaction.cs +++ b/Content.Server/Chemistry/TileReactions/ExtinguishTileReaction.cs @@ -1,16 +1,10 @@ -using System; -using Content.Server.Atmos; -using Content.Server.Atmos.EntitySystems; +using Content.Server.Atmos.EntitySystems; using Content.Shared.Atmos; -using Content.Shared.Chemistry; using Content.Shared.Chemistry.Reaction; using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; -using Content.Shared.Maps; using JetBrains.Annotations; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.TileReactions { diff --git a/Content.Server/Chemistry/TileReactions/FlammableTileReaction.cs b/Content.Server/Chemistry/TileReactions/FlammableTileReaction.cs index 18ceb4851a..f6aa74a13a 100644 --- a/Content.Server/Chemistry/TileReactions/FlammableTileReaction.cs +++ b/Content.Server/Chemistry/TileReactions/FlammableTileReaction.cs @@ -1,15 +1,9 @@ -using System; -using Content.Server.Atmos; -using Content.Server.Atmos.EntitySystems; -using Content.Shared.Chemistry; +using Content.Server.Atmos.EntitySystems; using Content.Shared.Chemistry.Reaction; using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; -using Content.Shared.Maps; using JetBrains.Annotations; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.TileReactions { diff --git a/Content.Server/Chemistry/TileReactions/PryTileReaction.cs b/Content.Server/Chemistry/TileReactions/PryTileReaction.cs index 72f304edcb..3b2c6af18d 100644 --- a/Content.Server/Chemistry/TileReactions/PryTileReaction.cs +++ b/Content.Server/Chemistry/TileReactions/PryTileReaction.cs @@ -4,7 +4,6 @@ using Content.Shared.FixedPoint; using Content.Shared.Maps; using JetBrains.Annotations; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.TileReactions; diff --git a/Content.Server/Chemistry/TileReactions/SpillIfPuddlePresentTileReaction.cs b/Content.Server/Chemistry/TileReactions/SpillIfPuddlePresentTileReaction.cs index 2cbf52d5e1..2cf2915fed 100644 --- a/Content.Server/Chemistry/TileReactions/SpillIfPuddlePresentTileReaction.cs +++ b/Content.Server/Chemistry/TileReactions/SpillIfPuddlePresentTileReaction.cs @@ -4,9 +4,7 @@ using Content.Shared.Chemistry.Reaction; using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; using JetBrains.Annotations; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.TileReactions { diff --git a/Content.Server/Chemistry/TileReactions/SpillTileReaction.cs b/Content.Server/Chemistry/TileReactions/SpillTileReaction.cs index ed8a889bab..1e5f98c4c6 100644 --- a/Content.Server/Chemistry/TileReactions/SpillTileReaction.cs +++ b/Content.Server/Chemistry/TileReactions/SpillTileReaction.cs @@ -1,15 +1,11 @@ -using Content.Server.Fluids.Components; -using Content.Server.Fluids.EntitySystems; +using Content.Server.Fluids.EntitySystems; using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reaction; using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; using Content.Shared.Slippery; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Chemistry.TileReactions { diff --git a/Content.Server/Cleanable/CleanableComponent.cs b/Content.Server/Cleanable/CleanableComponent.cs index d91a6e0474..210bc15c7c 100644 --- a/Content.Server/Cleanable/CleanableComponent.cs +++ b/Content.Server/Cleanable/CleanableComponent.cs @@ -1,8 +1,4 @@ -using Content.Shared.Chemistry.Reagent; -using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; +using Content.Shared.FixedPoint; namespace Content.Server.Cleanable { diff --git a/Content.Server/Climbing/Components/GlassTableComponent.cs b/Content.Server/Climbing/Components/GlassTableComponent.cs index d160d43680..31fa30683f 100644 --- a/Content.Server/Climbing/Components/GlassTableComponent.cs +++ b/Content.Server/Climbing/Components/GlassTableComponent.cs @@ -1,7 +1,4 @@ using Content.Shared.Damage; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Climbing.Components; diff --git a/Content.Server/Cloning/AcceptCloningEui.cs b/Content.Server/Cloning/AcceptCloningEui.cs index c63909168b..c3f465bfd7 100644 --- a/Content.Server/Cloning/AcceptCloningEui.cs +++ b/Content.Server/Cloning/AcceptCloningEui.cs @@ -1,7 +1,6 @@ using Content.Server.EUI; using Content.Shared.Cloning; using Content.Shared.Eui; -using Robust.Shared.GameObjects; namespace Content.Server.Cloning { diff --git a/Content.Server/Cloning/Components/BeingClonedComponent.cs b/Content.Server/Cloning/Components/BeingClonedComponent.cs index f02b65eaa2..d22f541a72 100644 --- a/Content.Server/Cloning/Components/BeingClonedComponent.cs +++ b/Content.Server/Cloning/Components/BeingClonedComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; - namespace Content.Server.Cloning.Components { [RegisterComponent] diff --git a/Content.Server/Cloning/Components/CloningPodComponent.cs b/Content.Server/Cloning/Components/CloningPodComponent.cs index 51fed47cbb..7ff5ef354f 100644 --- a/Content.Server/Cloning/Components/CloningPodComponent.cs +++ b/Content.Server/Cloning/Components/CloningPodComponent.cs @@ -1,4 +1,3 @@ -using System; using Content.Server.Climbing; using Content.Server.EUI; using Content.Server.Mind.Components; @@ -12,12 +11,7 @@ using Content.Shared.Species; using Robust.Server.GameObjects; using Robust.Server.Player; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Cloning.Components { diff --git a/Content.Server/Clothing/Components/MagbootsComponent.cs b/Content.Server/Clothing/Components/MagbootsComponent.cs index 65d075a678..b27079fa3f 100644 --- a/Content.Server/Clothing/Components/MagbootsComponent.cs +++ b/Content.Server/Clothing/Components/MagbootsComponent.cs @@ -1,15 +1,9 @@ -using Content.Shared.Actions; using Content.Shared.Clothing; using Content.Shared.Interaction; using Content.Shared.Inventory; using Content.Shared.Item; -using JetBrains.Annotations; using Robust.Server.GameObjects; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Clothing.Components { diff --git a/Content.Server/CombatMode/CombatModeComponent.cs b/Content.Server/CombatMode/CombatModeComponent.cs index 571cbe3c93..94674417a8 100644 --- a/Content.Server/CombatMode/CombatModeComponent.cs +++ b/Content.Server/CombatMode/CombatModeComponent.cs @@ -1,5 +1,4 @@ using Content.Shared.CombatMode; -using Robust.Shared.GameObjects; namespace Content.Server.CombatMode { diff --git a/Content.Server/Commands/CommandUtils.cs b/Content.Server/Commands/CommandUtils.cs index 2efd80be47..11adaec9a2 100644 --- a/Content.Server/Commands/CommandUtils.cs +++ b/Content.Server/Commands/CommandUtils.cs @@ -1,10 +1,7 @@ -using System; -using System.Diagnostics.CodeAnalysis; +using System.Diagnostics.CodeAnalysis; using System.Globalization; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Network; namespace Content.Server.Commands diff --git a/Content.Server/Connection/ConnectionManager.cs b/Content.Server/Connection/ConnectionManager.cs index a031192d83..ca4b68d3e9 100644 --- a/Content.Server/Connection/ConnectionManager.cs +++ b/Content.Server/Connection/ConnectionManager.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Collections.Immutable; +using System.Collections.Immutable; using System.Threading.Tasks; using Content.Server.Database; using Content.Server.GameTicking; @@ -8,9 +6,6 @@ using Content.Server.Preferences.Managers; using Content.Shared.CCVar; using Robust.Server.Player; using Robust.Shared.Configuration; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Network; diff --git a/Content.Server/Construction/Commands/FixRotationsCommand.cs b/Content.Server/Construction/Commands/FixRotationsCommand.cs index 5b28f7ecab..2c14943e66 100644 --- a/Content.Server/Construction/Commands/FixRotationsCommand.cs +++ b/Content.Server/Construction/Commands/FixRotationsCommand.cs @@ -5,10 +5,7 @@ using Content.Shared.Construction; using Content.Shared.Tag; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.Construction.Commands { diff --git a/Content.Server/Construction/Commands/TileWallsCommand.cs b/Content.Server/Construction/Commands/TileWallsCommand.cs index 5497d22639..bcc4d18d4c 100644 --- a/Content.Server/Construction/Commands/TileWallsCommand.cs +++ b/Content.Server/Construction/Commands/TileWallsCommand.cs @@ -3,8 +3,6 @@ using Content.Shared.Administration; using Content.Shared.Maps; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Prototypes; diff --git a/Content.Server/Construction/Completions/AddContainer.cs b/Content.Server/Construction/Completions/AddContainer.cs index cc6179f2cc..deccd281a3 100644 --- a/Content.Server/Construction/Completions/AddContainer.cs +++ b/Content.Server/Construction/Completions/AddContainer.cs @@ -1,9 +1,5 @@ -using System.Threading.Tasks; -using Content.Server.Construction.Components; -using Content.Shared.Construction; +using Content.Shared.Construction; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/AttemptElectrocute.cs b/Content.Server/Construction/Completions/AttemptElectrocute.cs index 39e3221018..3d4000f755 100644 --- a/Content.Server/Construction/Completions/AttemptElectrocute.cs +++ b/Content.Server/Construction/Completions/AttemptElectrocute.cs @@ -1,7 +1,5 @@ using Content.Server.Electrocution; using Content.Shared.Construction; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/BuildComputer.cs b/Content.Server/Construction/Completions/BuildComputer.cs index ac6353c323..93beb9c04c 100644 --- a/Content.Server/Construction/Completions/BuildComputer.cs +++ b/Content.Server/Construction/Completions/BuildComputer.cs @@ -4,10 +4,6 @@ using Content.Shared.Construction; using JetBrains.Annotations; using Robust.Server.Containers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/BuildMachine.cs b/Content.Server/Construction/Completions/BuildMachine.cs index 769ebf7f08..9c22e3b6b2 100644 --- a/Content.Server/Construction/Completions/BuildMachine.cs +++ b/Content.Server/Construction/Completions/BuildMachine.cs @@ -3,9 +3,6 @@ using Content.Server.Construction.Components; using Content.Shared.Construction; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Log; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/ConditionalAction.cs b/Content.Server/Construction/Completions/ConditionalAction.cs index d27d7a8580..13fe62e4f6 100644 --- a/Content.Server/Construction/Completions/ConditionalAction.cs +++ b/Content.Server/Construction/Completions/ConditionalAction.cs @@ -1,8 +1,5 @@ -using System.Threading.Tasks; using Content.Shared.Construction; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/DeleteEntitiesInContainer.cs b/Content.Server/Construction/Completions/DeleteEntitiesInContainer.cs index 32ea487fbd..4f22aba61d 100644 --- a/Content.Server/Construction/Completions/DeleteEntitiesInContainer.cs +++ b/Content.Server/Construction/Completions/DeleteEntitiesInContainer.cs @@ -1,9 +1,6 @@ using System.Linq; using Content.Shared.Construction; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/DeleteEntity.cs b/Content.Server/Construction/Completions/DeleteEntity.cs index 61c0856b18..796cd888ef 100644 --- a/Content.Server/Construction/Completions/DeleteEntity.cs +++ b/Content.Server/Construction/Completions/DeleteEntity.cs @@ -1,8 +1,5 @@ -using System.Threading.Tasks; -using Content.Shared.Construction; +using Content.Shared.Construction; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/DestroyEntity.cs b/Content.Server/Construction/Completions/DestroyEntity.cs index 4b4bb03b8a..6220c325df 100644 --- a/Content.Server/Construction/Completions/DestroyEntity.cs +++ b/Content.Server/Construction/Completions/DestroyEntity.cs @@ -1,8 +1,5 @@ using Content.Shared.Construction; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using System.Threading.Tasks; using Content.Server.Destructible; namespace Content.Server.Construction.Completions diff --git a/Content.Server/Construction/Completions/EmptyAllContainers.cs b/Content.Server/Construction/Completions/EmptyAllContainers.cs index 9cec7df6be..77a71c51c4 100644 --- a/Content.Server/Construction/Completions/EmptyAllContainers.cs +++ b/Content.Server/Construction/Completions/EmptyAllContainers.cs @@ -1,9 +1,6 @@ -using System.Threading.Tasks; -using Content.Shared.Construction; +using Content.Shared.Construction; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/EmptyContainer.cs b/Content.Server/Construction/Completions/EmptyContainer.cs index 1fa1231868..ebb80a749b 100644 --- a/Content.Server/Construction/Completions/EmptyContainer.cs +++ b/Content.Server/Construction/Completions/EmptyContainer.cs @@ -1,11 +1,7 @@ using System.Linq; -using System.Threading.Tasks; using Content.Shared.Construction; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/MachineFrameRegenerateProgress.cs b/Content.Server/Construction/Completions/MachineFrameRegenerateProgress.cs index 6f169a2965..61d063988d 100644 --- a/Content.Server/Construction/Completions/MachineFrameRegenerateProgress.cs +++ b/Content.Server/Construction/Completions/MachineFrameRegenerateProgress.cs @@ -1,9 +1,6 @@ -using System.Threading.Tasks; -using Content.Server.Construction.Components; +using Content.Server.Construction.Components; using Content.Shared.Construction; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/MoveContainer.cs b/Content.Server/Construction/Completions/MoveContainer.cs index 70cc81c931..c2fdb0ae75 100644 --- a/Content.Server/Construction/Completions/MoveContainer.cs +++ b/Content.Server/Construction/Completions/MoveContainer.cs @@ -1,11 +1,8 @@ using System.Linq; -using System.Threading.Tasks; using Content.Shared.Construction; using JetBrains.Annotations; using Robust.Server.Containers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/PopupEveryone.cs b/Content.Server/Construction/Completions/PopupEveryone.cs index 9bbbdf8598..97837b575d 100644 --- a/Content.Server/Construction/Completions/PopupEveryone.cs +++ b/Content.Server/Construction/Completions/PopupEveryone.cs @@ -1,10 +1,6 @@ -using System.Threading.Tasks; using Content.Server.Popups; using Content.Shared.Construction; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Shared.Player; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/PopupUser.cs b/Content.Server/Construction/Completions/PopupUser.cs index d63ece9ed5..2638af23fb 100644 --- a/Content.Server/Construction/Completions/PopupUser.cs +++ b/Content.Server/Construction/Completions/PopupUser.cs @@ -1,12 +1,7 @@ -using System.Threading.Tasks; -using Content.Server.Popups; +using Content.Server.Popups; using Content.Shared.Construction; -using Content.Shared.Popups; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Shared.Player; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/RaiseEvent.cs b/Content.Server/Construction/Completions/RaiseEvent.cs index 4b5a0c1ac0..ca03de7d3d 100644 --- a/Content.Server/Construction/Completions/RaiseEvent.cs +++ b/Content.Server/Construction/Completions/RaiseEvent.cs @@ -1,7 +1,5 @@ using Content.Shared.Construction; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/SetAnchor.cs b/Content.Server/Construction/Completions/SetAnchor.cs index a6fe6d3e29..d507968b66 100644 --- a/Content.Server/Construction/Completions/SetAnchor.cs +++ b/Content.Server/Construction/Completions/SetAnchor.cs @@ -1,10 +1,5 @@ -using System.Threading.Tasks; -using Content.Shared.Construction; +using Content.Shared.Construction; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Physics; -using Robust.Shared.Serialization; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/SetStackCount.cs b/Content.Server/Construction/Completions/SetStackCount.cs index 9f65b2fab8..ad2242ae73 100644 --- a/Content.Server/Construction/Completions/SetStackCount.cs +++ b/Content.Server/Construction/Completions/SetStackCount.cs @@ -1,9 +1,6 @@ -using System.Threading.Tasks; -using Content.Server.Stack; +using Content.Server.Stack; using Content.Shared.Construction; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/SnapToGrid.cs b/Content.Server/Construction/Completions/SnapToGrid.cs index 9d5d38f42e..7d2c35a872 100644 --- a/Content.Server/Construction/Completions/SnapToGrid.cs +++ b/Content.Server/Construction/Completions/SnapToGrid.cs @@ -1,10 +1,6 @@ -using System.Threading.Tasks; using Content.Server.Coordinates.Helpers; using Content.Shared.Construction; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/SpawnPrototype.cs b/Content.Server/Construction/Completions/SpawnPrototype.cs index e737a29d4a..ad4311f8dc 100644 --- a/Content.Server/Construction/Completions/SpawnPrototype.cs +++ b/Content.Server/Construction/Completions/SpawnPrototype.cs @@ -1,12 +1,8 @@ -using System.Threading.Tasks; -using Content.Server.Stack; +using Content.Server.Stack; using Content.Shared.Construction; using Content.Shared.Prototypes; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Construction.Completions diff --git a/Content.Server/Construction/Completions/SpawnPrototypeAtContainer.cs b/Content.Server/Construction/Completions/SpawnPrototypeAtContainer.cs index 1767318680..89812cfeb7 100644 --- a/Content.Server/Construction/Completions/SpawnPrototypeAtContainer.cs +++ b/Content.Server/Construction/Completions/SpawnPrototypeAtContainer.cs @@ -1,10 +1,7 @@ -using System.Threading.Tasks; using Content.Shared.Construction; using JetBrains.Annotations; using Robust.Server.Containers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/SpriteChange.cs b/Content.Server/Construction/Completions/SpriteChange.cs index cf1a0cac0d..a7cc7c339b 100644 --- a/Content.Server/Construction/Completions/SpriteChange.cs +++ b/Content.Server/Construction/Completions/SpriteChange.cs @@ -1,9 +1,6 @@ -using System.Threading.Tasks; -using Content.Shared.Construction; +using Content.Shared.Construction; using JetBrains.Annotations; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Server.Construction.Completions diff --git a/Content.Server/Construction/Completions/SpriteStateChange.cs b/Content.Server/Construction/Completions/SpriteStateChange.cs index 5fc6971b30..f15fd8be13 100644 --- a/Content.Server/Construction/Completions/SpriteStateChange.cs +++ b/Content.Server/Construction/Completions/SpriteStateChange.cs @@ -1,9 +1,6 @@ -using System.Threading.Tasks; -using Content.Shared.Construction; +using Content.Shared.Construction; using JetBrains.Annotations; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Completions/VisualizerDataInt.cs b/Content.Server/Construction/Completions/VisualizerDataInt.cs index ac19f7b08a..bfbd838ca3 100644 --- a/Content.Server/Construction/Completions/VisualizerDataInt.cs +++ b/Content.Server/Construction/Completions/VisualizerDataInt.cs @@ -1,11 +1,7 @@ -using System.Threading.Tasks; -using Content.Shared.Construction; +using Content.Shared.Construction; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Reflection; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Completions { diff --git a/Content.Server/Construction/Components/ComputerComponent.cs b/Content.Server/Construction/Components/ComputerComponent.cs index e76e957d84..0a9d1c8c6f 100644 --- a/Content.Server/Construction/Components/ComputerComponent.cs +++ b/Content.Server/Construction/Components/ComputerComponent.cs @@ -1,8 +1,5 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Construction.Components { diff --git a/Content.Server/Construction/Components/ConstructionComponent.cs b/Content.Server/Construction/Components/ConstructionComponent.cs index bc746e4fc5..3177eb169e 100644 --- a/Content.Server/Construction/Components/ConstructionComponent.cs +++ b/Content.Server/Construction/Components/ConstructionComponent.cs @@ -1,10 +1,5 @@ -using System.Collections.Generic; using Content.Shared.Construction.Prototypes; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Construction.Components { diff --git a/Content.Server/Construction/Components/IRefreshParts.cs b/Content.Server/Construction/Components/IRefreshParts.cs index e6fa95cb55..7773704a9d 100644 --- a/Content.Server/Construction/Components/IRefreshParts.cs +++ b/Content.Server/Construction/Components/IRefreshParts.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; -using Robust.Shared.Analyzers; - -namespace Content.Server.Construction.Components +namespace Content.Server.Construction.Components { [RequiresExplicitImplementation] public interface IRefreshParts diff --git a/Content.Server/Construction/Components/MachineComponent.cs b/Content.Server/Construction/Components/MachineComponent.cs index 0284278598..82716e9067 100644 --- a/Content.Server/Construction/Components/MachineComponent.cs +++ b/Content.Server/Construction/Components/MachineComponent.cs @@ -1,7 +1,5 @@ using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Construction.Components diff --git a/Content.Server/Construction/Conditions/AirlockBolted.cs b/Content.Server/Construction/Conditions/AirlockBolted.cs index 76770b5d7d..fad84c2213 100644 --- a/Content.Server/Construction/Conditions/AirlockBolted.cs +++ b/Content.Server/Construction/Conditions/AirlockBolted.cs @@ -1,14 +1,7 @@ -using System.Collections.Generic; using Content.Shared.Construction; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Utility; -using System.Threading.Tasks; using Content.Server.Doors.Components; using Content.Shared.Examine; -using Robust.Shared.IoC; namespace Content.Server.Construction.Conditions { diff --git a/Content.Server/Construction/Conditions/AllConditions.cs b/Content.Server/Construction/Conditions/AllConditions.cs index 0f93c43937..b9815bfe92 100644 --- a/Content.Server/Construction/Conditions/AllConditions.cs +++ b/Content.Server/Construction/Conditions/AllConditions.cs @@ -1,11 +1,6 @@ -using System; -using System.Collections.Generic; -using System.Threading.Tasks; using Content.Shared.Construction; using Content.Shared.Examine; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Conditions { diff --git a/Content.Server/Construction/Conditions/AllWiresCut.cs b/Content.Server/Construction/Conditions/AllWiresCut.cs index 0c1aed6b83..198b399fc6 100644 --- a/Content.Server/Construction/Conditions/AllWiresCut.cs +++ b/Content.Server/Construction/Conditions/AllWiresCut.cs @@ -1,11 +1,7 @@ -using System.Collections.Generic; -using Content.Server.Wires; +using Content.Server.Wires; using Content.Shared.Construction; using Content.Shared.Examine; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Conditions { diff --git a/Content.Server/Construction/Conditions/AnyConditions.cs b/Content.Server/Construction/Conditions/AnyConditions.cs index 323f6cbdee..485fbc560b 100644 --- a/Content.Server/Construction/Conditions/AnyConditions.cs +++ b/Content.Server/Construction/Conditions/AnyConditions.cs @@ -1,11 +1,6 @@ -using System; -using System.Collections.Generic; using Content.Shared.Construction; using Content.Shared.Examine; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Conditions { diff --git a/Content.Server/Construction/Conditions/ComponentInTile.cs b/Content.Server/Construction/Conditions/ComponentInTile.cs index eb8c863b7d..9260abc327 100644 --- a/Content.Server/Construction/Conditions/ComponentInTile.cs +++ b/Content.Server/Construction/Conditions/ComponentInTile.cs @@ -1,16 +1,8 @@ -using System; -using System.Collections.Generic; -using System.Threading.Tasks; -using Content.Shared.Construction; +using Content.Shared.Construction; using Content.Shared.Examine; using Content.Shared.Maps; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Map; -using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Server.Construction.Conditions diff --git a/Content.Server/Construction/Conditions/ContainerEmpty.cs b/Content.Server/Construction/Conditions/ContainerEmpty.cs index ee34adda63..e37d120137 100644 --- a/Content.Server/Construction/Conditions/ContainerEmpty.cs +++ b/Content.Server/Construction/Conditions/ContainerEmpty.cs @@ -1,14 +1,8 @@ -using System.Collections.Generic; -using System.Threading.Tasks; -using Content.Shared.Construction; +using Content.Shared.Construction; using Content.Shared.Examine; using JetBrains.Annotations; using Robust.Server.Containers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Server.Construction.Conditions diff --git a/Content.Server/Construction/Conditions/ContainerNotEmpty.cs b/Content.Server/Construction/Conditions/ContainerNotEmpty.cs index 9ba0792f74..25db10c188 100644 --- a/Content.Server/Construction/Conditions/ContainerNotEmpty.cs +++ b/Content.Server/Construction/Conditions/ContainerNotEmpty.cs @@ -1,14 +1,8 @@ -using System.Collections.Generic; -using System.Threading.Tasks; using Content.Shared.Construction; using Content.Shared.Examine; using JetBrains.Annotations; using Robust.Server.Containers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Server.Construction.Conditions diff --git a/Content.Server/Construction/Conditions/DoorWelded.cs b/Content.Server/Construction/Conditions/DoorWelded.cs index afd80f6e04..648f1ad3de 100644 --- a/Content.Server/Construction/Conditions/DoorWelded.cs +++ b/Content.Server/Construction/Conditions/DoorWelded.cs @@ -1,12 +1,7 @@ -using System.Collections.Generic; using Content.Shared.Construction; using Content.Shared.Doors.Components; using Content.Shared.Examine; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Conditions { diff --git a/Content.Server/Construction/Conditions/EntityAnchored.cs b/Content.Server/Construction/Conditions/EntityAnchored.cs index 7678e124a4..8cebfa5cf7 100644 --- a/Content.Server/Construction/Conditions/EntityAnchored.cs +++ b/Content.Server/Construction/Conditions/EntityAnchored.cs @@ -1,13 +1,6 @@ -using System.Collections.Generic; -using System.Threading.Tasks; -using Content.Shared.Construction; +using Content.Shared.Construction; using Content.Shared.Examine; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Physics; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Server.Construction.Conditions diff --git a/Content.Server/Construction/Conditions/Locked.cs b/Content.Server/Construction/Conditions/Locked.cs index a3cc42ae73..f8128378c2 100644 --- a/Content.Server/Construction/Conditions/Locked.cs +++ b/Content.Server/Construction/Conditions/Locked.cs @@ -1,14 +1,7 @@ -using System.Collections.Generic; -using System.Threading.Tasks; using Content.Server.Storage.Components; using Content.Shared.Construction; using Content.Shared.Examine; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Utility; namespace Content.Server.Construction.Conditions { diff --git a/Content.Server/Construction/Conditions/MachineFrameComplete.cs b/Content.Server/Construction/Conditions/MachineFrameComplete.cs index b806faf980..f2eddd6e50 100644 --- a/Content.Server/Construction/Conditions/MachineFrameComplete.cs +++ b/Content.Server/Construction/Conditions/MachineFrameComplete.cs @@ -1,13 +1,7 @@ -using System.Collections.Generic; -using System.Threading.Tasks; using Content.Server.Construction.Components; using Content.Shared.Construction; using Content.Shared.Examine; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Server.Construction.Conditions diff --git a/Content.Server/Construction/Conditions/StorageWelded.cs b/Content.Server/Construction/Conditions/StorageWelded.cs index db168b0ad4..a634db79cd 100644 --- a/Content.Server/Construction/Conditions/StorageWelded.cs +++ b/Content.Server/Construction/Conditions/StorageWelded.cs @@ -1,12 +1,7 @@ -using System.Collections.Generic; using Content.Server.Storage.Components; using Content.Shared.Construction; using Content.Shared.Examine; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Conditions { diff --git a/Content.Server/Construction/Conditions/ToiletLidClosed.cs b/Content.Server/Construction/Conditions/ToiletLidClosed.cs index 6b915214d9..af16af6529 100644 --- a/Content.Server/Construction/Conditions/ToiletLidClosed.cs +++ b/Content.Server/Construction/Conditions/ToiletLidClosed.cs @@ -1,12 +1,7 @@ -using System.Collections.Generic; using Content.Server.Toilet; using Content.Shared.Construction; using Content.Shared.Examine; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Construction.Conditions { diff --git a/Content.Server/Construction/Conditions/WirePanel.cs b/Content.Server/Construction/Conditions/WirePanel.cs index dba0c79d10..8b96276b12 100644 --- a/Content.Server/Construction/Conditions/WirePanel.cs +++ b/Content.Server/Construction/Conditions/WirePanel.cs @@ -1,14 +1,7 @@ -using System.Collections.Generic; -using System.Threading.Tasks; using Content.Server.Wires; using Content.Shared.Construction; using Content.Shared.Examine; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Utility; namespace Content.Server.Construction.Conditions { diff --git a/Content.Server/Construction/ConstructionSystem.Computer.cs b/Content.Server/Construction/ConstructionSystem.Computer.cs index 2cf7e1b7be..693d595931 100644 --- a/Content.Server/Construction/ConstructionSystem.Computer.cs +++ b/Content.Server/Construction/ConstructionSystem.Computer.cs @@ -2,8 +2,6 @@ using Content.Server.Construction.Components; using Content.Server.Power.Components; using Content.Shared.Computer; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Log; namespace Content.Server.Construction; diff --git a/Content.Server/Construction/ConstructionSystem.Graph.cs b/Content.Server/Construction/ConstructionSystem.Graph.cs index 317f844583..7709c1a7ce 100644 --- a/Content.Server/Construction/ConstructionSystem.Graph.cs +++ b/Content.Server/Construction/ConstructionSystem.Graph.cs @@ -4,8 +4,6 @@ using Content.Shared.Construction.Prototypes; using Content.Shared.Construction.Steps; using Robust.Server.Containers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; namespace Content.Server.Construction diff --git a/Content.Server/Construction/ConstructionSystem.Guided.cs b/Content.Server/Construction/ConstructionSystem.Guided.cs index cdb822a7b1..8d657c5727 100644 --- a/Content.Server/Construction/ConstructionSystem.Guided.cs +++ b/Content.Server/Construction/ConstructionSystem.Guided.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using Content.Server.Construction.Components; using Content.Shared.Construction; using Content.Shared.Construction.Prototypes; @@ -6,8 +5,6 @@ using Content.Shared.Construction.Steps; using Content.Shared.Examine; using Content.Shared.Popups; using Content.Shared.Verbs; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; namespace Content.Server.Construction { diff --git a/Content.Server/Construction/ConstructionSystem.Initial.cs b/Content.Server/Construction/ConstructionSystem.Initial.cs index b40ed21b9d..46699d20c8 100644 --- a/Content.Server/Construction/ConstructionSystem.Initial.cs +++ b/Content.Server/Construction/ConstructionSystem.Initial.cs @@ -14,9 +14,7 @@ using Content.Shared.Hands.EntitySystems; using Content.Shared.Interaction; using Content.Shared.Inventory; using Content.Shared.Popups; -using Content.Shared.Stacks; using Robust.Shared.Containers; -using Robust.Shared.Map; using Robust.Shared.Players; using Robust.Shared.Timing; diff --git a/Content.Server/Construction/ConstructionSystem.Interactions.cs b/Content.Server/Construction/ConstructionSystem.Interactions.cs index 3de9809b6e..54982e9b57 100644 --- a/Content.Server/Construction/ConstructionSystem.Interactions.cs +++ b/Content.Server/Construction/ConstructionSystem.Interactions.cs @@ -1,12 +1,9 @@ -using System; -using System.Collections.Generic; using Content.Server.Construction.Components; using Content.Server.DoAfter; using Content.Shared.Construction; using Content.Shared.Construction.Steps; using Content.Shared.Interaction; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; namespace Content.Server.Construction { diff --git a/Content.Server/Construction/ConstructionSystem.Machine.cs b/Content.Server/Construction/ConstructionSystem.Machine.cs index fc00c8d269..5feb864ff8 100644 --- a/Content.Server/Construction/ConstructionSystem.Machine.cs +++ b/Content.Server/Construction/ConstructionSystem.Machine.cs @@ -1,8 +1,5 @@ -using System; -using System.Collections.Generic; using Content.Server.Construction.Components; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; namespace Content.Server.Construction; diff --git a/Content.Server/Construction/ConstructionSystem.Pathfinding.cs b/Content.Server/Construction/ConstructionSystem.Pathfinding.cs index 988d822fdd..5bbf9099d4 100644 --- a/Content.Server/Construction/ConstructionSystem.Pathfinding.cs +++ b/Content.Server/Construction/ConstructionSystem.Pathfinding.cs @@ -1,8 +1,6 @@ -using System.Collections.Generic; using Content.Server.Construction.Components; using Content.Shared.Construction; using Content.Shared.Construction.Prototypes; -using Robust.Shared.GameObjects; namespace Content.Server.Construction { diff --git a/Content.Server/Construction/ConstructionSystem.cs b/Content.Server/Construction/ConstructionSystem.cs index 116a4eee8e..677ad197b9 100644 --- a/Content.Server/Construction/ConstructionSystem.cs +++ b/Content.Server/Construction/ConstructionSystem.cs @@ -3,15 +3,8 @@ using Content.Server.DoAfter; using Content.Server.Stack; using Content.Server.Tools; using Content.Shared.Construction; -using Content.Shared.Examine; -using Content.Shared.Popups; -using Content.Shared.Verbs; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Log; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Server/Containers/ContainerExt.cs b/Content.Server/Containers/ContainerExt.cs index 69e763d1db..b19b8d0a8d 100644 --- a/Content.Server/Containers/ContainerExt.cs +++ b/Content.Server/Containers/ContainerExt.cs @@ -1,7 +1,4 @@ using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Prototypes; namespace Content.Server.Containers { diff --git a/Content.Server/Containers/EmptyOnMachineDeconstructComponent.cs b/Content.Server/Containers/EmptyOnMachineDeconstructComponent.cs index 93e892813c..e2e551b268 100644 --- a/Content.Server/Containers/EmptyOnMachineDeconstructComponent.cs +++ b/Content.Server/Containers/EmptyOnMachineDeconstructComponent.cs @@ -1,10 +1,3 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Containers { /// diff --git a/Content.Server/Containers/EmptyOnMachineDeconstructSystem.cs b/Content.Server/Containers/EmptyOnMachineDeconstructSystem.cs index 1602d7afa6..5d4c9145c2 100644 --- a/Content.Server/Containers/EmptyOnMachineDeconstructSystem.cs +++ b/Content.Server/Containers/EmptyOnMachineDeconstructSystem.cs @@ -2,8 +2,6 @@ using Content.Server.Construction.Components; using Content.Shared.Containers.ItemSlots; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Containers { diff --git a/Content.Server/Conveyor/ConveyorSystem.cs b/Content.Server/Conveyor/ConveyorSystem.cs index 08411110f3..ab009ca9e3 100644 --- a/Content.Server/Conveyor/ConveyorSystem.cs +++ b/Content.Server/Conveyor/ConveyorSystem.cs @@ -1,4 +1,3 @@ -using Content.Server.MachineLinking.Components; using Content.Server.MachineLinking.Events; using Content.Server.MachineLinking.System; using Content.Server.Power.Components; diff --git a/Content.Server/Cooldown/ItemCooldownSystem.cs b/Content.Server/Cooldown/ItemCooldownSystem.cs index c966cbdd68..77d2dd1873 100644 --- a/Content.Server/Cooldown/ItemCooldownSystem.cs +++ b/Content.Server/Cooldown/ItemCooldownSystem.cs @@ -1,6 +1,4 @@ -using System; -using Content.Shared.Cooldown; -using Robust.Shared.GameObjects; +using Content.Shared.Cooldown; namespace Content.Server.Cooldown { diff --git a/Content.Server/Coordinates/Helpers/SnapgridHelper.cs b/Content.Server/Coordinates/Helpers/SnapgridHelper.cs index 8121a064f1..7790794d9f 100644 --- a/Content.Server/Coordinates/Helpers/SnapgridHelper.cs +++ b/Content.Server/Coordinates/Helpers/SnapgridHelper.cs @@ -1,6 +1,3 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Coordinates.Helpers diff --git a/Content.Server/Crayon/CrayonComponent.cs b/Content.Server/Crayon/CrayonComponent.cs index 9b852eef3f..c63f4e472b 100644 --- a/Content.Server/Crayon/CrayonComponent.cs +++ b/Content.Server/Crayon/CrayonComponent.cs @@ -2,11 +2,6 @@ using Content.Server.UserInterface; using Content.Shared.Crayon; using Content.Shared.Sound; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Crayon { diff --git a/Content.Server/Crayon/CrayonSystem.cs b/Content.Server/Crayon/CrayonSystem.cs index 88ff713f67..7b8da02d48 100644 --- a/Content.Server/Crayon/CrayonSystem.cs +++ b/Content.Server/Crayon/CrayonSystem.cs @@ -9,14 +9,9 @@ using Content.Shared.Database; using Content.Shared.Decals; using Content.Shared.Interaction; using Content.Shared.Interaction.Events; -using Content.Shared.Interaction.Helpers; using Robust.Server.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Maths; using Robust.Shared.Player; using Robust.Shared.Prototypes; diff --git a/Content.Server/Cuffs/Components/HandcuffComponent.cs b/Content.Server/Cuffs/Components/HandcuffComponent.cs index e2b30f2119..0bdd958ab7 100644 --- a/Content.Server/Cuffs/Components/HandcuffComponent.cs +++ b/Content.Server/Cuffs/Components/HandcuffComponent.cs @@ -1,22 +1,13 @@ -using System; using System.Threading.Tasks; using Content.Server.DoAfter; using Content.Server.Hands.Components; -using Content.Shared.ActionBlocker; using Content.Shared.Cuffs.Components; using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; using Content.Shared.Popups; using Content.Shared.Sound; using Content.Shared.Stunnable; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Maths; using Robust.Shared.Player; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Cuffs.Components { diff --git a/Content.Server/Damage/Commands/GodModeCommand.cs b/Content.Server/Damage/Commands/GodModeCommand.cs index 9ec62575e6..79aef877d8 100644 --- a/Content.Server/Damage/Commands/GodModeCommand.cs +++ b/Content.Server/Damage/Commands/GodModeCommand.cs @@ -3,8 +3,6 @@ using Content.Server.Damage.Systems; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Damage.Commands { diff --git a/Content.Server/Damage/Commands/HurtCommand.cs b/Content.Server/Damage/Commands/HurtCommand.cs index 018c29e67d..4dfa71a714 100644 --- a/Content.Server/Damage/Commands/HurtCommand.cs +++ b/Content.Server/Damage/Commands/HurtCommand.cs @@ -7,8 +7,6 @@ using Content.Shared.Damage; using Content.Shared.Damage.Prototypes; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; namespace Content.Server.Damage.Commands diff --git a/Content.Server/Damage/Components/DamageOnHighSpeedImpactComponent.cs b/Content.Server/Damage/Components/DamageOnHighSpeedImpactComponent.cs index c7f9fef593..3882b2ed39 100644 --- a/Content.Server/Damage/Components/DamageOnHighSpeedImpactComponent.cs +++ b/Content.Server/Damage/Components/DamageOnHighSpeedImpactComponent.cs @@ -1,9 +1,5 @@ -using System; using Content.Shared.Damage; using Content.Shared.Sound; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Damage.Components { diff --git a/Content.Server/Damage/Components/DamageOnLandComponent.cs b/Content.Server/Damage/Components/DamageOnLandComponent.cs index 0090056771..0867bae5c9 100644 --- a/Content.Server/Damage/Components/DamageOnLandComponent.cs +++ b/Content.Server/Damage/Components/DamageOnLandComponent.cs @@ -1,7 +1,4 @@ using Content.Shared.Damage; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Damage.Components { diff --git a/Content.Server/Damage/Components/DamageOnToolInteractComponent.cs b/Content.Server/Damage/Components/DamageOnToolInteractComponent.cs index ee0d4f49b5..c8e9139a2c 100644 --- a/Content.Server/Damage/Components/DamageOnToolInteractComponent.cs +++ b/Content.Server/Damage/Components/DamageOnToolInteractComponent.cs @@ -1,10 +1,6 @@ using Content.Shared.Damage; using Content.Shared.Tools; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Server.Damage.Components { diff --git a/Content.Server/Damage/Components/DamageOtherOnHitComponent.cs b/Content.Server/Damage/Components/DamageOtherOnHitComponent.cs index 82766a47d8..0ec5945929 100644 --- a/Content.Server/Damage/Components/DamageOtherOnHitComponent.cs +++ b/Content.Server/Damage/Components/DamageOtherOnHitComponent.cs @@ -1,9 +1,5 @@ using Content.Server.Damage.Systems; using Content.Shared.Damage; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Damage.Components { diff --git a/Content.Server/Damage/Components/ExaminableDamageComponent.cs b/Content.Server/Damage/Components/ExaminableDamageComponent.cs index 0657732437..022b14d19b 100644 --- a/Content.Server/Damage/Components/ExaminableDamageComponent.cs +++ b/Content.Server/Damage/Components/ExaminableDamageComponent.cs @@ -1,6 +1,4 @@ using Content.Shared.Damage.Prototypes; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Damage.Components; diff --git a/Content.Server/Damage/Systems/DamageOnToolInteractSystem.cs b/Content.Server/Damage/Systems/DamageOnToolInteractSystem.cs index 1a1a6888d6..7e268e54d2 100644 --- a/Content.Server/Damage/Systems/DamageOnToolInteractSystem.cs +++ b/Content.Server/Damage/Systems/DamageOnToolInteractSystem.cs @@ -1,13 +1,10 @@ using Content.Server.Administration.Logs; using Content.Server.Damage.Components; using Content.Server.Tools.Components; -using Content.Shared.Administration.Logs; using Content.Shared.Damage; using Content.Shared.Database; using Content.Shared.Interaction; using Content.Shared.Tools.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Damage.Systems { diff --git a/Content.Server/Damage/Systems/ExaminableDamageSystem.cs b/Content.Server/Damage/Systems/ExaminableDamageSystem.cs index d9fc0dcc06..dd7c4b12e8 100644 --- a/Content.Server/Damage/Systems/ExaminableDamageSystem.cs +++ b/Content.Server/Damage/Systems/ExaminableDamageSystem.cs @@ -6,9 +6,6 @@ using Content.Shared.Damage; using Content.Shared.Damage.Prototypes; using Content.Shared.Examine; using Content.Shared.Rounding; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Prototypes; namespace Content.Server.Damage.Systems; diff --git a/Content.Server/Damage/Systems/GodmodeSystem.cs b/Content.Server/Damage/Systems/GodmodeSystem.cs index b0d55a59a9..aa0ff234e2 100644 --- a/Content.Server/Damage/Systems/GodmodeSystem.cs +++ b/Content.Server/Damage/Systems/GodmodeSystem.cs @@ -1,10 +1,7 @@ -using System.Collections.Generic; using Content.Server.Atmos.Components; using Content.Shared.Damage; using Content.Shared.GameTicking; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Damage.Systems { diff --git a/Content.Server/Database/PlayerRecord.cs b/Content.Server/Database/PlayerRecord.cs index f5931182ef..cfcebe1c02 100644 --- a/Content.Server/Database/PlayerRecord.cs +++ b/Content.Server/Database/PlayerRecord.cs @@ -1,5 +1,4 @@ -using System; -using System.Collections.Immutable; +using System.Collections.Immutable; using System.Net; using Robust.Shared.Network; diff --git a/Content.Server/Database/ServerBanDef.cs b/Content.Server/Database/ServerBanDef.cs index 56fea2a9e3..0167f1a570 100644 --- a/Content.Server/Database/ServerBanDef.cs +++ b/Content.Server/Database/ServerBanDef.cs @@ -1,5 +1,4 @@ -using System; -using System.Collections.Immutable; +using System.Collections.Immutable; using System.Net; using Robust.Shared.Network; diff --git a/Content.Server/Database/ServerUnbanDef.cs b/Content.Server/Database/ServerUnbanDef.cs index 058263e5ce..3d39a6b90c 100644 --- a/Content.Server/Database/ServerUnbanDef.cs +++ b/Content.Server/Database/ServerUnbanDef.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Network; +using Robust.Shared.Network; namespace Content.Server.Database { diff --git a/Content.Server/Decals/Commands/AddDecalCommand.cs b/Content.Server/Decals/Commands/AddDecalCommand.cs index e9ef52fdea..ecc63bb322 100644 --- a/Content.Server/Decals/Commands/AddDecalCommand.cs +++ b/Content.Server/Decals/Commands/AddDecalCommand.cs @@ -1,14 +1,9 @@ -using System; -using System.Collections.Generic; using Content.Server.Administration; using Content.Shared.Administration; using Content.Shared.Decals; using Content.Shared.Maps; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Prototypes; namespace Content.Server.Decals.Commands diff --git a/Content.Server/Decals/Commands/EditDecalCommand.cs b/Content.Server/Decals/Commands/EditDecalCommand.cs index 8488e9cfad..a9e6f2498d 100644 --- a/Content.Server/Decals/Commands/EditDecalCommand.cs +++ b/Content.Server/Decals/Commands/EditDecalCommand.cs @@ -1,10 +1,7 @@ using Content.Server.Administration; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.Decals; diff --git a/Content.Server/Decals/Commands/RemoveDecalCommand.cs b/Content.Server/Decals/Commands/RemoveDecalCommand.cs index 22274819a0..1d5e243940 100644 --- a/Content.Server/Decals/Commands/RemoveDecalCommand.cs +++ b/Content.Server/Decals/Commands/RemoveDecalCommand.cs @@ -1,8 +1,6 @@ using Content.Server.Administration; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Decals.Commands diff --git a/Content.Server/Destructible/DestructibleComponent.cs b/Content.Server/Destructible/DestructibleComponent.cs index 7630274b7f..34e973dd2a 100644 --- a/Content.Server/Destructible/DestructibleComponent.cs +++ b/Content.Server/Destructible/DestructibleComponent.cs @@ -1,9 +1,4 @@ -using System.Collections.Generic; using Content.Server.Destructible.Thresholds; -using Content.Shared.Damage; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Destructible { diff --git a/Content.Server/Destructible/DestructibleSystem.cs b/Content.Server/Destructible/DestructibleSystem.cs index 6efe8ebd46..0697872314 100644 --- a/Content.Server/Destructible/DestructibleSystem.cs +++ b/Content.Server/Destructible/DestructibleSystem.cs @@ -10,7 +10,6 @@ using JetBrains.Annotations; using Robust.Server.GameObjects; using Robust.Shared.Prototypes; using Robust.Shared.Random; -using System; using Content.Shared.Destructible; namespace Content.Server.Destructible diff --git a/Content.Server/Destructible/Thresholds/Behaviors/ChangeConstructionNodeBehavior.cs b/Content.Server/Destructible/Thresholds/Behaviors/ChangeConstructionNodeBehavior.cs index 01b319ee0e..c70d6aa976 100644 --- a/Content.Server/Destructible/Thresholds/Behaviors/ChangeConstructionNodeBehavior.cs +++ b/Content.Server/Destructible/Thresholds/Behaviors/ChangeConstructionNodeBehavior.cs @@ -1,7 +1,4 @@ -using System; -using Content.Server.Construction.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; +using Content.Server.Construction.Components; namespace Content.Server.Destructible.Thresholds.Behaviors { diff --git a/Content.Server/Destructible/Thresholds/Behaviors/DumpCanisterBehavior.cs b/Content.Server/Destructible/Thresholds/Behaviors/DumpCanisterBehavior.cs index 2335722ddc..aa70d2528d 100644 --- a/Content.Server/Destructible/Thresholds/Behaviors/DumpCanisterBehavior.cs +++ b/Content.Server/Destructible/Thresholds/Behaviors/DumpCanisterBehavior.cs @@ -1,7 +1,4 @@ -using System; using Content.Server.Atmos.Piping.Unary.EntitySystems; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Destructible.Thresholds.Behaviors { diff --git a/Content.Server/Destructible/Thresholds/Behaviors/EmptyAllContainersBehaviour.cs b/Content.Server/Destructible/Thresholds/Behaviors/EmptyAllContainersBehaviour.cs index 4be2897fc0..1beefb126d 100644 --- a/Content.Server/Destructible/Thresholds/Behaviors/EmptyAllContainersBehaviour.cs +++ b/Content.Server/Destructible/Thresholds/Behaviors/EmptyAllContainersBehaviour.cs @@ -1,6 +1,4 @@ using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Destructible.Thresholds.Behaviors { diff --git a/Content.Server/Destructible/Thresholds/Behaviors/ExplodeBehavior.cs b/Content.Server/Destructible/Thresholds/Behaviors/ExplodeBehavior.cs index 02d817144e..93ee184f7c 100644 --- a/Content.Server/Destructible/Thresholds/Behaviors/ExplodeBehavior.cs +++ b/Content.Server/Destructible/Thresholds/Behaviors/ExplodeBehavior.cs @@ -1,7 +1,5 @@ using Content.Server.Explosion.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Destructible.Thresholds.Behaviors { diff --git a/Content.Server/Destructible/Thresholds/Behaviors/GibBehavior.cs b/Content.Server/Destructible/Thresholds/Behaviors/GibBehavior.cs index 284a39214a..4d85d79ffe 100644 --- a/Content.Server/Destructible/Thresholds/Behaviors/GibBehavior.cs +++ b/Content.Server/Destructible/Thresholds/Behaviors/GibBehavior.cs @@ -1,7 +1,5 @@ using Content.Shared.Body.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Destructible.Thresholds.Behaviors { diff --git a/Content.Server/Destructible/Thresholds/Behaviors/IThresholdBehavior.cs b/Content.Server/Destructible/Thresholds/Behaviors/IThresholdBehavior.cs index 407ba7b21d..7d4de81e97 100644 --- a/Content.Server/Destructible/Thresholds/Behaviors/IThresholdBehavior.cs +++ b/Content.Server/Destructible/Thresholds/Behaviors/IThresholdBehavior.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.Destructible.Thresholds.Behaviors +namespace Content.Server.Destructible.Thresholds.Behaviors { public interface IThresholdBehavior { diff --git a/Content.Server/Destructible/Thresholds/Behaviors/PlaySoundBehavior.cs b/Content.Server/Destructible/Thresholds/Behaviors/PlaySoundBehavior.cs index 7a12cc3b0c..06d86d8970 100644 --- a/Content.Server/Destructible/Thresholds/Behaviors/PlaySoundBehavior.cs +++ b/Content.Server/Destructible/Thresholds/Behaviors/PlaySoundBehavior.cs @@ -1,10 +1,7 @@ -using System; using Content.Shared.Audio; using Content.Shared.Sound; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; using Robust.Shared.Player; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Destructible.Thresholds.Behaviors { diff --git a/Content.Server/Destructible/Thresholds/Behaviors/SpillBehavior.cs b/Content.Server/Destructible/Thresholds/Behaviors/SpillBehavior.cs index 68aa79ee3f..3825df9e0f 100644 --- a/Content.Server/Destructible/Thresholds/Behaviors/SpillBehavior.cs +++ b/Content.Server/Destructible/Thresholds/Behaviors/SpillBehavior.cs @@ -2,8 +2,6 @@ using Content.Server.Chemistry.EntitySystems; using Content.Server.Fluids.Components; using Content.Server.Fluids.EntitySystems; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Destructible.Thresholds.Behaviors { diff --git a/Content.Server/Destructible/Thresholds/DamageThreshold.cs b/Content.Server/Destructible/Thresholds/DamageThreshold.cs index 8b3053d8ec..00142e4abb 100644 --- a/Content.Server/Destructible/Thresholds/DamageThreshold.cs +++ b/Content.Server/Destructible/Thresholds/DamageThreshold.cs @@ -1,10 +1,6 @@ -using System.Collections.Generic; using Content.Server.Destructible.Thresholds.Behaviors; using Content.Server.Destructible.Thresholds.Triggers; using Content.Shared.Damage; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Destructible.Thresholds { diff --git a/Content.Server/Destructible/Thresholds/MinMax.cs b/Content.Server/Destructible/Thresholds/MinMax.cs index daa0d629a3..c95c455251 100644 --- a/Content.Server/Destructible/Thresholds/MinMax.cs +++ b/Content.Server/Destructible/Thresholds/MinMax.cs @@ -1,8 +1,4 @@ -using System; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - -namespace Content.Server.Destructible.Thresholds +namespace Content.Server.Destructible.Thresholds { [Serializable] [DataDefinition] diff --git a/Content.Server/Destructible/Thresholds/ThresholdActs.cs b/Content.Server/Destructible/Thresholds/ThresholdActs.cs index ceef2157df..d2ecd53742 100644 --- a/Content.Server/Destructible/Thresholds/ThresholdActs.cs +++ b/Content.Server/Destructible/Thresholds/ThresholdActs.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Server.Destructible.Thresholds { diff --git a/Content.Server/Destructible/Thresholds/Triggers/AndTrigger.cs b/Content.Server/Destructible/Thresholds/Triggers/AndTrigger.cs index 1b1c05faa0..c4c3537f7f 100644 --- a/Content.Server/Destructible/Thresholds/Triggers/AndTrigger.cs +++ b/Content.Server/Destructible/Thresholds/Triggers/AndTrigger.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; using Content.Shared.Damage; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Destructible.Thresholds.Triggers { diff --git a/Content.Server/Destructible/Thresholds/Triggers/DamageGroupTrigger.cs b/Content.Server/Destructible/Thresholds/Triggers/DamageGroupTrigger.cs index b693cae4fe..bb47f3151d 100644 --- a/Content.Server/Destructible/Thresholds/Triggers/DamageGroupTrigger.cs +++ b/Content.Server/Destructible/Thresholds/Triggers/DamageGroupTrigger.cs @@ -1,6 +1,4 @@ -using System; using Content.Shared.Damage; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Content.Shared.Damage.Prototypes; diff --git a/Content.Server/Destructible/Thresholds/Triggers/DamageTrigger.cs b/Content.Server/Destructible/Thresholds/Triggers/DamageTrigger.cs index b95721b4ee..845c773279 100644 --- a/Content.Server/Destructible/Thresholds/Triggers/DamageTrigger.cs +++ b/Content.Server/Destructible/Thresholds/Triggers/DamageTrigger.cs @@ -1,6 +1,4 @@ -using System; using Content.Shared.Damage; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Destructible.Thresholds.Triggers { diff --git a/Content.Server/Destructible/Thresholds/Triggers/DamageTypeTrigger.cs b/Content.Server/Destructible/Thresholds/Triggers/DamageTypeTrigger.cs index 1d6843fad2..36401ae26a 100644 --- a/Content.Server/Destructible/Thresholds/Triggers/DamageTypeTrigger.cs +++ b/Content.Server/Destructible/Thresholds/Triggers/DamageTypeTrigger.cs @@ -1,6 +1,4 @@ -using System; using Content.Shared.Damage; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Content.Shared.Damage.Prototypes; diff --git a/Content.Server/Destructible/Thresholds/Triggers/OrTrigger.cs b/Content.Server/Destructible/Thresholds/Triggers/OrTrigger.cs index 3ae4fead5e..09c38cd968 100644 --- a/Content.Server/Destructible/Thresholds/Triggers/OrTrigger.cs +++ b/Content.Server/Destructible/Thresholds/Triggers/OrTrigger.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; using Content.Shared.Damage; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Destructible.Thresholds.Triggers { diff --git a/Content.Server/DeviceNetwork/Components/ApcNetworkComponent.cs b/Content.Server/DeviceNetwork/Components/ApcNetworkComponent.cs index 3813d6016a..afa6a65dd6 100644 --- a/Content.Server/DeviceNetwork/Components/ApcNetworkComponent.cs +++ b/Content.Server/DeviceNetwork/Components/ApcNetworkComponent.cs @@ -1,8 +1,5 @@ using Content.Server.DeviceNetwork.Systems; using Content.Server.NodeContainer.Nodes; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; namespace Content.Server.DeviceNetwork.Components { diff --git a/Content.Server/DeviceNetwork/Components/Devices/ApcNetSwitchComponent.cs b/Content.Server/DeviceNetwork/Components/Devices/ApcNetSwitchComponent.cs index 5d368f5eff..5b7d9a850b 100644 --- a/Content.Server/DeviceNetwork/Components/Devices/ApcNetSwitchComponent.cs +++ b/Content.Server/DeviceNetwork/Components/Devices/ApcNetSwitchComponent.cs @@ -1,7 +1,4 @@ using Content.Server.DeviceNetwork.Systems.Devices; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; namespace Content.Server.DeviceNetwork.Components.Devices { diff --git a/Content.Server/DeviceNetwork/Components/WiredNetworkComponent.cs b/Content.Server/DeviceNetwork/Components/WiredNetworkComponent.cs index bf355a596f..ad0bc5c0c3 100644 --- a/Content.Server/DeviceNetwork/Components/WiredNetworkComponent.cs +++ b/Content.Server/DeviceNetwork/Components/WiredNetworkComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.DeviceNetwork.Components { [RegisterComponent] diff --git a/Content.Server/DeviceNetwork/Components/WirelessNetworkComponent.cs b/Content.Server/DeviceNetwork/Components/WirelessNetworkComponent.cs index 3d29d511ae..26867fdcf7 100644 --- a/Content.Server/DeviceNetwork/Components/WirelessNetworkComponent.cs +++ b/Content.Server/DeviceNetwork/Components/WirelessNetworkComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.DeviceNetwork.Components { /// diff --git a/Content.Server/DeviceNetwork/NetworkPayload.cs b/Content.Server/DeviceNetwork/NetworkPayload.cs index 2251d91750..ae93eea048 100644 --- a/Content.Server/DeviceNetwork/NetworkPayload.cs +++ b/Content.Server/DeviceNetwork/NetworkPayload.cs @@ -1,5 +1,3 @@ -using Robust.Shared.Log; -using System.Collections.Generic; using Robust.Shared.Utility; using System.Diagnostics.CodeAnalysis; diff --git a/Content.Server/DeviceNetwork/Systems/ApcNetworkSystem.cs b/Content.Server/DeviceNetwork/Systems/ApcNetworkSystem.cs index edb184d5cf..9534dd25f1 100644 --- a/Content.Server/DeviceNetwork/Systems/ApcNetworkSystem.cs +++ b/Content.Server/DeviceNetwork/Systems/ApcNetworkSystem.cs @@ -1,10 +1,8 @@ using Content.Server.DeviceNetwork.Components; using Content.Server.NodeContainer; using JetBrains.Annotations; -using Robust.Shared.GameObjects; using Content.Server.Power.EntitySystems; using Content.Server.Power.Nodes; -using Robust.Shared.IoC; namespace Content.Server.DeviceNetwork.Systems { diff --git a/Content.Server/DeviceNetwork/Systems/Devices/ApcNetSwitchSystem.cs b/Content.Server/DeviceNetwork/Systems/Devices/ApcNetSwitchSystem.cs index d760fef394..11dc628df1 100644 --- a/Content.Server/DeviceNetwork/Systems/Devices/ApcNetSwitchSystem.cs +++ b/Content.Server/DeviceNetwork/Systems/Devices/ApcNetSwitchSystem.cs @@ -1,8 +1,6 @@ using Content.Server.DeviceNetwork.Components; using Content.Server.DeviceNetwork.Components.Devices; using Content.Shared.Interaction; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.DeviceNetwork.Systems.Devices { diff --git a/Content.Server/DeviceNetwork/Systems/WiredNetworkSystem.cs b/Content.Server/DeviceNetwork/Systems/WiredNetworkSystem.cs index 38e9ff3ffc..41cb9c1412 100644 --- a/Content.Server/DeviceNetwork/Systems/WiredNetworkSystem.cs +++ b/Content.Server/DeviceNetwork/Systems/WiredNetworkSystem.cs @@ -1,6 +1,5 @@ using Content.Server.DeviceNetwork.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.DeviceNetwork.Systems { diff --git a/Content.Server/DeviceNetwork/Systems/WirelessNetworkSystem.cs b/Content.Server/DeviceNetwork/Systems/WirelessNetworkSystem.cs index 164bf2e632..8c26e712a4 100644 --- a/Content.Server/DeviceNetwork/Systems/WirelessNetworkSystem.cs +++ b/Content.Server/DeviceNetwork/Systems/WirelessNetworkSystem.cs @@ -1,6 +1,5 @@ using Content.Server.DeviceNetwork.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.DeviceNetwork.Systems { diff --git a/Content.Server/Dice/DiceComponent.cs b/Content.Server/Dice/DiceComponent.cs index 20cbdd5ea5..29755530d7 100644 --- a/Content.Server/Dice/DiceComponent.cs +++ b/Content.Server/Dice/DiceComponent.cs @@ -1,8 +1,4 @@ using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Dice { diff --git a/Content.Server/Dice/DiceSystem.cs b/Content.Server/Dice/DiceSystem.cs index 3780197b06..b87cd3f73a 100644 --- a/Content.Server/Dice/DiceSystem.cs +++ b/Content.Server/Dice/DiceSystem.cs @@ -1,4 +1,3 @@ -using System; using Content.Server.Popups; using Content.Shared.Audio; using Content.Shared.Examine; @@ -7,9 +6,6 @@ using Content.Shared.Throwing; using JetBrains.Annotations; using Robust.Server.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; using Robust.Shared.Random; diff --git a/Content.Server/Disease/DiseaseSystem.cs b/Content.Server/Disease/DiseaseSystem.cs index 82db96ddf2..97367115df 100644 --- a/Content.Server/Disease/DiseaseSystem.cs +++ b/Content.Server/Disease/DiseaseSystem.cs @@ -17,7 +17,6 @@ using Robust.Shared.Random; using Robust.Shared.Serialization.Manager; using Content.Shared.Inventory.Events; using Content.Server.Nutrition.EntitySystems; -using Robust.Shared.Map; using Robust.Shared.Utility; namespace Content.Server.Disease diff --git a/Content.Server/Disease/Effects/DiseaseProgression.cs b/Content.Server/Disease/Effects/DiseaseProgression.cs index 0fc35761a4..db2dcedaca 100644 --- a/Content.Server/Disease/Effects/DiseaseProgression.cs +++ b/Content.Server/Disease/Effects/DiseaseProgression.cs @@ -1,7 +1,6 @@ using Content.Server.Disease.Components; using JetBrains.Annotations; using Content.Shared.Disease; -using Robust.Shared.IoC; namespace Content.Server.Disease.Effects { diff --git a/Content.Server/Disposal/Tube/Components/DisposalBendComponent.cs b/Content.Server/Disposal/Tube/Components/DisposalBendComponent.cs index cf76000381..4c60bb4b3c 100644 --- a/Content.Server/Disposal/Tube/Components/DisposalBendComponent.cs +++ b/Content.Server/Disposal/Tube/Components/DisposalBendComponent.cs @@ -1,8 +1,4 @@ using Content.Server.Disposal.Unit.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Disposal.Tube.Components { diff --git a/Content.Server/Disposal/Tube/Components/DisposalEntryComponent.cs b/Content.Server/Disposal/Tube/Components/DisposalEntryComponent.cs index f5be6eaa95..0b3eb79a19 100644 --- a/Content.Server/Disposal/Tube/Components/DisposalEntryComponent.cs +++ b/Content.Server/Disposal/Tube/Components/DisposalEntryComponent.cs @@ -1,13 +1,7 @@ -using System; -using System.Linq; +using System.Linq; using Content.Server.Atmos.EntitySystems; -using Content.Server.Disposal.Tube; using Content.Server.Disposal.Unit.Components; using Content.Server.Disposal.Unit.EntitySystems; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; -using Robust.Shared.Random; namespace Content.Server.Disposal.Tube.Components { diff --git a/Content.Server/Disposal/Tube/Components/DisposalJunctionComponent.cs b/Content.Server/Disposal/Tube/Components/DisposalJunctionComponent.cs index d5bef6524a..bceec88253 100644 --- a/Content.Server/Disposal/Tube/Components/DisposalJunctionComponent.cs +++ b/Content.Server/Disposal/Tube/Components/DisposalJunctionComponent.cs @@ -1,12 +1,6 @@ -using System.Collections.Generic; -using System.Linq; +using System.Linq; using Content.Server.Disposal.Unit.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Random; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Disposal.Tube.Components { diff --git a/Content.Server/Disposal/Tube/Components/DisposalTransitComponent.cs b/Content.Server/Disposal/Tube/Components/DisposalTransitComponent.cs index f725dd0600..f4f569ee60 100644 --- a/Content.Server/Disposal/Tube/Components/DisposalTransitComponent.cs +++ b/Content.Server/Disposal/Tube/Components/DisposalTransitComponent.cs @@ -1,8 +1,4 @@ -using System; -using Content.Server.Disposal.Unit.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; +using Content.Server.Disposal.Unit.Components; namespace Content.Server.Disposal.Tube.Components { diff --git a/Content.Server/Disposal/Tube/Components/DisposalTubeComponent.cs b/Content.Server/Disposal/Tube/Components/DisposalTubeComponent.cs index c3cfb55ccf..f032006c75 100644 --- a/Content.Server/Disposal/Tube/Components/DisposalTubeComponent.cs +++ b/Content.Server/Disposal/Tube/Components/DisposalTubeComponent.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using Content.Server.Disposal.Unit.Components; using Content.Server.Disposal.Unit.EntitySystems; @@ -7,13 +6,7 @@ using Content.Shared.Disposal.Components; using Content.Shared.Popups; using Content.Shared.Sound; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Maths; using Robust.Shared.Physics; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Disposal.Tube.Components { diff --git a/Content.Server/Disposal/Tube/Components/IDisposalTubeComponent.cs b/Content.Server/Disposal/Tube/Components/IDisposalTubeComponent.cs index 3f31ead82a..8f798c7920 100644 --- a/Content.Server/Disposal/Tube/Components/IDisposalTubeComponent.cs +++ b/Content.Server/Disposal/Tube/Components/IDisposalTubeComponent.cs @@ -1,7 +1,5 @@ using Content.Server.Disposal.Unit.Components; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; namespace Content.Server.Disposal.Tube.Components { diff --git a/Content.Server/Disposal/TubeConnectionsCommand.cs b/Content.Server/Disposal/TubeConnectionsCommand.cs index 5679799293..6ead9fb1ea 100644 --- a/Content.Server/Disposal/TubeConnectionsCommand.cs +++ b/Content.Server/Disposal/TubeConnectionsCommand.cs @@ -3,9 +3,6 @@ using Content.Server.Disposal.Tube.Components; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Disposal { diff --git a/Content.Server/Disposal/Unit/Components/DisposalHolderComponent.cs b/Content.Server/Disposal/Unit/Components/DisposalHolderComponent.cs index 3cee2e4c9d..3b41e7e46f 100644 --- a/Content.Server/Disposal/Unit/Components/DisposalHolderComponent.cs +++ b/Content.Server/Disposal/Unit/Components/DisposalHolderComponent.cs @@ -1,16 +1,10 @@ -using System.Collections.Generic; using Content.Server.Atmos; using Content.Server.Disposal.Tube.Components; using Content.Shared.Atmos; using Content.Shared.Body.Components; using Content.Shared.Item; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Physics; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Disposal.Unit.Components { diff --git a/Content.Server/Disposal/Unit/Components/DisposalUnitComponent.cs b/Content.Server/Disposal/Unit/Components/DisposalUnitComponent.cs index 4fffab058d..15000e54f2 100644 --- a/Content.Server/Disposal/Unit/Components/DisposalUnitComponent.cs +++ b/Content.Server/Disposal/Unit/Components/DisposalUnitComponent.cs @@ -1,15 +1,8 @@ -using System; -using System.Collections.Generic; using System.Threading; using Content.Server.Atmos; -using Content.Server.UserInterface; using Content.Shared.Atmos; using Content.Shared.Disposal.Components; -using Robust.Server.GameObjects; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Disposal.Unit.Components { diff --git a/Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs b/Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs index 9857624481..4a68c63ce7 100644 --- a/Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs +++ b/Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Linq; using System.Threading; using Content.Server.Atmos.EntitySystems; diff --git a/Content.Server/Disposal/Unit/EntitySystems/DoInsertDisposalUnitEvent.cs b/Content.Server/Disposal/Unit/EntitySystems/DoInsertDisposalUnitEvent.cs index 986df4121a..bb94f87a9c 100644 --- a/Content.Server/Disposal/Unit/EntitySystems/DoInsertDisposalUnitEvent.cs +++ b/Content.Server/Disposal/Unit/EntitySystems/DoInsertDisposalUnitEvent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.Disposal.Unit.EntitySystems +namespace Content.Server.Disposal.Unit.EntitySystems { public record DoInsertDisposalUnitEvent(EntityUid User, EntityUid ToInsert, EntityUid Unit); } diff --git a/Content.Server/DoAfter/DoAfter.cs b/Content.Server/DoAfter/DoAfter.cs index 0f77e9a101..ec166b5a45 100644 --- a/Content.Server/DoAfter/DoAfter.cs +++ b/Content.Server/DoAfter/DoAfter.cs @@ -1,10 +1,6 @@ -using System; using System.Threading.Tasks; using Content.Server.Hands.Components; -using Content.Shared.Item; using Content.Shared.Stunnable; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Timing; diff --git a/Content.Server/DoAfter/DoAfterEventArgs.cs b/Content.Server/DoAfter/DoAfterEventArgs.cs index 26e24c8806..aa0baf7028 100644 --- a/Content.Server/DoAfter/DoAfterEventArgs.cs +++ b/Content.Server/DoAfter/DoAfterEventArgs.cs @@ -1,7 +1,5 @@ -using System; -using System.Threading; +using System.Threading; using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; namespace Content.Server.DoAfter { diff --git a/Content.Server/Doors/Components/AirlockComponent.cs b/Content.Server/Doors/Components/AirlockComponent.cs index 5b058f60ba..a4008cf40e 100644 --- a/Content.Server/Doors/Components/AirlockComponent.cs +++ b/Content.Server/Doors/Components/AirlockComponent.cs @@ -1,19 +1,10 @@ -using System; using System.Threading; -using Content.Server.Doors.Systems; using Content.Server.Power.Components; -using Content.Server.VendingMachines; // using Content.Server.WireHacking; -using Content.Shared.Doors; using Content.Shared.Doors.Components; using Content.Shared.Sound; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Player; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; // using static Content.Shared.Wires.SharedWiresComponent; // using static Content.Shared.Wires.SharedWiresComponent.WiresAction; diff --git a/Content.Server/Doors/Components/FirelockComponent.cs b/Content.Server/Doors/Components/FirelockComponent.cs index 62765853ae..564c748a8c 100644 --- a/Content.Server/Doors/Components/FirelockComponent.cs +++ b/Content.Server/Doors/Components/FirelockComponent.cs @@ -2,9 +2,6 @@ using Content.Server.Atmos.Components; using Content.Server.Atmos.EntitySystems; using Content.Server.Doors.Systems; using Content.Shared.Doors.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Doors.Components { diff --git a/Content.Server/Doors/Systems/AirlockSystem.cs b/Content.Server/Doors/Systems/AirlockSystem.cs index 7dbc15c0b7..733093c541 100644 --- a/Content.Server/Doors/Systems/AirlockSystem.cs +++ b/Content.Server/Doors/Systems/AirlockSystem.cs @@ -7,9 +7,6 @@ using Content.Shared.Doors.Systems; using Content.Shared.Interaction; using Content.Shared.Popups; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; -using System; namespace Content.Server.Doors.Systems { diff --git a/Content.Server/Doors/Systems/FirelockSystem.cs b/Content.Server/Doors/Systems/FirelockSystem.cs index 8ac6f6840e..34203d91e6 100644 --- a/Content.Server/Doors/Systems/FirelockSystem.cs +++ b/Content.Server/Doors/Systems/FirelockSystem.cs @@ -6,9 +6,6 @@ using Content.Shared.Doors; using Content.Shared.Doors.Components; using Content.Shared.Doors.Systems; using Content.Shared.Popups; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Doors.Systems { diff --git a/Content.Server/Doors/WireActions/DoorBoltLightWireAction.cs b/Content.Server/Doors/WireActions/DoorBoltLightWireAction.cs index 0cddf4d3ca..ad9151442a 100644 --- a/Content.Server/Doors/WireActions/DoorBoltLightWireAction.cs +++ b/Content.Server/Doors/WireActions/DoorBoltLightWireAction.cs @@ -1,7 +1,6 @@ using Content.Server.Doors.Components; using Content.Server.Wires; using Content.Shared.Doors; -using Content.Shared.Doors.Components; using Content.Shared.Wires; namespace Content.Server.Doors; diff --git a/Content.Server/Drone/Components/DroneComponent.cs b/Content.Server/Drone/Components/DroneComponent.cs index 94525cc332..c21ce6aa39 100644 --- a/Content.Server/Drone/Components/DroneComponent.cs +++ b/Content.Server/Drone/Components/DroneComponent.cs @@ -1,4 +1,3 @@ -using Content.Server.Storage; using Content.Shared.Storage; namespace Content.Server.Drone.Components diff --git a/Content.Server/Drone/DroneSystem.cs b/Content.Server/Drone/DroneSystem.cs index b2c82716ca..ccdde784ab 100644 --- a/Content.Server/Drone/DroneSystem.cs +++ b/Content.Server/Drone/DroneSystem.cs @@ -1,4 +1,3 @@ -using System.Linq; using Content.Shared.Drone; using Content.Server.Drone.Components; using Content.Shared.Actions; @@ -22,7 +21,6 @@ using Content.Server.UserInterface; using Robust.Shared.Player; using Content.Shared.Hands.EntitySystems; using Content.Shared.Storage; -using Robust.Shared.Map; using Robust.Shared.Random; using Robust.Shared.Timing; diff --git a/Content.Server/EUI/BaseEui.cs b/Content.Server/EUI/BaseEui.cs index aac8aba3f7..9f60766eb0 100644 --- a/Content.Server/EUI/BaseEui.cs +++ b/Content.Server/EUI/BaseEui.cs @@ -1,7 +1,5 @@ -using System; -using Content.Shared.Eui; +using Content.Shared.Eui; using Robust.Server.Player; -using Robust.Shared.IoC; using Robust.Shared.Network; diff --git a/Content.Server/EUI/EuiManager.cs b/Content.Server/EUI/EuiManager.cs index a8ac932504..ab4b8bd18b 100644 --- a/Content.Server/EUI/EuiManager.cs +++ b/Content.Server/EUI/EuiManager.cs @@ -1,10 +1,6 @@ -using System; -using System.Collections.Generic; -using Content.Shared.Eui; +using Content.Shared.Eui; using Robust.Server.Player; using Robust.Shared.Enums; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Network; using Robust.Shared.Utility; diff --git a/Content.Server/Electrocution/Components/ElectrifiedComponent.cs b/Content.Server/Electrocution/Components/ElectrifiedComponent.cs index 0399a0086c..b328fd7497 100644 --- a/Content.Server/Electrocution/Components/ElectrifiedComponent.cs +++ b/Content.Server/Electrocution/Components/ElectrifiedComponent.cs @@ -1,6 +1,4 @@ using Content.Shared.Sound; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Electrocution { diff --git a/Content.Server/Electrocution/Components/ElectrocutionComponent.cs b/Content.Server/Electrocution/Components/ElectrocutionComponent.cs index f414231dc3..10161b5c4e 100644 --- a/Content.Server/Electrocution/Components/ElectrocutionComponent.cs +++ b/Content.Server/Electrocution/Components/ElectrocutionComponent.cs @@ -1,8 +1,4 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - -namespace Content.Server.Electrocution +namespace Content.Server.Electrocution { /// /// Component for virtual electrocution entities (representing an in-progress shock). diff --git a/Content.Server/Electrocution/ElectrocuteCommand.cs b/Content.Server/Electrocution/ElectrocuteCommand.cs index bc2a24375b..dcc0a33b9e 100644 --- a/Content.Server/Electrocution/ElectrocuteCommand.cs +++ b/Content.Server/Electrocution/ElectrocuteCommand.cs @@ -1,11 +1,7 @@ -using System; using Content.Server.Administration; using Content.Shared.Administration; using Content.Shared.StatusEffect; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Electrocution { diff --git a/Content.Server/Electrocution/ElectrocutionNode.cs b/Content.Server/Electrocution/ElectrocutionNode.cs index f0872f54fa..336a99e772 100644 --- a/Content.Server/Electrocution/ElectrocutionNode.cs +++ b/Content.Server/Electrocution/ElectrocutionNode.cs @@ -1,9 +1,6 @@ -using System.Collections.Generic; using Content.Server.NodeContainer; using Content.Server.NodeContainer.Nodes; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Electrocution { diff --git a/Content.Server/Electrocution/ElectrocutionSystem.cs b/Content.Server/Electrocution/ElectrocutionSystem.cs index 4029c49abb..68813515c4 100644 --- a/Content.Server/Electrocution/ElectrocutionSystem.cs +++ b/Content.Server/Electrocution/ElectrocutionSystem.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.Administration.Logs; using Content.Server.NodeContainer; using Content.Server.NodeContainer.EntitySystems; @@ -23,10 +21,6 @@ using Content.Shared.Stunnable; using Content.Shared.Tag; using Content.Shared.Weapons.Melee; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Maths; using Robust.Shared.Physics.Dynamics; using Robust.Shared.Player; using Robust.Shared.Prototypes; diff --git a/Content.Server/Electrocution/RandomInsulationComponent.cs b/Content.Server/Electrocution/RandomInsulationComponent.cs index faedae651b..8d697979a1 100644 --- a/Content.Server/Electrocution/RandomInsulationComponent.cs +++ b/Content.Server/Electrocution/RandomInsulationComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Electrocution { [RegisterComponent] diff --git a/Content.Server/Engineering/Components/DisassembleOnAltVerbComponent.cs b/Content.Server/Engineering/Components/DisassembleOnAltVerbComponent.cs index bfaa39dc42..eb50b46c57 100644 --- a/Content.Server/Engineering/Components/DisassembleOnAltVerbComponent.cs +++ b/Content.Server/Engineering/Components/DisassembleOnAltVerbComponent.cs @@ -1,9 +1,6 @@ using System.Threading; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Engineering.Components { diff --git a/Content.Server/Engineering/Components/SpawnAfterInteractComponent.cs b/Content.Server/Engineering/Components/SpawnAfterInteractComponent.cs index 1ee553ccb8..da3ad39230 100644 --- a/Content.Server/Engineering/Components/SpawnAfterInteractComponent.cs +++ b/Content.Server/Engineering/Components/SpawnAfterInteractComponent.cs @@ -1,8 +1,5 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Engineering.Components { diff --git a/Content.Server/Engineering/EntitySystems/DisassembleOnAltVerbSystem.cs b/Content.Server/Engineering/EntitySystems/DisassembleOnAltVerbSystem.cs index aae86f3942..3b6fc91fdf 100644 --- a/Content.Server/Engineering/EntitySystems/DisassembleOnAltVerbSystem.cs +++ b/Content.Server/Engineering/EntitySystems/DisassembleOnAltVerbSystem.cs @@ -1,8 +1,6 @@ using Content.Server.DoAfter; using Content.Server.Engineering.Components; -using Content.Server.Hands.Components; using Content.Shared.Hands.EntitySystems; -using Content.Shared.Item; using Content.Shared.Verbs; using JetBrains.Annotations; namespace Content.Server.Engineering.EntitySystems diff --git a/Content.Server/Engineering/EntitySystems/SpawnAfterInteractSystem.cs b/Content.Server/Engineering/EntitySystems/SpawnAfterInteractSystem.cs index 618bf7f96f..3119222e37 100644 --- a/Content.Server/Engineering/EntitySystems/SpawnAfterInteractSystem.cs +++ b/Content.Server/Engineering/EntitySystems/SpawnAfterInteractSystem.cs @@ -3,11 +3,8 @@ using Content.Server.DoAfter; using Content.Server.Engineering.Components; using Content.Server.Stack; using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; using Content.Shared.Stacks; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Engineering.EntitySystems diff --git a/Content.Server/EntityList/SpawnEntityListCommand.cs b/Content.Server/EntityList/SpawnEntityListCommand.cs index 26879be5fc..0891bbd12a 100644 --- a/Content.Server/EntityList/SpawnEntityListCommand.cs +++ b/Content.Server/EntityList/SpawnEntityListCommand.cs @@ -3,8 +3,6 @@ using Content.Shared.Administration; using Content.Shared.EntityList; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; namespace Content.Server.EntityList diff --git a/Content.Server/Entry/EntryPoint.cs b/Content.Server/Entry/EntryPoint.cs index c648ce67a6..cb30eab6cb 100644 --- a/Content.Server/Entry/EntryPoint.cs +++ b/Content.Server/Entry/EntryPoint.cs @@ -1,4 +1,3 @@ -using System.IO; using Content.Server.Administration; using Content.Server.Administration.Managers; using Content.Server.Afk; @@ -16,11 +15,8 @@ using Content.Server.IoC; using Content.Server.Maps; using Content.Server.NodeContainer.NodeGroups; using Content.Server.Preferences.Managers; -using Content.Server.Sandbox; using Content.Server.Voting.Managers; -using Content.Shared.Actions; using Content.Shared.Administration; -using Content.Shared.Alert; using Content.Shared.CCVar; using Content.Shared.Kitchen; using Robust.Server; @@ -29,9 +25,6 @@ using Robust.Server.Player; using Robust.Shared.Configuration; using Robust.Server.ServerStatus; using Robust.Shared.ContentPack; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Prototypes; using Robust.Shared.Timing; using Robust.Shared.Utility; diff --git a/Content.Server/Examine/ExamineSystem.cs b/Content.Server/Examine/ExamineSystem.cs index 80bd1e44c1..9730bb337b 100644 --- a/Content.Server/Examine/ExamineSystem.cs +++ b/Content.Server/Examine/ExamineSystem.cs @@ -5,8 +5,6 @@ using Content.Shared.Verbs; using JetBrains.Annotations; using Robust.Server.GameObjects; using Robust.Server.Player; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Shared.Utility; namespace Content.Server.Examine diff --git a/Content.Server/Explosion/Components/ClusterGrenadeComponent.cs b/Content.Server/Explosion/Components/ClusterGrenadeComponent.cs index e21a41cd44..1163a58c90 100644 --- a/Content.Server/Explosion/Components/ClusterGrenadeComponent.cs +++ b/Content.Server/Explosion/Components/ClusterGrenadeComponent.cs @@ -1,11 +1,7 @@ using Content.Server.Explosion.EntitySystems; -using Robust.Shared.Analyzers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Explosion.Components { diff --git a/Content.Server/Explosion/Components/DeleteOnTriggerComponent.cs b/Content.Server/Explosion/Components/DeleteOnTriggerComponent.cs index 39ebdd367c..023a0894bd 100644 --- a/Content.Server/Explosion/Components/DeleteOnTriggerComponent.cs +++ b/Content.Server/Explosion/Components/DeleteOnTriggerComponent.cs @@ -1,5 +1,4 @@ using Content.Server.Explosion.EntitySystems; -using Robust.Shared.GameObjects; namespace Content.Server.Explosion.Components { diff --git a/Content.Server/Explosion/Components/ExplodeOnTriggerComponent.cs b/Content.Server/Explosion/Components/ExplodeOnTriggerComponent.cs index 6aff3c3f37..0c487e1e47 100644 --- a/Content.Server/Explosion/Components/ExplodeOnTriggerComponent.cs +++ b/Content.Server/Explosion/Components/ExplodeOnTriggerComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Explosion.Components { /// diff --git a/Content.Server/Explosion/Components/TriggerOnCollideComponent.cs b/Content.Server/Explosion/Components/TriggerOnCollideComponent.cs index eaae0cd036..0f793a0e2c 100644 --- a/Content.Server/Explosion/Components/TriggerOnCollideComponent.cs +++ b/Content.Server/Explosion/Components/TriggerOnCollideComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Explosion.Components { [RegisterComponent] diff --git a/Content.Server/Explosion/Components/TriggerOnProximityComponent.cs b/Content.Server/Explosion/Components/TriggerOnProximityComponent.cs index f459cca8bb..10361e4d8e 100644 --- a/Content.Server/Explosion/Components/TriggerOnProximityComponent.cs +++ b/Content.Server/Explosion/Components/TriggerOnProximityComponent.cs @@ -1,9 +1,5 @@ using Content.Server.Explosion.EntitySystems; -using Robust.Shared.GameObjects; using Robust.Shared.Physics.Collision.Shapes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; -using System.Collections.Generic; using Content.Shared.Explosion; namespace Content.Server.Explosion.Components diff --git a/Content.Server/Explosion/EntitySystems/ExplosionSystem.cs b/Content.Server/Explosion/EntitySystems/ExplosionSystem.cs index 4fb26321c4..231e8badeb 100644 --- a/Content.Server/Explosion/EntitySystems/ExplosionSystem.cs +++ b/Content.Server/Explosion/EntitySystems/ExplosionSystem.cs @@ -9,7 +9,6 @@ using Content.Shared.Database; using Content.Shared.Explosion; using Content.Shared.GameTicking; using Content.Shared.Throwing; -using Robust.Server.Containers; using Robust.Server.Player; using Robust.Shared.Audio; using Robust.Shared.Configuration; diff --git a/Content.Server/Explosion/EntitySystems/TriggerSystem.Proximity.cs b/Content.Server/Explosion/EntitySystems/TriggerSystem.Proximity.cs index d2f0c601d5..7fa019a105 100644 --- a/Content.Server/Explosion/EntitySystems/TriggerSystem.Proximity.cs +++ b/Content.Server/Explosion/EntitySystems/TriggerSystem.Proximity.cs @@ -1,8 +1,6 @@ -using System.Collections.Generic; using Content.Server.Explosion.Components; using Content.Shared.Physics; using Content.Shared.Trigger; -using Robust.Shared.GameObjects; using Robust.Shared.Physics.Dynamics; using Robust.Shared.Utility; diff --git a/Content.Server/Explosion/EntitySystems/TriggerSystem.Signal.cs b/Content.Server/Explosion/EntitySystems/TriggerSystem.Signal.cs index f7787fdaa5..80f11b9fa3 100644 --- a/Content.Server/Explosion/EntitySystems/TriggerSystem.Signal.cs +++ b/Content.Server/Explosion/EntitySystems/TriggerSystem.Signal.cs @@ -1,6 +1,5 @@ using Content.Server.Explosion.Components; using Content.Server.MachineLinking.Events; -using Content.Server.MachineLinking.Components; using Content.Server.MachineLinking.System; namespace Content.Server.Explosion.EntitySystems diff --git a/Content.Server/Explosion/EntitySystems/TriggerSystem.cs b/Content.Server/Explosion/EntitySystems/TriggerSystem.cs index 5efa046c24..7fe01ba526 100644 --- a/Content.Server/Explosion/EntitySystems/TriggerSystem.cs +++ b/Content.Server/Explosion/EntitySystems/TriggerSystem.cs @@ -1,10 +1,7 @@ using Content.Server.Administration.Logs; -using Content.Server.Doors.Components; -using Content.Server.Doors.Systems; using Content.Server.Explosion.Components; using Content.Server.Flash; using Content.Server.Flash.Components; -using Content.Server.Sticky.Events; using JetBrains.Annotations; using Robust.Shared.Audio; using Robust.Shared.Physics; diff --git a/Content.Server/Extinguisher/FireExtinguisherComponent.cs b/Content.Server/Extinguisher/FireExtinguisherComponent.cs index 449f56d334..46793a5c12 100644 --- a/Content.Server/Extinguisher/FireExtinguisherComponent.cs +++ b/Content.Server/Extinguisher/FireExtinguisherComponent.cs @@ -1,7 +1,4 @@ using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Extinguisher; diff --git a/Content.Server/Flash/Components/FlashComponent.cs b/Content.Server/Flash/Components/FlashComponent.cs index bd076e84ee..a3978aadcc 100644 --- a/Content.Server/Flash/Components/FlashComponent.cs +++ b/Content.Server/Flash/Components/FlashComponent.cs @@ -1,8 +1,4 @@ using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Flash.Components { diff --git a/Content.Server/Flash/Components/FlashImmunityComponent.cs b/Content.Server/Flash/Components/FlashImmunityComponent.cs index e4f1afa7cb..3aee0c2eb4 100644 --- a/Content.Server/Flash/Components/FlashImmunityComponent.cs +++ b/Content.Server/Flash/Components/FlashImmunityComponent.cs @@ -1,8 +1,3 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Flash.Components { [RegisterComponent, Friend(typeof(FlashSystem))] diff --git a/Content.Server/Flash/Components/FlashOnTriggerComponent.cs b/Content.Server/Flash/Components/FlashOnTriggerComponent.cs index 40230d14b6..9017c3fc01 100644 --- a/Content.Server/Flash/Components/FlashOnTriggerComponent.cs +++ b/Content.Server/Flash/Components/FlashOnTriggerComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Flash.Components { /// diff --git a/Content.Server/Flash/Components/FlashableComponent.cs b/Content.Server/Flash/Components/FlashableComponent.cs index 58b1f7fe5a..bc7b23175b 100644 --- a/Content.Server/Flash/Components/FlashableComponent.cs +++ b/Content.Server/Flash/Components/FlashableComponent.cs @@ -1,6 +1,4 @@ using Content.Shared.Flash; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; namespace Content.Server.Flash.Components { diff --git a/Content.Server/Fluids/Components/PuddleComponent.cs b/Content.Server/Fluids/Components/PuddleComponent.cs index 2fafcf82fe..b3485c54e8 100644 --- a/Content.Server/Fluids/Components/PuddleComponent.cs +++ b/Content.Server/Fluids/Components/PuddleComponent.cs @@ -1,11 +1,6 @@ using Content.Server.Fluids.EntitySystems; -using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Fluids.Components { diff --git a/Content.Server/Fluids/Components/SpillableComponent.cs b/Content.Server/Fluids/Components/SpillableComponent.cs index 34d59a0a83..6ccb3d5645 100644 --- a/Content.Server/Fluids/Components/SpillableComponent.cs +++ b/Content.Server/Fluids/Components/SpillableComponent.cs @@ -1,8 +1,3 @@ -using Content.Server.Chemistry.EntitySystems; -using Content.Shared.Interaction; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Fluids.Components; [RegisterComponent] diff --git a/Content.Server/Fluids/Components/SprayComponent.cs b/Content.Server/Fluids/Components/SprayComponent.cs index d4477de376..2f7920700d 100644 --- a/Content.Server/Fluids/Components/SprayComponent.cs +++ b/Content.Server/Fluids/Components/SprayComponent.cs @@ -1,10 +1,7 @@ using Content.Server.Fluids.EntitySystems; using Content.Shared.FixedPoint; using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Fluids.Components; diff --git a/Content.Server/Fluids/EntitySystems/DrainSystem.cs b/Content.Server/Fluids/EntitySystems/DrainSystem.cs index 072a2b0e66..80f3a38f61 100644 --- a/Content.Server/Fluids/EntitySystems/DrainSystem.cs +++ b/Content.Server/Fluids/EntitySystems/DrainSystem.cs @@ -1,7 +1,6 @@ using Content.Server.Fluids.Components; using Content.Server.Chemistry.EntitySystems; using Content.Shared.FixedPoint; -using Content.Shared.Interaction; using Content.Shared.Audio; namespace Content.Server.Fluids.EntitySystems diff --git a/Content.Server/Fluids/EntitySystems/EvaporationSystem.cs b/Content.Server/Fluids/EntitySystems/EvaporationSystem.cs index 88eb6c6d0f..42232ffab7 100644 --- a/Content.Server/Fluids/EntitySystems/EvaporationSystem.cs +++ b/Content.Server/Fluids/EntitySystems/EvaporationSystem.cs @@ -2,8 +2,6 @@ using Content.Server.Fluids.Components; using Content.Shared.FixedPoint; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Utility; namespace Content.Server.Fluids.EntitySystems diff --git a/Content.Server/Fluids/EntitySystems/SpraySystem.cs b/Content.Server/Fluids/EntitySystems/SpraySystem.cs index 98e1d81056..75a1476a31 100644 --- a/Content.Server/Fluids/EntitySystems/SpraySystem.cs +++ b/Content.Server/Fluids/EntitySystems/SpraySystem.cs @@ -1,21 +1,15 @@ -using System; -using Content.Server.Chemistry.Components; +using Content.Server.Chemistry.Components; using Content.Server.Chemistry.EntitySystems; using Content.Server.Cooldown; using Content.Server.Extinguisher; using Content.Server.Fluids.Components; using Content.Server.Popups; -using Content.Shared.ActionBlocker; using Content.Shared.Audio; using Content.Shared.Cooldown; using Content.Shared.FixedPoint; using Content.Shared.Interaction; using Content.Shared.Vapor; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Maths; using Robust.Shared.Player; using Robust.Shared.Timing; diff --git a/Content.Server/Foldable/FoldableSystem.cs b/Content.Server/Foldable/FoldableSystem.cs index 3159e2ac2c..9fb98aeeea 100644 --- a/Content.Server/Foldable/FoldableSystem.cs +++ b/Content.Server/Foldable/FoldableSystem.cs @@ -5,9 +5,6 @@ using Content.Shared.Foldable; using Content.Shared.Verbs; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Foldable { diff --git a/Content.Server/Friction/TileFrictionController.cs b/Content.Server/Friction/TileFrictionController.cs index cded1a2750..4a55244a47 100644 --- a/Content.Server/Friction/TileFrictionController.cs +++ b/Content.Server/Friction/TileFrictionController.cs @@ -1,6 +1,5 @@ using Content.Server.Physics.Controllers; using Content.Shared.Friction; -using Robust.Shared.GameObjects; namespace Content.Server.Friction { diff --git a/Content.Server/GameTicking/Commands/DelayStartCommand.cs b/Content.Server/GameTicking/Commands/DelayStartCommand.cs index 206ece995f..6f57f561d8 100644 --- a/Content.Server/GameTicking/Commands/DelayStartCommand.cs +++ b/Content.Server/GameTicking/Commands/DelayStartCommand.cs @@ -1,9 +1,6 @@ -using System; -using Content.Server.Administration; +using Content.Server.Administration; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.GameTicking.Commands { diff --git a/Content.Server/GameTicking/Commands/EndRoundCommand.cs b/Content.Server/GameTicking/Commands/EndRoundCommand.cs index b4dbb94b4c..972fa9561a 100644 --- a/Content.Server/GameTicking/Commands/EndRoundCommand.cs +++ b/Content.Server/GameTicking/Commands/EndRoundCommand.cs @@ -1,9 +1,6 @@ -using System; -using Content.Server.Administration; +using Content.Server.Administration; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.GameTicking.Commands { diff --git a/Content.Server/GameTicking/Commands/ForceMapCommand.cs b/Content.Server/GameTicking/Commands/ForceMapCommand.cs index 33b414eb5c..1b3cbfaecb 100644 --- a/Content.Server/GameTicking/Commands/ForceMapCommand.cs +++ b/Content.Server/GameTicking/Commands/ForceMapCommand.cs @@ -1,12 +1,7 @@ using Content.Server.Administration; using Content.Server.Maps; using Content.Shared.Administration; -using Content.Shared.CCVar; -using Robust.Shared.Configuration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.GameTicking.Commands { diff --git a/Content.Server/GameTicking/Commands/ForcePresetCommand.cs b/Content.Server/GameTicking/Commands/ForcePresetCommand.cs index b3ca19f6f5..42003d2a46 100644 --- a/Content.Server/GameTicking/Commands/ForcePresetCommand.cs +++ b/Content.Server/GameTicking/Commands/ForcePresetCommand.cs @@ -1,9 +1,6 @@ using Content.Server.Administration; -using Content.Server.GameTicking.Presets; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.GameTicking.Commands { diff --git a/Content.Server/GameTicking/Commands/GoLobbyCommand.cs b/Content.Server/GameTicking/Commands/GoLobbyCommand.cs index 80d8cea620..4932dbe0bf 100644 --- a/Content.Server/GameTicking/Commands/GoLobbyCommand.cs +++ b/Content.Server/GameTicking/Commands/GoLobbyCommand.cs @@ -1,13 +1,9 @@ -using System; -using Content.Server.Administration; +using Content.Server.Administration; using Content.Server.GameTicking.Presets; -using Content.Shared; using Content.Shared.Administration; using Content.Shared.CCVar; using Robust.Shared.Configuration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.GameTicking.Commands { diff --git a/Content.Server/GameTicking/Commands/ObserveCommand.cs b/Content.Server/GameTicking/Commands/ObserveCommand.cs index ec5b74a7a4..3998c27d1e 100644 --- a/Content.Server/GameTicking/Commands/ObserveCommand.cs +++ b/Content.Server/GameTicking/Commands/ObserveCommand.cs @@ -1,9 +1,6 @@ -using Content.Server.Administration; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.GameTicking.Commands { diff --git a/Content.Server/GameTicking/Commands/RespawnCommand.cs b/Content.Server/GameTicking/Commands/RespawnCommand.cs index 8941e041f2..3d24443023 100644 --- a/Content.Server/GameTicking/Commands/RespawnCommand.cs +++ b/Content.Server/GameTicking/Commands/RespawnCommand.cs @@ -1,8 +1,6 @@ using Content.Server.Players; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Network; namespace Content.Server.GameTicking.Commands diff --git a/Content.Server/GameTicking/Commands/RestartRoundCommand.cs b/Content.Server/GameTicking/Commands/RestartRoundCommand.cs index eedfa83c39..36c0ba981c 100644 --- a/Content.Server/GameTicking/Commands/RestartRoundCommand.cs +++ b/Content.Server/GameTicking/Commands/RestartRoundCommand.cs @@ -1,9 +1,7 @@ -using System; using Content.Server.Administration; using Content.Server.RoundEnd; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; namespace Content.Server.GameTicking.Commands { diff --git a/Content.Server/GameTicking/Commands/SetGamePresetCommand.cs b/Content.Server/GameTicking/Commands/SetGamePresetCommand.cs index 0c84102846..67a2ea94b9 100644 --- a/Content.Server/GameTicking/Commands/SetGamePresetCommand.cs +++ b/Content.Server/GameTicking/Commands/SetGamePresetCommand.cs @@ -1,8 +1,6 @@ using Content.Server.Administration; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.GameTicking.Commands { diff --git a/Content.Server/GameTicking/Commands/StartRoundCommand.cs b/Content.Server/GameTicking/Commands/StartRoundCommand.cs index 8b5de7b3ed..1652a14120 100644 --- a/Content.Server/GameTicking/Commands/StartRoundCommand.cs +++ b/Content.Server/GameTicking/Commands/StartRoundCommand.cs @@ -1,9 +1,6 @@ -using System; -using Content.Server.Administration; +using Content.Server.Administration; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.GameTicking.Commands { diff --git a/Content.Server/GameTicking/Commands/ToggleDisallowLateJoinCommand.cs b/Content.Server/GameTicking/Commands/ToggleDisallowLateJoinCommand.cs index fa918152ec..f6e94eb93f 100644 --- a/Content.Server/GameTicking/Commands/ToggleDisallowLateJoinCommand.cs +++ b/Content.Server/GameTicking/Commands/ToggleDisallowLateJoinCommand.cs @@ -3,8 +3,6 @@ using Content.Shared.Administration; using Content.Shared.CCVar; using Robust.Shared.Configuration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.GameTicking.Commands { diff --git a/Content.Server/GameTicking/Commands/ToggleReadyCommand.cs b/Content.Server/GameTicking/Commands/ToggleReadyCommand.cs index caa6216328..024f9100ad 100644 --- a/Content.Server/GameTicking/Commands/ToggleReadyCommand.cs +++ b/Content.Server/GameTicking/Commands/ToggleReadyCommand.cs @@ -1,9 +1,6 @@ -using Content.Server.Administration; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.GameTicking.Commands { diff --git a/Content.Server/GameTicking/Events/RoundStartingEvent.cs b/Content.Server/GameTicking/Events/RoundStartingEvent.cs index c56c0bb1d9..0a0a4c085d 100644 --- a/Content.Server/GameTicking/Events/RoundStartingEvent.cs +++ b/Content.Server/GameTicking/Events/RoundStartingEvent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.GameTicking.Events; +namespace Content.Server.GameTicking.Events; /// /// Raised at the start of , after round id has been incremented diff --git a/Content.Server/GameTicking/GameTicker.CVars.cs b/Content.Server/GameTicking/GameTicker.CVars.cs index 71cef8c42f..09917c81dc 100644 --- a/Content.Server/GameTicking/GameTicker.CVars.cs +++ b/Content.Server/GameTicking/GameTicker.CVars.cs @@ -1,6 +1,4 @@ -using System; using Content.Shared.CCVar; -using Robust.Shared.ViewVariables; namespace Content.Server.GameTicking { diff --git a/Content.Server/GameTicking/GameTicker.GamePreset.cs b/Content.Server/GameTicking/GameTicker.GamePreset.cs index 22700ee82d..3d44fa5ae3 100644 --- a/Content.Server/GameTicking/GameTicker.GamePreset.cs +++ b/Content.Server/GameTicking/GameTicker.GamePreset.cs @@ -1,4 +1,3 @@ -using System; using System.Diagnostics.CodeAnalysis; using Content.Server.GameTicking.Presets; using Content.Server.GameTicking.Rules; @@ -8,8 +7,6 @@ using Content.Shared.Damage; using Content.Shared.Damage.Prototypes; using Content.Shared.MobState.Components; using Robust.Server.Player; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.GameTicking { diff --git a/Content.Server/GameTicking/GameTicker.GameRule.cs b/Content.Server/GameTicking/GameTicker.GameRule.cs index 38086994db..0f18d08090 100644 --- a/Content.Server/GameTicking/GameTicker.GameRule.cs +++ b/Content.Server/GameTicking/GameTicker.GameRule.cs @@ -1,10 +1,8 @@ -using System.Collections.Generic; using System.Linq; using Content.Server.Administration; using Content.Server.GameTicking.Rules; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.ViewVariables; namespace Content.Server.GameTicking { diff --git a/Content.Server/GameTicking/GameTicker.LobbyMusic.cs b/Content.Server/GameTicking/GameTicker.LobbyMusic.cs index 5e8f0f09b6..0054b94b48 100644 --- a/Content.Server/GameTicking/GameTicker.LobbyMusic.cs +++ b/Content.Server/GameTicking/GameTicker.LobbyMusic.cs @@ -1,7 +1,6 @@ using Content.Shared.Audio; using Robust.Shared.Random; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Server.GameTicking { diff --git a/Content.Server/GameTicking/GameTicker.StatusShell.cs b/Content.Server/GameTicking/GameTicker.StatusShell.cs index 9f5270eaf0..8d2501b58b 100644 --- a/Content.Server/GameTicking/GameTicker.StatusShell.cs +++ b/Content.Server/GameTicking/GameTicker.StatusShell.cs @@ -1,8 +1,5 @@ -using System; using System.Text.Json.Nodes; using Robust.Server.ServerStatus; -using Robust.Shared.IoC; -using Robust.Shared.ViewVariables; namespace Content.Server.GameTicking { diff --git a/Content.Server/GameTicking/GameTicker.Updates.cs b/Content.Server/GameTicking/GameTicker.Updates.cs index 22f0dda3f5..a75341702e 100644 --- a/Content.Server/GameTicking/GameTicker.Updates.cs +++ b/Content.Server/GameTicking/GameTicker.Updates.cs @@ -1,9 +1,6 @@ -using System; using System.Linq; using System.Threading; using Robust.Shared.Enums; -using Robust.Shared.Localization; -using Robust.Shared.ViewVariables; using Timer = Robust.Shared.Timing.Timer; namespace Content.Server.GameTicking diff --git a/Content.Server/GameTicking/GameTicker.cs b/Content.Server/GameTicking/GameTicker.cs index bd54f00e28..c77a5c088b 100644 --- a/Content.Server/GameTicking/GameTicker.cs +++ b/Content.Server/GameTicking/GameTicker.cs @@ -1,11 +1,9 @@ using Content.Server.Administration.Logs; using Content.Server.Administration.Managers; -using Content.Server.CharacterAppearance.Systems; using Content.Server.Chat.Managers; using Content.Server.Database; using Content.Server.Ghost; using Content.Server.Maps; -using Content.Server.PDA; using Content.Server.Preferences.Managers; using Content.Server.Station.Systems; using Content.Shared.Chat; diff --git a/Content.Server/GameTicking/ManifestEntry.cs b/Content.Server/GameTicking/ManifestEntry.cs index efc6d63fa4..c9e47260b6 100644 --- a/Content.Server/GameTicking/ManifestEntry.cs +++ b/Content.Server/GameTicking/ManifestEntry.cs @@ -1,5 +1,3 @@ -using Robust.Shared.ViewVariables; - namespace Content.Server.GameTicking { /// diff --git a/Content.Server/GameTicking/Presets/GamePresetPrototype.cs b/Content.Server/GameTicking/Presets/GamePresetPrototype.cs index d05fd10d9f..ac6db03dde 100644 --- a/Content.Server/GameTicking/Presets/GamePresetPrototype.cs +++ b/Content.Server/GameTicking/Presets/GamePresetPrototype.cs @@ -1,8 +1,5 @@ -using System; -using System.Collections.Generic; using Content.Server.GameTicking.Rules; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; namespace Content.Server.GameTicking.Presets diff --git a/Content.Server/GameTicking/Prototypes/LobbyBackgroundPrototype.cs b/Content.Server/GameTicking/Prototypes/LobbyBackgroundPrototype.cs index 29b84b9f3f..ffde20912a 100644 --- a/Content.Server/GameTicking/Prototypes/LobbyBackgroundPrototype.cs +++ b/Content.Server/GameTicking/Prototypes/LobbyBackgroundPrototype.cs @@ -1,5 +1,4 @@ -using JetBrains.Annotations; -using Robust.Shared.Prototypes; +using Robust.Shared.Prototypes; using Robust.Shared.Utility; namespace Content.Server.GameTicking.Prototypes; diff --git a/Content.Server/GameTicking/Rules/DeathMatchRuleSystem.cs b/Content.Server/GameTicking/Rules/DeathMatchRuleSystem.cs index b8051ed0bd..cda80abd0d 100644 --- a/Content.Server/GameTicking/Rules/DeathMatchRuleSystem.cs +++ b/Content.Server/GameTicking/Rules/DeathMatchRuleSystem.cs @@ -5,8 +5,6 @@ using Content.Shared.MobState.Components; using Robust.Server.Player; using Robust.Shared.Configuration; using Robust.Shared.Enums; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.GameTicking.Rules; diff --git a/Content.Server/GameTicking/Rules/GameRulePrototype.cs b/Content.Server/GameTicking/Rules/GameRulePrototype.cs index e785715620..7ef4e283cc 100644 --- a/Content.Server/GameTicking/Rules/GameRulePrototype.cs +++ b/Content.Server/GameTicking/Rules/GameRulePrototype.cs @@ -1,5 +1,4 @@ using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.GameTicking.Rules; diff --git a/Content.Server/GameTicking/Rules/GameRuleSystem.cs b/Content.Server/GameTicking/Rules/GameRuleSystem.cs index 5246d63430..3a5bb5bb1f 100644 --- a/Content.Server/GameTicking/Rules/GameRuleSystem.cs +++ b/Content.Server/GameTicking/Rules/GameRuleSystem.cs @@ -1,7 +1,4 @@ -using System; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.GameTicking.Rules; diff --git a/Content.Server/GameTicking/Rules/InactivityTimeRestartRuleSystem.cs b/Content.Server/GameTicking/Rules/InactivityTimeRestartRuleSystem.cs index 56fa714b0b..52e5970fac 100644 --- a/Content.Server/GameTicking/Rules/InactivityTimeRestartRuleSystem.cs +++ b/Content.Server/GameTicking/Rules/InactivityTimeRestartRuleSystem.cs @@ -1,10 +1,6 @@ -using System; using System.Threading; using Content.Server.Chat.Managers; using Robust.Server.Player; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Timer = Robust.Shared.Timing.Timer; namespace Content.Server.GameTicking.Rules; diff --git a/Content.Server/GameTicking/Rules/MaxTimeRestartRuleSystem.cs b/Content.Server/GameTicking/Rules/MaxTimeRestartRuleSystem.cs index 30a60633cb..83ebffadfb 100644 --- a/Content.Server/GameTicking/Rules/MaxTimeRestartRuleSystem.cs +++ b/Content.Server/GameTicking/Rules/MaxTimeRestartRuleSystem.cs @@ -1,9 +1,5 @@ -using System; using System.Threading; using Content.Server.Chat.Managers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Timer = Robust.Shared.Timing.Timer; namespace Content.Server.GameTicking.Rules; diff --git a/Content.Server/GameTicking/Rules/TraitorDeathMatchRuleSystem.cs b/Content.Server/GameTicking/Rules/TraitorDeathMatchRuleSystem.cs index e1c36968c5..2775a0ca43 100644 --- a/Content.Server/GameTicking/Rules/TraitorDeathMatchRuleSystem.cs +++ b/Content.Server/GameTicking/Rules/TraitorDeathMatchRuleSystem.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; +using System.Linq; using Content.Server.Atmos.EntitySystems; using Content.Server.Chat.Managers; using Content.Server.Hands.Components; @@ -22,10 +20,6 @@ using Content.Shared.Roles; using Content.Shared.Traitor.Uplink; using Robust.Server.Player; using Robust.Shared.Configuration; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Log; using Robust.Shared.Map; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Server/GameTicking/Rules/TraitorRuleSystem.cs b/Content.Server/GameTicking/Rules/TraitorRuleSystem.cs index 442abdcde0..765bf8ea42 100644 --- a/Content.Server/GameTicking/Rules/TraitorRuleSystem.cs +++ b/Content.Server/GameTicking/Rules/TraitorRuleSystem.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Server.Chat.Managers; using Content.Server.Objectives.Interfaces; @@ -16,10 +14,6 @@ using Content.Shared.Traitor.Uplink; using Robust.Server.Player; using Robust.Shared.Audio; using Robust.Shared.Configuration; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Log; -using Robust.Shared.Maths; using Robust.Shared.Player; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Server/Gatherable/Components/GatherableComponent.cs b/Content.Server/Gatherable/Components/GatherableComponent.cs index bb9b0be9c1..71f93149c6 100644 --- a/Content.Server/Gatherable/Components/GatherableComponent.cs +++ b/Content.Server/Gatherable/Components/GatherableComponent.cs @@ -1,4 +1,3 @@ -using Content.Shared.EntityList; using Content.Shared.Whitelist; namespace Content.Server.Gatherable.Components; diff --git a/Content.Server/Ghost/Components/GhostOnMoveComponent.cs b/Content.Server/Ghost/Components/GhostOnMoveComponent.cs index f76da835f3..c4577d36c9 100644 --- a/Content.Server/Ghost/Components/GhostOnMoveComponent.cs +++ b/Content.Server/Ghost/Components/GhostOnMoveComponent.cs @@ -1,11 +1,3 @@ -using Content.Server.GameTicking; -using Content.Server.Mind.Components; -using Content.Shared.Movement.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Players; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Ghost.Components { [RegisterComponent] diff --git a/Content.Server/Ghost/Components/GhostRadioComponent.cs b/Content.Server/Ghost/Components/GhostRadioComponent.cs index c3261e691e..5c5cef9671 100644 --- a/Content.Server/Ghost/Components/GhostRadioComponent.cs +++ b/Content.Server/Ghost/Components/GhostRadioComponent.cs @@ -1,12 +1,7 @@ -using System.Collections.Generic; using Content.Server.Radio.Components; using Content.Shared.Chat; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Network; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Ghost.Components { diff --git a/Content.Server/Ghost/Ghost.cs b/Content.Server/Ghost/Ghost.cs index ddcfd18a8c..5fcbbb86bb 100644 --- a/Content.Server/Ghost/Ghost.cs +++ b/Content.Server/Ghost/Ghost.cs @@ -1,11 +1,8 @@ -using Content.Server.Administration; using Content.Server.GameTicking; using Content.Server.Players; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Ghost { diff --git a/Content.Server/Ghost/GhostBooEvent.cs b/Content.Server/Ghost/GhostBooEvent.cs index a7927268d9..3c86fb02af 100644 --- a/Content.Server/Ghost/GhostBooEvent.cs +++ b/Content.Server/Ghost/GhostBooEvent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Ghost { public sealed class GhostBooEvent : HandledEntityEventArgs diff --git a/Content.Server/Ghost/GhostSystem.cs b/Content.Server/Ghost/GhostSystem.cs index 1c701a4f7f..f26a3a32d0 100644 --- a/Content.Server/Ghost/GhostSystem.cs +++ b/Content.Server/Ghost/GhostSystem.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using System.Linq; using Content.Server.GameTicking; using Content.Server.Ghost.Components; diff --git a/Content.Server/Ghost/ObserverRole.cs b/Content.Server/Ghost/ObserverRole.cs index 39069eabb1..86a422422b 100644 --- a/Content.Server/Ghost/ObserverRole.cs +++ b/Content.Server/Ghost/ObserverRole.cs @@ -1,5 +1,4 @@ using Content.Server.Roles; -using Robust.Shared.Localization; namespace Content.Server.Ghost { diff --git a/Content.Server/Ghost/Roles/Components/GhostRoleComponent.cs b/Content.Server/Ghost/Roles/Components/GhostRoleComponent.cs index e54e87e783..f8c21047a2 100644 --- a/Content.Server/Ghost/Roles/Components/GhostRoleComponent.cs +++ b/Content.Server/Ghost/Roles/Components/GhostRoleComponent.cs @@ -1,9 +1,5 @@ using Content.Server.Mind.Commands; using Robust.Server.Player; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; -using Robust.Shared.Localization; namespace Content.Server.Ghost.Roles.Components { diff --git a/Content.Server/Ghost/Roles/Components/GhostRoleMobSpawnerComponent.cs b/Content.Server/Ghost/Roles/Components/GhostRoleMobSpawnerComponent.cs index 6d046173e4..e9ac30c353 100644 --- a/Content.Server/Ghost/Roles/Components/GhostRoleMobSpawnerComponent.cs +++ b/Content.Server/Ghost/Roles/Components/GhostRoleMobSpawnerComponent.cs @@ -1,14 +1,9 @@ -using System; -using Content.Server.Mind.Commands; +using Content.Server.Mind.Commands; using Content.Server.Mind.Components; using JetBrains.Annotations; using Robust.Server.Player; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Ghost.Roles.Components { diff --git a/Content.Server/Ghost/Roles/Components/GhostTakeoverAvailableComponent.cs b/Content.Server/Ghost/Roles/Components/GhostTakeoverAvailableComponent.cs index 2234cf6483..fc1c1b4b00 100644 --- a/Content.Server/Ghost/Roles/Components/GhostTakeoverAvailableComponent.cs +++ b/Content.Server/Ghost/Roles/Components/GhostTakeoverAvailableComponent.cs @@ -1,8 +1,6 @@ using Content.Server.Mind.Commands; using Content.Server.Mind.Components; using Robust.Server.Player; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Ghost.Roles.Components { diff --git a/Content.Server/Ghost/Roles/GhostRoleMarkerRole.cs b/Content.Server/Ghost/Roles/GhostRoleMarkerRole.cs index 23cf5b5dbb..1f178765ab 100644 --- a/Content.Server/Ghost/Roles/GhostRoleMarkerRole.cs +++ b/Content.Server/Ghost/Roles/GhostRoleMarkerRole.cs @@ -1,5 +1,4 @@ using Content.Server.Roles; -using Robust.Shared.Localization; namespace Content.Server.Ghost.Roles { diff --git a/Content.Server/Ghost/Roles/GhostRoleSystem.cs b/Content.Server/Ghost/Roles/GhostRoleSystem.cs index dba521430c..ef194faacb 100644 --- a/Content.Server/Ghost/Roles/GhostRoleSystem.cs +++ b/Content.Server/Ghost/Roles/GhostRoleSystem.cs @@ -1,5 +1,3 @@ -using System.Collections.Generic; -using Content.Server.Administration; using Content.Server.Administration.Logs; using Content.Server.EUI; using Content.Server.Ghost.Components; @@ -20,10 +18,7 @@ using Robust.Server.GameObjects; using Robust.Server.Player; using Robust.Shared.Console; using Robust.Shared.Enums; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Server.Ghost.Roles { diff --git a/Content.Server/Ghost/Roles/MakeGhostRoleCommand.cs b/Content.Server/Ghost/Roles/MakeGhostRoleCommand.cs index 1012c94697..128afc20bc 100644 --- a/Content.Server/Ghost/Roles/MakeGhostRoleCommand.cs +++ b/Content.Server/Ghost/Roles/MakeGhostRoleCommand.cs @@ -3,9 +3,6 @@ using Content.Server.Ghost.Roles.Components; using Content.Server.Mind.Components; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Ghost.Roles { diff --git a/Content.Server/Ghost/Roles/UI/GhostRolesEui.cs b/Content.Server/Ghost/Roles/UI/GhostRolesEui.cs index 72f425ab12..ea63235291 100644 --- a/Content.Server/Ghost/Roles/UI/GhostRolesEui.cs +++ b/Content.Server/Ghost/Roles/UI/GhostRolesEui.cs @@ -1,7 +1,6 @@ using Content.Server.EUI; using Content.Shared.Eui; using Content.Shared.Ghost.Roles; -using Robust.Shared.GameObjects; namespace Content.Server.Ghost.Roles.UI { diff --git a/Content.Server/Ghost/Roles/UI/MakeGhostRoleEui.cs b/Content.Server/Ghost/Roles/UI/MakeGhostRoleEui.cs index 48392cca36..df6608cdb2 100644 --- a/Content.Server/Ghost/Roles/UI/MakeGhostRoleEui.cs +++ b/Content.Server/Ghost/Roles/UI/MakeGhostRoleEui.cs @@ -1,7 +1,6 @@ using Content.Server.EUI; using Content.Shared.Eui; using Content.Shared.Ghost.Roles; -using Robust.Shared.GameObjects; namespace Content.Server.Ghost.Roles.UI { diff --git a/Content.Server/Gravity/EntitySystems/GravityGeneratorSystem.cs b/Content.Server/Gravity/EntitySystems/GravityGeneratorSystem.cs index 832cc917a2..6ede594f76 100644 --- a/Content.Server/Gravity/EntitySystems/GravityGeneratorSystem.cs +++ b/Content.Server/Gravity/EntitySystems/GravityGeneratorSystem.cs @@ -1,13 +1,9 @@ -using System; -using Content.Server.Audio; +using Content.Server.Audio; using Content.Server.Power.Components; using Content.Shared.Gravity; using Content.Shared.Interaction; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.Gravity.EntitySystems { diff --git a/Content.Server/Gravity/EntitySystems/GravityShakeSystem.cs b/Content.Server/Gravity/EntitySystems/GravityShakeSystem.cs index fcc30daae7..7ad060ffc5 100644 --- a/Content.Server/Gravity/EntitySystems/GravityShakeSystem.cs +++ b/Content.Server/Gravity/EntitySystems/GravityShakeSystem.cs @@ -1,12 +1,8 @@ -using System.Collections.Generic; using Content.Shared.Camera; using Content.Shared.Gravity; using Robust.Server.Player; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Player; using Robust.Shared.Random; diff --git a/Content.Server/Gravity/EntitySystems/GravitySystem.cs b/Content.Server/Gravity/EntitySystems/GravitySystem.cs index 1345b70e1f..9f132dd5e0 100644 --- a/Content.Server/Gravity/EntitySystems/GravitySystem.cs +++ b/Content.Server/Gravity/EntitySystems/GravitySystem.cs @@ -1,7 +1,5 @@ using Content.Shared.Gravity; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Gravity.EntitySystems { diff --git a/Content.Server/Gravity/EntitySystems/WeightlessSystem.cs b/Content.Server/Gravity/EntitySystems/WeightlessSystem.cs index 7d89c54e4e..9d0f5c256d 100644 --- a/Content.Server/Gravity/EntitySystems/WeightlessSystem.cs +++ b/Content.Server/Gravity/EntitySystems/WeightlessSystem.cs @@ -1,10 +1,7 @@ -using System.Collections.Generic; using Content.Shared.Alert; using Content.Shared.GameTicking; using Content.Shared.Gravity; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Utility; diff --git a/Content.Server/Gravity/GravityGeneratorComponent.cs b/Content.Server/Gravity/GravityGeneratorComponent.cs index 6401998cc6..fef3c3cc95 100644 --- a/Content.Server/Gravity/GravityGeneratorComponent.cs +++ b/Content.Server/Gravity/GravityGeneratorComponent.cs @@ -1,9 +1,5 @@ using Content.Server.Gravity.EntitySystems; using Content.Shared.Gravity; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Gravity { diff --git a/Content.Server/Guardian/CanHostGuardianComponent.cs b/Content.Server/Guardian/CanHostGuardianComponent.cs index d7d77c2057..9229760226 100644 --- a/Content.Server/Guardian/CanHostGuardianComponent.cs +++ b/Content.Server/Guardian/CanHostGuardianComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Guardian; [RegisterComponent] diff --git a/Content.Server/Guardian/GuardianComponent.cs b/Content.Server/Guardian/GuardianComponent.cs index dd75f6b25c..0221bc2291 100644 --- a/Content.Server/Guardian/GuardianComponent.cs +++ b/Content.Server/Guardian/GuardianComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Guardian { /// diff --git a/Content.Server/Guardian/GuardianCreatorComponent.cs b/Content.Server/Guardian/GuardianCreatorComponent.cs index 3e64ee0d10..80946faa10 100644 --- a/Content.Server/Guardian/GuardianCreatorComponent.cs +++ b/Content.Server/Guardian/GuardianCreatorComponent.cs @@ -1,8 +1,5 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Guardian { diff --git a/Content.Server/Guardian/GuardianSystem.cs b/Content.Server/Guardian/GuardianSystem.cs index 9647fa961a..634feecb3a 100644 --- a/Content.Server/Guardian/GuardianSystem.cs +++ b/Content.Server/Guardian/GuardianSystem.cs @@ -1,5 +1,4 @@ using Content.Server.DoAfter; -using Content.Server.Hands.Components; using Content.Server.Popups; using Content.Shared.Actions; using Content.Shared.Audio; diff --git a/Content.Server/GuideGenerator/ChemistryJsonGenerator.cs b/Content.Server/GuideGenerator/ChemistryJsonGenerator.cs index e43f718521..7e107ce1a5 100644 --- a/Content.Server/GuideGenerator/ChemistryJsonGenerator.cs +++ b/Content.Server/GuideGenerator/ChemistryJsonGenerator.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Linq; using System.Text.Json; @@ -7,7 +6,6 @@ using Content.Shared.Chemistry.Reaction; using Content.Shared.Chemistry.Reagent; using Content.Shared.Damage; using Content.Shared.FixedPoint; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; namespace Content.Server.GuideGenerator; diff --git a/Content.Server/GuideGenerator/ReactionJsonGenerator.cs b/Content.Server/GuideGenerator/ReactionJsonGenerator.cs index 14d1001415..123dd5f8eb 100644 --- a/Content.Server/GuideGenerator/ReactionJsonGenerator.cs +++ b/Content.Server/GuideGenerator/ReactionJsonGenerator.cs @@ -3,8 +3,6 @@ using System.Linq; using System.Text.Json; using Content.Shared.Chemistry.Reaction; using Content.Shared.Chemistry.Reagent; -using Content.Shared.FixedPoint; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; namespace Content.Server.GuideGenerator; diff --git a/Content.Server/GuideGenerator/ReagentEntry.cs b/Content.Server/GuideGenerator/ReagentEntry.cs index faeee25bce..7e1444b8a0 100644 --- a/Content.Server/GuideGenerator/ReagentEntry.cs +++ b/Content.Server/GuideGenerator/ReagentEntry.cs @@ -1,11 +1,7 @@ -using System.Collections.Generic; using System.Linq; using System.Text.Json.Serialization; -using Content.Server.Body.Components; using Content.Shared.Chemistry.Reaction; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.GuideGenerator; diff --git a/Content.Server/GuideGenerator/UniversalJsonConverter.cs b/Content.Server/GuideGenerator/UniversalJsonConverter.cs index 0e7f229cea..bcf9702c1c 100644 --- a/Content.Server/GuideGenerator/UniversalJsonConverter.cs +++ b/Content.Server/GuideGenerator/UniversalJsonConverter.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Reflection; using System.Text.Json; using System.Text.Json.Serialization; diff --git a/Content.Server/Hands/Systems/HandVirtualItemSystem.cs b/Content.Server/Hands/Systems/HandVirtualItemSystem.cs index 6d804a5d9a..421ce0812a 100644 --- a/Content.Server/Hands/Systems/HandVirtualItemSystem.cs +++ b/Content.Server/Hands/Systems/HandVirtualItemSystem.cs @@ -1,4 +1,3 @@ -using Content.Server.Hands.Components; using Content.Shared.Hands; using Content.Shared.Hands.Components; using Content.Shared.Hands.EntitySystems; diff --git a/Content.Server/Hands/Systems/HandsSystem.cs b/Content.Server/Hands/Systems/HandsSystem.cs index 5abf693b60..499ae6c988 100644 --- a/Content.Server/Hands/Systems/HandsSystem.cs +++ b/Content.Server/Hands/Systems/HandsSystem.cs @@ -1,6 +1,5 @@ using System.Linq; -using Content.Server.Administration.Logs; using Content.Server.CombatMode; using Content.Server.Hands.Components; using Content.Server.Popups; diff --git a/Content.Server/HealthExaminable/HealthExaminableSystem.cs b/Content.Server/HealthExaminable/HealthExaminableSystem.cs index dd5aa04691..f0a5f1dfcb 100644 --- a/Content.Server/HealthExaminable/HealthExaminableSystem.cs +++ b/Content.Server/HealthExaminable/HealthExaminableSystem.cs @@ -1,8 +1,6 @@ -using Content.Server.Examine; -using Content.Shared.Damage; +using Content.Shared.Damage; using Content.Shared.Examine; using Content.Shared.FixedPoint; -using Content.Shared.Ghost.Roles; using Content.Shared.Verbs; using Robust.Shared.Utility; diff --git a/Content.Server/Holiday/Greet/Custom.cs b/Content.Server/Holiday/Greet/Custom.cs index 94e05bf0fa..c0db91e813 100644 --- a/Content.Server/Holiday/Greet/Custom.cs +++ b/Content.Server/Holiday/Greet/Custom.cs @@ -1,6 +1,5 @@ using Content.Server.Holiday.Interfaces; using JetBrains.Annotations; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Holiday.Greet { diff --git a/Content.Server/Holiday/Greet/DefaultHolidayGreet.cs b/Content.Server/Holiday/Greet/DefaultHolidayGreet.cs index f29da979e3..fef7d462b8 100644 --- a/Content.Server/Holiday/Greet/DefaultHolidayGreet.cs +++ b/Content.Server/Holiday/Greet/DefaultHolidayGreet.cs @@ -1,5 +1,4 @@ using Content.Server.Holiday.Interfaces; -using Robust.Shared.Localization; namespace Content.Server.Holiday.Greet { diff --git a/Content.Server/Holiday/HolidayPrototype.cs b/Content.Server/Holiday/HolidayPrototype.cs index 435a0f4e04..9f45f154d6 100644 --- a/Content.Server/Holiday/HolidayPrototype.cs +++ b/Content.Server/Holiday/HolidayPrototype.cs @@ -1,11 +1,8 @@ -using System; using Content.Server.Holiday.Celebrate; using Content.Server.Holiday.Greet; using Content.Server.Holiday.Interfaces; using Content.Server.Holiday.ShouldCelebrate; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Holiday { diff --git a/Content.Server/Holiday/HolidaySystem.cs b/Content.Server/Holiday/HolidaySystem.cs index 30142e3fd2..86cd300101 100644 --- a/Content.Server/Holiday/HolidaySystem.cs +++ b/Content.Server/Holiday/HolidaySystem.cs @@ -1,14 +1,9 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Server.Chat.Managers; using Content.Server.GameTicking; using Content.Shared.CCVar; using Robust.Shared.Configuration; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; -using Robust.Shared.ViewVariables; namespace Content.Server.Holiday { diff --git a/Content.Server/Holiday/Interfaces/IHolidayShouldCelebrate.cs b/Content.Server/Holiday/Interfaces/IHolidayShouldCelebrate.cs index cf1f249fe4..c2414632b8 100644 --- a/Content.Server/Holiday/Interfaces/IHolidayShouldCelebrate.cs +++ b/Content.Server/Holiday/Interfaces/IHolidayShouldCelebrate.cs @@ -1,6 +1,3 @@ -using System; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Holiday.Interfaces { [ImplicitDataDefinitionForInheritors] diff --git a/Content.Server/Holiday/ShouldCelebrate/ChineseNewYear.cs b/Content.Server/Holiday/ShouldCelebrate/ChineseNewYear.cs index f71df8b82e..c4b8a4eaa4 100644 --- a/Content.Server/Holiday/ShouldCelebrate/ChineseNewYear.cs +++ b/Content.Server/Holiday/ShouldCelebrate/ChineseNewYear.cs @@ -1,4 +1,3 @@ -using System; using System.Globalization; using Content.Server.Holiday.Interfaces; diff --git a/Content.Server/Holiday/ShouldCelebrate/Computus.cs b/Content.Server/Holiday/ShouldCelebrate/Computus.cs index bb3febe6c0..ff5fa777e0 100644 --- a/Content.Server/Holiday/ShouldCelebrate/Computus.cs +++ b/Content.Server/Holiday/ShouldCelebrate/Computus.cs @@ -1,7 +1,5 @@ -using System; using System.IO; using JetBrains.Annotations; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Holiday.ShouldCelebrate { diff --git a/Content.Server/Holiday/ShouldCelebrate/DayOfYear.cs b/Content.Server/Holiday/ShouldCelebrate/DayOfYear.cs index d6612b6aab..2d777182d1 100644 --- a/Content.Server/Holiday/ShouldCelebrate/DayOfYear.cs +++ b/Content.Server/Holiday/ShouldCelebrate/DayOfYear.cs @@ -1,7 +1,5 @@ -using System; using Content.Server.Holiday.Interfaces; using JetBrains.Annotations; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Holiday.ShouldCelebrate { diff --git a/Content.Server/Holiday/ShouldCelebrate/DefaultHolidayShouldCelebrate.cs b/Content.Server/Holiday/ShouldCelebrate/DefaultHolidayShouldCelebrate.cs index 2cd8ef2160..ade68c5b20 100644 --- a/Content.Server/Holiday/ShouldCelebrate/DefaultHolidayShouldCelebrate.cs +++ b/Content.Server/Holiday/ShouldCelebrate/DefaultHolidayShouldCelebrate.cs @@ -1,5 +1,3 @@ -using System; -using System.Globalization; using Content.Server.Holiday.Interfaces; namespace Content.Server.Holiday.ShouldCelebrate diff --git a/Content.Server/Holiday/ShouldCelebrate/FridayThirteenth.cs b/Content.Server/Holiday/ShouldCelebrate/FridayThirteenth.cs index 9fbfcc656b..c06202344e 100644 --- a/Content.Server/Holiday/ShouldCelebrate/FridayThirteenth.cs +++ b/Content.Server/Holiday/ShouldCelebrate/FridayThirteenth.cs @@ -1,4 +1,3 @@ -using System; using Content.Server.Holiday.Interfaces; using JetBrains.Annotations; diff --git a/Content.Server/Holiday/ShouldCelebrate/WeekdayInMonth.cs b/Content.Server/Holiday/ShouldCelebrate/WeekdayInMonth.cs index 92614adf10..052054b839 100644 --- a/Content.Server/Holiday/ShouldCelebrate/WeekdayInMonth.cs +++ b/Content.Server/Holiday/ShouldCelebrate/WeekdayInMonth.cs @@ -1,7 +1,5 @@ -using System; using System.Globalization; using JetBrains.Annotations; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Holiday.ShouldCelebrate { diff --git a/Content.Server/IP/IPAddressExt.cs b/Content.Server/IP/IPAddressExt.cs index 269e4e8589..8374099d77 100644 --- a/Content.Server/IP/IPAddressExt.cs +++ b/Content.Server/IP/IPAddressExt.cs @@ -1,5 +1,4 @@ -using System; -using System.Collections; +using System.Collections; using System.Linq; using System.Net.Sockets; diff --git a/Content.Server/Info/ShowRulesCommand.cs b/Content.Server/Info/ShowRulesCommand.cs index a7292e6e4b..286e371b2c 100644 --- a/Content.Server/Info/ShowRulesCommand.cs +++ b/Content.Server/Info/ShowRulesCommand.cs @@ -5,7 +5,6 @@ using Content.Shared.Info; using Robust.Server.Player; using Robust.Shared.Configuration; using Robust.Shared.Console; -using Robust.Shared.IoC; using Robust.Shared.Network; namespace Content.Server.Info; diff --git a/Content.Server/Instruments/InstrumentComponent.cs b/Content.Server/Instruments/InstrumentComponent.cs index 13c98b99da..c1060c9248 100644 --- a/Content.Server/Instruments/InstrumentComponent.cs +++ b/Content.Server/Instruments/InstrumentComponent.cs @@ -2,9 +2,6 @@ using Content.Server.UserInterface; using Content.Shared.Instruments; using Robust.Server.GameObjects; using Robust.Server.Player; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.ViewVariables; namespace Content.Server.Instruments; diff --git a/Content.Server/Instruments/InstrumentSystem.cs b/Content.Server/Instruments/InstrumentSystem.cs index fa36a84261..6e395a27bb 100644 --- a/Content.Server/Instruments/InstrumentSystem.cs +++ b/Content.Server/Instruments/InstrumentSystem.cs @@ -1,4 +1,3 @@ -using System.Linq; using Content.Server.Stunnable; using Content.Server.UserInterface; using Content.Shared.Instruments; diff --git a/Content.Server/Interaction/Components/ClumsyComponent.cs b/Content.Server/Interaction/Components/ClumsyComponent.cs index 4dd68dd831..6998907861 100644 --- a/Content.Server/Interaction/Components/ClumsyComponent.cs +++ b/Content.Server/Interaction/Components/ClumsyComponent.cs @@ -1,6 +1,4 @@ using Content.Shared.Damage; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; namespace Content.Server.Interaction.Components diff --git a/Content.Server/Interaction/Components/EmitSoundOnUseComponent.cs b/Content.Server/Interaction/Components/EmitSoundOnUseComponent.cs index a0224843c4..dfbe3537b2 100644 --- a/Content.Server/Interaction/Components/EmitSoundOnUseComponent.cs +++ b/Content.Server/Interaction/Components/EmitSoundOnUseComponent.cs @@ -1,5 +1,4 @@ using Content.Server.Sound.Components; -using Robust.Shared.GameObjects; namespace Content.Server.Interaction.Components { diff --git a/Content.Server/Interaction/TilePryCommand.cs b/Content.Server/Interaction/TilePryCommand.cs index be2d7a1335..c7b245b20a 100644 --- a/Content.Server/Interaction/TilePryCommand.cs +++ b/Content.Server/Interaction/TilePryCommand.cs @@ -4,8 +4,6 @@ using Content.Shared.Administration; using Content.Shared.Maps; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Interaction diff --git a/Content.Server/Inventory/ServerInventoryComponent.cs b/Content.Server/Inventory/ServerInventoryComponent.cs index 14fffde52b..00430919d0 100644 --- a/Content.Server/Inventory/ServerInventoryComponent.cs +++ b/Content.Server/Inventory/ServerInventoryComponent.cs @@ -1,5 +1,4 @@ using Content.Shared.Inventory; -using Robust.Shared.GameObjects; namespace Content.Server.Inventory; diff --git a/Content.Server/IoC/ServerModuleTestingCallbacks.cs b/Content.Server/IoC/ServerModuleTestingCallbacks.cs index 445519b224..9cb4d8d382 100644 --- a/Content.Server/IoC/ServerModuleTestingCallbacks.cs +++ b/Content.Server/IoC/ServerModuleTestingCallbacks.cs @@ -1,5 +1,3 @@ -using System; -using Content.Shared; using Content.Shared.Module; namespace Content.Server.IoC diff --git a/Content.Server/Kitchen/Components/ExtractableComponent.cs b/Content.Server/Kitchen/Components/ExtractableComponent.cs index 0a1d55ac1e..686f1f7e82 100644 --- a/Content.Server/Kitchen/Components/ExtractableComponent.cs +++ b/Content.Server/Kitchen/Components/ExtractableComponent.cs @@ -1,9 +1,5 @@ using Content.Server.Kitchen.EntitySystems; using Content.Shared.Chemistry.Components; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Kitchen.Components { diff --git a/Content.Server/Kitchen/EntitySystems/KitchenSpikeSystem.cs b/Content.Server/Kitchen/EntitySystems/KitchenSpikeSystem.cs index 9f8ffcfb9d..045a9bae13 100644 --- a/Content.Server/Kitchen/EntitySystems/KitchenSpikeSystem.cs +++ b/Content.Server/Kitchen/EntitySystems/KitchenSpikeSystem.cs @@ -7,11 +7,7 @@ using Content.Shared.Interaction; using Content.Shared.MobState.Components; using Content.Shared.Nutrition.Components; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; -using System; using Content.Shared.Storage; using Robust.Shared.Random; using static Content.Shared.Kitchen.Components.SharedKitchenSpikeComponent; diff --git a/Content.Server/Kitchen/EntitySystems/SharpSystem.cs b/Content.Server/Kitchen/EntitySystems/SharpSystem.cs index 814533590a..0ce6da6d0d 100644 --- a/Content.Server/Kitchen/EntitySystems/SharpSystem.cs +++ b/Content.Server/Kitchen/EntitySystems/SharpSystem.cs @@ -1,6 +1,5 @@ using Content.Server.DoAfter; using Content.Server.Kitchen.Components; -using Content.Server.Popups; using Content.Shared.Body.Components; using Content.Shared.Interaction; using Content.Shared.MobState.Components; diff --git a/Content.Server/Kitchen/Events/ExtractableScalingEvent.cs b/Content.Server/Kitchen/Events/ExtractableScalingEvent.cs index 7b135431aa..875ac02af8 100644 --- a/Content.Server/Kitchen/Events/ExtractableScalingEvent.cs +++ b/Content.Server/Kitchen/Events/ExtractableScalingEvent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Kitchen.Events { /// diff --git a/Content.Server/Kudzu/GrowingKudzuComponent.cs b/Content.Server/Kudzu/GrowingKudzuComponent.cs index 7724acc2f3..11f6853553 100644 --- a/Content.Server/Kudzu/GrowingKudzuComponent.cs +++ b/Content.Server/Kudzu/GrowingKudzuComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Kudzu; [RegisterComponent] diff --git a/Content.Server/Kudzu/GrowingKudzuSystem.cs b/Content.Server/Kudzu/GrowingKudzuSystem.cs index 319e2b47ef..dceca1c14c 100644 --- a/Content.Server/Kudzu/GrowingKudzuSystem.cs +++ b/Content.Server/Kudzu/GrowingKudzuSystem.cs @@ -1,8 +1,4 @@ using Content.Shared.Kudzu; -using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Random; namespace Content.Server.Kudzu; diff --git a/Content.Server/Kudzu/SpreaderComponent.cs b/Content.Server/Kudzu/SpreaderComponent.cs index 97f7bf92a4..616b02ba73 100644 --- a/Content.Server/Kudzu/SpreaderComponent.cs +++ b/Content.Server/Kudzu/SpreaderComponent.cs @@ -1,8 +1,3 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Kudzu; /// diff --git a/Content.Server/Kudzu/SpreaderSystem.cs b/Content.Server/Kudzu/SpreaderSystem.cs index 6bf703a8cb..bb14eab42b 100644 --- a/Content.Server/Kudzu/SpreaderSystem.cs +++ b/Content.Server/Kudzu/SpreaderSystem.cs @@ -1,13 +1,8 @@ -using System.Collections.Generic; using System.Linq; using Content.Server.Atmos.Components; using Content.Server.Atmos.EntitySystems; -using Content.Server.Temperature.Systems; using Content.Shared.Atmos; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Random; namespace Content.Server.Kudzu; diff --git a/Content.Server/Labels/Label/Components/HandLabelerComponent.cs b/Content.Server/Labels/Label/Components/HandLabelerComponent.cs index 3bde313a51..b0e9496a1d 100644 --- a/Content.Server/Labels/Label/Components/HandLabelerComponent.cs +++ b/Content.Server/Labels/Label/Components/HandLabelerComponent.cs @@ -1,7 +1,4 @@ using Content.Shared.Whitelist; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Labels.Components { diff --git a/Content.Server/Labels/Label/Components/LabelComponent.cs b/Content.Server/Labels/Label/Components/LabelComponent.cs index 621852b3f5..ab970aeadd 100644 --- a/Content.Server/Labels/Label/Components/LabelComponent.cs +++ b/Content.Server/Labels/Label/Components/LabelComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Labels.Components { [RegisterComponent] diff --git a/Content.Server/Labels/Label/Components/PaperLabelComponent.cs b/Content.Server/Labels/Label/Components/PaperLabelComponent.cs index e63bb05a98..d3685a0bcf 100644 --- a/Content.Server/Labels/Label/Components/PaperLabelComponent.cs +++ b/Content.Server/Labels/Label/Components/PaperLabelComponent.cs @@ -1,6 +1,4 @@ using Content.Shared.Containers.ItemSlots; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Labels.Components { diff --git a/Content.Server/Labels/Label/HandLabelerSystem.cs b/Content.Server/Labels/Label/HandLabelerSystem.cs index 93c9cbf332..32ecc3ff81 100644 --- a/Content.Server/Labels/Label/HandLabelerSystem.cs +++ b/Content.Server/Labels/Label/HandLabelerSystem.cs @@ -1,16 +1,10 @@ -using System; using Content.Server.Labels.Components; using Content.Server.UserInterface; -using Content.Shared.ActionBlocker; using Content.Shared.Interaction; using Content.Shared.Labels; using Content.Shared.Popups; using JetBrains.Annotations; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Players; namespace Content.Server.Labels { diff --git a/Content.Server/Labels/Label/LabelSystem.cs b/Content.Server/Labels/Label/LabelSystem.cs index aac0320c7a..d5886638fc 100644 --- a/Content.Server/Labels/Label/LabelSystem.cs +++ b/Content.Server/Labels/Label/LabelSystem.cs @@ -5,9 +5,6 @@ using Content.Shared.Examine; using Content.Shared.Labels; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Utility; namespace Content.Server.Labels diff --git a/Content.Server/Lathe/Components/LatheComponent.cs b/Content.Server/Lathe/Components/LatheComponent.cs index cd32e2aba9..d0fd8fa7d3 100644 --- a/Content.Server/Lathe/Components/LatheComponent.cs +++ b/Content.Server/Lathe/Components/LatheComponent.cs @@ -1,4 +1,3 @@ -using Content.Server.UserInterface; using Content.Shared.Lathe; using Content.Shared.Research.Prototypes; using Robust.Server.GameObjects; diff --git a/Content.Server/Lathe/Components/LatheDatabaseComponent.cs b/Content.Server/Lathe/Components/LatheDatabaseComponent.cs index a4292ef46b..7083d02333 100644 --- a/Content.Server/Lathe/Components/LatheDatabaseComponent.cs +++ b/Content.Server/Lathe/Components/LatheDatabaseComponent.cs @@ -1,9 +1,5 @@ using Content.Shared.Lathe; using Content.Shared.Research.Prototypes; -using Robust.Shared.GameObjects; -using Robust.Shared.Players; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Lathe.Components { diff --git a/Content.Server/Lathe/Components/MaterialStorageComponent.cs b/Content.Server/Lathe/Components/MaterialStorageComponent.cs index 8aa2167adb..4f3bd9d728 100644 --- a/Content.Server/Lathe/Components/MaterialStorageComponent.cs +++ b/Content.Server/Lathe/Components/MaterialStorageComponent.cs @@ -1,9 +1,4 @@ -using System.Collections.Generic; using Content.Shared.Lathe; -using Robust.Shared.GameObjects; -using Robust.Shared.Players; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Lathe.Components { diff --git a/Content.Server/Lathe/Components/ProtolatheDatabaseComponent.cs b/Content.Server/Lathe/Components/ProtolatheDatabaseComponent.cs index a5bd0d2499..260683b262 100644 --- a/Content.Server/Lathe/Components/ProtolatheDatabaseComponent.cs +++ b/Content.Server/Lathe/Components/ProtolatheDatabaseComponent.cs @@ -2,9 +2,6 @@ using System.Linq; using Content.Server.Research.Components; using Content.Shared.Lathe; using Content.Shared.Research.Prototypes; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Players; using Robust.Shared.Prototypes; namespace Content.Server.Lathe.Components diff --git a/Content.Server/Light/Components/ExpendableLightComponent.cs b/Content.Server/Light/Components/ExpendableLightComponent.cs index 6f5edb4bd6..2b5cb7553c 100644 --- a/Content.Server/Light/Components/ExpendableLightComponent.cs +++ b/Content.Server/Light/Components/ExpendableLightComponent.cs @@ -1,6 +1,4 @@ using Content.Shared.Light.Component; -using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; namespace Content.Server.Light.Components { diff --git a/Content.Server/Light/Components/LightBehaviourComponent.cs b/Content.Server/Light/Components/LightBehaviourComponent.cs index f9e2d6317e..86852bedf6 100644 --- a/Content.Server/Light/Components/LightBehaviourComponent.cs +++ b/Content.Server/Light/Components/LightBehaviourComponent.cs @@ -1,5 +1,4 @@ using Content.Shared.Light.Component; -using Robust.Shared.GameObjects; namespace Content.Server.Light.Components { diff --git a/Content.Server/Light/Components/LightBulbComponent.cs b/Content.Server/Light/Components/LightBulbComponent.cs index 3f09e7a717..3008d68c61 100644 --- a/Content.Server/Light/Components/LightBulbComponent.cs +++ b/Content.Server/Light/Components/LightBulbComponent.cs @@ -1,10 +1,6 @@ using Content.Server.Light.EntitySystems; using Content.Shared.Light; using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Light.Components { diff --git a/Content.Server/Light/Components/LightReplacerComponent.cs b/Content.Server/Light/Components/LightReplacerComponent.cs index eff51f62fc..cdcce09b2c 100644 --- a/Content.Server/Light/Components/LightReplacerComponent.cs +++ b/Content.Server/Light/Components/LightReplacerComponent.cs @@ -1,13 +1,8 @@ -using System; -using System.Collections.Generic; using Content.Shared.Light; using Content.Shared.Sound; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Light.Components { diff --git a/Content.Server/Light/Components/LitOnPoweredComponent.cs b/Content.Server/Light/Components/LitOnPoweredComponent.cs index 54555d4007..fdea092d35 100644 --- a/Content.Server/Light/Components/LitOnPoweredComponent.cs +++ b/Content.Server/Light/Components/LitOnPoweredComponent.cs @@ -1,6 +1,4 @@ using Content.Server.Light.EntitySystems; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; namespace Content.Server.Light.Components { diff --git a/Content.Server/Light/Components/MatchboxComponent.cs b/Content.Server/Light/Components/MatchboxComponent.cs index 7512c1e2ec..8cb57c793c 100644 --- a/Content.Server/Light/Components/MatchboxComponent.cs +++ b/Content.Server/Light/Components/MatchboxComponent.cs @@ -1,9 +1,4 @@ -using System.Threading.Tasks; -using Content.Shared.Interaction; -using Content.Shared.Smoking; -using Robust.Shared.GameObjects; - -namespace Content.Server.Light.Components +namespace Content.Server.Light.Components { // TODO make changes in icons when different threshold reached // e.g. different icons for 10% 50% 100% diff --git a/Content.Server/Light/Components/MatchstickComponent.cs b/Content.Server/Light/Components/MatchstickComponent.cs index 4ae57d9210..f996df13c3 100644 --- a/Content.Server/Light/Components/MatchstickComponent.cs +++ b/Content.Server/Light/Components/MatchstickComponent.cs @@ -1,11 +1,6 @@ using Content.Shared.Smoking; using Content.Shared.Sound; using Content.Server.Light.EntitySystems; -using Robust.Server.GameObjects; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Light.Components { diff --git a/Content.Server/Light/Components/PoweredLightComponent.cs b/Content.Server/Light/Components/PoweredLightComponent.cs index 98f807a2c1..451887d796 100644 --- a/Content.Server/Light/Components/PoweredLightComponent.cs +++ b/Content.Server/Light/Components/PoweredLightComponent.cs @@ -1,15 +1,10 @@ -using System; using Content.Server.Light.EntitySystems; using Content.Shared.Damage; using Content.Shared.Light; using Content.Shared.Sound; -using Robust.Shared.Analyzers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Prototypes; -using Robust.Shared.ViewVariables; using Content.Shared.MachineLinking; namespace Content.Server.Light.Components diff --git a/Content.Server/Light/EntitySystems/ExpendableLightSystem.cs b/Content.Server/Light/EntitySystems/ExpendableLightSystem.cs index b4d2c8475b..ea600db5bf 100644 --- a/Content.Server/Light/EntitySystems/ExpendableLightSystem.cs +++ b/Content.Server/Light/EntitySystems/ExpendableLightSystem.cs @@ -7,8 +7,6 @@ using Content.Shared.Verbs; using JetBrains.Annotations; using Robust.Server.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Light.EntitySystems diff --git a/Content.Server/Light/EntitySystems/LightReplacerSystem.cs b/Content.Server/Light/EntitySystems/LightReplacerSystem.cs index 82d2aa2932..e0d55f1926 100644 --- a/Content.Server/Light/EntitySystems/LightReplacerSystem.cs +++ b/Content.Server/Light/EntitySystems/LightReplacerSystem.cs @@ -1,16 +1,12 @@ using System.Linq; using Content.Server.Light.Components; using Content.Server.Storage.Components; -using Content.Shared.ActionBlocker; using Content.Shared.Interaction; using Content.Shared.Light; using Content.Shared.Popups; using JetBrains.Annotations; using Robust.Shared.Audio; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Light.EntitySystems diff --git a/Content.Server/Light/EntitySystems/LitOnPoweredSystem.cs b/Content.Server/Light/EntitySystems/LitOnPoweredSystem.cs index 9edd1f182d..ecd5e5aa0b 100644 --- a/Content.Server/Light/EntitySystems/LitOnPoweredSystem.cs +++ b/Content.Server/Light/EntitySystems/LitOnPoweredSystem.cs @@ -2,7 +2,6 @@ using Content.Server.Light.Components; using Content.Server.Power.Components; using Content.Server.Power.EntitySystems; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; namespace Content.Server.Light.EntitySystems { diff --git a/Content.Server/Light/EntitySystems/MatchboxSystem.cs b/Content.Server/Light/EntitySystems/MatchboxSystem.cs index 520415645b..362139f4bf 100644 --- a/Content.Server/Light/EntitySystems/MatchboxSystem.cs +++ b/Content.Server/Light/EntitySystems/MatchboxSystem.cs @@ -1,8 +1,6 @@ using Content.Server.Light.Components; using Content.Shared.Interaction; using Content.Shared.Smoking; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Light.EntitySystems { diff --git a/Content.Server/Light/EntitySystems/MatchstickSystem.cs b/Content.Server/Light/EntitySystems/MatchstickSystem.cs index d38d9e41ac..ffd722cb9d 100644 --- a/Content.Server/Light/EntitySystems/MatchstickSystem.cs +++ b/Content.Server/Light/EntitySystems/MatchstickSystem.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using Content.Server.Atmos.EntitySystems; using Content.Server.Light.Components; using Content.Shared.Audio; @@ -8,8 +7,6 @@ using Content.Shared.Smoking; using Content.Shared.Temperature; using Robust.Server.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Player; namespace Content.Server.Light.EntitySystems diff --git a/Content.Server/Light/Events/LightToggleEvent.cs b/Content.Server/Light/Events/LightToggleEvent.cs index 72a04153d3..c7e82ce754 100644 --- a/Content.Server/Light/Events/LightToggleEvent.cs +++ b/Content.Server/Light/Events/LightToggleEvent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Light.Events { public sealed class LightToggleEvent : EntityEventArgs diff --git a/Content.Server/Lock/LockComponent.cs b/Content.Server/Lock/LockComponent.cs index ea7a2cf75a..158de6d8b2 100644 --- a/Content.Server/Lock/LockComponent.cs +++ b/Content.Server/Lock/LockComponent.cs @@ -1,7 +1,4 @@ using Content.Shared.Sound; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Storage.Components { diff --git a/Content.Server/Lock/LockSystem.cs b/Content.Server/Lock/LockSystem.cs index ab4f0f684b..ac1b97876f 100644 --- a/Content.Server/Lock/LockSystem.cs +++ b/Content.Server/Lock/LockSystem.cs @@ -1,8 +1,5 @@ -using Content.Server.Access.Components; -using Content.Server.Access.Systems; using Content.Server.Storage.Components; using Content.Shared.Emag.Systems; -using Content.Shared.Emag.Components; using Content.Shared.Access.Components; using Content.Shared.Access.Systems; using Content.Shared.Examine; @@ -12,9 +9,6 @@ using Content.Shared.Storage; using Content.Shared.Verbs; using JetBrains.Annotations; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Lock diff --git a/Content.Server/Lock/LockToggledEvent.cs b/Content.Server/Lock/LockToggledEvent.cs index cedbb1cd78..e37f139b45 100644 --- a/Content.Server/Lock/LockToggledEvent.cs +++ b/Content.Server/Lock/LockToggledEvent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Lock { public sealed class LockToggledEvent : EntityEventArgs diff --git a/Content.Server/MachineLinking/Events/PortDisconnectedEvent.cs b/Content.Server/MachineLinking/Events/PortDisconnectedEvent.cs index a392d48a3c..de5676e990 100644 --- a/Content.Server/MachineLinking/Events/PortDisconnectedEvent.cs +++ b/Content.Server/MachineLinking/Events/PortDisconnectedEvent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.MachineLinking.Events { public sealed class PortDisconnectedEvent : EntityEventArgs diff --git a/Content.Server/MachineLinking/Events/SignalReceivedEvent.cs b/Content.Server/MachineLinking/Events/SignalReceivedEvent.cs index 652bb97f27..e19a5de874 100644 --- a/Content.Server/MachineLinking/Events/SignalReceivedEvent.cs +++ b/Content.Server/MachineLinking/Events/SignalReceivedEvent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.MachineLinking.Events { public sealed class SignalReceivedEvent : EntityEventArgs diff --git a/Content.Server/MachineLinking/Exceptions/InvalidPortValueException.cs b/Content.Server/MachineLinking/Exceptions/InvalidPortValueException.cs index 1deb6c952f..4e153e1b52 100644 --- a/Content.Server/MachineLinking/Exceptions/InvalidPortValueException.cs +++ b/Content.Server/MachineLinking/Exceptions/InvalidPortValueException.cs @@ -1,5 +1,3 @@ -using System; - namespace Content.Server.MachineLinking.Exceptions { public sealed class InvalidPortValueException : Exception diff --git a/Content.Server/MachineLinking/Exceptions/LinkAlreadyRegisteredException.cs b/Content.Server/MachineLinking/Exceptions/LinkAlreadyRegisteredException.cs index 5fe96dd5e2..e03c5bb638 100644 --- a/Content.Server/MachineLinking/Exceptions/LinkAlreadyRegisteredException.cs +++ b/Content.Server/MachineLinking/Exceptions/LinkAlreadyRegisteredException.cs @@ -1,6 +1,4 @@ -using System; - -namespace Content.Server.MachineLinking.Exceptions +namespace Content.Server.MachineLinking.Exceptions { public sealed class LinkAlreadyRegisteredException : Exception { diff --git a/Content.Server/MachineLinking/Exceptions/NoSignalValueProvidedException.cs b/Content.Server/MachineLinking/Exceptions/NoSignalValueProvidedException.cs index 6e4132d6f3..4e509872c4 100644 --- a/Content.Server/MachineLinking/Exceptions/NoSignalValueProvidedException.cs +++ b/Content.Server/MachineLinking/Exceptions/NoSignalValueProvidedException.cs @@ -1,5 +1,3 @@ -using System; - namespace Content.Server.MachineLinking.Exceptions { public sealed class NoSignalValueProvidedException : Exception diff --git a/Content.Server/MachineLinking/Exceptions/PortNotFoundException.cs b/Content.Server/MachineLinking/Exceptions/PortNotFoundException.cs index df7bd8a971..475854d6cd 100644 --- a/Content.Server/MachineLinking/Exceptions/PortNotFoundException.cs +++ b/Content.Server/MachineLinking/Exceptions/PortNotFoundException.cs @@ -1,5 +1,3 @@ -using System; - namespace Content.Server.MachineLinking.Exceptions { public sealed class PortNotFoundException : Exception diff --git a/Content.Server/MachineLinking/System/TwoWayLeverSystem.cs b/Content.Server/MachineLinking/System/TwoWayLeverSystem.cs index 49ca1a3b24..72159c57fb 100644 --- a/Content.Server/MachineLinking/System/TwoWayLeverSystem.cs +++ b/Content.Server/MachineLinking/System/TwoWayLeverSystem.cs @@ -1,4 +1,3 @@ -using System; using Content.Server.MachineLinking.Components; using Content.Shared.Interaction; using Content.Shared.MachineLinking; diff --git a/Content.Server/Maps/Conditions/HolidayMapCondition.cs b/Content.Server/Maps/Conditions/HolidayMapCondition.cs index cf59138456..4de5d3ad8d 100644 --- a/Content.Server/Maps/Conditions/HolidayMapCondition.cs +++ b/Content.Server/Maps/Conditions/HolidayMapCondition.cs @@ -1,10 +1,5 @@ using System.Linq; using Content.Server.Holiday; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; namespace Content.Server.Maps.Conditions; diff --git a/Content.Server/Maps/GameMapCondition.cs b/Content.Server/Maps/GameMapCondition.cs index 7a9e66d054..f25e116684 100644 --- a/Content.Server/Maps/GameMapCondition.cs +++ b/Content.Server/Maps/GameMapCondition.cs @@ -1,5 +1,3 @@ -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Maps; [ImplicitDataDefinitionForInheritors] diff --git a/Content.Server/Maps/GameMapManager.cs b/Content.Server/Maps/GameMapManager.cs index 0120054113..c780306f6a 100644 --- a/Content.Server/Maps/GameMapManager.cs +++ b/Content.Server/Maps/GameMapManager.cs @@ -1,15 +1,9 @@ -using System; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Server.Chat.Managers; -using Content.Server.Station; using Content.Shared.CCVar; -using Robust.Server.Maps; using Robust.Server.Player; using Robust.Shared.Configuration; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Server/Maps/IGameMapManager.cs b/Content.Server/Maps/IGameMapManager.cs index a268fb7529..da8735649f 100644 --- a/Content.Server/Maps/IGameMapManager.cs +++ b/Content.Server/Maps/IGameMapManager.cs @@ -1,5 +1,3 @@ -using System.Collections.Generic; - namespace Content.Server.Maps; /// diff --git a/Content.Server/Maps/NameGenerators/NanotrasenNameGenerator.cs b/Content.Server/Maps/NameGenerators/NanotrasenNameGenerator.cs index b92acc2c83..12dfc7cb1b 100644 --- a/Content.Server/Maps/NameGenerators/NanotrasenNameGenerator.cs +++ b/Content.Server/Maps/NameGenerators/NanotrasenNameGenerator.cs @@ -1,7 +1,5 @@ using JetBrains.Annotations; -using Robust.Shared.IoC; using Robust.Shared.Random; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Maps.NameGenerators; diff --git a/Content.Server/Maps/NameGenerators/StationNameGenerator.cs b/Content.Server/Maps/NameGenerators/StationNameGenerator.cs index a0f44466b1..bfb8a21867 100644 --- a/Content.Server/Maps/NameGenerators/StationNameGenerator.cs +++ b/Content.Server/Maps/NameGenerators/StationNameGenerator.cs @@ -1,5 +1,3 @@ -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Maps.NameGenerators; [ImplicitDataDefinitionForInheritors] diff --git a/Content.Server/Medical/Components/HealingComponent.cs b/Content.Server/Medical/Components/HealingComponent.cs index b9d530b5e9..401a20cff0 100644 --- a/Content.Server/Medical/Components/HealingComponent.cs +++ b/Content.Server/Medical/Components/HealingComponent.cs @@ -2,10 +2,7 @@ using System.Threading; using Content.Shared.Damage; using Content.Shared.Damage.Prototypes; using Content.Shared.Sound; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Medical.Components { diff --git a/Content.Server/Medical/MedicalScannerSystem.cs b/Content.Server/Medical/MedicalScannerSystem.cs index 873f13fd00..10021bbaa2 100644 --- a/Content.Server/Medical/MedicalScannerSystem.cs +++ b/Content.Server/Medical/MedicalScannerSystem.cs @@ -15,8 +15,6 @@ using Content.Shared.MobState.Components; using Content.Shared.Movement; using Content.Shared.Preferences; using Content.Shared.Verbs; -using JetBrains.Annotations; -using Robust.Server.GameObjects; using Robust.Shared.Containers; using Robust.Shared.Network; using Robust.Shared.Player; diff --git a/Content.Server/Medical/SuitSensors/SuitSensorComponent.cs b/Content.Server/Medical/SuitSensors/SuitSensorComponent.cs index 5d5246bc5e..d957c7a000 100644 --- a/Content.Server/Medical/SuitSensors/SuitSensorComponent.cs +++ b/Content.Server/Medical/SuitSensors/SuitSensorComponent.cs @@ -1,9 +1,4 @@ -using System; -using Content.Shared.Inventory; using Content.Shared.Medical.SuitSensor; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Medical.SuitSensors { diff --git a/Content.Server/Medical/SuitSensors/SuitSensorSystem.cs b/Content.Server/Medical/SuitSensors/SuitSensorSystem.cs index 257f25fac7..6b6bc88f54 100644 --- a/Content.Server/Medical/SuitSensors/SuitSensorSystem.cs +++ b/Content.Server/Medical/SuitSensors/SuitSensorSystem.cs @@ -1,20 +1,14 @@ -using System; using Content.Server.Access.Systems; using Content.Server.DeviceNetwork; using Content.Server.DeviceNetwork.Components; using Content.Server.DeviceNetwork.Systems; using Content.Server.Popups; -using Content.Shared.ActionBlocker; using Content.Shared.Damage; using Content.Shared.Examine; -using Content.Shared.Inventory; using Content.Shared.Inventory.Events; using Content.Shared.Medical.SuitSensor; using Content.Shared.MobState.Components; using Content.Shared.Verbs; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Map; using Robust.Shared.Player; using Robust.Shared.Random; diff --git a/Content.Server/Mind/Commands/MakeSentientCommand.cs b/Content.Server/Mind/Commands/MakeSentientCommand.cs index 82873966b6..7f07877010 100644 --- a/Content.Server/Mind/Commands/MakeSentientCommand.cs +++ b/Content.Server/Mind/Commands/MakeSentientCommand.cs @@ -7,9 +7,6 @@ using Content.Shared.Examine; using Content.Shared.Movement.Components; using Content.Shared.Speech; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Timer = Robust.Shared.Timing.Timer; namespace Content.Server.Mind.Commands { diff --git a/Content.Server/Mind/Commands/MindInfoCommand.cs b/Content.Server/Mind/Commands/MindInfoCommand.cs index d75e4d42e2..fc2b0ff001 100644 --- a/Content.Server/Mind/Commands/MindInfoCommand.cs +++ b/Content.Server/Mind/Commands/MindInfoCommand.cs @@ -4,7 +4,6 @@ using Content.Server.Players; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Mind.Commands { diff --git a/Content.Server/Mind/Commands/RenameCommand.cs b/Content.Server/Mind/Commands/RenameCommand.cs index 8ccde0b516..bf9c544e6d 100644 --- a/Content.Server/Mind/Commands/RenameCommand.cs +++ b/Content.Server/Mind/Commands/RenameCommand.cs @@ -1,6 +1,4 @@ -using System.Collections.Generic; -using System.Diagnostics.CodeAnalysis; -using Content.Server.Access.Systems; +using Content.Server.Access.Systems; using Content.Server.Administration; using Content.Server.Cloning; using Content.Server.Mind.Components; @@ -11,8 +9,6 @@ using Content.Shared.PDA; using Robust.Server.GameObjects; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Mind.Commands; diff --git a/Content.Server/Mind/Components/MindComponent.cs b/Content.Server/Mind/Components/MindComponent.cs index 33cfd91f08..513a5003dc 100644 --- a/Content.Server/Mind/Components/MindComponent.cs +++ b/Content.Server/Mind/Components/MindComponent.cs @@ -1,18 +1,3 @@ -using Content.Server.GameTicking; -using Content.Server.Ghost.Components; -using Content.Shared.Examine; -using Content.Shared.Ghost; -using Content.Shared.MobState.Components; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Timing; -using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; - namespace Content.Server.Mind.Components { /// diff --git a/Content.Server/Mind/Components/VisitingMindComponent.cs b/Content.Server/Mind/Components/VisitingMindComponent.cs index f4ae8f88a8..e7b81c0cc7 100644 --- a/Content.Server/Mind/Components/VisitingMindComponent.cs +++ b/Content.Server/Mind/Components/VisitingMindComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; - namespace Content.Server.Mind.Components { [RegisterComponent] diff --git a/Content.Server/Mind/Mind.cs b/Content.Server/Mind/Mind.cs index 4c45d1549a..32b5ad88e9 100644 --- a/Content.Server/Mind/Mind.cs +++ b/Content.Server/Mind/Mind.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Server.GameTicking; @@ -11,12 +9,8 @@ using Content.Server.Roles; using Content.Shared.MobState.Components; using Robust.Server.GameObjects; using Robust.Server.Player; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Network; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Server.Mind { diff --git a/Content.Server/Mind/MindSystem.cs b/Content.Server/Mind/MindSystem.cs index d8a3cdbae8..b6121da439 100644 --- a/Content.Server/Mind/MindSystem.cs +++ b/Content.Server/Mind/MindSystem.cs @@ -1,14 +1,9 @@ -using System; using Content.Server.GameTicking; using Content.Server.Ghost; using Content.Server.Ghost.Components; using Content.Server.Mind.Components; using Content.Shared.Examine; -using Content.Shared.Ghost; using Content.Shared.MobState.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Map; using Robust.Shared.Timing; diff --git a/Content.Server/Mind/MindTrackerSystem.cs b/Content.Server/Mind/MindTrackerSystem.cs index 5903cb3034..49f2400b08 100644 --- a/Content.Server/Mind/MindTrackerSystem.cs +++ b/Content.Server/Mind/MindTrackerSystem.cs @@ -1,12 +1,5 @@ -using System; -using System.Collections.Generic; -using Content.Server.GameTicking; using Content.Server.Mind.Components; using Content.Shared.GameTicking; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.ViewVariables; -using Robust.Shared.Player; namespace Content.Server.Mind { diff --git a/Content.Server/MoMMI/MoMMILink.cs b/Content.Server/MoMMI/MoMMILink.cs index bc04e41dbb..d4ef965f84 100644 --- a/Content.Server/MoMMI/MoMMILink.cs +++ b/Content.Server/MoMMI/MoMMILink.cs @@ -1,4 +1,3 @@ -using System; using System.Net; using System.Net.Http; using System.Net.Http.Json; @@ -10,8 +9,6 @@ using Content.Shared.CCVar; using Robust.Server.ServerStatus; using Robust.Shared.Asynchronous; using Robust.Shared.Configuration; -using Robust.Shared.IoC; -using Robust.Shared.Log; namespace Content.Server.MoMMI { diff --git a/Content.Server/MobState/States/CriticalMobState.cs b/Content.Server/MobState/States/CriticalMobState.cs index dc046e6f68..93a2b6ba27 100644 --- a/Content.Server/MobState/States/CriticalMobState.cs +++ b/Content.Server/MobState/States/CriticalMobState.cs @@ -1,9 +1,5 @@ -using Content.Server.Stunnable; -using Content.Server.Stunnable.Components; -using Content.Shared.MobState.State; +using Content.Shared.MobState.State; using Content.Shared.StatusEffect; -using Content.Shared.Stunnable; -using Robust.Shared.GameObjects; namespace Content.Server.MobState.States { diff --git a/Content.Server/MobState/States/DeadMobState.cs b/Content.Server/MobState/States/DeadMobState.cs index e9674716df..60c8b90ca4 100644 --- a/Content.Server/MobState/States/DeadMobState.cs +++ b/Content.Server/MobState/States/DeadMobState.cs @@ -1,13 +1,6 @@ -using System; -using Content.Server.Stunnable; -using Content.Server.Stunnable.Components; using Content.Shared.Alert; -using Content.Shared.MobState; using Content.Shared.MobState.State; using Content.Shared.StatusEffect; -using Content.Shared.Stunnable; -using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; namespace Content.Server.MobState.States { diff --git a/Content.Server/MobState/States/NormalMobState.cs b/Content.Server/MobState/States/NormalMobState.cs index cb814af9f9..726307f538 100644 --- a/Content.Server/MobState/States/NormalMobState.cs +++ b/Content.Server/MobState/States/NormalMobState.cs @@ -1,10 +1,8 @@ -using System; using Content.Shared.Alert; using Content.Shared.Damage; using Content.Shared.FixedPoint; using Content.Shared.MobState.Components; using Content.Shared.MobState.State; -using Robust.Shared.GameObjects; namespace Content.Server.MobState.States { diff --git a/Content.Server/Morgue/Components/BodyBagEntityStorageComponent.cs b/Content.Server/Morgue/Components/BodyBagEntityStorageComponent.cs index dc010a2b2e..e53acb7a1b 100644 --- a/Content.Server/Morgue/Components/BodyBagEntityStorageComponent.cs +++ b/Content.Server/Morgue/Components/BodyBagEntityStorageComponent.cs @@ -2,8 +2,6 @@ using Content.Server.Storage.Components; using Content.Shared.Body.Components; using Content.Shared.Interaction; using Content.Shared.Standing; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Morgue.Components { diff --git a/Content.Server/Morgue/Components/MorgueTrayComponent.cs b/Content.Server/Morgue/Components/MorgueTrayComponent.cs index 8df4a339f1..8f4fd84e62 100644 --- a/Content.Server/Morgue/Components/MorgueTrayComponent.cs +++ b/Content.Server/Morgue/Components/MorgueTrayComponent.cs @@ -1,7 +1,4 @@ using Content.Shared.Interaction; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.ViewVariables; namespace Content.Server.Morgue.Components { diff --git a/Content.Server/Movement/Components/StressTestMovementComponent.cs b/Content.Server/Movement/Components/StressTestMovementComponent.cs index c00d107a3f..615a4876e6 100644 --- a/Content.Server/Movement/Components/StressTestMovementComponent.cs +++ b/Content.Server/Movement/Components/StressTestMovementComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; - namespace Content.Server.Movement.Components { [RegisterComponent] diff --git a/Content.Server/Movement/StressTestMovementSystem.cs b/Content.Server/Movement/StressTestMovementSystem.cs index 317a5bfe97..a23397dc7d 100644 --- a/Content.Server/Movement/StressTestMovementSystem.cs +++ b/Content.Server/Movement/StressTestMovementSystem.cs @@ -1,9 +1,5 @@ -using System; using Content.Server.Movement.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; namespace Content.Server.Movement { diff --git a/Content.Server/NameIdentifier/NameIdentifierSystem.cs b/Content.Server/NameIdentifier/NameIdentifierSystem.cs index 590e15e2a9..2b5bc4515b 100644 --- a/Content.Server/NameIdentifier/NameIdentifierSystem.cs +++ b/Content.Server/NameIdentifier/NameIdentifierSystem.cs @@ -1,5 +1,4 @@ -using System.Linq; -using Content.Shared.GameTicking; +using Content.Shared.GameTicking; using Content.Shared.NameIdentifier; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Server/NodeContainer/EntitySystems/NodeGroupSystem.cs b/Content.Server/NodeContainer/EntitySystems/NodeGroupSystem.cs index 30a67a83dc..9e5a9e09e2 100644 --- a/Content.Server/NodeContainer/EntitySystems/NodeGroupSystem.cs +++ b/Content.Server/NodeContainer/EntitySystems/NodeGroupSystem.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using System.Diagnostics; using System.Linq; using Content.Server.Administration.Managers; @@ -9,11 +8,7 @@ using Content.Shared.NodeContainer; using JetBrains.Annotations; using Robust.Server.Player; using Robust.Shared.Enums; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Utility; namespace Content.Server.NodeContainer.EntitySystems diff --git a/Content.Server/NodeContainer/NodeGroups/BaseNodeGroup.cs b/Content.Server/NodeContainer/NodeGroups/BaseNodeGroup.cs index b46f5d6143..e560e4be40 100644 --- a/Content.Server/NodeContainer/NodeGroups/BaseNodeGroup.cs +++ b/Content.Server/NodeContainer/NodeGroups/BaseNodeGroup.cs @@ -1,11 +1,6 @@ -using System.Collections.Generic; using System.Linq; -using Content.Server.NodeContainer.EntitySystems; using Content.Server.NodeContainer.Nodes; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.ViewVariables; namespace Content.Server.NodeContainer.NodeGroups { diff --git a/Content.Server/NodeContainer/NodeGroups/NodeGroupAttribute.cs b/Content.Server/NodeContainer/NodeGroups/NodeGroupAttribute.cs index 633fe50f1a..9b4979a524 100644 --- a/Content.Server/NodeContainer/NodeGroups/NodeGroupAttribute.cs +++ b/Content.Server/NodeContainer/NodeGroups/NodeGroupAttribute.cs @@ -1,4 +1,3 @@ -using System; using JetBrains.Annotations; namespace Content.Server.NodeContainer.NodeGroups diff --git a/Content.Server/NodeContainer/NodeGroups/NodeGroupFactory.cs b/Content.Server/NodeContainer/NodeGroups/NodeGroupFactory.cs index 4b5f9dca86..b91a866084 100644 --- a/Content.Server/NodeContainer/NodeGroups/NodeGroupFactory.cs +++ b/Content.Server/NodeContainer/NodeGroups/NodeGroupFactory.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; using System.Reflection; -using Content.Server.NodeContainer.Nodes; -using Robust.Shared.IoC; using Robust.Shared.Reflection; namespace Content.Server.NodeContainer.NodeGroups diff --git a/Content.Server/NodeContainer/Nodes/AdjacentNode.cs b/Content.Server/NodeContainer/Nodes/AdjacentNode.cs index db5dc70215..3660fb70f3 100644 --- a/Content.Server/NodeContainer/Nodes/AdjacentNode.cs +++ b/Content.Server/NodeContainer/Nodes/AdjacentNode.cs @@ -1,8 +1,4 @@ -using System.Collections.Generic; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.NodeContainer.Nodes { diff --git a/Content.Server/NodeContainer/Nodes/IRotatableNode.cs b/Content.Server/NodeContainer/Nodes/IRotatableNode.cs index 8f5da7c6eb..a4468af09e 100644 --- a/Content.Server/NodeContainer/Nodes/IRotatableNode.cs +++ b/Content.Server/NodeContainer/Nodes/IRotatableNode.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.NodeContainer.Nodes +namespace Content.Server.NodeContainer.Nodes { /// /// A that implements this will have its called when its diff --git a/Content.Server/NodeContainer/Nodes/Node.cs b/Content.Server/NodeContainer/Nodes/Node.cs index 394489f085..147002db4b 100644 --- a/Content.Server/NodeContainer/Nodes/Node.cs +++ b/Content.Server/NodeContainer/Nodes/Node.cs @@ -1,11 +1,6 @@ -using System.Collections.Generic; using Content.Server.NodeContainer.EntitySystems; using Content.Server.NodeContainer.NodeGroups; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.NodeContainer.Nodes { diff --git a/Content.Server/NodeContainer/Nodes/NodeHelpers.cs b/Content.Server/NodeContainer/Nodes/NodeHelpers.cs index 1bc0d0d377..294b10670d 100644 --- a/Content.Server/NodeContainer/Nodes/NodeHelpers.cs +++ b/Content.Server/NodeContainer/Nodes/NodeHelpers.cs @@ -1,9 +1,5 @@ -using System; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.NodeContainer.Nodes { diff --git a/Content.Server/NodeContainer/Nodes/PipeNode.cs b/Content.Server/NodeContainer/Nodes/PipeNode.cs index dcc6652180..8fa33dd44f 100644 --- a/Content.Server/NodeContainer/Nodes/PipeNode.cs +++ b/Content.Server/NodeContainer/Nodes/PipeNode.cs @@ -1,16 +1,9 @@ -using System.Collections.Generic; using Content.Server.Atmos; -using Content.Server.Atmos.EntitySystems; using Content.Server.NodeContainer.EntitySystems; using Content.Server.NodeContainer.NodeGroups; using Content.Shared.Atmos; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Server.NodeContainer.Nodes { diff --git a/Content.Server/NodeContainer/Nodes/PortPipeNode.cs b/Content.Server/NodeContainer/Nodes/PortPipeNode.cs index cec16069ae..740e04ae23 100644 --- a/Content.Server/NodeContainer/Nodes/PortPipeNode.cs +++ b/Content.Server/NodeContainer/Nodes/PortPipeNode.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.NodeContainer.Nodes { diff --git a/Content.Server/NodeContainer/Nodes/PortablePipeNode.cs b/Content.Server/NodeContainer/Nodes/PortablePipeNode.cs index 3031e47ece..d4d73924fa 100644 --- a/Content.Server/NodeContainer/Nodes/PortablePipeNode.cs +++ b/Content.Server/NodeContainer/Nodes/PortablePipeNode.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.NodeContainer.Nodes { diff --git a/Content.Server/Nuke/Commands/SendNukeCodesCommand.cs b/Content.Server/Nuke/Commands/SendNukeCodesCommand.cs index a4e001c1b8..b7e36a9911 100644 --- a/Content.Server/Nuke/Commands/SendNukeCodesCommand.cs +++ b/Content.Server/Nuke/Commands/SendNukeCodesCommand.cs @@ -2,7 +2,6 @@ using Content.Shared.Administration; using JetBrains.Annotations; using Robust.Shared.Console; -using Robust.Shared.GameObjects; namespace Content.Server.Nuke.Commands { diff --git a/Content.Server/Nuke/NukeSystem.cs b/Content.Server/Nuke/NukeSystem.cs index f2dc977bc6..30ffdc6718 100644 --- a/Content.Server/Nuke/NukeSystem.cs +++ b/Content.Server/Nuke/NukeSystem.cs @@ -4,7 +4,6 @@ using Content.Server.Explosion.EntitySystems; using Content.Server.Popups; using Content.Server.UserInterface; using Content.Shared.Audio; -using Content.Shared.Body.Components; using Content.Shared.Construction.Components; using Content.Shared.Containers.ItemSlots; using Content.Shared.Nuke; diff --git a/Content.Server/Nutrition/Components/CigarComponent.cs b/Content.Server/Nutrition/Components/CigarComponent.cs index e20e3555bd..8deb4c9472 100644 --- a/Content.Server/Nutrition/Components/CigarComponent.cs +++ b/Content.Server/Nutrition/Components/CigarComponent.cs @@ -1,6 +1,4 @@ using Content.Server.Nutrition.EntitySystems; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; namespace Content.Server.Nutrition.Components { diff --git a/Content.Server/Nutrition/Components/DrinkComponent.cs b/Content.Server/Nutrition/Components/DrinkComponent.cs index 2146d1952b..68faf0fc8c 100644 --- a/Content.Server/Nutrition/Components/DrinkComponent.cs +++ b/Content.Server/Nutrition/Components/DrinkComponent.cs @@ -1,11 +1,7 @@ using Content.Shared.Sound; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; using Content.Server.Nutrition.EntitySystems; using Content.Shared.FixedPoint; -using Robust.Shared.Analyzers; using System.Threading; namespace Content.Server.Nutrition.Components diff --git a/Content.Server/Nutrition/Components/FoodComponent.cs b/Content.Server/Nutrition/Components/FoodComponent.cs index d44ddfec88..096f4d0974 100644 --- a/Content.Server/Nutrition/Components/FoodComponent.cs +++ b/Content.Server/Nutrition/Components/FoodComponent.cs @@ -1,15 +1,10 @@ -using System; using System.Threading; using Content.Server.Chemistry.EntitySystems; using Content.Server.Nutrition.EntitySystems; using Content.Shared.FixedPoint; using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Nutrition.Components { diff --git a/Content.Server/Nutrition/Components/ForcefeedOnCollideComponent.cs b/Content.Server/Nutrition/Components/ForcefeedOnCollideComponent.cs index acedf76e1d..1099fec450 100644 --- a/Content.Server/Nutrition/Components/ForcefeedOnCollideComponent.cs +++ b/Content.Server/Nutrition/Components/ForcefeedOnCollideComponent.cs @@ -1,7 +1,4 @@ using Content.Server.Nutrition.EntitySystems; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Nutrition.Components { diff --git a/Content.Server/Nutrition/Components/HungerComponent.cs b/Content.Server/Nutrition/Components/HungerComponent.cs index ffe32a3732..4d8f8fbd46 100644 --- a/Content.Server/Nutrition/Components/HungerComponent.cs +++ b/Content.Server/Nutrition/Components/HungerComponent.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; using Content.Server.Administration.Logs; -using Content.Shared.Administration.Logs; using Content.Shared.Alert; using Content.Shared.Damage; using Content.Shared.Database; @@ -9,13 +6,7 @@ using Content.Shared.MobState.Components; using Content.Shared.Movement.Components; using Content.Shared.Movement.EntitySystems; using Content.Shared.Nutrition.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; -using Robust.Shared.Players; using Robust.Shared.Random; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Nutrition.Components { diff --git a/Content.Server/Nutrition/Components/IngestionBlockerComponent.cs b/Content.Server/Nutrition/Components/IngestionBlockerComponent.cs index c814bf1305..60613dfea2 100644 --- a/Content.Server/Nutrition/Components/IngestionBlockerComponent.cs +++ b/Content.Server/Nutrition/Components/IngestionBlockerComponent.cs @@ -1,8 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Analyzers; -using Robust.Shared.ViewVariables; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Nutrition.EntitySystems; /// diff --git a/Content.Server/Nutrition/Components/SliceableFoodComponent.cs b/Content.Server/Nutrition/Components/SliceableFoodComponent.cs index 37e4f0c66e..f1aeca0820 100644 --- a/Content.Server/Nutrition/Components/SliceableFoodComponent.cs +++ b/Content.Server/Nutrition/Components/SliceableFoodComponent.cs @@ -1,9 +1,5 @@ using Content.Server.Nutrition.EntitySystems; using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Nutrition.Components { diff --git a/Content.Server/Nutrition/Components/SmokableComponent.cs b/Content.Server/Nutrition/Components/SmokableComponent.cs index 5a7429e145..29b9a6f7c0 100644 --- a/Content.Server/Nutrition/Components/SmokableComponent.cs +++ b/Content.Server/Nutrition/Components/SmokableComponent.cs @@ -1,10 +1,6 @@ using Content.Server.Nutrition.EntitySystems; -using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; using Content.Shared.Smoking; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Nutrition.Components { diff --git a/Content.Server/Nutrition/Components/UtensilComponent.cs b/Content.Server/Nutrition/Components/UtensilComponent.cs index b611ab3699..1a655f59d7 100644 --- a/Content.Server/Nutrition/Components/UtensilComponent.cs +++ b/Content.Server/Nutrition/Components/UtensilComponent.cs @@ -1,10 +1,5 @@ -using System; using Content.Server.Nutrition.EntitySystems; using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Nutrition.Components { diff --git a/Content.Server/Nutrition/EntitySystems/CreamPieSystem.cs b/Content.Server/Nutrition/EntitySystems/CreamPieSystem.cs index 27c1f01fb8..d1912dcc74 100644 --- a/Content.Server/Nutrition/EntitySystems/CreamPieSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/CreamPieSystem.cs @@ -1,5 +1,4 @@ using Content.Server.Chemistry.EntitySystems; -using Content.Server.Fluids.Components; using Content.Server.Fluids.EntitySystems; using Content.Server.Nutrition.Components; using Content.Server.Popups; @@ -10,9 +9,6 @@ using Content.Shared.Popups; using Content.Shared.Throwing; using JetBrains.Annotations; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Nutrition.EntitySystems diff --git a/Content.Server/Nutrition/EntitySystems/DrinkSystem.cs b/Content.Server/Nutrition/EntitySystems/DrinkSystem.cs index 7d7a00113a..d5fd13c79e 100644 --- a/Content.Server/Nutrition/EntitySystems/DrinkSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/DrinkSystem.cs @@ -7,7 +7,6 @@ using Content.Server.DoAfter; using Content.Server.Fluids.EntitySystems; using Content.Server.Nutrition.Components; using Content.Server.Popups; -using Content.Shared.ActionBlocker; using Content.Shared.Administration.Logs; using Content.Shared.Body.Components; using Content.Shared.Chemistry.Reagent; @@ -16,16 +15,12 @@ using Content.Shared.Examine; using Content.Shared.FixedPoint; using Content.Shared.Interaction; using Content.Shared.Interaction.Events; -using Content.Shared.Interaction.Helpers; using Content.Shared.MobState.Components; using Content.Shared.Nutrition.Components; using Content.Shared.Throwing; using Content.Shared.Verbs; using JetBrains.Annotations; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; using Robust.Shared.Random; using Robust.Shared.Utility; diff --git a/Content.Server/Nutrition/EntitySystems/FoodSystem.cs b/Content.Server/Nutrition/EntitySystems/FoodSystem.cs index 108752ceb1..005416184e 100644 --- a/Content.Server/Nutrition/EntitySystems/FoodSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/FoodSystem.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using System.Threading; using Content.Server.Body.Components; using Content.Server.Body.Systems; diff --git a/Content.Server/Nutrition/EntitySystems/ForcefeedOnCollideSystem.cs b/Content.Server/Nutrition/EntitySystems/ForcefeedOnCollideSystem.cs index d41045dd28..41f92dcc9e 100644 --- a/Content.Server/Nutrition/EntitySystems/ForcefeedOnCollideSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/ForcefeedOnCollideSystem.cs @@ -1,7 +1,5 @@ using Content.Server.Nutrition.Components; using Content.Shared.Throwing; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Nutrition.EntitySystems { diff --git a/Content.Server/Nutrition/EntitySystems/HungerSystem.cs b/Content.Server/Nutrition/EntitySystems/HungerSystem.cs index 215cbc56d4..b66a0ae9d5 100644 --- a/Content.Server/Nutrition/EntitySystems/HungerSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/HungerSystem.cs @@ -1,6 +1,5 @@ using Content.Server.Nutrition.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.Nutrition.EntitySystems { diff --git a/Content.Server/Nutrition/EntitySystems/SliceableFoodSystem.cs b/Content.Server/Nutrition/EntitySystems/SliceableFoodSystem.cs index e2a290938d..c6fb4cf582 100644 --- a/Content.Server/Nutrition/EntitySystems/SliceableFoodSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/SliceableFoodSystem.cs @@ -7,7 +7,6 @@ using Content.Shared.Examine; using Content.Shared.FixedPoint; using Content.Shared.Hands.EntitySystems; using Content.Shared.Interaction; -using Content.Shared.Item; using Robust.Shared.Audio; using Robust.Shared.Containers; using Robust.Shared.Player; diff --git a/Content.Server/Nutrition/EntitySystems/SmokingSystem.Cigar.cs b/Content.Server/Nutrition/EntitySystems/SmokingSystem.Cigar.cs index ec9d5274f8..66ceb818cb 100644 --- a/Content.Server/Nutrition/EntitySystems/SmokingSystem.Cigar.cs +++ b/Content.Server/Nutrition/EntitySystems/SmokingSystem.Cigar.cs @@ -2,7 +2,6 @@ using Content.Server.Nutrition.Components; using Content.Shared.Interaction; using Content.Shared.Smoking; using Content.Shared.Temperature; -using Robust.Shared.GameObjects; namespace Content.Server.Nutrition.EntitySystems { diff --git a/Content.Server/Nutrition/EntitySystems/SmokingSystem.cs b/Content.Server/Nutrition/EntitySystems/SmokingSystem.cs index 6243e2593f..8e6c821c0a 100644 --- a/Content.Server/Nutrition/EntitySystems/SmokingSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/SmokingSystem.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using System.Linq; using Content.Server.Atmos.EntitySystems; using Content.Server.Body.Components; @@ -12,8 +11,6 @@ using Content.Shared.FixedPoint; using Content.Shared.Smoking; using Content.Shared.Temperature; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Nutrition.EntitySystems { diff --git a/Content.Server/Nutrition/EntitySystems/ThirstSystem.cs b/Content.Server/Nutrition/EntitySystems/ThirstSystem.cs index 3116c6eb1b..9a38d566de 100644 --- a/Content.Server/Nutrition/EntitySystems/ThirstSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/ThirstSystem.cs @@ -1,14 +1,11 @@ using Content.Server.Nutrition.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; using Content.Shared.Movement.EntitySystems; -using Content.Shared.Nutrition.Components; using Robust.Shared.Random; using Content.Shared.MobState.Components; using Content.Shared.Movement.Components; using Content.Shared.Alert; using Content.Server.Administration.Logs; -using Content.Shared.Administration.Logs; using Content.Shared.Database; using Content.Shared.Damage; diff --git a/Content.Server/Nutrition/EntitySystems/UtensilSystem.cs b/Content.Server/Nutrition/EntitySystems/UtensilSystem.cs index fd9177542e..5d58fb4713 100644 --- a/Content.Server/Nutrition/EntitySystems/UtensilSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/UtensilSystem.cs @@ -1,11 +1,7 @@ using Content.Server.Nutrition.Components; using Content.Server.Popups; using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; using Robust.Shared.Random; diff --git a/Content.Server/Nutrition/Hungry.cs b/Content.Server/Nutrition/Hungry.cs index d7b4c41644..7c722be9bf 100644 --- a/Content.Server/Nutrition/Hungry.cs +++ b/Content.Server/Nutrition/Hungry.cs @@ -4,8 +4,6 @@ using Content.Shared.Administration; using Content.Shared.Nutrition.Components; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Nutrition { diff --git a/Content.Server/Nutrition/IngestionEvents.cs b/Content.Server/Nutrition/IngestionEvents.cs index aeb7916eec..b76b679a97 100644 --- a/Content.Server/Nutrition/IngestionEvents.cs +++ b/Content.Server/Nutrition/IngestionEvents.cs @@ -1,7 +1,5 @@ using Content.Server.Nutrition.Components; using Content.Shared.Chemistry.Components; -using Robust.Shared.GameObjects; -using System.Collections.Generic; namespace Content.Server.Nutrition; diff --git a/Content.Server/Objectives/Commands/AddObjectiveCommand.cs b/Content.Server/Objectives/Commands/AddObjectiveCommand.cs index 87a100d73a..ea4372b1aa 100644 --- a/Content.Server/Objectives/Commands/AddObjectiveCommand.cs +++ b/Content.Server/Objectives/Commands/AddObjectiveCommand.cs @@ -3,7 +3,6 @@ using Content.Server.Players; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; namespace Content.Server.Objectives.Commands diff --git a/Content.Server/Objectives/Commands/ListObjectivesCommand.cs b/Content.Server/Objectives/Commands/ListObjectivesCommand.cs index 4faddf8460..f873780b98 100644 --- a/Content.Server/Objectives/Commands/ListObjectivesCommand.cs +++ b/Content.Server/Objectives/Commands/ListObjectivesCommand.cs @@ -4,7 +4,6 @@ using Content.Server.Players; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Objectives.Commands { diff --git a/Content.Server/Objectives/Commands/RemoveObjectiveCommand.cs b/Content.Server/Objectives/Commands/RemoveObjectiveCommand.cs index eb79e83ac1..96979ab6fa 100644 --- a/Content.Server/Objectives/Commands/RemoveObjectiveCommand.cs +++ b/Content.Server/Objectives/Commands/RemoveObjectiveCommand.cs @@ -3,7 +3,6 @@ using Content.Server.Players; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; namespace Content.Server.Objectives.Commands { diff --git a/Content.Server/Objectives/Conditions/DieCondition.cs b/Content.Server/Objectives/Conditions/DieCondition.cs index 61fafcc2fb..340b5ba60c 100644 --- a/Content.Server/Objectives/Conditions/DieCondition.cs +++ b/Content.Server/Objectives/Conditions/DieCondition.cs @@ -1,7 +1,5 @@ using Content.Server.Objectives.Interfaces; using JetBrains.Annotations; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Server.Objectives.Conditions diff --git a/Content.Server/Objectives/Conditions/KillPersonCondition.cs b/Content.Server/Objectives/Conditions/KillPersonCondition.cs index b00b0147ce..88ce4a7469 100644 --- a/Content.Server/Objectives/Conditions/KillPersonCondition.cs +++ b/Content.Server/Objectives/Conditions/KillPersonCondition.cs @@ -1,8 +1,4 @@ using Content.Server.Objectives.Interfaces; -using Content.Server.Roles; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Utility; namespace Content.Server.Objectives.Conditions diff --git a/Content.Server/Objectives/Conditions/KillRandomPersonCondition.cs b/Content.Server/Objectives/Conditions/KillRandomPersonCondition.cs index 9e9fced3c1..0da04e2bde 100644 --- a/Content.Server/Objectives/Conditions/KillRandomPersonCondition.cs +++ b/Content.Server/Objectives/Conditions/KillRandomPersonCondition.cs @@ -3,10 +3,7 @@ using Content.Server.Mind.Components; using Content.Server.Objectives.Interfaces; using Content.Shared.MobState.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Objectives.Conditions { diff --git a/Content.Server/Objectives/Conditions/RandomTraitorAliveCondition.cs b/Content.Server/Objectives/Conditions/RandomTraitorAliveCondition.cs index e313d4b8a2..5f33e1d960 100644 --- a/Content.Server/Objectives/Conditions/RandomTraitorAliveCondition.cs +++ b/Content.Server/Objectives/Conditions/RandomTraitorAliveCondition.cs @@ -1,15 +1,8 @@ -using System.Collections.Generic; using Content.Server.Mind.Components; using Content.Server.Objectives.Interfaces; -using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; -using Robust.Shared.Localization; using Robust.Shared.Utility; -using Robust.Shared.Serialization.Manager.Attributes; using Content.Server.Traitor; -using Content.Server.Roles; namespace Content.Server.Objectives.Conditions { diff --git a/Content.Server/Objectives/Conditions/StayAliveCondition.cs b/Content.Server/Objectives/Conditions/StayAliveCondition.cs index 1154218881..03af3a4c9f 100644 --- a/Content.Server/Objectives/Conditions/StayAliveCondition.cs +++ b/Content.Server/Objectives/Conditions/StayAliveCondition.cs @@ -1,7 +1,5 @@ using Content.Server.Objectives.Interfaces; using JetBrains.Annotations; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Server.Objectives.Conditions diff --git a/Content.Server/Objectives/Conditions/StealCondition.cs b/Content.Server/Objectives/Conditions/StealCondition.cs index 9e7b572093..ecb0dee39f 100644 --- a/Content.Server/Objectives/Conditions/StealCondition.cs +++ b/Content.Server/Objectives/Conditions/StealCondition.cs @@ -1,15 +1,9 @@ -using System; using Content.Server.Containers; using Content.Server.Objectives.Interfaces; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Log; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Server.Objectives.Conditions diff --git a/Content.Server/Objectives/Interfaces/IObjectiveCondition.cs b/Content.Server/Objectives/Interfaces/IObjectiveCondition.cs index 2cb0061632..315ed76c2b 100644 --- a/Content.Server/Objectives/Interfaces/IObjectiveCondition.cs +++ b/Content.Server/Objectives/Interfaces/IObjectiveCondition.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Utility; +using Robust.Shared.Utility; namespace Content.Server.Objectives.Interfaces { diff --git a/Content.Server/Objectives/Interfaces/IObjectivesManager.cs b/Content.Server/Objectives/Interfaces/IObjectivesManager.cs index e80fd090ec..57b36675c1 100644 --- a/Content.Server/Objectives/Interfaces/IObjectivesManager.cs +++ b/Content.Server/Objectives/Interfaces/IObjectivesManager.cs @@ -1,6 +1,4 @@ -using System.Collections.Generic; - -namespace Content.Server.Objectives.Interfaces +namespace Content.Server.Objectives.Interfaces { public interface IObjectivesManager { diff --git a/Content.Server/Objectives/Objective.cs b/Content.Server/Objectives/Objective.cs index d51240a70a..456502ef83 100644 --- a/Content.Server/Objectives/Objective.cs +++ b/Content.Server/Objectives/Objective.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using Content.Server.Objectives.Interfaces; -using Robust.Shared.ViewVariables; +using Content.Server.Objectives.Interfaces; namespace Content.Server.Objectives { diff --git a/Content.Server/Objectives/ObjectivePrototype.cs b/Content.Server/Objectives/ObjectivePrototype.cs index 5695fcf9fd..ff2eeae3e6 100644 --- a/Content.Server/Objectives/ObjectivePrototype.cs +++ b/Content.Server/Objectives/ObjectivePrototype.cs @@ -1,9 +1,6 @@ -using System.Collections.Generic; -using System.Linq; +using System.Linq; using Content.Server.Objectives.Interfaces; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Objectives { diff --git a/Content.Server/Objectives/ObjectivesManager.cs b/Content.Server/Objectives/ObjectivesManager.cs index f4d9588c2e..ff3e72ad2a 100644 --- a/Content.Server/Objectives/ObjectivesManager.cs +++ b/Content.Server/Objectives/ObjectivesManager.cs @@ -1,7 +1,5 @@ -using System.Collections.Generic; -using System.Linq; +using System.Linq; using Content.Server.Objectives.Interfaces; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Server/Objectives/Requirements/IncompatibleConditionsRequirement.cs b/Content.Server/Objectives/Requirements/IncompatibleConditionsRequirement.cs index 095d1f9f8f..e0bda216d0 100644 --- a/Content.Server/Objectives/Requirements/IncompatibleConditionsRequirement.cs +++ b/Content.Server/Objectives/Requirements/IncompatibleConditionsRequirement.cs @@ -1,6 +1,4 @@ -using System.Collections.Generic; -using Content.Server.Objectives.Interfaces; -using Robust.Shared.Serialization.Manager.Attributes; +using Content.Server.Objectives.Interfaces; namespace Content.Server.Objectives.Requirements { diff --git a/Content.Server/Objectives/Requirements/IncompatibleObjectivesRequirement.cs b/Content.Server/Objectives/Requirements/IncompatibleObjectivesRequirement.cs index f5b2b095e3..15e11efbd5 100644 --- a/Content.Server/Objectives/Requirements/IncompatibleObjectivesRequirement.cs +++ b/Content.Server/Objectives/Requirements/IncompatibleObjectivesRequirement.cs @@ -1,6 +1,4 @@ -using System.Collections.Generic; -using Content.Server.Objectives.Interfaces; -using Robust.Shared.Serialization.Manager.Attributes; +using Content.Server.Objectives.Interfaces; namespace Content.Server.Objectives.Requirements { diff --git a/Content.Server/Objectives/Requirements/MultipleTraitorsRequirement.cs b/Content.Server/Objectives/Requirements/MultipleTraitorsRequirement.cs index b5f6dff013..e833165862 100644 --- a/Content.Server/Objectives/Requirements/MultipleTraitorsRequirement.cs +++ b/Content.Server/Objectives/Requirements/MultipleTraitorsRequirement.cs @@ -1,8 +1,4 @@ -using System; -using Content.Server.Objectives.Interfaces; -using Content.Server.Traitor; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.GameObjects; +using Content.Server.Objectives.Interfaces; using Content.Server.GameTicking.Rules; namespace Content.Server.Objectives.Requirements diff --git a/Content.Server/Objectives/Requirements/TraitorRequirement.cs b/Content.Server/Objectives/Requirements/TraitorRequirement.cs index 4d399cc169..3f25ce593a 100644 --- a/Content.Server/Objectives/Requirements/TraitorRequirement.cs +++ b/Content.Server/Objectives/Requirements/TraitorRequirement.cs @@ -1,7 +1,6 @@ using Content.Server.Objectives.Interfaces; using Content.Server.Traitor; using JetBrains.Annotations; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Objectives.Requirements { diff --git a/Content.Server/PAI/PAISystem.cs b/Content.Server/PAI/PAISystem.cs index cda725d2f7..e3537a97a4 100644 --- a/Content.Server/PAI/PAISystem.cs +++ b/Content.Server/PAI/PAISystem.cs @@ -7,7 +7,6 @@ using Content.Server.Ghost.Roles.Components; using Content.Server.Mind.Components; using Robust.Server.GameObjects; using Robust.Shared.Player; -using Content.Shared.Actions; using Content.Shared.Interaction.Events; namespace Content.Server.PAI diff --git a/Content.Server/PDA/Ringer/RingerSystem.cs b/Content.Server/PDA/Ringer/RingerSystem.cs index 320bd2d167..5422ef15a8 100644 --- a/Content.Server/PDA/Ringer/RingerSystem.cs +++ b/Content.Server/PDA/Ringer/RingerSystem.cs @@ -1,16 +1,9 @@ using Content.Server.UserInterface; using Content.Shared.PDA.Ringer; -using Robust.Shared.GameObjects; using Robust.Shared.Audio; using Robust.Server.Player; using Robust.Shared.Player; -using System; -using System.Collections.Generic; -using Content.Shared.Audio; using Content.Shared.PDA; -using Content.Shared.Sound; -using Robust.Shared.IoC; -using Robust.Shared.Prototypes; using Robust.Shared.Random; using Robust.Shared.Utility; diff --git a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorControlBoxComponent.cs b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorControlBoxComponent.cs index 5234556df9..0476060101 100644 --- a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorControlBoxComponent.cs +++ b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorControlBoxComponent.cs @@ -1,19 +1,14 @@ using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Threading; -using Content.Server.Popups; using Content.Server.Power.Components; using Content.Server.Power.EntitySystems; using Content.Server.UserInterface; -using Content.Server.VendingMachines; // using Content.Server.WireHacking; -using Content.Shared.ActionBlocker; -using Content.Shared.Interaction; using Content.Shared.Singularity.Components; using Robust.Server.GameObjects; using Robust.Shared.Map; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; // using static Content.Shared.Wires.SharedWiresComponent; using Timer = Robust.Shared.Timing.Timer; diff --git a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorEmitterComponent.cs b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorEmitterComponent.cs index 80960b094a..7f6650bd18 100644 --- a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorEmitterComponent.cs +++ b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorEmitterComponent.cs @@ -1,8 +1,4 @@ using Content.Shared.Singularity.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.ParticleAccelerator.Components { diff --git a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorEndCapComponent.cs b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorEndCapComponent.cs index 085860bf11..3b67088197 100644 --- a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorEndCapComponent.cs +++ b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorEndCapComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.ParticleAccelerator.Components +namespace Content.Server.ParticleAccelerator.Components { [RegisterComponent] [ComponentReference(typeof(ParticleAcceleratorPartComponent))] diff --git a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorFuelChamberComponent.cs b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorFuelChamberComponent.cs index 747a3d7538..d62558fb1a 100644 --- a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorFuelChamberComponent.cs +++ b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorFuelChamberComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.ParticleAccelerator.Components +namespace Content.Server.ParticleAccelerator.Components { [RegisterComponent] [ComponentReference(typeof(ParticleAcceleratorPartComponent))] diff --git a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPartComponent.cs b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPartComponent.cs index 0d52dc89d7..0ce47a538e 100644 --- a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPartComponent.cs +++ b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPartComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.ViewVariables; - namespace Content.Server.ParticleAccelerator.Components { public abstract class ParticleAcceleratorPartComponent : Component diff --git a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPowerBoxComponent.cs b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPowerBoxComponent.cs index 95833005b1..afe214e79a 100644 --- a/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPowerBoxComponent.cs +++ b/Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPowerBoxComponent.cs @@ -1,6 +1,4 @@ using Content.Server.Power.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; namespace Content.Server.ParticleAccelerator.Components { diff --git a/Content.Server/ParticleAccelerator/Components/ParticleProjectileComponent.cs b/Content.Server/ParticleAccelerator/Components/ParticleProjectileComponent.cs index edcedee18a..91a1d67db7 100644 --- a/Content.Server/ParticleAccelerator/Components/ParticleProjectileComponent.cs +++ b/Content.Server/ParticleAccelerator/Components/ParticleProjectileComponent.cs @@ -2,10 +2,6 @@ using Content.Server.Projectiles.Components; using Content.Server.Singularity.Components; using Content.Shared.Singularity.Components; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; -using Robust.Shared.Maths; using Robust.Shared.Timing; namespace Content.Server.ParticleAccelerator.Components diff --git a/Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorSystem.PowerBox.cs b/Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorSystem.PowerBox.cs index 62f9d4370f..cfb92a4ef6 100644 --- a/Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorSystem.PowerBox.cs +++ b/Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorSystem.PowerBox.cs @@ -1,7 +1,5 @@ using Content.Server.ParticleAccelerator.Components; using Content.Server.Power.EntitySystems; -using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.ParticleAccelerator.EntitySystems { diff --git a/Content.Server/Payload/EntitySystems/PayloadSystem.cs b/Content.Server/Payload/EntitySystems/PayloadSystem.cs index f74fa3eaad..5edb955076 100644 --- a/Content.Server/Payload/EntitySystems/PayloadSystem.cs +++ b/Content.Server/Payload/EntitySystems/PayloadSystem.cs @@ -2,7 +2,6 @@ using Content.Server.Administration.Logs; using Content.Server.Chemistry.EntitySystems; using Content.Server.Explosion.EntitySystems; using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reaction; using Content.Shared.Database; using Content.Shared.Payload.Components; using Content.Shared.Tag; diff --git a/Content.Server/Physics/Controllers/SingularityController.cs b/Content.Server/Physics/Controllers/SingularityController.cs index cf3bed3c6d..dd2b3437bf 100644 --- a/Content.Server/Physics/Controllers/SingularityController.cs +++ b/Content.Server/Physics/Controllers/SingularityController.cs @@ -1,9 +1,5 @@ -using System; using Content.Server.Singularity.Components; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Physics.Controllers; using Robust.Shared.Random; diff --git a/Content.Server/Plants/Components/PottedPlantHideComponent.cs b/Content.Server/Plants/Components/PottedPlantHideComponent.cs index 0dd64c0e3f..b04d5a918b 100644 --- a/Content.Server/Plants/Components/PottedPlantHideComponent.cs +++ b/Content.Server/Plants/Components/PottedPlantHideComponent.cs @@ -1,9 +1,6 @@ using Content.Server.Plants.Systems; using Content.Server.Storage.Components; using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Plants.Components { diff --git a/Content.Server/Plants/Components/RandomPottedPlantComponent.cs b/Content.Server/Plants/Components/RandomPottedPlantComponent.cs index 5255938530..0dee0beef9 100644 --- a/Content.Server/Plants/Components/RandomPottedPlantComponent.cs +++ b/Content.Server/Plants/Components/RandomPottedPlantComponent.cs @@ -1,8 +1,4 @@ using Content.Server.Plants.Systems; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Plants.Components { diff --git a/Content.Server/Plants/Systems/PottedPlantHideSystem.cs b/Content.Server/Plants/Systems/PottedPlantHideSystem.cs index d9ff9a5971..4dde3acc48 100644 --- a/Content.Server/Plants/Systems/PottedPlantHideSystem.cs +++ b/Content.Server/Plants/Systems/PottedPlantHideSystem.cs @@ -2,13 +2,9 @@ using Content.Server.Popups; using Content.Server.Storage.Components; using Content.Server.Storage.EntitySystems; -using Content.Shared.ActionBlocker; using Content.Shared.Audio; using Content.Shared.Interaction; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Plants.Systems diff --git a/Content.Server/Plants/Systems/RandomPottedPlantSystem.cs b/Content.Server/Plants/Systems/RandomPottedPlantSystem.cs index 227d93030d..81ed21c922 100644 --- a/Content.Server/Plants/Systems/RandomPottedPlantSystem.cs +++ b/Content.Server/Plants/Systems/RandomPottedPlantSystem.cs @@ -1,7 +1,5 @@ using Content.Server.Plants.Components; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; namespace Content.Server.Plants.Systems diff --git a/Content.Server/Players/PlayerData.cs b/Content.Server/Players/PlayerData.cs index 9ffb763799..f811dfee76 100644 --- a/Content.Server/Players/PlayerData.cs +++ b/Content.Server/Players/PlayerData.cs @@ -1,6 +1,5 @@ using Robust.Server.Player; using Robust.Shared.Network; -using Robust.Shared.ViewVariables; namespace Content.Server.Players { diff --git a/Content.Server/PneumaticCannon/PneumaticCannonComponent.cs b/Content.Server/PneumaticCannon/PneumaticCannonComponent.cs index 69cbe1b49a..dc14251c1d 100644 --- a/Content.Server/PneumaticCannon/PneumaticCannonComponent.cs +++ b/Content.Server/PneumaticCannon/PneumaticCannonComponent.cs @@ -1,13 +1,7 @@ -using System.Collections.Generic; -using Content.Shared.Sound; +using Content.Shared.Sound; using Content.Shared.Tools; -using Robust.Shared.Analyzers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.PneumaticCannon { diff --git a/Content.Server/Pointing/Components/RoguePointingArrowComponent.cs b/Content.Server/Pointing/Components/RoguePointingArrowComponent.cs index d633840418..27d6d5bb16 100644 --- a/Content.Server/Pointing/Components/RoguePointingArrowComponent.cs +++ b/Content.Server/Pointing/Components/RoguePointingArrowComponent.cs @@ -1,9 +1,5 @@ using Content.Server.Pointing.EntitySystems; using Content.Shared.Pointing.Components; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Pointing.Components { diff --git a/Content.Server/Pointing/EntitySystems/PointingSystem.cs b/Content.Server/Pointing/EntitySystems/PointingSystem.cs index e44aabf709..0a06c6ad00 100644 --- a/Content.Server/Pointing/EntitySystems/PointingSystem.cs +++ b/Content.Server/Pointing/EntitySystems/PointingSystem.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.Ghost.Components; using Content.Server.Players; using Content.Server.Pointing.Components; @@ -10,15 +8,11 @@ using Content.Shared.Interaction.Helpers; using Content.Shared.MobState.Components; using Content.Shared.Pointing; using Content.Shared.Popups; -using Content.Shared.Verbs; using JetBrains.Annotations; using Robust.Server.GameObjects; using Robust.Server.Player; using Robust.Shared.Enums; -using Robust.Shared.GameObjects; using Robust.Shared.Input.Binding; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Map; using Robust.Shared.Player; using Robust.Shared.Players; diff --git a/Content.Server/Pointing/EntitySystems/RoguePointingSystem.cs b/Content.Server/Pointing/EntitySystems/RoguePointingSystem.cs index 02b486bcc9..4cab96fe59 100644 --- a/Content.Server/Pointing/EntitySystems/RoguePointingSystem.cs +++ b/Content.Server/Pointing/EntitySystems/RoguePointingSystem.cs @@ -5,9 +5,6 @@ using Content.Shared.MobState.Components; using Content.Shared.Pointing.Components; using JetBrains.Annotations; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Player; using Robust.Shared.Random; using DrawDepth = Content.Shared.DrawDepth.DrawDepth; diff --git a/Content.Server/Popups/PopupExtensions.cs b/Content.Server/Popups/PopupExtensions.cs index a10414556f..608e6d981e 100644 --- a/Content.Server/Popups/PopupExtensions.cs +++ b/Content.Server/Popups/PopupExtensions.cs @@ -1,6 +1,5 @@ using Content.Shared.Popups; using Robust.Server.Player; -using Robust.Shared.GameObjects; using Robust.Shared.Player; namespace Content.Server.Popups diff --git a/Content.Server/Popups/PopupMsgCommand.cs b/Content.Server/Popups/PopupMsgCommand.cs index 76f25e76ab..8e4294c7fd 100644 --- a/Content.Server/Popups/PopupMsgCommand.cs +++ b/Content.Server/Popups/PopupMsgCommand.cs @@ -2,7 +2,6 @@ using Content.Shared.Administration; using Content.Shared.Popups; using Robust.Shared.Console; -using Robust.Shared.GameObjects; namespace Content.Server.Popups { diff --git a/Content.Server/Popups/PopupSystem.cs b/Content.Server/Popups/PopupSystem.cs index b6c063a0e9..7bf7d3789e 100644 --- a/Content.Server/Popups/PopupSystem.cs +++ b/Content.Server/Popups/PopupSystem.cs @@ -1,6 +1,4 @@ using Content.Shared.Popups; -using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; using Robust.Shared.Map; using Robust.Shared.Player; diff --git a/Content.Server/Power/Commands/PowerStatCommand.cs b/Content.Server/Power/Commands/PowerStatCommand.cs index 16be3b82a0..440e40437b 100644 --- a/Content.Server/Power/Commands/PowerStatCommand.cs +++ b/Content.Server/Power/Commands/PowerStatCommand.cs @@ -2,7 +2,6 @@ using Content.Server.Power.EntitySystems; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; namespace Content.Server.Power.Commands { diff --git a/Content.Server/Power/Components/ActivatableUIRequiresPowerComponent.cs b/Content.Server/Power/Components/ActivatableUIRequiresPowerComponent.cs index 4859cc92e0..3ae50b7f76 100644 --- a/Content.Server/Power/Components/ActivatableUIRequiresPowerComponent.cs +++ b/Content.Server/Power/Components/ActivatableUIRequiresPowerComponent.cs @@ -1,6 +1,3 @@ -using System; -using Robust.Shared.GameObjects; - namespace Content.Server.Power.Components { [RegisterComponent] diff --git a/Content.Server/Power/Components/ApcComponent.cs b/Content.Server/Power/Components/ApcComponent.cs index 818707bc14..4fa30284f5 100644 --- a/Content.Server/Power/Components/ApcComponent.cs +++ b/Content.Server/Power/Components/ApcComponent.cs @@ -1,13 +1,7 @@ -using System; using Content.Server.Power.EntitySystems; using Content.Server.Power.NodeGroups; using Content.Shared.APC; using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Power.Components; diff --git a/Content.Server/Power/Components/ApcPowerProviderComponent.cs b/Content.Server/Power/Components/ApcPowerProviderComponent.cs index 5612272e07..20a547f0db 100644 --- a/Content.Server/Power/Components/ApcPowerProviderComponent.cs +++ b/Content.Server/Power/Components/ApcPowerProviderComponent.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; using Content.Server.Power.NodeGroups; -using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; namespace Content.Server.Power.Components { diff --git a/Content.Server/Power/Components/BaseNetConnectorComponent.cs b/Content.Server/Power/Components/BaseNetConnectorComponent.cs index cbf232abc2..c54f6a4b57 100644 --- a/Content.Server/Power/Components/BaseNetConnectorComponent.cs +++ b/Content.Server/Power/Components/BaseNetConnectorComponent.cs @@ -2,10 +2,6 @@ using System.Linq; using Content.Server.NodeContainer; using Content.Server.NodeContainer.NodeGroups; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Power.Components { diff --git a/Content.Server/Power/Components/BasePowerNetComponent.cs b/Content.Server/Power/Components/BasePowerNetComponent.cs index a0c81321e6..ccd3b6bc3a 100644 --- a/Content.Server/Power/Components/BasePowerNetComponent.cs +++ b/Content.Server/Power/Components/BasePowerNetComponent.cs @@ -1,4 +1,3 @@ -using Content.Server.NodeContainer.NodeGroups; using Content.Server.Power.NodeGroups; namespace Content.Server.Power.Components diff --git a/Content.Server/Power/Components/BatteryChargerComponent.cs b/Content.Server/Power/Components/BatteryChargerComponent.cs index 951bd324de..b4f2a0bb79 100644 --- a/Content.Server/Power/Components/BatteryChargerComponent.cs +++ b/Content.Server/Power/Components/BatteryChargerComponent.cs @@ -1,5 +1,4 @@ using Content.Server.Power.NodeGroups; -using Robust.Shared.GameObjects; namespace Content.Server.Power.Components { diff --git a/Content.Server/Power/Components/BatteryComponent.cs b/Content.Server/Power/Components/BatteryComponent.cs index 03ea204a21..b3039d0e13 100644 --- a/Content.Server/Power/Components/BatteryComponent.cs +++ b/Content.Server/Power/Components/BatteryComponent.cs @@ -1,10 +1,3 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Power.Components { /// diff --git a/Content.Server/Power/Components/BatteryDischargerComponent.cs b/Content.Server/Power/Components/BatteryDischargerComponent.cs index 2f69931935..f06949fea9 100644 --- a/Content.Server/Power/Components/BatteryDischargerComponent.cs +++ b/Content.Server/Power/Components/BatteryDischargerComponent.cs @@ -1,5 +1,4 @@ using Content.Server.Power.NodeGroups; -using Robust.Shared.GameObjects; namespace Content.Server.Power.Components { diff --git a/Content.Server/Power/Components/BatterySelfRechargerComponent.cs b/Content.Server/Power/Components/BatterySelfRechargerComponent.cs index 289f229adb..d67b6f693f 100644 --- a/Content.Server/Power/Components/BatterySelfRechargerComponent.cs +++ b/Content.Server/Power/Components/BatterySelfRechargerComponent.cs @@ -1,9 +1,3 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Power.Components { /// diff --git a/Content.Server/Power/Components/CableComponent.cs b/Content.Server/Power/Components/CableComponent.cs index d3e7c698b7..99d0564b79 100644 --- a/Content.Server/Power/Components/CableComponent.cs +++ b/Content.Server/Power/Components/CableComponent.cs @@ -1,9 +1,6 @@ using Content.Server.Power.EntitySystems; using Content.Shared.Tools; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Power.Components diff --git a/Content.Server/Power/Components/CablePlacerComponent.cs b/Content.Server/Power/Components/CablePlacerComponent.cs index f29225dc12..b4959e5d81 100644 --- a/Content.Server/Power/Components/CablePlacerComponent.cs +++ b/Content.Server/Power/Components/CablePlacerComponent.cs @@ -1,8 +1,5 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Power.Components { diff --git a/Content.Server/Power/Components/CableVisComponent.cs b/Content.Server/Power/Components/CableVisComponent.cs index f1652387fc..fe73960c61 100644 --- a/Content.Server/Power/Components/CableVisComponent.cs +++ b/Content.Server/Power/Components/CableVisComponent.cs @@ -1,8 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - -namespace Content.Server.Power.Components +namespace Content.Server.Power.Components { [RegisterComponent] public sealed class CableVisComponent : Component diff --git a/Content.Server/Power/Components/ChargerComponent.cs b/Content.Server/Power/Components/ChargerComponent.cs index a00ba1b50f..d39f10ef46 100644 --- a/Content.Server/Power/Components/ChargerComponent.cs +++ b/Content.Server/Power/Components/ChargerComponent.cs @@ -1,10 +1,5 @@ -using System; using Content.Shared.Containers.ItemSlots; using Content.Shared.Power; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Power.Components { diff --git a/Content.Server/Power/Components/ExtensionCableProviderComponent.cs b/Content.Server/Power/Components/ExtensionCableProviderComponent.cs index 8c7201e3bd..fa99ad64ef 100644 --- a/Content.Server/Power/Components/ExtensionCableProviderComponent.cs +++ b/Content.Server/Power/Components/ExtensionCableProviderComponent.cs @@ -1,9 +1,4 @@ -using System.Collections.Generic; -using Content.Server.Power.EntitySystems; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; +using Content.Server.Power.EntitySystems; namespace Content.Server.Power.Components { diff --git a/Content.Server/Power/Components/ExtensionCableReceiverComponent.cs b/Content.Server/Power/Components/ExtensionCableReceiverComponent.cs index 13da517dc9..ee22946459 100644 --- a/Content.Server/Power/Components/ExtensionCableReceiverComponent.cs +++ b/Content.Server/Power/Components/ExtensionCableReceiverComponent.cs @@ -1,8 +1,4 @@ using Content.Server.Power.EntitySystems; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Power.Components { diff --git a/Content.Server/Power/Components/PowerConsumerComponent.cs b/Content.Server/Power/Components/PowerConsumerComponent.cs index 9d469680e4..7036729752 100644 --- a/Content.Server/Power/Components/PowerConsumerComponent.cs +++ b/Content.Server/Power/Components/PowerConsumerComponent.cs @@ -1,8 +1,5 @@ using Content.Server.Power.NodeGroups; using Content.Server.Power.Pow3r; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Power.Components { diff --git a/Content.Server/Power/Components/PowerMonitoringConsoleComponent.cs b/Content.Server/Power/Components/PowerMonitoringConsoleComponent.cs index 72137293bf..076c873de1 100644 --- a/Content.Server/Power/Components/PowerMonitoringConsoleComponent.cs +++ b/Content.Server/Power/Components/PowerMonitoringConsoleComponent.cs @@ -1,12 +1,3 @@ -using System; -using System.Collections.Generic; -using Content.Server.Power.NodeGroups; -using Content.Server.Utility; -using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.ViewVariables; - namespace Content.Server.Power.Components; [RegisterComponent] diff --git a/Content.Server/Power/Components/PowerNetworkBatteryComponent.cs b/Content.Server/Power/Components/PowerNetworkBatteryComponent.cs index d23e89bfc8..daafb0901f 100644 --- a/Content.Server/Power/Components/PowerNetworkBatteryComponent.cs +++ b/Content.Server/Power/Components/PowerNetworkBatteryComponent.cs @@ -1,7 +1,4 @@ using Content.Server.Power.Pow3r; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Power.Components { diff --git a/Content.Server/Power/Components/PowerSupplierComponent.cs b/Content.Server/Power/Components/PowerSupplierComponent.cs index c26d04edf8..cd55940a63 100644 --- a/Content.Server/Power/Components/PowerSupplierComponent.cs +++ b/Content.Server/Power/Components/PowerSupplierComponent.cs @@ -1,8 +1,5 @@ using Content.Server.Power.NodeGroups; using Content.Server.Power.Pow3r; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Power.Components { diff --git a/Content.Server/Power/EntitySystems/CableSystem.Placer.cs b/Content.Server/Power/EntitySystems/CableSystem.Placer.cs index e9f2260d5a..c0d01783be 100644 --- a/Content.Server/Power/EntitySystems/CableSystem.Placer.cs +++ b/Content.Server/Power/EntitySystems/CableSystem.Placer.cs @@ -1,9 +1,7 @@ using Content.Server.Power.Components; using Content.Server.Stack; using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; using Content.Shared.Maps; -using Robust.Shared.GameObjects; namespace Content.Server.Power.EntitySystems; diff --git a/Content.Server/Power/EntitySystems/CableSystem.cs b/Content.Server/Power/EntitySystems/CableSystem.cs index a06b4c1793..d8336ac701 100644 --- a/Content.Server/Power/EntitySystems/CableSystem.cs +++ b/Content.Server/Power/EntitySystems/CableSystem.cs @@ -2,10 +2,7 @@ using Content.Server.Electrocution; using Content.Server.Power.Components; using Content.Server.Stack; using Content.Server.Tools; -using Content.Shared.ActionBlocker; using Content.Shared.Interaction; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Power.EntitySystems; diff --git a/Content.Server/Power/EntitySystems/CableVisSystem.cs b/Content.Server/Power/EntitySystems/CableVisSystem.cs index c4dac39e35..ea231ba238 100644 --- a/Content.Server/Power/EntitySystems/CableVisSystem.cs +++ b/Content.Server/Power/EntitySystems/CableVisSystem.cs @@ -1,13 +1,9 @@ -using System; -using System.Collections.Generic; using Content.Server.NodeContainer; using Content.Server.NodeContainer.EntitySystems; using Content.Server.Power.Components; using Content.Server.Power.Nodes; using Content.Shared.Wires; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Power.EntitySystems diff --git a/Content.Server/Power/EntitySystems/ChargerSystem.cs b/Content.Server/Power/EntitySystems/ChargerSystem.cs index ef5669948d..d3278871bd 100644 --- a/Content.Server/Power/EntitySystems/ChargerSystem.cs +++ b/Content.Server/Power/EntitySystems/ChargerSystem.cs @@ -4,8 +4,6 @@ using Content.Shared.Containers.ItemSlots; using Content.Shared.PowerCell.Components; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Power.EntitySystems; diff --git a/Content.Server/Power/EntitySystems/ExtensionCableSystem.cs b/Content.Server/Power/EntitySystems/ExtensionCableSystem.cs index 2aafb23b23..5bd563b27e 100644 --- a/Content.Server/Power/EntitySystems/ExtensionCableSystem.cs +++ b/Content.Server/Power/EntitySystems/ExtensionCableSystem.cs @@ -1,9 +1,5 @@ -using System; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using Content.Server.Power.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Physics; diff --git a/Content.Server/Power/EntitySystems/PowerMonitoringConsoleSystem.cs b/Content.Server/Power/EntitySystems/PowerMonitoringConsoleSystem.cs index b635fdb696..edb464c939 100644 --- a/Content.Server/Power/EntitySystems/PowerMonitoringConsoleSystem.cs +++ b/Content.Server/Power/EntitySystems/PowerMonitoringConsoleSystem.cs @@ -1,10 +1,8 @@ -using Content.Shared.Popups; using Content.Shared.Power; using Content.Server.NodeContainer; using Content.Server.NodeContainer.Nodes; using Content.Server.Power.Components; using Content.Server.Power.NodeGroups; -using Content.Server.UserInterface; using JetBrains.Annotations; using Robust.Server.GameObjects; diff --git a/Content.Server/Power/NodeGroups/ApcNet.cs b/Content.Server/Power/NodeGroups/ApcNet.cs index 6cbfbdfeeb..2e7c0476fa 100644 --- a/Content.Server/Power/NodeGroups/ApcNet.cs +++ b/Content.Server/Power/NodeGroups/ApcNet.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using System.Linq; using Content.Server.NodeContainer.NodeGroups; using Content.Server.NodeContainer.Nodes; @@ -6,11 +5,7 @@ using Content.Server.Power.Components; using Content.Server.Power.EntitySystems; using Content.Server.Power.Pow3r; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.ViewVariables; namespace Content.Server.Power.NodeGroups { diff --git a/Content.Server/Power/NodeGroups/BaseNetConnectorNodeGroup.cs b/Content.Server/Power/NodeGroups/BaseNetConnectorNodeGroup.cs index e324e3d7fb..97b585d367 100644 --- a/Content.Server/Power/NodeGroups/BaseNetConnectorNodeGroup.cs +++ b/Content.Server/Power/NodeGroups/BaseNetConnectorNodeGroup.cs @@ -1,10 +1,6 @@ -using System.Collections.Generic; -using System.Linq; using Content.Server.NodeContainer.NodeGroups; using Content.Server.NodeContainer.Nodes; using Content.Server.Power.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Power.NodeGroups { diff --git a/Content.Server/Power/NodeGroups/PowerNet.cs b/Content.Server/Power/NodeGroups/PowerNet.cs index ef102ea152..f49ee584fe 100644 --- a/Content.Server/Power/NodeGroups/PowerNet.cs +++ b/Content.Server/Power/NodeGroups/PowerNet.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using System.Linq; using Content.Server.NodeContainer.NodeGroups; using Content.Server.NodeContainer.Nodes; @@ -6,10 +5,6 @@ using Content.Server.Power.Components; using Content.Server.Power.EntitySystems; using Content.Server.Power.Pow3r; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; -using Robust.Shared.ViewVariables; namespace Content.Server.Power.NodeGroups { diff --git a/Content.Server/Power/Nodes/CableDeviceNode.cs b/Content.Server/Power/Nodes/CableDeviceNode.cs index b9d880445d..0558ae63a4 100644 --- a/Content.Server/Power/Nodes/CableDeviceNode.cs +++ b/Content.Server/Power/Nodes/CableDeviceNode.cs @@ -1,9 +1,6 @@ -using System.Collections.Generic; using Content.Server.NodeContainer; using Content.Server.NodeContainer.Nodes; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Power.Nodes { diff --git a/Content.Server/Power/Nodes/CableNode.cs b/Content.Server/Power/Nodes/CableNode.cs index 1b7d9fd8e1..0c2faae84e 100644 --- a/Content.Server/Power/Nodes/CableNode.cs +++ b/Content.Server/Power/Nodes/CableNode.cs @@ -1,10 +1,6 @@ -using System.Collections.Generic; using Content.Server.NodeContainer; using Content.Server.NodeContainer.Nodes; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Power.Nodes { diff --git a/Content.Server/Power/Nodes/CableTerminalNode.cs b/Content.Server/Power/Nodes/CableTerminalNode.cs index 9a5adc015d..31d4f69e82 100644 --- a/Content.Server/Power/Nodes/CableTerminalNode.cs +++ b/Content.Server/Power/Nodes/CableTerminalNode.cs @@ -1,10 +1,6 @@ -using System.Collections.Generic; using Content.Server.NodeContainer; using Content.Server.NodeContainer.Nodes; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Power.Nodes { diff --git a/Content.Server/Power/Nodes/CableTerminalPortNode.cs b/Content.Server/Power/Nodes/CableTerminalPortNode.cs index de5c36b0ea..5fe320b4b0 100644 --- a/Content.Server/Power/Nodes/CableTerminalPortNode.cs +++ b/Content.Server/Power/Nodes/CableTerminalPortNode.cs @@ -1,9 +1,6 @@ -using System.Collections.Generic; using Content.Server.NodeContainer; using Content.Server.NodeContainer.Nodes; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Power.Nodes { diff --git a/Content.Server/Power/Pow3r/BatteryRampPegSolver.cs b/Content.Server/Power/Pow3r/BatteryRampPegSolver.cs index 17d1265260..300c8b24f0 100644 --- a/Content.Server/Power/Pow3r/BatteryRampPegSolver.cs +++ b/Content.Server/Power/Pow3r/BatteryRampPegSolver.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.Utility; +using Robust.Shared.Utility; using static Content.Server.Power.Pow3r.PowerState; namespace Content.Server.Power.Pow3r diff --git a/Content.Server/Power/Pow3r/PowerSolverShared.cs b/Content.Server/Power/Pow3r/PowerSolverShared.cs index f9ef3cead5..2e48e484d1 100644 --- a/Content.Server/Power/Pow3r/PowerSolverShared.cs +++ b/Content.Server/Power/Pow3r/PowerSolverShared.cs @@ -1,6 +1,4 @@ -using System; - -namespace Content.Server.Power.Pow3r +namespace Content.Server.Power.Pow3r { public static class PowerSolverShared { diff --git a/Content.Server/Power/Pow3r/PowerState.cs b/Content.Server/Power/Pow3r/PowerState.cs index 8ebf27b1c7..a8f0420ce4 100644 --- a/Content.Server/Power/Pow3r/PowerState.cs +++ b/Content.Server/Power/Pow3r/PowerState.cs @@ -1,13 +1,10 @@ -using System; -using System.Collections; -using System.Collections.Generic; +using System.Collections; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Runtime.CompilerServices; using System.Text.Json; using System.Text.Json.Serialization; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Server.Power.Pow3r { diff --git a/Content.Server/Power/PowerWireAction.cs b/Content.Server/Power/PowerWireAction.cs index 810b1af877..1a9a85d0b4 100644 --- a/Content.Server/Power/PowerWireAction.cs +++ b/Content.Server/Power/PowerWireAction.cs @@ -1,16 +1,8 @@ -using System; -using System.Threading; -using System.Threading.Tasks; -using Content.Server.DoAfter; using Content.Server.Electrocution; using Content.Server.Power.Components; using Content.Server.Wires; using Content.Shared.Power; using Content.Shared.Wires; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Power; diff --git a/Content.Server/Power/SMES/PowerSmesSystem.cs b/Content.Server/Power/SMES/PowerSmesSystem.cs index 172553f764..651a3ead2b 100644 --- a/Content.Server/Power/SMES/PowerSmesSystem.cs +++ b/Content.Server/Power/SMES/PowerSmesSystem.cs @@ -1,5 +1,4 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.Power.SMES { diff --git a/Content.Server/Power/SMES/SmesComponent.cs b/Content.Server/Power/SMES/SmesComponent.cs index cb15d41df7..6f0d20c6ff 100644 --- a/Content.Server/Power/SMES/SmesComponent.cs +++ b/Content.Server/Power/SMES/SmesComponent.cs @@ -1,11 +1,8 @@ -using System; using Content.Server.Power.Components; using Content.Shared.Power; using Content.Shared.Rounding; using Content.Shared.SMES; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Timing; namespace Content.Server.Power.SMES diff --git a/Content.Server/Power/SetBatteryPercentCommand.cs b/Content.Server/Power/SetBatteryPercentCommand.cs index 502cca3ca5..18e3bc044c 100644 --- a/Content.Server/Power/SetBatteryPercentCommand.cs +++ b/Content.Server/Power/SetBatteryPercentCommand.cs @@ -2,8 +2,6 @@ using Content.Server.Administration; using Content.Server.Power.Components; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Power { diff --git a/Content.Server/PowerCell/PowerCellSystem.cs b/Content.Server/PowerCell/PowerCellSystem.cs index b0e55f1170..f0f9ce4ae0 100644 --- a/Content.Server/PowerCell/PowerCellSystem.cs +++ b/Content.Server/PowerCell/PowerCellSystem.cs @@ -8,10 +8,6 @@ using Content.Shared.PowerCell; using Content.Shared.PowerCell.Components; using Content.Shared.Rounding; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using System; using System.Diagnostics.CodeAnalysis; using Content.Server.Kitchen.Components; diff --git a/Content.Server/PowerSink/PowerSinkSystem.cs b/Content.Server/PowerSink/PowerSinkSystem.cs index f72713e52e..d67cda1d47 100644 --- a/Content.Server/PowerSink/PowerSinkSystem.cs +++ b/Content.Server/PowerSink/PowerSinkSystem.cs @@ -1,6 +1,5 @@ using Content.Server.Explosion.EntitySystems; using Content.Server.Power.Components; -using Content.Shared.Body.Events; using Content.Shared.Examine; using Robust.Shared.Utility; diff --git a/Content.Server/Preferences/Managers/IServerPreferencesManager.cs b/Content.Server/Preferences/Managers/IServerPreferencesManager.cs index 7b7ad17d37..95e81f3cac 100644 --- a/Content.Server/Preferences/Managers/IServerPreferencesManager.cs +++ b/Content.Server/Preferences/Managers/IServerPreferencesManager.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using System.Threading.Tasks; using Content.Shared.Preferences; using Robust.Server.Player; diff --git a/Content.Server/Preferences/Managers/ServerPreferencesManager.cs b/Content.Server/Preferences/Managers/ServerPreferencesManager.cs index d978d11040..bb0a0d9478 100644 --- a/Content.Server/Preferences/Managers/ServerPreferencesManager.cs +++ b/Content.Server/Preferences/Managers/ServerPreferencesManager.cs @@ -1,18 +1,12 @@ -using System; -using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Content.Server.Database; -using Content.Shared; using Content.Shared.CCVar; using Content.Shared.Preferences; using Content.Shared.Roles; using Content.Shared.Species; using Robust.Server.Player; using Robust.Shared.Configuration; -using Robust.Shared.IoC; -using Robust.Shared.Log; -using Robust.Shared.Maths; using Robust.Shared.Network; using Robust.Shared.Prototypes; diff --git a/Content.Server/Projectiles/Components/HitscanComponent.cs b/Content.Server/Projectiles/Components/HitscanComponent.cs index 3255bf4d22..545b16dd79 100644 --- a/Content.Server/Projectiles/Components/HitscanComponent.cs +++ b/Content.Server/Projectiles/Components/HitscanComponent.cs @@ -1,17 +1,11 @@ -using System; using Content.Shared.Damage; using Content.Shared.Physics; using Content.Shared.Sound; using Robust.Server.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Player; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Timing; -using Robust.Shared.ViewVariables; namespace Content.Server.Projectiles.Components { diff --git a/Content.Server/Projectiles/Components/ProjectileComponent.cs b/Content.Server/Projectiles/Components/ProjectileComponent.cs index 00afe13fb1..6e3013aef3 100644 --- a/Content.Server/Projectiles/Components/ProjectileComponent.cs +++ b/Content.Server/Projectiles/Components/ProjectileComponent.cs @@ -1,9 +1,6 @@ using Content.Shared.Damage; using Content.Shared.Projectiles; using Content.Shared.Sound; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Projectiles.Components { diff --git a/Content.Server/Projectiles/ProjectileSystem.cs b/Content.Server/Projectiles/ProjectileSystem.cs index 51ab16bc36..9227ab939b 100644 --- a/Content.Server/Projectiles/ProjectileSystem.cs +++ b/Content.Server/Projectiles/ProjectileSystem.cs @@ -7,9 +7,6 @@ using Content.Shared.Database; using JetBrains.Annotations; using Robust.Server.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Physics.Dynamics; using Robust.Shared.Player; diff --git a/Content.Server/RCD/Components/RCDAmmoComponent.cs b/Content.Server/RCD/Components/RCDAmmoComponent.cs index c7021819cd..29a0d0717f 100644 --- a/Content.Server/RCD/Components/RCDAmmoComponent.cs +++ b/Content.Server/RCD/Components/RCDAmmoComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.RCD.Components { [RegisterComponent] diff --git a/Content.Server/RCD/Components/RCDComponent.cs b/Content.Server/RCD/Components/RCDComponent.cs index 382cc8ad51..5665e6ac6e 100644 --- a/Content.Server/RCD/Components/RCDComponent.cs +++ b/Content.Server/RCD/Components/RCDComponent.cs @@ -1,8 +1,5 @@ using System.Threading; using Content.Shared.Sound; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.RCD.Components { diff --git a/Content.Server/RCD/Systems/RCDAmmoSystem.cs b/Content.Server/RCD/Systems/RCDAmmoSystem.cs index 943bef3b23..b6d45e5945 100644 --- a/Content.Server/RCD/Systems/RCDAmmoSystem.cs +++ b/Content.Server/RCD/Systems/RCDAmmoSystem.cs @@ -1,10 +1,7 @@ -using System; using Content.Server.RCD.Components; using Content.Shared.Examine; using Content.Shared.Interaction; using Content.Shared.Popups; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; namespace Content.Server.RCD.Systems { diff --git a/Content.Server/RCD/Systems/RCDSystem.cs b/Content.Server/RCD/Systems/RCDSystem.cs index 4dc40b8114..b3ab1f68c5 100644 --- a/Content.Server/RCD/Systems/RCDSystem.cs +++ b/Content.Server/RCD/Systems/RCDSystem.cs @@ -1,24 +1,16 @@ -using System; using System.Threading; using Content.Server.Administration.Logs; using Content.Server.DoAfter; using Content.Server.Popups; using Content.Server.RCD.Components; -using Content.Shared.Coordinates; using Content.Shared.Database; using Content.Shared.Examine; using Content.Shared.Interaction; using Content.Shared.Interaction.Events; -using Content.Shared.Interaction.Helpers; using Content.Shared.Maps; -using Content.Shared.Popups; using Content.Shared.Tag; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Player; namespace Content.Server.RCD.Systems diff --git a/Content.Server/Radar/RadarConsoleComponent.cs b/Content.Server/Radar/RadarConsoleComponent.cs index 8d0b6297bb..77c99b1984 100644 --- a/Content.Server/Radar/RadarConsoleComponent.cs +++ b/Content.Server/Radar/RadarConsoleComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Radar; [RegisterComponent] diff --git a/Content.Server/Radar/RadarConsoleSystem.cs b/Content.Server/Radar/RadarConsoleSystem.cs index 7c9ede0c33..db3a0e0834 100644 --- a/Content.Server/Radar/RadarConsoleSystem.cs +++ b/Content.Server/Radar/RadarConsoleSystem.cs @@ -1,13 +1,6 @@ -using System; -using System.Collections.Generic; -using Content.Server.Solar.Components; using Content.Server.UserInterface; using Content.Shared.Radar; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.Radar; diff --git a/Content.Server/Radiation/RadiationPulseComponent.cs b/Content.Server/Radiation/RadiationPulseComponent.cs index 14fe93bdab..c2400ce4f8 100644 --- a/Content.Server/Radiation/RadiationPulseComponent.cs +++ b/Content.Server/Radiation/RadiationPulseComponent.cs @@ -1,12 +1,8 @@ -using System; using Content.Shared.Radiation; using Content.Shared.Sound; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Player; using Robust.Shared.Random; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Timing; namespace Content.Server.Radiation diff --git a/Content.Server/Radiation/RadiationPulseSystem.cs b/Content.Server/Radiation/RadiationPulseSystem.cs index efdcbc425c..5c62879b7c 100644 --- a/Content.Server/Radiation/RadiationPulseSystem.cs +++ b/Content.Server/Radiation/RadiationPulseSystem.cs @@ -1,12 +1,5 @@ -using System.Collections.Generic; -using System.Linq; using Content.Server.Radiation.Systems; -using Content.Shared.Radiation; -using Content.Shared.Sound; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Map; namespace Content.Server.Radiation { diff --git a/Content.Server/Radio/Components/HandheldRadioComponent.cs b/Content.Server/Radio/Components/HandheldRadioComponent.cs index 3cd28c453f..0fe483913e 100644 --- a/Content.Server/Radio/Components/HandheldRadioComponent.cs +++ b/Content.Server/Radio/Components/HandheldRadioComponent.cs @@ -1,6 +1,4 @@ -using System.Collections.Generic; using Content.Server.Chat; -using Content.Server.Chat.Managers; using Content.Server.Radio.EntitySystems; using Content.Shared.Interaction; using Content.Shared.Popups; diff --git a/Content.Server/Radio/Components/IListen.cs b/Content.Server/Radio/Components/IListen.cs index daeb227d3b..0a46738c3d 100644 --- a/Content.Server/Radio/Components/IListen.cs +++ b/Content.Server/Radio/Components/IListen.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Radio.Components { /// diff --git a/Content.Server/Radio/Components/IRadio.cs b/Content.Server/Radio/Components/IRadio.cs index cbabdcac4e..07ece2cda2 100644 --- a/Content.Server/Radio/Components/IRadio.cs +++ b/Content.Server/Radio/Components/IRadio.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using System.Collections.Generic; - namespace Content.Server.Radio.Components { public interface IRadio : IComponent diff --git a/Content.Server/Radio/EntitySystems/ListeningSystem.cs b/Content.Server/Radio/EntitySystems/ListeningSystem.cs index 6f9200101b..6783f1c530 100644 --- a/Content.Server/Radio/EntitySystems/ListeningSystem.cs +++ b/Content.Server/Radio/EntitySystems/ListeningSystem.cs @@ -1,6 +1,5 @@ using Content.Server.Radio.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.Radio.EntitySystems { diff --git a/Content.Server/RandomAppearance/RandomAppearanceComponent.cs b/Content.Server/RandomAppearance/RandomAppearanceComponent.cs index c40c1e8092..a09dc0c010 100644 --- a/Content.Server/RandomAppearance/RandomAppearanceComponent.cs +++ b/Content.Server/RandomAppearance/RandomAppearanceComponent.cs @@ -1,10 +1,5 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Reflection; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.RandomAppearance; diff --git a/Content.Server/RandomAppearance/RandomAppearanceSystem.cs b/Content.Server/RandomAppearance/RandomAppearanceSystem.cs index dec6923ad9..6c50a25636 100644 --- a/Content.Server/RandomAppearance/RandomAppearanceSystem.cs +++ b/Content.Server/RandomAppearance/RandomAppearanceSystem.cs @@ -1,8 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; -using Robust.Shared.Random; -using Robust.Shared.Reflection; +using Robust.Shared.Random; namespace Content.Server.RandomAppearance; diff --git a/Content.Server/Recycling/RecyclerSystem.cs b/Content.Server/Recycling/RecyclerSystem.cs index eae1fb7d11..1dbece4cad 100644 --- a/Content.Server/Recycling/RecyclerSystem.cs +++ b/Content.Server/Recycling/RecyclerSystem.cs @@ -8,7 +8,6 @@ using Content.Shared.Audio; using Content.Shared.Body.Components; using Content.Shared.Emag.Systems; using Content.Shared.Interaction.Events; -using Content.Shared.Popups; using Content.Shared.Recycling; using Content.Shared.Tag; using Robust.Server.GameObjects; diff --git a/Content.Server/Remotes/DoorRemoteComponent.cs b/Content.Server/Remotes/DoorRemoteComponent.cs index c39c7fa86a..fa55add9ae 100644 --- a/Content.Server/Remotes/DoorRemoteComponent.cs +++ b/Content.Server/Remotes/DoorRemoteComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; - namespace Content.Server.Remotes { [RegisterComponent] diff --git a/Content.Server/Remotes/DoorRemoteSystem.cs b/Content.Server/Remotes/DoorRemoteSystem.cs index 509238d213..ac41f19370 100644 --- a/Content.Server/Remotes/DoorRemoteSystem.cs +++ b/Content.Server/Remotes/DoorRemoteSystem.cs @@ -1,7 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Shared.Player; -using Robust.Shared.IoC; using Robust.Shared.Audio; using Content.Shared.Interaction; using Content.Shared.Popups; diff --git a/Content.Server/Repairable/RepairableComponent.cs b/Content.Server/Repairable/RepairableComponent.cs index 7fffe47f63..b6c0209fdf 100644 --- a/Content.Server/Repairable/RepairableComponent.cs +++ b/Content.Server/Repairable/RepairableComponent.cs @@ -1,9 +1,6 @@ using Content.Shared.Damage; using Content.Shared.Tools; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Repairable { diff --git a/Content.Server/Repairable/RepairableSystem.cs b/Content.Server/Repairable/RepairableSystem.cs index bb627487ff..510b159d54 100644 --- a/Content.Server/Repairable/RepairableSystem.cs +++ b/Content.Server/Repairable/RepairableSystem.cs @@ -1,15 +1,9 @@ using Content.Server.Administration.Logs; using Content.Server.Tools; -using Content.Server.Tools.Components; -using Content.Shared.Administration.Logs; using Content.Shared.Damage; using Content.Shared.Database; using Content.Shared.Interaction; using Content.Shared.Popups; -using Content.Shared.Tools.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Repairable { diff --git a/Content.Server/Research/Components/ResearchClientComponent.cs b/Content.Server/Research/Components/ResearchClientComponent.cs index 83d30d3b11..bd2afc858f 100644 --- a/Content.Server/Research/Components/ResearchClientComponent.cs +++ b/Content.Server/Research/Components/ResearchClientComponent.cs @@ -1,5 +1,4 @@ using Content.Server.UserInterface; -using Content.Shared.Interaction; using Content.Shared.Research.Components; using Robust.Server.GameObjects; using Robust.Server.Player; diff --git a/Content.Server/Research/Components/ResearchConsoleComponent.cs b/Content.Server/Research/Components/ResearchConsoleComponent.cs index d16de2d2ec..f12d7bf59e 100644 --- a/Content.Server/Research/Components/ResearchConsoleComponent.cs +++ b/Content.Server/Research/Components/ResearchConsoleComponent.cs @@ -2,11 +2,7 @@ using Content.Server.Power.Components; using Content.Server.UserInterface; using Content.Shared.Research.Components; using Content.Shared.Research.Prototypes; -using Content.Shared.Sound; using Robust.Server.GameObjects; -using Robust.Server.Player; -using Robust.Shared.Audio; -using Robust.Shared.Player; using Robust.Shared.Prototypes; namespace Content.Server.Research.Components diff --git a/Content.Server/Research/Components/ResearchPointSourceComponent.cs b/Content.Server/Research/Components/ResearchPointSourceComponent.cs index 9cab3de039..02874297c6 100644 --- a/Content.Server/Research/Components/ResearchPointSourceComponent.cs +++ b/Content.Server/Research/Components/ResearchPointSourceComponent.cs @@ -1,5 +1,4 @@ using Content.Server.Power.Components; -using Content.Shared.Interaction; namespace Content.Server.Research.Components { diff --git a/Content.Server/Research/Components/ResearchServerComponent.cs b/Content.Server/Research/Components/ResearchServerComponent.cs index bd89a6e3fd..ab5c475b1f 100644 --- a/Content.Server/Research/Components/ResearchServerComponent.cs +++ b/Content.Server/Research/Components/ResearchServerComponent.cs @@ -1,10 +1,5 @@ -using System.Collections.Generic; using Content.Server.Power.Components; using Content.Shared.Research.Prototypes; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Research.Components { diff --git a/Content.Server/Research/Components/TechnologyDatabaseComponent.cs b/Content.Server/Research/Components/TechnologyDatabaseComponent.cs index 327a4199fd..a673f9a82b 100644 --- a/Content.Server/Research/Components/TechnologyDatabaseComponent.cs +++ b/Content.Server/Research/Components/TechnologyDatabaseComponent.cs @@ -1,8 +1,5 @@ using Content.Shared.Research.Components; using Content.Shared.Research.Prototypes; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Players; namespace Content.Server.Research.Components { diff --git a/Content.Server/Resist/CanEscapeInventoryComponent.cs b/Content.Server/Resist/CanEscapeInventoryComponent.cs index 9ca1099903..dd27b159af 100644 --- a/Content.Server/Resist/CanEscapeInventoryComponent.cs +++ b/Content.Server/Resist/CanEscapeInventoryComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; -using Robust.Shared.Analyzers; using System.Threading; namespace Content.Server.Resist; diff --git a/Content.Server/Resist/ResistLockerComponent.cs b/Content.Server/Resist/ResistLockerComponent.cs index 93d005c414..5e37717f17 100644 --- a/Content.Server/Resist/ResistLockerComponent.cs +++ b/Content.Server/Resist/ResistLockerComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; -using Robust.Shared.Analyzers; using System.Threading; namespace Content.Server.Resist; diff --git a/Content.Server/Resist/ResistLockerSystem.cs b/Content.Server/Resist/ResistLockerSystem.cs index 738dd3ecb7..3d65d91c12 100644 --- a/Content.Server/Resist/ResistLockerSystem.cs +++ b/Content.Server/Resist/ResistLockerSystem.cs @@ -1,13 +1,10 @@ using Content.Shared.Movement; -using Robust.Shared.GameObjects; using Content.Server.Storage.Components; using Content.Server.DoAfter; using Content.Server.Lock; -using Robust.Shared.IoC; using Robust.Shared.Player; using Robust.Shared.Containers; using Content.Server.Popups; -using Robust.Shared.Localization; namespace Content.Server.Resist; diff --git a/Content.Server/Roles/AddRoleCommand.cs b/Content.Server/Roles/AddRoleCommand.cs index af332da2bb..4584e4055c 100644 --- a/Content.Server/Roles/AddRoleCommand.cs +++ b/Content.Server/Roles/AddRoleCommand.cs @@ -4,7 +4,6 @@ using Content.Shared.Administration; using Content.Shared.Roles; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; using System.Linq; diff --git a/Content.Server/Roles/Job.cs b/Content.Server/Roles/Job.cs index dbb6f87a89..b3df59018c 100644 --- a/Content.Server/Roles/Job.cs +++ b/Content.Server/Roles/Job.cs @@ -1,8 +1,5 @@ using Content.Server.Chat.Managers; using Content.Shared.Roles; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.ViewVariables; namespace Content.Server.Roles { diff --git a/Content.Server/Roles/ListRolesCommand.cs b/Content.Server/Roles/ListRolesCommand.cs index b670c0ceba..f8522d5bb2 100644 --- a/Content.Server/Roles/ListRolesCommand.cs +++ b/Content.Server/Roles/ListRolesCommand.cs @@ -2,7 +2,6 @@ using Content.Shared.Administration; using Content.Shared.Roles; using Robust.Shared.Console; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; namespace Content.Server.Roles diff --git a/Content.Server/Roles/RemoveRoleCommand.cs b/Content.Server/Roles/RemoveRoleCommand.cs index 5593338373..021375aaad 100644 --- a/Content.Server/Roles/RemoveRoleCommand.cs +++ b/Content.Server/Roles/RemoveRoleCommand.cs @@ -4,7 +4,6 @@ using Content.Shared.Administration; using Content.Shared.Roles; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; namespace Content.Server.Roles diff --git a/Content.Server/Roles/Role.cs b/Content.Server/Roles/Role.cs index 9a628185bb..e1d58446e1 100644 --- a/Content.Server/Roles/Role.cs +++ b/Content.Server/Roles/Role.cs @@ -1,8 +1,6 @@ // Hey look, // Antag Datums. -using Robust.Shared.ViewVariables; - namespace Content.Server.Roles { /// diff --git a/Content.Server/Roles/RoleEvent.cs b/Content.Server/Roles/RoleEvent.cs index eecae93e59..2c195087ff 100644 --- a/Content.Server/Roles/RoleEvent.cs +++ b/Content.Server/Roles/RoleEvent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.Roles +namespace Content.Server.Roles { public abstract class RoleEvent : EntityEventArgs { diff --git a/Content.Server/Rotatable/FlippableComponent.cs b/Content.Server/Rotatable/FlippableComponent.cs index 1f64e11781..0e7464ec9e 100644 --- a/Content.Server/Rotatable/FlippableComponent.cs +++ b/Content.Server/Rotatable/FlippableComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Rotatable diff --git a/Content.Server/Rotatable/RotatableSystem.cs b/Content.Server/Rotatable/RotatableSystem.cs index 73217da106..3b723842e5 100644 --- a/Content.Server/Rotatable/RotatableSystem.cs +++ b/Content.Server/Rotatable/RotatableSystem.cs @@ -1,10 +1,6 @@ using Content.Shared.Popups; using Content.Shared.Rotatable; using Content.Shared.Verbs; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Maths; using Robust.Shared.Physics; namespace Content.Server.Rotatable diff --git a/Content.Server/RoundEnd/RoundEndSystem.cs b/Content.Server/RoundEnd/RoundEndSystem.cs index 99eb44adbc..cdc57121ba 100644 --- a/Content.Server/RoundEnd/RoundEndSystem.cs +++ b/Content.Server/RoundEnd/RoundEndSystem.cs @@ -1,4 +1,3 @@ -using System; using System.Threading; using Content.Server.Administration.Logs; using Content.Server.Chat.Managers; @@ -6,9 +5,6 @@ using Content.Server.GameTicking; using Content.Shared.Database; using Content.Shared.GameTicking; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; using Robust.Shared.Timing; using Timer = Robust.Shared.Timing.Timer; diff --git a/Content.Server/Salvage/SalvageMagnetComponent.cs b/Content.Server/Salvage/SalvageMagnetComponent.cs index 1be09ed49b..8de904d6ec 100644 --- a/Content.Server/Salvage/SalvageMagnetComponent.cs +++ b/Content.Server/Salvage/SalvageMagnetComponent.cs @@ -1,9 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; -using System; - namespace Content.Server.Salvage { /// diff --git a/Content.Server/Salvage/SalvageMapPrototype.cs b/Content.Server/Salvage/SalvageMapPrototype.cs index 1aa1004a58..19a717eac8 100644 --- a/Content.Server/Salvage/SalvageMapPrototype.cs +++ b/Content.Server/Salvage/SalvageMapPrototype.cs @@ -1,11 +1,5 @@ -using System.Collections.Generic; -using System.Linq; -using Content.Server.Objectives.Interfaces; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Serialization.TypeSerializers.Implementations; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Server.Salvage { diff --git a/Content.Server/Salvage/SalvageSystem.cs b/Content.Server/Salvage/SalvageSystem.cs index 4041af91c4..b441de1c66 100644 --- a/Content.Server/Salvage/SalvageSystem.cs +++ b/Content.Server/Salvage/SalvageSystem.cs @@ -2,24 +2,15 @@ using Content.Server.Chat.Managers; using Content.Server.GameTicking; using Content.Shared.CCVar; using Content.Shared.Examine; -using Content.Shared.GameTicking; using Content.Shared.Interaction; using Content.Shared.Popups; using Robust.Server.Maps; using Robust.Shared.Configuration; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Log; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Player; using Robust.Shared.Prototypes; using Robust.Shared.Random; -using Robust.Shared.Timing; using Robust.Shared.Utility; -using System; -using System.Collections.Generic; using System.Linq; namespace Content.Server.Salvage diff --git a/Content.Server/Sandbox/Commands/ColorNetworkCommand.cs b/Content.Server/Sandbox/Commands/ColorNetworkCommand.cs index 16aadd8cce..203e85b266 100644 --- a/Content.Server/Sandbox/Commands/ColorNetworkCommand.cs +++ b/Content.Server/Sandbox/Commands/ColorNetworkCommand.cs @@ -1,5 +1,3 @@ -using System; -using Content.Server.Administration; using Content.Server.Administration.Managers; using Content.Server.Atmos.Piping.Components; using Content.Server.Atmos.Piping.EntitySystems; @@ -8,10 +6,6 @@ using Content.Server.NodeContainer.NodeGroups; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Maths; namespace Content.Server.Sandbox.Commands { diff --git a/Content.Server/Sandbox/SandboxSystem.cs b/Content.Server/Sandbox/SandboxSystem.cs index 4a88298ff2..80921f3b86 100644 --- a/Content.Server/Sandbox/SandboxSystem.cs +++ b/Content.Server/Sandbox/SandboxSystem.cs @@ -7,7 +7,6 @@ using Content.Shared.Access.Systems; using Content.Shared.Containers.ItemSlots; using Content.Shared.Hands.EntitySystems; using Content.Shared.Inventory; -using Content.Shared.Item; using Content.Shared.PDA; using Content.Shared.Sandbox; using Robust.Server.Console; @@ -15,11 +14,6 @@ using Robust.Server.GameObjects; using Robust.Server.Placement; using Robust.Server.Player; using Robust.Shared.Enums; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Network; -using Robust.Shared.Prototypes; -using Robust.Shared.ViewVariables; namespace Content.Server.Sandbox { diff --git a/Content.Server/Security/Components/DeployableBarrierComponent.cs b/Content.Server/Security/Components/DeployableBarrierComponent.cs index 4c9dab2bc4..09753167f3 100644 --- a/Content.Server/Security/Components/DeployableBarrierComponent.cs +++ b/Content.Server/Security/Components/DeployableBarrierComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Security { [RegisterComponent] diff --git a/Content.Server/Security/Systems/DeployableBarrierSystem.cs b/Content.Server/Security/Systems/DeployableBarrierSystem.cs index 941e108bf3..717101587b 100644 --- a/Content.Server/Security/Systems/DeployableBarrierSystem.cs +++ b/Content.Server/Security/Systems/DeployableBarrierSystem.cs @@ -2,9 +2,6 @@ using Content.Server.Lock; using Content.Server.Storage.Components; using Content.Shared.Security; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using System; -using Robust.Shared.IoC; namespace Content.Server.Security.Systems { diff --git a/Content.Server/Shuttles/Components/DockingComponent.cs b/Content.Server/Shuttles/Components/DockingComponent.cs index bad7a60896..df3ae888b1 100644 --- a/Content.Server/Shuttles/Components/DockingComponent.cs +++ b/Content.Server/Shuttles/Components/DockingComponent.cs @@ -1,9 +1,5 @@ using Content.Shared.Shuttles.Components; -using Robust.Shared.GameObjects; using Robust.Shared.Physics.Dynamics.Joints; -using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Shuttles.Components { diff --git a/Content.Server/Shuttles/Components/ShuttleComponent.cs b/Content.Server/Shuttles/Components/ShuttleComponent.cs index 859331489f..0705b6af53 100644 --- a/Content.Server/Shuttles/Components/ShuttleComponent.cs +++ b/Content.Server/Shuttles/Components/ShuttleComponent.cs @@ -1,8 +1,4 @@ -using System.Collections.Generic; using Content.Shared.Shuttles.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.ViewVariables; namespace Content.Server.Shuttles.Components { diff --git a/Content.Server/Shuttles/Components/ShuttleConsoleComponent.cs b/Content.Server/Shuttles/Components/ShuttleConsoleComponent.cs index aa75f06fe9..e724835253 100644 --- a/Content.Server/Shuttles/Components/ShuttleConsoleComponent.cs +++ b/Content.Server/Shuttles/Components/ShuttleConsoleComponent.cs @@ -1,10 +1,4 @@ -using System.Collections.Generic; -using Content.Shared.Shuttles; using Content.Shared.Shuttles.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Shuttles.Components { diff --git a/Content.Server/Shuttles/Components/ThrusterComponent.cs b/Content.Server/Shuttles/Components/ThrusterComponent.cs index 2ac8f90055..7526a50063 100644 --- a/Content.Server/Shuttles/Components/ThrusterComponent.cs +++ b/Content.Server/Shuttles/Components/ThrusterComponent.cs @@ -1,12 +1,5 @@ -using System.Collections.Generic; using Content.Server.Shuttles.EntitySystems; using Content.Shared.Damage; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Physics.Collision.Shapes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Shuttles.Components { diff --git a/Content.Server/Shuttles/DockCommand.cs b/Content.Server/Shuttles/DockCommand.cs index 80562d5be9..0f8d15f178 100644 --- a/Content.Server/Shuttles/DockCommand.cs +++ b/Content.Server/Shuttles/DockCommand.cs @@ -3,8 +3,6 @@ using Content.Server.Shuttles.Components; using Content.Server.Shuttles.EntitySystems; using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Shuttles; diff --git a/Content.Server/Shuttles/EntitySystems/DockingSystem.cs b/Content.Server/Shuttles/EntitySystems/DockingSystem.cs index d13e5e0051..c78efbb3a4 100644 --- a/Content.Server/Shuttles/EntitySystems/DockingSystem.cs +++ b/Content.Server/Shuttles/EntitySystems/DockingSystem.cs @@ -1,21 +1,13 @@ -using System; -using Content.Server.Doors.Components; using Content.Server.Doors.Systems; using Content.Server.Power.Components; using Content.Server.Shuttles.Components; using Content.Shared.Doors; using Content.Shared.Doors.Components; using Content.Shared.Verbs; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Log; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Physics; using Robust.Shared.Physics.Collision.Shapes; using Robust.Shared.Physics.Dynamics; -using Robust.Shared.Physics.Dynamics.Joints; using Robust.Shared.Utility; namespace Content.Server.Shuttles.EntitySystems diff --git a/Content.Server/Shuttles/EntitySystems/ShuttleConsoleSystem.cs b/Content.Server/Shuttles/EntitySystems/ShuttleConsoleSystem.cs index 2c69a9c373..3012c2a133 100644 --- a/Content.Server/Shuttles/EntitySystems/ShuttleConsoleSystem.cs +++ b/Content.Server/Shuttles/EntitySystems/ShuttleConsoleSystem.cs @@ -1,4 +1,3 @@ -using System; using Content.Server.Popups; using Content.Server.Power.Components; using Content.Server.Shuttles.Components; diff --git a/Content.Server/Singularity/Components/ContainmentFieldComponent.cs b/Content.Server/Singularity/Components/ContainmentFieldComponent.cs index 3b4b2a47c5..bd0b494f53 100644 --- a/Content.Server/Singularity/Components/ContainmentFieldComponent.cs +++ b/Content.Server/Singularity/Components/ContainmentFieldComponent.cs @@ -1,5 +1,4 @@ using Content.Shared.Singularity.Components; -using Robust.Shared.GameObjects; namespace Content.Server.Singularity.Components { diff --git a/Content.Server/Singularity/Components/ContainmentFieldConnection.cs b/Content.Server/Singularity/Components/ContainmentFieldConnection.cs index 8e9a024598..1a50a05d20 100644 --- a/Content.Server/Singularity/Components/ContainmentFieldConnection.cs +++ b/Content.Server/Singularity/Components/ContainmentFieldConnection.cs @@ -1,10 +1,4 @@ -using System; -using System.Collections.Generic; using System.Threading; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; -using Robust.Shared.Maths; using Timer = Robust.Shared.Timing.Timer; namespace Content.Server.Singularity.Components diff --git a/Content.Server/Singularity/Components/ContainmentFieldGeneratorComponent.cs b/Content.Server/Singularity/Components/ContainmentFieldGeneratorComponent.cs index 7f7e040b9c..c5ee929402 100644 --- a/Content.Server/Singularity/Components/ContainmentFieldGeneratorComponent.cs +++ b/Content.Server/Singularity/Components/ContainmentFieldGeneratorComponent.cs @@ -1,15 +1,9 @@ -using System; using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Shared.Physics; using Content.Shared.Singularity.Components; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; -using Robust.Shared.Maths; using Robust.Shared.Physics; -using Robust.Shared.ViewVariables; namespace Content.Server.Singularity.Components { diff --git a/Content.Server/Singularity/Components/EmitterComponent.cs b/Content.Server/Singularity/Components/EmitterComponent.cs index 95c3c8bcf6..1c122522a4 100644 --- a/Content.Server/Singularity/Components/EmitterComponent.cs +++ b/Content.Server/Singularity/Components/EmitterComponent.cs @@ -1,11 +1,5 @@ -using System; using System.Threading; -using Content.Server.Power.Components; -using Content.Shared.Access.Components; using Content.Shared.Sound; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Singularity.Components diff --git a/Content.Server/Singularity/Components/ServerSingularityComponent.cs b/Content.Server/Singularity/Components/ServerSingularityComponent.cs index c746defff6..41608b6e06 100644 --- a/Content.Server/Singularity/Components/ServerSingularityComponent.cs +++ b/Content.Server/Singularity/Components/ServerSingularityComponent.cs @@ -2,11 +2,7 @@ using Content.Shared.Singularity; using Content.Shared.Singularity.Components; using Content.Shared.Sound; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Player; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Singularity.Components { diff --git a/Content.Server/Singularity/Components/SingularityGenerator.cs b/Content.Server/Singularity/Components/SingularityGenerator.cs index c01f1a8dde..57fb80eb6d 100644 --- a/Content.Server/Singularity/Components/SingularityGenerator.cs +++ b/Content.Server/Singularity/Components/SingularityGenerator.cs @@ -1,8 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.ViewVariables; - -namespace Content.Server.Singularity.Components +namespace Content.Server.Singularity.Components { [RegisterComponent] public sealed class SingularityGeneratorComponent : Component diff --git a/Content.Server/Singularity/Components/SinguloFoodComponent.cs b/Content.Server/Singularity/Components/SinguloFoodComponent.cs index e10294e064..f920985180 100644 --- a/Content.Server/Singularity/Components/SinguloFoodComponent.cs +++ b/Content.Server/Singularity/Components/SinguloFoodComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Singularity.Components { /// diff --git a/Content.Server/Singularity/EntitySystems/ContainmentFieldGeneratorSystem.cs b/Content.Server/Singularity/EntitySystems/ContainmentFieldGeneratorSystem.cs index c302ddb5d5..0e8eba0547 100644 --- a/Content.Server/Singularity/EntitySystems/ContainmentFieldGeneratorSystem.cs +++ b/Content.Server/Singularity/EntitySystems/ContainmentFieldGeneratorSystem.cs @@ -2,8 +2,6 @@ using Content.Server.Singularity.Components; using Content.Shared.Singularity.Components; using Content.Shared.Tag; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Physics.Dynamics; namespace Content.Server.Singularity.EntitySystems diff --git a/Content.Server/Singularity/EntitySystems/EmitterSystem.cs b/Content.Server/Singularity/EntitySystems/EmitterSystem.cs index 7e663a6691..b6491c0a6d 100644 --- a/Content.Server/Singularity/EntitySystems/EmitterSystem.cs +++ b/Content.Server/Singularity/EntitySystems/EmitterSystem.cs @@ -1,4 +1,3 @@ -using System; using System.Threading; using Content.Server.Administration.Logs; using Content.Server.Power.Components; @@ -12,12 +11,7 @@ using Content.Shared.Interaction; using Content.Shared.Popups; using Content.Shared.Singularity.Components; using JetBrains.Annotations; -using Robust.Server.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Log; using Robust.Shared.Physics; using Robust.Shared.Player; using Robust.Shared.Random; diff --git a/Content.Server/Singularity/EntitySystems/SingularitySystem.cs b/Content.Server/Singularity/EntitySystems/SingularitySystem.cs index 55a1e7155b..1e17a70fe8 100644 --- a/Content.Server/Singularity/EntitySystems/SingularitySystem.cs +++ b/Content.Server/Singularity/EntitySystems/SingularitySystem.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using Content.Server.Ghost.Components; using Content.Server.Singularity.Components; using Content.Shared.Singularity; diff --git a/Content.Server/Singularity/StartSingularityEngineCommand.cs b/Content.Server/Singularity/StartSingularityEngineCommand.cs index 4d11154392..2e053a6c07 100644 --- a/Content.Server/Singularity/StartSingularityEngineCommand.cs +++ b/Content.Server/Singularity/StartSingularityEngineCommand.cs @@ -5,8 +5,6 @@ using Content.Server.Singularity.EntitySystems; using Content.Shared.Administration; using Content.Shared.Singularity.Components; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Singularity { diff --git a/Content.Server/Solar/Components/SolarControlConsoleComponent.cs b/Content.Server/Solar/Components/SolarControlConsoleComponent.cs index f84dcc6e4f..ccb21149c7 100644 --- a/Content.Server/Solar/Components/SolarControlConsoleComponent.cs +++ b/Content.Server/Solar/Components/SolarControlConsoleComponent.cs @@ -1,13 +1,3 @@ -using System; -using Content.Shared.Solar; -using Content.Server.Solar.EntitySystems; -using Content.Server.UserInterface; -using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.ViewVariables; -using Robust.Shared.Maths; - namespace Content.Server.Solar.Components { [RegisterComponent] diff --git a/Content.Server/Solar/Components/SolarPanelComponent.cs b/Content.Server/Solar/Components/SolarPanelComponent.cs index 9823914afb..a69504912c 100644 --- a/Content.Server/Solar/Components/SolarPanelComponent.cs +++ b/Content.Server/Solar/Components/SolarPanelComponent.cs @@ -1,12 +1,4 @@ -using System; -using Content.Server.Power.Components; using Content.Server.Solar.EntitySystems; -using Robust.Server.GameObjects; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Timing; -using Robust.Shared.ViewVariables; namespace Content.Server.Solar.Components { diff --git a/Content.Server/Solar/EntitySystems/PowerSolarControlConsoleSystem.cs b/Content.Server/Solar/EntitySystems/PowerSolarControlConsoleSystem.cs index 0b91652ada..f542b025c3 100644 --- a/Content.Server/Solar/EntitySystems/PowerSolarControlConsoleSystem.cs +++ b/Content.Server/Solar/EntitySystems/PowerSolarControlConsoleSystem.cs @@ -1,13 +1,7 @@ -using System; using Content.Server.Solar.Components; using Content.Server.UserInterface; using Content.Shared.Solar; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Server.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; -using Robust.Shared.Log; namespace Content.Server.Solar.EntitySystems { diff --git a/Content.Server/Solar/EntitySystems/PowerSolarSystem.cs b/Content.Server/Solar/EntitySystems/PowerSolarSystem.cs index 4030f057e6..833aa24910 100644 --- a/Content.Server/Solar/EntitySystems/PowerSolarSystem.cs +++ b/Content.Server/Solar/EntitySystems/PowerSolarSystem.cs @@ -1,14 +1,9 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Server.Power.Components; using Content.Server.Solar.Components; using Content.Shared.GameTicking; using Content.Shared.Physics; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Physics; using Robust.Shared.Random; diff --git a/Content.Server/Sound/Components/EmitSoundOnActivateComponent.cs b/Content.Server/Sound/Components/EmitSoundOnActivateComponent.cs index b78009e5f1..8901bbf623 100644 --- a/Content.Server/Sound/Components/EmitSoundOnActivateComponent.cs +++ b/Content.Server/Sound/Components/EmitSoundOnActivateComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Sound.Components { /// diff --git a/Content.Server/Sound/Components/EmitSoundOnLandComponent.cs b/Content.Server/Sound/Components/EmitSoundOnLandComponent.cs index dd156b6d1b..0248cbbad7 100644 --- a/Content.Server/Sound/Components/EmitSoundOnLandComponent.cs +++ b/Content.Server/Sound/Components/EmitSoundOnLandComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Sound.Components { /// diff --git a/Content.Server/Spawners/Components/ConditionalSpawnerComponent.cs b/Content.Server/Spawners/Components/ConditionalSpawnerComponent.cs index b15c76c9cb..a5279ce848 100644 --- a/Content.Server/Spawners/Components/ConditionalSpawnerComponent.cs +++ b/Content.Server/Spawners/Components/ConditionalSpawnerComponent.cs @@ -1,10 +1,6 @@ -using System.Collections.Generic; using Content.Server.GameTicking.Rules; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; -using Robust.Shared.ViewVariables; namespace Content.Server.Spawners.Components { diff --git a/Content.Server/Spawners/Components/RandomSpawnerComponent.cs b/Content.Server/Spawners/Components/RandomSpawnerComponent.cs index 0f27ace2aa..f3ddfae0ce 100644 --- a/Content.Server/Spawners/Components/RandomSpawnerComponent.cs +++ b/Content.Server/Spawners/Components/RandomSpawnerComponent.cs @@ -1,10 +1,5 @@ -using System.Collections.Generic; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; -using Robust.Shared.ViewVariables; namespace Content.Server.Spawners.Components { diff --git a/Content.Server/Spawners/Components/SpawnPointComponent.cs b/Content.Server/Spawners/Components/SpawnPointComponent.cs index 2369bbcf64..53e69d921f 100644 --- a/Content.Server/Spawners/Components/SpawnPointComponent.cs +++ b/Content.Server/Spawners/Components/SpawnPointComponent.cs @@ -1,10 +1,6 @@ using Content.Shared.Markers; using Content.Shared.Roles; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Spawners.Components { diff --git a/Content.Server/Spawners/Components/TimedSpawnerComponent.cs b/Content.Server/Spawners/Components/TimedSpawnerComponent.cs index ebb8690441..07d997f983 100644 --- a/Content.Server/Spawners/Components/TimedSpawnerComponent.cs +++ b/Content.Server/Spawners/Components/TimedSpawnerComponent.cs @@ -1,14 +1,8 @@ -using System; -using System.Collections.Generic; -using System.Threading; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; +using System.Threading; using Robust.Shared.Prototypes; using Robust.Shared.Random; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; -using Robust.Shared.ViewVariables; namespace Content.Server.Spawners.Components { diff --git a/Content.Server/Speech/AccentSystem.cs b/Content.Server/Speech/AccentSystem.cs index 76ca302650..f5f3cb97db 100644 --- a/Content.Server/Speech/AccentSystem.cs +++ b/Content.Server/Speech/AccentSystem.cs @@ -1,9 +1,5 @@ using System.Text.RegularExpressions; using Content.Server.Chat; -using Content.Server.Chat.Managers; -using Content.Server.Speech.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Speech { diff --git a/Content.Server/Speech/Components/AddAccentClothingComponent.cs b/Content.Server/Speech/Components/AddAccentClothingComponent.cs index f6d4c63a1b..38dc541818 100644 --- a/Content.Server/Speech/Components/AddAccentClothingComponent.cs +++ b/Content.Server/Speech/Components/AddAccentClothingComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; +using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Speech.Components; diff --git a/Content.Server/Speech/Components/BackwardsAccentComponent.cs b/Content.Server/Speech/Components/BackwardsAccentComponent.cs index 1a93ad7701..bc03c43474 100644 --- a/Content.Server/Speech/Components/BackwardsAccentComponent.cs +++ b/Content.Server/Speech/Components/BackwardsAccentComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.Speech.Components +namespace Content.Server.Speech.Components { [RegisterComponent] public sealed class BackwardsAccentComponent : Component diff --git a/Content.Server/Speech/Components/MonkeyAccentComponent.cs b/Content.Server/Speech/Components/MonkeyAccentComponent.cs index 53f7604432..07810eedd1 100644 --- a/Content.Server/Speech/Components/MonkeyAccentComponent.cs +++ b/Content.Server/Speech/Components/MonkeyAccentComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Speech.Components; [RegisterComponent] diff --git a/Content.Server/Speech/Components/OwOAccentComponent.cs b/Content.Server/Speech/Components/OwOAccentComponent.cs index 8f3a1f8cbf..df8a57dbe8 100644 --- a/Content.Server/Speech/Components/OwOAccentComponent.cs +++ b/Content.Server/Speech/Components/OwOAccentComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.Speech.Components +namespace Content.Server.Speech.Components { [RegisterComponent] public sealed class OwOAccentComponent : Component diff --git a/Content.Server/Speech/Components/ReplacementAccentComponent.cs b/Content.Server/Speech/Components/ReplacementAccentComponent.cs index d19ea511aa..56dfb92697 100644 --- a/Content.Server/Speech/Components/ReplacementAccentComponent.cs +++ b/Content.Server/Speech/Components/ReplacementAccentComponent.cs @@ -1,8 +1,5 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Speech.Components { diff --git a/Content.Server/Speech/Components/RussianAccentComponent.cs b/Content.Server/Speech/Components/RussianAccentComponent.cs index c3752eed25..527561dcc9 100644 --- a/Content.Server/Speech/Components/RussianAccentComponent.cs +++ b/Content.Server/Speech/Components/RussianAccentComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Speech.Components; [RegisterComponent] diff --git a/Content.Server/Speech/Components/SpanishAccentComponent.cs b/Content.Server/Speech/Components/SpanishAccentComponent.cs index 9a10c6484b..948085f0ae 100644 --- a/Content.Server/Speech/Components/SpanishAccentComponent.cs +++ b/Content.Server/Speech/Components/SpanishAccentComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.Speech.Components +namespace Content.Server.Speech.Components { [RegisterComponent] public sealed class SpanishAccentComponent : Component diff --git a/Content.Server/Speech/Components/StutteringAccentComponent.cs b/Content.Server/Speech/Components/StutteringAccentComponent.cs index fd64e4db70..361b08f379 100644 --- a/Content.Server/Speech/Components/StutteringAccentComponent.cs +++ b/Content.Server/Speech/Components/StutteringAccentComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Speech.Components { [RegisterComponent] diff --git a/Content.Server/Speech/EntitySystems/AddAccentClothingSystem.cs b/Content.Server/Speech/EntitySystems/AddAccentClothingSystem.cs index 8606ab004a..c06bbf5a2c 100644 --- a/Content.Server/Speech/EntitySystems/AddAccentClothingSystem.cs +++ b/Content.Server/Speech/EntitySystems/AddAccentClothingSystem.cs @@ -1,8 +1,6 @@ using Content.Server.Clothing.Components; using Content.Server.Speech.Components; using Content.Shared.Inventory.Events; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Speech.EntitySystems; diff --git a/Content.Server/Speech/EntitySystems/BackwardsAccentSystem.cs b/Content.Server/Speech/EntitySystems/BackwardsAccentSystem.cs index db133acee1..db69c86995 100644 --- a/Content.Server/Speech/EntitySystems/BackwardsAccentSystem.cs +++ b/Content.Server/Speech/EntitySystems/BackwardsAccentSystem.cs @@ -1,6 +1,4 @@ -using System; using Content.Server.Speech.Components; -using Robust.Shared.GameObjects; namespace Content.Server.Speech.EntitySystems { diff --git a/Content.Server/Speech/EntitySystems/MonkeyAccentSystem.cs b/Content.Server/Speech/EntitySystems/MonkeyAccentSystem.cs index 8bf8e7219b..f2813d8245 100644 --- a/Content.Server/Speech/EntitySystems/MonkeyAccentSystem.cs +++ b/Content.Server/Speech/EntitySystems/MonkeyAccentSystem.cs @@ -1,7 +1,5 @@ using System.Text; using Content.Server.Speech.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; namespace Content.Server.Speech.EntitySystems; diff --git a/Content.Server/Speech/EntitySystems/OwOAccentSystem.cs b/Content.Server/Speech/EntitySystems/OwOAccentSystem.cs index 1fcdd045eb..cac3debe81 100644 --- a/Content.Server/Speech/EntitySystems/OwOAccentSystem.cs +++ b/Content.Server/Speech/EntitySystems/OwOAccentSystem.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; using Content.Server.Speech.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; namespace Content.Server.Speech.EntitySystems diff --git a/Content.Server/Speech/EntitySystems/ReplacementAccentSystem.cs b/Content.Server/Speech/EntitySystems/ReplacementAccentSystem.cs index 5e02c7663b..9834fba21b 100644 --- a/Content.Server/Speech/EntitySystems/ReplacementAccentSystem.cs +++ b/Content.Server/Speech/EntitySystems/ReplacementAccentSystem.cs @@ -1,6 +1,4 @@ using Content.Server.Speech.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Server/Speech/EntitySystems/RussianAccentSystem.cs b/Content.Server/Speech/EntitySystems/RussianAccentSystem.cs index 0d7f4cb765..33e4513d93 100644 --- a/Content.Server/Speech/EntitySystems/RussianAccentSystem.cs +++ b/Content.Server/Speech/EntitySystems/RussianAccentSystem.cs @@ -1,8 +1,5 @@ using System.Text; using Content.Server.Speech.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Random; namespace Content.Server.Speech.EntitySystems; diff --git a/Content.Server/Speech/EntitySystems/SpanishAccentSystem.cs b/Content.Server/Speech/EntitySystems/SpanishAccentSystem.cs index 52cbaa2813..2a3f25827c 100644 --- a/Content.Server/Speech/EntitySystems/SpanishAccentSystem.cs +++ b/Content.Server/Speech/EntitySystems/SpanishAccentSystem.cs @@ -1,5 +1,4 @@ using Content.Server.Speech.Components; -using Robust.Shared.GameObjects; namespace Content.Server.Speech.EntitySystems { diff --git a/Content.Server/Speech/EntitySystems/StutteringSystem.cs b/Content.Server/Speech/EntitySystems/StutteringSystem.cs index 63398a04c1..d4d7a7256b 100644 --- a/Content.Server/Speech/EntitySystems/StutteringSystem.cs +++ b/Content.Server/Speech/EntitySystems/StutteringSystem.cs @@ -1,11 +1,8 @@ -using System; using System.Text; using System.Text.RegularExpressions; using Content.Server.Speech.Components; using Content.Shared.Speech.EntitySystems; using Content.Shared.StatusEffect; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; namespace Content.Server.Speech.EntitySystems diff --git a/Content.Server/Speech/SpeechNoiseSystem.cs b/Content.Server/Speech/SpeechNoiseSystem.cs index 97969ca56c..10685052da 100644 --- a/Content.Server/Speech/SpeechNoiseSystem.cs +++ b/Content.Server/Speech/SpeechNoiseSystem.cs @@ -1,13 +1,10 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Audio; using Content.Server.Chat; using Content.Shared.Speech; -using Content.Shared.Sound; using Robust.Shared.Player; using Robust.Shared.Prototypes; using Robust.Shared.Timing; using Robust.Shared.Random; -using System; namespace Content.Server.Speech { diff --git a/Content.Server/Sprite/Components/RandomSpriteColorComponent.cs b/Content.Server/Sprite/Components/RandomSpriteColorComponent.cs index b342fd37e9..84c6590534 100644 --- a/Content.Server/Sprite/Components/RandomSpriteColorComponent.cs +++ b/Content.Server/Sprite/Components/RandomSpriteColorComponent.cs @@ -1,8 +1,3 @@ -using System.Collections.Generic; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Sprite.Components { [RegisterComponent] diff --git a/Content.Server/Sprite/Components/RandomSpriteStateComponent.cs b/Content.Server/Sprite/Components/RandomSpriteStateComponent.cs index fc33c1b633..c99637a09a 100644 --- a/Content.Server/Sprite/Components/RandomSpriteStateComponent.cs +++ b/Content.Server/Sprite/Components/RandomSpriteStateComponent.cs @@ -1,7 +1,3 @@ -using System.Collections.Generic; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Sprite.Components { [RegisterComponent] diff --git a/Content.Server/Sprite/RandomSpriteSystem.cs b/Content.Server/Sprite/RandomSpriteSystem.cs index 68a343edc1..45e0619ac3 100644 --- a/Content.Server/Sprite/RandomSpriteSystem.cs +++ b/Content.Server/Sprite/RandomSpriteSystem.cs @@ -1,8 +1,6 @@ using Content.Server.Sprite.Components; using Content.Shared.Random.Helpers; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; namespace Content.Server.Sprite; diff --git a/Content.Server/Stack/StackComponent.cs b/Content.Server/Stack/StackComponent.cs index a3e903feab..5abae1fcb4 100644 --- a/Content.Server/Stack/StackComponent.cs +++ b/Content.Server/Stack/StackComponent.cs @@ -1,7 +1,4 @@ using Content.Shared.Stacks; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; namespace Content.Server.Stack { diff --git a/Content.Server/Station/Components/StationDataComponent.cs b/Content.Server/Station/Components/StationDataComponent.cs index 0e6807d16e..cccceafe13 100644 --- a/Content.Server/Station/Components/StationDataComponent.cs +++ b/Content.Server/Station/Components/StationDataComponent.cs @@ -1,6 +1,4 @@ -using Content.Server.Maps; -using Content.Server.Station.Systems; -using Robust.Shared.Map; +using Content.Server.Station.Systems; namespace Content.Server.Station.Components; diff --git a/Content.Server/Station/Components/StationSpawningComponent.cs b/Content.Server/Station/Components/StationSpawningComponent.cs index 91da24b754..1ffb3e4cb2 100644 --- a/Content.Server/Station/Components/StationSpawningComponent.cs +++ b/Content.Server/Station/Components/StationSpawningComponent.cs @@ -1,5 +1,4 @@ using Content.Server.Station.Systems; -using Robust.Shared.Map; namespace Content.Server.Station.Components; diff --git a/Content.Server/Station/StationConfig.cs b/Content.Server/Station/StationConfig.cs index 0e46768604..5a4d875114 100644 --- a/Content.Server/Station/StationConfig.cs +++ b/Content.Server/Station/StationConfig.cs @@ -1,8 +1,5 @@ using Content.Server.Maps.NameGenerators; -using Content.Shared.Roles; using JetBrains.Annotations; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Dictionary; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; namespace Content.Server.Station; diff --git a/Content.Server/Station/Systems/StationSpawningSystem.cs b/Content.Server/Station/Systems/StationSpawningSystem.cs index 498dafb754..2f52c6a465 100644 --- a/Content.Server/Station/Systems/StationSpawningSystem.cs +++ b/Content.Server/Station/Systems/StationSpawningSystem.cs @@ -14,7 +14,6 @@ using Content.Shared.Species; using JetBrains.Annotations; using Robust.Shared.Map; using Robust.Shared.Prototypes; -using Robust.Shared.Random; using Robust.Shared.Utility; namespace Content.Server.Station.Systems; diff --git a/Content.Server/Station/Systems/StationSystem.cs b/Content.Server/Station/Systems/StationSystem.cs index 834278ab73..126d85791a 100644 --- a/Content.Server/Station/Systems/StationSystem.cs +++ b/Content.Server/Station/Systems/StationSystem.cs @@ -1,7 +1,6 @@ using System.Linq; using Content.Server.Chat.Managers; using Content.Server.GameTicking; -using Content.Server.Maps; using Content.Server.Station.Components; using Content.Shared.CCVar; using JetBrains.Annotations; diff --git a/Content.Server/StationEvents/Events/DiseaseOutbreak.cs b/Content.Server/StationEvents/Events/DiseaseOutbreak.cs index 67bae1a03f..00cdd281fe 100644 --- a/Content.Server/StationEvents/Events/DiseaseOutbreak.cs +++ b/Content.Server/StationEvents/Events/DiseaseOutbreak.cs @@ -1,4 +1,3 @@ -using System.Linq; using Content.Server.Chat.Managers; using Content.Server.Disease.Components; using Content.Server.Disease; diff --git a/Content.Server/StationEvents/Events/FalseAlarm.cs b/Content.Server/StationEvents/Events/FalseAlarm.cs index 423220c551..f3e22c88e6 100644 --- a/Content.Server/StationEvents/Events/FalseAlarm.cs +++ b/Content.Server/StationEvents/Events/FalseAlarm.cs @@ -1,5 +1,4 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Server.StationEvents.Events { diff --git a/Content.Server/StationEvents/Events/GasLeak.cs b/Content.Server/StationEvents/Events/GasLeak.cs index 2fdf6e2360..e033425b47 100644 --- a/Content.Server/StationEvents/Events/GasLeak.cs +++ b/Content.Server/StationEvents/Events/GasLeak.cs @@ -1,6 +1,5 @@ using Content.Server.Atmos.EntitySystems; using Content.Shared.Atmos; -using Content.Shared.Sound; using Robust.Shared.Audio; using Robust.Shared.Map; using Robust.Shared.Player; diff --git a/Content.Server/StationEvents/Events/KudzuGrowth.cs b/Content.Server/StationEvents/Events/KudzuGrowth.cs index 303d1a8651..497b4a98d0 100644 --- a/Content.Server/StationEvents/Events/KudzuGrowth.cs +++ b/Content.Server/StationEvents/Events/KudzuGrowth.cs @@ -1,4 +1,3 @@ -using Content.Shared.Sound; using Robust.Shared.Map; using Robust.Shared.Random; diff --git a/Content.Server/StationEvents/Events/MeteorSwarm.cs b/Content.Server/StationEvents/Events/MeteorSwarm.cs index 279c66d522..df369bf7a7 100644 --- a/Content.Server/StationEvents/Events/MeteorSwarm.cs +++ b/Content.Server/StationEvents/Events/MeteorSwarm.cs @@ -1,14 +1,8 @@ -using System; -using System.Linq; using Content.Server.GameTicking; using Content.Server.Projectiles.Components; using Content.Shared.Sound; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Random; -using Robust.Shared.Timing; namespace Content.Server.StationEvents.Events { diff --git a/Content.Server/StationEvents/Events/RadiationStorm.cs b/Content.Server/StationEvents/Events/RadiationStorm.cs index 97f1de3dad..2fc566ff91 100644 --- a/Content.Server/StationEvents/Events/RadiationStorm.cs +++ b/Content.Server/StationEvents/Events/RadiationStorm.cs @@ -1,4 +1,3 @@ -using System.Linq; using Content.Server.Radiation; using Content.Server.Station.Components; using Content.Server.Station.Systems; diff --git a/Content.Server/StationEvents/Events/StationEvent.cs b/Content.Server/StationEvents/Events/StationEvent.cs index 6ead81b3e2..a7fa34dd83 100644 --- a/Content.Server/StationEvents/Events/StationEvent.cs +++ b/Content.Server/StationEvents/Events/StationEvent.cs @@ -1,4 +1,3 @@ -using System.Linq; using Content.Server.Administration.Logs; using Content.Server.Atmos.EntitySystems; using Content.Server.Chat.Managers; diff --git a/Content.Server/StationEvents/Events/VentClog.cs b/Content.Server/StationEvents/Events/VentClog.cs index cf2120525a..e9be75fa35 100644 --- a/Content.Server/StationEvents/Events/VentClog.cs +++ b/Content.Server/StationEvents/Events/VentClog.cs @@ -5,10 +5,8 @@ using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; using Content.Shared.Sound; using JetBrains.Annotations; -using Robust.Shared.Map; using Robust.Shared.Prototypes; using Robust.Shared.Random; -using Robust.Shared.Utility; namespace Content.Server.StationEvents.Events; diff --git a/Content.Server/StationEvents/StationEventCommand.cs b/Content.Server/StationEvents/StationEventCommand.cs index 1ab2e36e24..f65d7323c4 100644 --- a/Content.Server/StationEvents/StationEventCommand.cs +++ b/Content.Server/StationEvents/StationEventCommand.cs @@ -2,8 +2,6 @@ using Content.Server.Administration; using Content.Shared.Administration; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using System.Linq; namespace Content.Server.StationEvents diff --git a/Content.Server/StationEvents/StationEventSystem.cs b/Content.Server/StationEvents/StationEventSystem.cs index bcedfe8db6..1e8f4f3c4d 100644 --- a/Content.Server/StationEvents/StationEventSystem.cs +++ b/Content.Server/StationEvents/StationEventSystem.cs @@ -1,12 +1,8 @@ -using System; -using System.Collections.Generic; using System.Linq; using System.Text; using Content.Server.Administration.Logs; using Content.Server.GameTicking; using Content.Server.StationEvents.Events; -using Content.Shared; -using Content.Shared.Administration.Logs; using Content.Shared.CCVar; using Content.Shared.Database; using Content.Shared.GameTicking; @@ -15,13 +11,9 @@ using JetBrains.Annotations; using Robust.Server.Console; using Robust.Server.Player; using Robust.Shared.Configuration; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Network; using Robust.Shared.Random; using Robust.Shared.Reflection; -using Robust.Shared.Timing; namespace Content.Server.StationEvents { diff --git a/Content.Server/Storage/Components/CursedEntityStorageComponent.cs b/Content.Server/Storage/Components/CursedEntityStorageComponent.cs index 1f67f4ff08..33cb630bf1 100644 --- a/Content.Server/Storage/Components/CursedEntityStorageComponent.cs +++ b/Content.Server/Storage/Components/CursedEntityStorageComponent.cs @@ -2,11 +2,8 @@ using Content.Shared.Audio; using Content.Shared.Interaction; using Content.Shared.Sound; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Player; using Robust.Shared.Random; -using Robust.Shared.Serialization.Manager.Attributes; using System.Linq; namespace Content.Server.Storage.Components diff --git a/Content.Server/Storage/Components/EntityStorageComponent.cs b/Content.Server/Storage/Components/EntityStorageComponent.cs index 39906d9b71..d189ae00a3 100644 --- a/Content.Server/Storage/Components/EntityStorageComponent.cs +++ b/Content.Server/Storage/Components/EntityStorageComponent.cs @@ -1,12 +1,8 @@ -using System; -using System.Collections.Generic; using System.Linq; -using System.Threading.Tasks; using Content.Server.Construction; using Content.Server.Construction.Components; using Content.Server.Ghost.Components; using Content.Server.Storage.EntitySystems; -using Content.Server.Tools; using Content.Shared.Body.Components; using Content.Shared.Foldable; using Content.Shared.Interaction; @@ -16,12 +12,10 @@ using Content.Shared.Placeable; using Content.Shared.Popups; using Content.Shared.Sound; using Content.Shared.Storage; -using Content.Shared.Tools; using Robust.Shared.Audio; using Robust.Shared.Containers; using Robust.Shared.Physics; using Robust.Shared.Player; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Storage.Components { diff --git a/Content.Server/Storage/Components/IStorageComponent.cs b/Content.Server/Storage/Components/IStorageComponent.cs index 52f0388479..1689db3432 100644 --- a/Content.Server/Storage/Components/IStorageComponent.cs +++ b/Content.Server/Storage/Components/IStorageComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Storage.Components { public interface IStorageComponent : IComponent diff --git a/Content.Server/Storage/Components/SecretStashComponent.cs b/Content.Server/Storage/Components/SecretStashComponent.cs index d2d8333d2e..7848ae9c39 100644 --- a/Content.Server/Storage/Components/SecretStashComponent.cs +++ b/Content.Server/Storage/Components/SecretStashComponent.cs @@ -2,11 +2,7 @@ using Content.Server.Storage.EntitySystems; using Content.Server.Toilet; using Content.Shared.Containers.ItemSlots; using Content.Shared.Item; -using Robust.Shared.Analyzers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Storage.Components { diff --git a/Content.Server/Storage/Components/SpawnItemsOnUseComponent.cs b/Content.Server/Storage/Components/SpawnItemsOnUseComponent.cs index 48f61c7eff..939994271c 100644 --- a/Content.Server/Storage/Components/SpawnItemsOnUseComponent.cs +++ b/Content.Server/Storage/Components/SpawnItemsOnUseComponent.cs @@ -1,8 +1,5 @@ -using System.Collections.Generic; using Content.Shared.Sound; using Content.Shared.Storage; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Storage.Components { diff --git a/Content.Server/Storage/Components/StorageFillComponent.cs b/Content.Server/Storage/Components/StorageFillComponent.cs index 1a449459bc..5a15296a14 100644 --- a/Content.Server/Storage/Components/StorageFillComponent.cs +++ b/Content.Server/Storage/Components/StorageFillComponent.cs @@ -1,9 +1,5 @@ -using System.Collections.Generic; using Content.Server.Storage.EntitySystems; using Content.Shared.Storage; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Storage.Components { diff --git a/Content.Server/Storage/EntitySystems/DumpableSystem.cs b/Content.Server/Storage/EntitySystems/DumpableSystem.cs index a6d3e26bb3..7797cd0667 100644 --- a/Content.Server/Storage/EntitySystems/DumpableSystem.cs +++ b/Content.Server/Storage/EntitySystems/DumpableSystem.cs @@ -7,7 +7,6 @@ using Content.Server.Disposal.Unit.Components; using Content.Server.Disposal.Unit.EntitySystems; using Content.Server.DoAfter; using Content.Shared.Placeable; -using Content.Server.Hands.Systems; using Robust.Shared.Containers; namespace Content.Server.Storage.EntitySystems diff --git a/Content.Server/Storage/EntitySystems/EntityStorageSystem.cs b/Content.Server/Storage/EntitySystems/EntityStorageSystem.cs index c5f97b8acc..0102f2acb6 100644 --- a/Content.Server/Storage/EntitySystems/EntityStorageSystem.cs +++ b/Content.Server/Storage/EntitySystems/EntityStorageSystem.cs @@ -3,7 +3,6 @@ using Content.Server.Popups; using Content.Server.Storage.Components; using Content.Server.Tools.Systems; using Content.Shared.Destructible; -using Content.Shared.Interaction; using Robust.Shared.Physics; using Robust.Shared.Player; diff --git a/Content.Server/Storage/EntitySystems/ItemCounterSystem.cs b/Content.Server/Storage/EntitySystems/ItemCounterSystem.cs index f32c8f4629..e9c42a401a 100644 --- a/Content.Server/Storage/EntitySystems/ItemCounterSystem.cs +++ b/Content.Server/Storage/EntitySystems/ItemCounterSystem.cs @@ -3,8 +3,6 @@ using Content.Shared.Storage.Components; using Content.Shared.Storage.EntitySystems; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Storage.EntitySystems { diff --git a/Content.Server/Storage/EntitySystems/ItemMapperSystem.cs b/Content.Server/Storage/EntitySystems/ItemMapperSystem.cs index 12344a1e25..00aa0f5b12 100644 --- a/Content.Server/Storage/EntitySystems/ItemMapperSystem.cs +++ b/Content.Server/Storage/EntitySystems/ItemMapperSystem.cs @@ -1,12 +1,8 @@ -using System.Collections.Generic; -using System.Linq; -using Content.Server.Storage.Components; +using System.Linq; using Content.Shared.Storage.Components; using Content.Shared.Storage.EntitySystems; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Storage.EntitySystems { diff --git a/Content.Server/Storage/EntitySystems/StorageSystem.cs b/Content.Server/Storage/EntitySystems/StorageSystem.cs index 23b6bc7462..2ab747e083 100644 --- a/Content.Server/Storage/EntitySystems/StorageSystem.cs +++ b/Content.Server/Storage/EntitySystems/StorageSystem.cs @@ -1,6 +1,4 @@ using System.Linq; -using Content.Server.Disposal.Unit.Components; -using Content.Server.Disposal.Unit.EntitySystems; using Content.Server.Hands.Components; using Content.Server.Storage.Components; using Content.Shared.Interaction; diff --git a/Content.Server/Stunnable/Components/StunOnCollideComponent.cs b/Content.Server/Stunnable/Components/StunOnCollideComponent.cs index a916c1b5e2..447b030e9b 100644 --- a/Content.Server/Stunnable/Components/StunOnCollideComponent.cs +++ b/Content.Server/Stunnable/Components/StunOnCollideComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Stunnable.Components { /// diff --git a/Content.Server/Stunnable/Components/StunbatonComponent.cs b/Content.Server/Stunnable/Components/StunbatonComponent.cs index 114f988565..a1a62d78f3 100644 --- a/Content.Server/Stunnable/Components/StunbatonComponent.cs +++ b/Content.Server/Stunnable/Components/StunbatonComponent.cs @@ -1,7 +1,4 @@ using Content.Shared.Sound; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Stunnable.Components { diff --git a/Content.Server/Stunnable/StunOnCollideSystem.cs b/Content.Server/Stunnable/StunOnCollideSystem.cs index b9c8f6230b..f0c095f7d7 100644 --- a/Content.Server/Stunnable/StunOnCollideSystem.cs +++ b/Content.Server/Stunnable/StunOnCollideSystem.cs @@ -1,10 +1,7 @@ -using System; using Content.Server.Stunnable.Components; using Content.Shared.Standing; using Content.Shared.StatusEffect; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Physics.Dynamics; using Content.Shared.Throwing; diff --git a/Content.Server/Stunnable/StunbatonSystem.cs b/Content.Server/Stunnable/StunbatonSystem.cs index 134201463a..52b6ac106e 100644 --- a/Content.Server/Stunnable/StunbatonSystem.cs +++ b/Content.Server/Stunnable/StunbatonSystem.cs @@ -1,11 +1,9 @@ -using System; using System.Linq; using Content.Server.Power.Events; using Content.Server.PowerCell; using Content.Server.Speech.EntitySystems; using Content.Server.Stunnable.Components; using Content.Server.Weapon.Melee; -using Content.Shared.ActionBlocker; using Content.Shared.Audio; using Content.Shared.Examine; using Content.Shared.Interaction.Events; @@ -18,9 +16,6 @@ using Content.Shared.Stunnable; using Content.Shared.Throwing; using Robust.Server.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; using Robust.Shared.Random; diff --git a/Content.Server/Suspicion/Roles/SuspicionInnocentRole.cs b/Content.Server/Suspicion/Roles/SuspicionInnocentRole.cs index 11cf3e90e4..65eb958471 100644 --- a/Content.Server/Suspicion/Roles/SuspicionInnocentRole.cs +++ b/Content.Server/Suspicion/Roles/SuspicionInnocentRole.cs @@ -1,6 +1,5 @@ using Content.Server.Chat.Managers; using Content.Shared.Roles; -using Robust.Shared.IoC; namespace Content.Server.Suspicion.Roles { diff --git a/Content.Server/Suspicion/Roles/SuspicionTraitorRole.cs b/Content.Server/Suspicion/Roles/SuspicionTraitorRole.cs index 3e40619cab..7f3e865b3b 100644 --- a/Content.Server/Suspicion/Roles/SuspicionTraitorRole.cs +++ b/Content.Server/Suspicion/Roles/SuspicionTraitorRole.cs @@ -1,8 +1,6 @@ -using System.Collections.Generic; using System.Linq; using Content.Server.Chat.Managers; using Content.Shared.Roles; -using Robust.Shared.Localization; namespace Content.Server.Suspicion.Roles { diff --git a/Content.Server/Tabletop/Components/TabletopGameComponent.cs b/Content.Server/Tabletop/Components/TabletopGameComponent.cs index 6417778721..62db7db883 100644 --- a/Content.Server/Tabletop/Components/TabletopGameComponent.cs +++ b/Content.Server/Tabletop/Components/TabletopGameComponent.cs @@ -1,9 +1,3 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Tabletop.Components { /// diff --git a/Content.Server/Tabletop/Components/TabletopGamerComponent.cs b/Content.Server/Tabletop/Components/TabletopGamerComponent.cs index bc575fbb4b..eb7523ccf9 100644 --- a/Content.Server/Tabletop/Components/TabletopGamerComponent.cs +++ b/Content.Server/Tabletop/Components/TabletopGamerComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Tabletop.Components { /// diff --git a/Content.Server/Tabletop/TabletopBackgammonSetup.cs b/Content.Server/Tabletop/TabletopBackgammonSetup.cs index ce945c2686..3d312796d0 100644 --- a/Content.Server/Tabletop/TabletopBackgammonSetup.cs +++ b/Content.Server/Tabletop/TabletopBackgammonSetup.cs @@ -1,6 +1,4 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Tabletop { diff --git a/Content.Server/Tabletop/TabletopCheckerSetup.cs b/Content.Server/Tabletop/TabletopCheckerSetup.cs index c390aa0dc6..de73f7a0af 100644 --- a/Content.Server/Tabletop/TabletopCheckerSetup.cs +++ b/Content.Server/Tabletop/TabletopCheckerSetup.cs @@ -1,8 +1,6 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; using Robust.Shared.Map; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Tabletop diff --git a/Content.Server/Tabletop/TabletopChessSetup.cs b/Content.Server/Tabletop/TabletopChessSetup.cs index a87aca6967..e5f086ba94 100644 --- a/Content.Server/Tabletop/TabletopChessSetup.cs +++ b/Content.Server/Tabletop/TabletopChessSetup.cs @@ -1,8 +1,6 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; using Robust.Shared.Map; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Tabletop diff --git a/Content.Server/Tabletop/TabletopParchisSetup.cs b/Content.Server/Tabletop/TabletopParchisSetup.cs index fbe2f1ae7d..14e2ba6417 100644 --- a/Content.Server/Tabletop/TabletopParchisSetup.cs +++ b/Content.Server/Tabletop/TabletopParchisSetup.cs @@ -1,7 +1,5 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Tabletop diff --git a/Content.Server/Tabletop/TabletopSession.cs b/Content.Server/Tabletop/TabletopSession.cs index d711cbcde8..3613bbbdae 100644 --- a/Content.Server/Tabletop/TabletopSession.cs +++ b/Content.Server/Tabletop/TabletopSession.cs @@ -1,8 +1,5 @@ -using System.Collections.Generic; -using Robust.Server.Player; -using Robust.Shared.GameObjects; +using Robust.Server.Player; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.Tabletop { diff --git a/Content.Server/Tabletop/TabletopSessionPlayerData.cs b/Content.Server/Tabletop/TabletopSessionPlayerData.cs index b7a81f7824..5ffe4be362 100644 --- a/Content.Server/Tabletop/TabletopSessionPlayerData.cs +++ b/Content.Server/Tabletop/TabletopSessionPlayerData.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Tabletop { /// diff --git a/Content.Server/Tabletop/TabletopSetup.cs b/Content.Server/Tabletop/TabletopSetup.cs index 6f0ecae0ab..ad1cc3a2e3 100644 --- a/Content.Server/Tabletop/TabletopSetup.cs +++ b/Content.Server/Tabletop/TabletopSetup.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Tabletop { [ImplicitDataDefinitionForInheritors] diff --git a/Content.Server/Tabletop/TabletopSystem.Map.cs b/Content.Server/Tabletop/TabletopSystem.Map.cs index 90ba63e9c6..a3dea3719b 100644 --- a/Content.Server/Tabletop/TabletopSystem.Map.cs +++ b/Content.Server/Tabletop/TabletopSystem.Map.cs @@ -1,8 +1,5 @@ -using System; using Content.Shared.GameTicking; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.Tabletop { diff --git a/Content.Server/Tabletop/TabletopSystem.Session.cs b/Content.Server/Tabletop/TabletopSystem.Session.cs index 577817a7e1..dc4cb0a78c 100644 --- a/Content.Server/Tabletop/TabletopSystem.Session.cs +++ b/Content.Server/Tabletop/TabletopSystem.Session.cs @@ -2,11 +2,6 @@ using Content.Server.Tabletop.Components; using Content.Shared.Tabletop.Events; using Robust.Server.GameObjects; using Robust.Server.Player; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Log; -using Robust.Shared.Maths; using Robust.Shared.Utility; namespace Content.Server.Tabletop diff --git a/Content.Server/Tabletop/TabletopSystem.cs b/Content.Server/Tabletop/TabletopSystem.cs index b10f410905..29488f4c1d 100644 --- a/Content.Server/Tabletop/TabletopSystem.cs +++ b/Content.Server/Tabletop/TabletopSystem.cs @@ -1,5 +1,4 @@ using Content.Server.Tabletop.Components; -using Content.Shared.ActionBlocker; using Content.Shared.Interaction; using Content.Shared.Tabletop; using Content.Shared.Tabletop.Events; @@ -8,9 +7,6 @@ using JetBrains.Annotations; using Robust.Server.GameObjects; using Robust.Server.Player; using Robust.Shared.Enums; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Map; namespace Content.Server.Tabletop diff --git a/Content.Server/Temperature/Components/HeatResistanceComponent.cs b/Content.Server/Temperature/Components/HeatResistanceComponent.cs index 9a068254e7..b5d3b7f216 100644 --- a/Content.Server/Temperature/Components/HeatResistanceComponent.cs +++ b/Content.Server/Temperature/Components/HeatResistanceComponent.cs @@ -1,7 +1,5 @@ using Content.Server.Clothing.Components; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Temperature.Components { diff --git a/Content.Server/Temperature/Components/TemperatureComponent.cs b/Content.Server/Temperature/Components/TemperatureComponent.cs index 3f88d8286c..920418dc7c 100644 --- a/Content.Server/Temperature/Components/TemperatureComponent.cs +++ b/Content.Server/Temperature/Components/TemperatureComponent.cs @@ -1,11 +1,7 @@ using Content.Shared.Atmos; using Content.Shared.Damage; using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Physics; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Temperature.Components { diff --git a/Content.Server/Temperature/Systems/TemperatureSystem.cs b/Content.Server/Temperature/Systems/TemperatureSystem.cs index 781f5992ee..add8d22bcd 100644 --- a/Content.Server/Temperature/Systems/TemperatureSystem.cs +++ b/Content.Server/Temperature/Systems/TemperatureSystem.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Server.Administration.Logs; using Content.Server.Atmos.Components; @@ -9,8 +7,6 @@ using Content.Shared.Alert; using Content.Shared.Damage; using Content.Shared.Database; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Temperature.Systems { diff --git a/Content.Server/Throwing/EmitSoundOnThrowComponent.cs b/Content.Server/Throwing/EmitSoundOnThrowComponent.cs index 0fdc9817ac..22105476c0 100644 --- a/Content.Server/Throwing/EmitSoundOnThrowComponent.cs +++ b/Content.Server/Throwing/EmitSoundOnThrowComponent.cs @@ -1,5 +1,4 @@ using Content.Server.Sound.Components; -using Robust.Shared.GameObjects; namespace Content.Server.Throwing { diff --git a/Content.Server/Tiles/FloorTileItemComponent.cs b/Content.Server/Tiles/FloorTileItemComponent.cs index a943b0fba4..b70ed17560 100644 --- a/Content.Server/Tiles/FloorTileItemComponent.cs +++ b/Content.Server/Tiles/FloorTileItemComponent.cs @@ -1,19 +1,13 @@ -using System.Collections.Generic; using System.Threading.Tasks; using Content.Server.Stack; using Content.Shared.Audio; using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; using Content.Shared.Maps; using Content.Shared.Sound; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Player; using Robust.Shared.Random; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; namespace Content.Server.Tiles diff --git a/Content.Server/Tools/Components/MultipleToolComponent.cs b/Content.Server/Tools/Components/MultipleToolComponent.cs index 9d3164183c..77abb6b6ca 100644 --- a/Content.Server/Tools/Components/MultipleToolComponent.cs +++ b/Content.Server/Tools/Components/MultipleToolComponent.cs @@ -1,13 +1,7 @@ -using System; -using System.Collections.Generic; using Content.Shared.Sound; using Content.Shared.Tools; using Content.Shared.Tools.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Server.Tools.Components { diff --git a/Content.Server/Tools/Components/TilePryingComponent.cs b/Content.Server/Tools/Components/TilePryingComponent.cs index dafb33b59b..a7c20fa086 100644 --- a/Content.Server/Tools/Components/TilePryingComponent.cs +++ b/Content.Server/Tools/Components/TilePryingComponent.cs @@ -1,9 +1,6 @@ using System.Threading; using Content.Shared.Tools; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Tools.Components { diff --git a/Content.Server/Tools/Components/WelderComponent.cs b/Content.Server/Tools/Components/WelderComponent.cs index c519f4384a..33e96bc2de 100644 --- a/Content.Server/Tools/Components/WelderComponent.cs +++ b/Content.Server/Tools/Components/WelderComponent.cs @@ -3,8 +3,6 @@ using Content.Shared.Damage; using Content.Shared.FixedPoint; using Content.Shared.Sound; using Content.Shared.Tools.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Tools.Components diff --git a/Content.Server/Tools/ToolSystem.MultipleTool.cs b/Content.Server/Tools/ToolSystem.MultipleTool.cs index a3b5fef9ab..c469ca9e35 100644 --- a/Content.Server/Tools/ToolSystem.MultipleTool.cs +++ b/Content.Server/Tools/ToolSystem.MultipleTool.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using Content.Server.Tools.Components; using Content.Shared.Interaction; @@ -6,12 +5,8 @@ using Content.Shared.Tools; using Content.Shared.Tools.Components; using Robust.Server.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Player; -using Robust.Shared.Prototypes; namespace Content.Server.Tools { diff --git a/Content.Server/Tools/ToolSystem.TilePrying.cs b/Content.Server/Tools/ToolSystem.TilePrying.cs index 01cfb66e41..7b63cd3b46 100644 --- a/Content.Server/Tools/ToolSystem.TilePrying.cs +++ b/Content.Server/Tools/ToolSystem.TilePrying.cs @@ -1,11 +1,8 @@ -using System; using System.Threading; using Content.Server.Tools.Components; using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; using Content.Shared.Maps; using Content.Shared.Tools.Components; -using Robust.Shared.GameObjects; using Robust.Shared.Map; namespace Content.Server.Tools; diff --git a/Content.Server/Tools/ToolSystem.cs b/Content.Server/Tools/ToolSystem.cs index 55b3e410b7..ccbd26a21c 100644 --- a/Content.Server/Tools/ToolSystem.cs +++ b/Content.Server/Tools/ToolSystem.cs @@ -1,17 +1,12 @@ -using System; -using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Content.Server.Atmos.EntitySystems; using Content.Server.Chemistry.EntitySystems; using Content.Server.DoAfter; using Content.Server.Popups; -using Content.Shared.ActionBlocker; using Content.Shared.Audio; using Content.Shared.Tools.Components; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Player; using Robust.Shared.Prototypes; diff --git a/Content.Server/Traitor/TraitorRole.cs b/Content.Server/Traitor/TraitorRole.cs index 0aa1d68d48..58b0a467ea 100644 --- a/Content.Server/Traitor/TraitorRole.cs +++ b/Content.Server/Traitor/TraitorRole.cs @@ -1,8 +1,6 @@ using Content.Server.Chat.Managers; using Content.Server.Roles; using Content.Shared.Roles; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Traitor { diff --git a/Content.Server/Traitor/Uplink/Account/UplinkAccountEvents.cs b/Content.Server/Traitor/Uplink/Account/UplinkAccountEvents.cs index a6a4909791..0345df2fac 100644 --- a/Content.Server/Traitor/Uplink/Account/UplinkAccountEvents.cs +++ b/Content.Server/Traitor/Uplink/Account/UplinkAccountEvents.cs @@ -1,5 +1,4 @@ using Content.Shared.Traitor.Uplink; -using Robust.Shared.GameObjects; namespace Content.Server.Traitor.Uplink.Account { diff --git a/Content.Server/Traitor/Uplink/Account/UplinkAccountsSystem.cs b/Content.Server/Traitor/Uplink/Account/UplinkAccountsSystem.cs index 817fedc288..1e3ac3a9fe 100644 --- a/Content.Server/Traitor/Uplink/Account/UplinkAccountsSystem.cs +++ b/Content.Server/Traitor/Uplink/Account/UplinkAccountsSystem.cs @@ -1,11 +1,7 @@ -using System; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Shared.Stacks; using Content.Shared.Traitor.Uplink; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Server.Traitor.Uplink.Account diff --git a/Content.Server/Traitor/Uplink/Commands/AddUplinkCommand.cs b/Content.Server/Traitor/Uplink/Commands/AddUplinkCommand.cs index 0a649f6a64..7d232f57e2 100644 --- a/Content.Server/Traitor/Uplink/Commands/AddUplinkCommand.cs +++ b/Content.Server/Traitor/Uplink/Commands/AddUplinkCommand.cs @@ -6,9 +6,6 @@ using Content.Shared.Traitor.Uplink; using Robust.Server.Player; using Robust.Shared.Configuration; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Traitor.Uplink.Commands { diff --git a/Content.Server/Traitor/Uplink/Telecrystal/TelecrystalComponent.cs b/Content.Server/Traitor/Uplink/Telecrystal/TelecrystalComponent.cs index 3fc21955ec..9b3a3636b8 100644 --- a/Content.Server/Traitor/Uplink/Telecrystal/TelecrystalComponent.cs +++ b/Content.Server/Traitor/Uplink/Telecrystal/TelecrystalComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Server.Traitor.Uplink.Telecrystal { [RegisterComponent] diff --git a/Content.Server/Traitor/Uplink/Telecrystal/TelecrystalSystem.cs b/Content.Server/Traitor/Uplink/Telecrystal/TelecrystalSystem.cs index fca76fc63b..cf98452338 100644 --- a/Content.Server/Traitor/Uplink/Telecrystal/TelecrystalSystem.cs +++ b/Content.Server/Traitor/Uplink/Telecrystal/TelecrystalSystem.cs @@ -3,10 +3,6 @@ using Content.Server.Traitor.Uplink.Components; using Content.Shared.Interaction; using Content.Shared.Popups; using Content.Shared.Stacks; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using System; namespace Content.Server.Traitor.Uplink.Telecrystal { diff --git a/Content.Server/Traitor/Uplink/UplinkComponent.cs b/Content.Server/Traitor/Uplink/UplinkComponent.cs index fc87ed3983..5415500bc8 100644 --- a/Content.Server/Traitor/Uplink/UplinkComponent.cs +++ b/Content.Server/Traitor/Uplink/UplinkComponent.cs @@ -1,9 +1,5 @@ using Content.Shared.Sound; using Content.Shared.Traitor.Uplink; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; -using System; namespace Content.Server.Traitor.Uplink.Components { diff --git a/Content.Server/Traitor/Uplink/UplinkEvents.cs b/Content.Server/Traitor/Uplink/UplinkEvents.cs index 8c7990433b..6de247a59a 100644 --- a/Content.Server/Traitor/Uplink/UplinkEvents.cs +++ b/Content.Server/Traitor/Uplink/UplinkEvents.cs @@ -1,7 +1,4 @@ using Content.Server.Traitor.Uplink.Components; -using Content.Shared.Traitor.Uplink; -using Robust.Server.Player; -using Robust.Shared.GameObjects; namespace Content.Server.Traitor.Uplink { diff --git a/Content.Server/Traitor/Uplink/UplinkListingSytem.cs b/Content.Server/Traitor/Uplink/UplinkListingSytem.cs index abc3f34b1c..968f57ecbf 100644 --- a/Content.Server/Traitor/Uplink/UplinkListingSytem.cs +++ b/Content.Server/Traitor/Uplink/UplinkListingSytem.cs @@ -1,9 +1,6 @@ using Content.Shared.PDA; using Content.Shared.Traitor.Uplink; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; namespace Content.Server.Traitor.Uplink diff --git a/Content.Server/Traitor/Uplink/UplinkSystem.cs b/Content.Server/Traitor/Uplink/UplinkSystem.cs index da24a4e269..30e1465e73 100644 --- a/Content.Server/Traitor/Uplink/UplinkSystem.cs +++ b/Content.Server/Traitor/Uplink/UplinkSystem.cs @@ -1,22 +1,15 @@ using System.Linq; -using Content.Server.Hands.Components; using Content.Server.Traitor.Uplink.Account; using Content.Server.Traitor.Uplink.Components; using Content.Server.UserInterface; -using Content.Shared.ActionBlocker; -using Content.Shared.Hands.Components; using Content.Shared.Hands.EntitySystems; using Content.Shared.Interaction; using Content.Shared.Inventory; -using Content.Shared.Item; using Content.Shared.PDA; using Content.Shared.Traitor.Uplink; using Robust.Server.GameObjects; using Robust.Server.Player; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Player; namespace Content.Server.Traitor.Uplink diff --git a/Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchRedemptionComponent.cs b/Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchRedemptionComponent.cs index 27e264eddc..6fad19beeb 100644 --- a/Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchRedemptionComponent.cs +++ b/Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchRedemptionComponent.cs @@ -5,10 +5,6 @@ using Content.Server.Traitor.Uplink.Components; using Content.Shared.Interaction; using Content.Shared.Inventory; using Content.Shared.Popups; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using InventoryComponent = Content.Shared.Inventory.InventoryComponent; namespace Content.Server.TraitorDeathMatch.Components { diff --git a/Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchReliableOwnerTagComponent.cs b/Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchReliableOwnerTagComponent.cs index 6fbcd890e4..820ccbc425 100644 --- a/Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchReliableOwnerTagComponent.cs +++ b/Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchReliableOwnerTagComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Network; -using Robust.Shared.ViewVariables; +using Robust.Shared.Network; namespace Content.Server.TraitorDeathMatch.Components { diff --git a/Content.Server/UserInterface/IntrinsicUIComponent.cs b/Content.Server/UserInterface/IntrinsicUIComponent.cs index 36d42644cb..b5c247652f 100644 --- a/Content.Server/UserInterface/IntrinsicUIComponent.cs +++ b/Content.Server/UserInterface/IntrinsicUIComponent.cs @@ -1,6 +1,4 @@ using Content.Shared.Actions.ActionTypes; -using JetBrains.Annotations; -using Robust.Server.GameObjects; using Robust.Shared.Reflection; using Robust.Shared.Serialization; diff --git a/Content.Server/UserInterface/IntrinsicUISystem.cs b/Content.Server/UserInterface/IntrinsicUISystem.cs index dde8522e27..6acb6bd21f 100644 --- a/Content.Server/UserInterface/IntrinsicUISystem.cs +++ b/Content.Server/UserInterface/IntrinsicUISystem.cs @@ -1,10 +1,7 @@ using Content.Server.Actions; using Content.Shared.Actions; -using Content.Shared.Toggleable; using JetBrains.Annotations; using Robust.Server.GameObjects; -using Robust.Shared.Reflection; -using Robust.Shared.Serialization; namespace Content.Server.UserInterface; diff --git a/Content.Server/UserInterface/UserInterfaceHelpers.cs b/Content.Server/UserInterface/UserInterfaceHelpers.cs index e30a4054e4..b76639f81e 100644 --- a/Content.Server/UserInterface/UserInterfaceHelpers.cs +++ b/Content.Server/UserInterface/UserInterfaceHelpers.cs @@ -1,6 +1,4 @@ using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.UserInterface { diff --git a/Content.Server/Utility/Commands/EchoCommand.cs b/Content.Server/Utility/Commands/EchoCommand.cs index 11625aceeb..d8fe873b4f 100644 --- a/Content.Server/Utility/Commands/EchoCommand.cs +++ b/Content.Server/Utility/Commands/EchoCommand.cs @@ -1,7 +1,5 @@ -using Content.Server.Administration; -using Content.Shared.Administration; +using Content.Shared.Administration; using Robust.Shared.Console; -using Robust.Shared.Localization; namespace Content.Server.Utility.Commands { diff --git a/Content.Server/VendingMachines/VendingMachineComponent.cs b/Content.Server/VendingMachines/VendingMachineComponent.cs index 07dc2e6d25..244bc7fd4b 100644 --- a/Content.Server/VendingMachines/VendingMachineComponent.cs +++ b/Content.Server/VendingMachines/VendingMachineComponent.cs @@ -1,13 +1,7 @@ -using System; using Content.Server.UserInterface; -using Content.Shared.Interaction; using Content.Shared.Sound; using Content.Shared.VendingMachines; using Robust.Server.GameObjects; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; -using Content.Server.VendingMachines.Systems; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.VendingMachines diff --git a/Content.Server/Verbs/Commands/ListVerbsCommand.cs b/Content.Server/Verbs/Commands/ListVerbsCommand.cs index 1a69a92d14..dc56cffb44 100644 --- a/Content.Server/Verbs/Commands/ListVerbsCommand.cs +++ b/Content.Server/Verbs/Commands/ListVerbsCommand.cs @@ -2,10 +2,6 @@ using Content.Server.Administration; using Content.Shared.Administration; using Content.Shared.Verbs; using Robust.Shared.Console; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using System.Linq; namespace Content.Server.Verbs.Commands { diff --git a/Content.Server/Visible/VisibilityFlags.cs b/Content.Server/Visible/VisibilityFlags.cs index 91643cbda9..03c2022fea 100644 --- a/Content.Server/Visible/VisibilityFlags.cs +++ b/Content.Server/Visible/VisibilityFlags.cs @@ -1,5 +1,3 @@ -using System; - namespace Content.Server.Visible { [Flags] diff --git a/Content.Server/Voting/IVoteHandle.cs b/Content.Server/Voting/IVoteHandle.cs index 9242b9f6e0..13f64e6ef8 100644 --- a/Content.Server/Voting/IVoteHandle.cs +++ b/Content.Server/Voting/IVoteHandle.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using Content.Server.Voting.Managers; +using Content.Server.Voting.Managers; using Robust.Server.Player; namespace Content.Server.Voting diff --git a/Content.Server/Voting/Managers/IVoteManager.cs b/Content.Server/Voting/Managers/IVoteManager.cs index 3342dfb754..6a92e70fff 100644 --- a/Content.Server/Voting/Managers/IVoteManager.cs +++ b/Content.Server/Voting/Managers/IVoteManager.cs @@ -1,5 +1,4 @@ -using System.Collections.Generic; -using System.Diagnostics.CodeAnalysis; +using System.Diagnostics.CodeAnalysis; using Content.Shared.Voting; using Robust.Server.Player; diff --git a/Content.Server/Voting/Managers/VoteManager.DefaultVotes.cs b/Content.Server/Voting/Managers/VoteManager.DefaultVotes.cs index 410b665225..472e36d811 100644 --- a/Content.Server/Voting/Managers/VoteManager.DefaultVotes.cs +++ b/Content.Server/Voting/Managers/VoteManager.DefaultVotes.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Server.GameTicking; using Content.Server.GameTicking.Presets; @@ -9,10 +7,6 @@ using Content.Shared.CCVar; using Content.Shared.Voting; using Robust.Server.Player; using Robust.Shared.Configuration; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Prototypes; using Robust.Shared.Random; namespace Content.Server.Voting.Managers diff --git a/Content.Server/Voting/Managers/VoteManager.cs b/Content.Server/Voting/Managers/VoteManager.cs index 5036e626d6..d0ff7ade96 100644 --- a/Content.Server/Voting/Managers/VoteManager.cs +++ b/Content.Server/Voting/Managers/VoteManager.cs @@ -1,6 +1,4 @@ -using System; using System.Collections; -using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using System.Linq; @@ -15,8 +13,6 @@ using Content.Shared.Voting; using Robust.Server.Player; using Robust.Shared.Configuration; using Robust.Shared.Enums; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Network; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Server/Voting/VoteCommands.cs b/Content.Server/Voting/VoteCommands.cs index 062e0e73dc..ce20e8edba 100644 --- a/Content.Server/Voting/VoteCommands.cs +++ b/Content.Server/Voting/VoteCommands.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using Content.Server.Administration; using Content.Server.Chat.Managers; @@ -7,8 +6,6 @@ using Content.Shared.Administration; using Content.Shared.Voting; using Robust.Server.Player; using Robust.Shared.Console; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Server.Voting { diff --git a/Content.Server/Voting/VoteFinishedEventArgs.cs b/Content.Server/Voting/VoteFinishedEventArgs.cs index c704c9f080..344abd4db4 100644 --- a/Content.Server/Voting/VoteFinishedEventArgs.cs +++ b/Content.Server/Voting/VoteFinishedEventArgs.cs @@ -1,5 +1,4 @@ -using System; -using System.Collections.Immutable; +using System.Collections.Immutable; namespace Content.Server.Voting diff --git a/Content.Server/Voting/VoteOptions.cs b/Content.Server/Voting/VoteOptions.cs index 5a5b38d090..6e6d0465ed 100644 --- a/Content.Server/Voting/VoteOptions.cs +++ b/Content.Server/Voting/VoteOptions.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; using Robust.Server.Player; -using Robust.Shared.Localization; namespace Content.Server.Voting diff --git a/Content.Server/Warps/WarpPointComponent.cs b/Content.Server/Warps/WarpPointComponent.cs index 3c7d61595f..b4e4f7d61e 100644 --- a/Content.Server/Warps/WarpPointComponent.cs +++ b/Content.Server/Warps/WarpPointComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Server.Warps { /// diff --git a/Content.Server/Warps/WarpPointSystem.cs b/Content.Server/Warps/WarpPointSystem.cs index 64b0a08dc1..3d9cd4e73a 100644 --- a/Content.Server/Warps/WarpPointSystem.cs +++ b/Content.Server/Warps/WarpPointSystem.cs @@ -1,6 +1,4 @@ using Content.Shared.Examine; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; namespace Content.Server.Warps; diff --git a/Content.Server/Weapon/Melee/Components/MeleeWeaponComponent.cs b/Content.Server/Weapon/Melee/Components/MeleeWeaponComponent.cs index 5984f10a9a..cf1786fe9e 100644 --- a/Content.Server/Weapon/Melee/Components/MeleeWeaponComponent.cs +++ b/Content.Server/Weapon/Melee/Components/MeleeWeaponComponent.cs @@ -1,9 +1,5 @@ -using System; using Content.Shared.Damage; using Content.Shared.Sound; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Weapon.Melee.Components { diff --git a/Content.Server/Weapon/Melee/Components/UnarmedCombatComponent.cs b/Content.Server/Weapon/Melee/Components/UnarmedCombatComponent.cs index bf8631c7b0..a59ac9a1e6 100644 --- a/Content.Server/Weapon/Melee/Components/UnarmedCombatComponent.cs +++ b/Content.Server/Weapon/Melee/Components/UnarmedCombatComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Server.Weapon.Melee.Components +namespace Content.Server.Weapon.Melee.Components { // TODO: Remove this, just use MeleeWeapon... [RegisterComponent] diff --git a/Content.Server/Weapon/Melee/MeleeWeaponSystem.cs b/Content.Server/Weapon/Melee/MeleeWeaponSystem.cs index e2926ae7bf..4eb9345cbc 100644 --- a/Content.Server/Weapon/Melee/MeleeWeaponSystem.cs +++ b/Content.Server/Weapon/Melee/MeleeWeaponSystem.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Server.Administration.Logs; using Content.Server.Body.Components; @@ -18,10 +16,7 @@ using Content.Shared.Physics; using Content.Shared.Weapons.Melee; using Robust.Shared.Audio; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Physics; using Robust.Shared.Player; using Robust.Shared.Timing; diff --git a/Content.Server/Weapon/Melee/ZombieTransfer/ZombieTransferSystem.cs b/Content.Server/Weapon/Melee/ZombieTransfer/ZombieTransferSystem.cs index 10cc03e50b..e3069860f2 100644 --- a/Content.Server/Weapon/Melee/ZombieTransfer/ZombieTransferSystem.cs +++ b/Content.Server/Weapon/Melee/ZombieTransfer/ZombieTransferSystem.cs @@ -10,7 +10,6 @@ using Content.Shared.Damage; using Content.Shared.MobState.Components; using Content.Server.Disease; using Content.Server.Weapons.Melee.ZombieTransfer.Components; -using Content.Server.Body.Components; namespace Content.Server.Weapons.Melee.ZombieTransfer { diff --git a/Content.Server/Weapon/Ranged/Ammunition/Components/AmmoBoxComponent.cs b/Content.Server/Weapon/Ranged/Ammunition/Components/AmmoBoxComponent.cs index d2aa511885..b4cecd5f82 100644 --- a/Content.Server/Weapon/Ranged/Ammunition/Components/AmmoBoxComponent.cs +++ b/Content.Server/Weapon/Ranged/Ammunition/Components/AmmoBoxComponent.cs @@ -1,9 +1,5 @@ -using System.Collections.Generic; -using Robust.Shared.Analyzers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Weapon.Ranged.Ammunition.Components diff --git a/Content.Server/Weapon/Ranged/Ammunition/Components/AmmoComponent.cs b/Content.Server/Weapon/Ranged/Ammunition/Components/AmmoComponent.cs index dce1577c41..ebe0b62ce2 100644 --- a/Content.Server/Weapon/Ranged/Ammunition/Components/AmmoComponent.cs +++ b/Content.Server/Weapon/Ranged/Ammunition/Components/AmmoComponent.cs @@ -1,21 +1,7 @@ -using System; -using Content.Shared.Examine; using Content.Shared.Sound; -using Content.Shared.Weapons.Ranged.Barrels.Components; -using Robust.Server.GameObjects; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Log; -using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Serialization.TypeSerializers.Implementations; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.Timing; using Robust.Shared.Utility; namespace Content.Server.Weapon.Ranged.Ammunition.Components diff --git a/Content.Server/Weapon/Ranged/Ammunition/Components/ChemicalAmmoComponent.cs b/Content.Server/Weapon/Ranged/Ammunition/Components/ChemicalAmmoComponent.cs index 86003dac2b..11d5c7540a 100644 --- a/Content.Server/Weapon/Ranged/Ammunition/Components/ChemicalAmmoComponent.cs +++ b/Content.Server/Weapon/Ranged/Ammunition/Components/ChemicalAmmoComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Server.Weapon.Ranged.Ammunition.Components { [RegisterComponent] diff --git a/Content.Server/Weapon/Ranged/Ammunition/Components/RangedMagazineComponent.cs b/Content.Server/Weapon/Ranged/Ammunition/Components/RangedMagazineComponent.cs index 6f73c9fdf7..a6f33617b1 100644 --- a/Content.Server/Weapon/Ranged/Ammunition/Components/RangedMagazineComponent.cs +++ b/Content.Server/Weapon/Ranged/Ammunition/Components/RangedMagazineComponent.cs @@ -1,11 +1,6 @@ -using System.Collections.Generic; using Content.Server.Weapon.Ranged.Barrels.Components; -using Content.Shared.Popups; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Weapon.Ranged.Ammunition.Components diff --git a/Content.Server/Weapon/Ranged/Ammunition/Components/SpeedLoaderComponent.cs b/Content.Server/Weapon/Ranged/Ammunition/Components/SpeedLoaderComponent.cs index 9d2dce75c8..3d9222abe0 100644 --- a/Content.Server/Weapon/Ranged/Ammunition/Components/SpeedLoaderComponent.cs +++ b/Content.Server/Weapon/Ranged/Ammunition/Components/SpeedLoaderComponent.cs @@ -1,8 +1,5 @@ -using System.Collections.Generic; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Weapon.Ranged.Ammunition.Components diff --git a/Content.Server/Weapon/Ranged/Barrels/Components/BatteryBarrelComponent.cs b/Content.Server/Weapon/Ranged/Barrels/Components/BatteryBarrelComponent.cs index 1b1b3298ac..ad36a606fd 100644 --- a/Content.Server/Weapon/Ranged/Barrels/Components/BatteryBarrelComponent.cs +++ b/Content.Server/Weapon/Ranged/Barrels/Components/BatteryBarrelComponent.cs @@ -1,12 +1,8 @@ -using System; using Content.Server.PowerCell; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Weapon.Ranged.Barrels.Components { diff --git a/Content.Server/Weapon/Ranged/Barrels/Components/BoltActionBarrelComponent.cs b/Content.Server/Weapon/Ranged/Barrels/Components/BoltActionBarrelComponent.cs index 4e49ec940f..5a2f231af3 100644 --- a/Content.Server/Weapon/Ranged/Barrels/Components/BoltActionBarrelComponent.cs +++ b/Content.Server/Weapon/Ranged/Barrels/Components/BoltActionBarrelComponent.cs @@ -1,15 +1,11 @@ -using System.Collections.Generic; using Content.Server.Weapon.Ranged.Ammunition.Components; using Content.Shared.Sound; using Robust.Shared.Audio; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Player; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Weapon.Ranged.Barrels.Components { diff --git a/Content.Server/Weapon/Ranged/Barrels/Components/MagazineBarrelComponent.cs b/Content.Server/Weapon/Ranged/Barrels/Components/MagazineBarrelComponent.cs index 1aa8336de2..0b2e7b4fe5 100644 --- a/Content.Server/Weapon/Ranged/Barrels/Components/MagazineBarrelComponent.cs +++ b/Content.Server/Weapon/Ranged/Barrels/Components/MagazineBarrelComponent.cs @@ -1,16 +1,11 @@ -using System; using Content.Server.Weapon.Ranged.Ammunition.Components; using Content.Shared.Sound; using Robust.Shared.Audio; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Player; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Weapon.Ranged.Barrels.Components { diff --git a/Content.Server/Weapon/Ranged/Barrels/Components/PumpBarrelComponent.cs b/Content.Server/Weapon/Ranged/Barrels/Components/PumpBarrelComponent.cs index eb6d645dd2..c721828257 100644 --- a/Content.Server/Weapon/Ranged/Barrels/Components/PumpBarrelComponent.cs +++ b/Content.Server/Weapon/Ranged/Barrels/Components/PumpBarrelComponent.cs @@ -1,14 +1,10 @@ -using System.Collections.Generic; using Content.Server.Weapon.Ranged.Ammunition.Components; using Content.Shared.Sound; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Weapon.Ranged.Barrels.Components { diff --git a/Content.Server/Weapon/Ranged/Barrels/Components/RevolverBarrelComponent.cs b/Content.Server/Weapon/Ranged/Barrels/Components/RevolverBarrelComponent.cs index 1ef82b944f..4d21fb1211 100644 --- a/Content.Server/Weapon/Ranged/Barrels/Components/RevolverBarrelComponent.cs +++ b/Content.Server/Weapon/Ranged/Barrels/Components/RevolverBarrelComponent.cs @@ -1,17 +1,10 @@ -using System; using Content.Server.Weapon.Ranged.Ammunition.Components; using Content.Shared.Sound; -using Content.Shared.Weapons.Ranged.Barrels.Components; -using Robust.Shared.Analyzers; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Map; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Server.Weapon.Ranged.Barrels.Components { diff --git a/Content.Server/Weapon/Ranged/Barrels/Components/ServerRangedBarrelComponent.cs b/Content.Server/Weapon/Ranged/Barrels/Components/ServerRangedBarrelComponent.cs index 166d9bc307..85819f8db1 100644 --- a/Content.Server/Weapon/Ranged/Barrels/Components/ServerRangedBarrelComponent.cs +++ b/Content.Server/Weapon/Ranged/Barrels/Components/ServerRangedBarrelComponent.cs @@ -1,12 +1,6 @@ -using System; using Content.Shared.Sound; using Content.Shared.Weapons.Ranged.Components; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Log; -using Robust.Shared.Maths; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Weapon.Ranged.Barrels.Components { diff --git a/Content.Server/Weapon/Ranged/ChemicalAmmoSystem.cs b/Content.Server/Weapon/Ranged/ChemicalAmmoSystem.cs index ce054a8a5c..777e629ee3 100644 --- a/Content.Server/Weapon/Ranged/ChemicalAmmoSystem.cs +++ b/Content.Server/Weapon/Ranged/ChemicalAmmoSystem.cs @@ -1,11 +1,8 @@ -using System.Collections.Generic; using System.Linq; using Content.Server.Chemistry.EntitySystems; using Content.Server.Weapon.Ranged.Ammunition.Components; using Content.Server.Weapon.Ranged.Barrels.Components; using Content.Shared.Chemistry.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Server.Weapon.Ranged { diff --git a/Content.Server/Weapon/Ranged/GunSystem.Ammo.cs b/Content.Server/Weapon/Ranged/GunSystem.Ammo.cs index 23b36b4201..cd714b9de5 100644 --- a/Content.Server/Weapon/Ranged/GunSystem.Ammo.cs +++ b/Content.Server/Weapon/Ranged/GunSystem.Ammo.cs @@ -1,11 +1,7 @@ -using System; using Content.Server.Weapon.Ranged.Ammunition.Components; using Content.Shared.Examine; using Content.Shared.Weapons.Ranged.Barrels.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Shared.Map; -using Robust.Shared.Maths; namespace Content.Server.Weapon.Ranged; diff --git a/Content.Server/Weapon/Ranged/GunSystem.AmmoBox.cs b/Content.Server/Weapon/Ranged/GunSystem.AmmoBox.cs index 8806665f97..4e1125205a 100644 --- a/Content.Server/Weapon/Ranged/GunSystem.AmmoBox.cs +++ b/Content.Server/Weapon/Ranged/GunSystem.AmmoBox.cs @@ -1,17 +1,11 @@ -using System; -using System.Collections.Generic; -using Content.Server.Clothing.Components; using Content.Server.Hands.Components; using Content.Server.Weapon.Ranged.Ammunition.Components; -using Content.Server.Weapon.Ranged.Barrels.Components; using Content.Shared.Examine; using Content.Shared.Interaction; using Content.Shared.Interaction.Events; using Content.Shared.Verbs; using Content.Shared.Weapons.Ranged.Barrels.Components; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Weapon.Ranged; diff --git a/Content.Server/Weapon/Ranged/GunSystem.Bolt.cs b/Content.Server/Weapon/Ranged/GunSystem.Bolt.cs index 9ffea29bea..4ec199d790 100644 --- a/Content.Server/Weapon/Ranged/GunSystem.Bolt.cs +++ b/Content.Server/Weapon/Ranged/GunSystem.Bolt.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using Content.Server.Weapon.Ranged.Ammunition.Components; using Content.Server.Weapon.Ranged.Barrels.Components; using Content.Shared.Examine; @@ -8,9 +7,7 @@ using Content.Shared.Verbs; using Content.Shared.Weapons.Ranged.Barrels.Components; using Robust.Shared.Audio; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Localization; using Robust.Shared.Map; using Robust.Shared.Player; diff --git a/Content.Server/Weapon/Ranged/GunSystem.Guns.cs b/Content.Server/Weapon/Ranged/GunSystem.Guns.cs index 2f82e33b23..ebcd7c0a90 100644 --- a/Content.Server/Weapon/Ranged/GunSystem.Guns.cs +++ b/Content.Server/Weapon/Ranged/GunSystem.Guns.cs @@ -1,26 +1,15 @@ -using System; -using System.Collections.Generic; using System.Linq; -using Content.Server.Administration.Logs; -using Content.Server.Atmos.EntitySystems; using Content.Server.CombatMode; using Content.Server.Hands.Components; using Content.Server.Interaction.Components; using Content.Server.Projectiles.Components; -using Content.Server.Stunnable; using Content.Server.Weapon.Ranged.Ammunition.Components; using Content.Server.Weapon.Ranged.Barrels.Components; using Content.Shared.Camera; -using Content.Shared.Damage; using Content.Shared.Database; -using Content.Shared.Examine; using Content.Shared.Popups; -using Content.Shared.Weapons.Ranged.Components; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Physics; using Robust.Shared.Player; using Robust.Shared.Utility; diff --git a/Content.Server/Weapon/Ranged/GunSystem.Magazine.cs b/Content.Server/Weapon/Ranged/GunSystem.Magazine.cs index c81c94d6ce..c3606d3880 100644 --- a/Content.Server/Weapon/Ranged/GunSystem.Magazine.cs +++ b/Content.Server/Weapon/Ranged/GunSystem.Magazine.cs @@ -1,21 +1,14 @@ -using System; -using System.Collections.Generic; -using Content.Server.Hands.Components; using Content.Server.Weapon.Ranged.Ammunition.Components; using Content.Server.Weapon.Ranged.Barrels.Components; using Content.Shared.Examine; using Content.Shared.Interaction; using Content.Shared.Interaction.Events; -using Content.Shared.Item; using Content.Shared.Verbs; using Content.Shared.Weapons.Ranged; using Content.Shared.Weapons.Ranged.Barrels.Components; -using Content.Shared.Weapons.Ranged.Components; using Robust.Shared.Audio; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Localization; using Robust.Shared.Map; using Robust.Shared.Player; diff --git a/Content.Server/Weapon/Ranged/GunSystem.Pump.cs b/Content.Server/Weapon/Ranged/GunSystem.Pump.cs index a8459131fd..4e81eebd0c 100644 --- a/Content.Server/Weapon/Ranged/GunSystem.Pump.cs +++ b/Content.Server/Weapon/Ranged/GunSystem.Pump.cs @@ -4,12 +4,9 @@ using Content.Shared.Examine; using Content.Shared.Interaction; using Content.Shared.Interaction.Events; using Content.Shared.Weapons.Ranged.Barrels.Components; -using Content.Shared.Weapons.Ranged.Components; using Robust.Shared.Audio; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Localization; using Robust.Shared.Map; using Robust.Shared.Player; diff --git a/Content.Server/Weapon/Ranged/GunSystem.RangedMagazine.cs b/Content.Server/Weapon/Ranged/GunSystem.RangedMagazine.cs index 831f2832b0..ec857a449a 100644 --- a/Content.Server/Weapon/Ranged/GunSystem.RangedMagazine.cs +++ b/Content.Server/Weapon/Ranged/GunSystem.RangedMagazine.cs @@ -1,15 +1,10 @@ -using System; using Content.Server.Hands.Components; using Content.Server.Weapon.Ranged.Ammunition.Components; -using Content.Server.Weapon.Ranged.Barrels.Components; using Content.Shared.Examine; using Content.Shared.Interaction; using Content.Shared.Interaction.Events; -using Content.Shared.Item; using Content.Shared.Weapons.Ranged.Barrels.Components; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Weapon.Ranged; diff --git a/Content.Server/Weapon/Ranged/GunSystem.Revolvers.cs b/Content.Server/Weapon/Ranged/GunSystem.Revolvers.cs index 343c545e18..bd2ed48d8c 100644 --- a/Content.Server/Weapon/Ranged/GunSystem.Revolvers.cs +++ b/Content.Server/Weapon/Ranged/GunSystem.Revolvers.cs @@ -1,4 +1,3 @@ -using System; using Content.Server.Weapon.Ranged.Ammunition.Components; using Content.Server.Weapon.Ranged.Barrels.Components; using Content.Shared.Interaction; @@ -8,9 +7,7 @@ using Content.Shared.Verbs; using Content.Shared.Weapons.Ranged.Barrels.Components; using Robust.Shared.Audio; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Localization; using Robust.Shared.Map; using Robust.Shared.Player; diff --git a/Content.Server/Weapon/Ranged/GunSystem.SpeedLoader.cs b/Content.Server/Weapon/Ranged/GunSystem.SpeedLoader.cs index ee5ba3eb9f..ff78ca0eb6 100644 --- a/Content.Server/Weapon/Ranged/GunSystem.SpeedLoader.cs +++ b/Content.Server/Weapon/Ranged/GunSystem.SpeedLoader.cs @@ -3,11 +3,8 @@ using Content.Server.Weapon.Ranged.Ammunition.Components; using Content.Server.Weapon.Ranged.Barrels.Components; using Content.Shared.Interaction; using Content.Shared.Interaction.Events; -using Content.Shared.Item; using Content.Shared.Weapons.Ranged.Barrels.Components; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; using Robust.Shared.Player; namespace Content.Server.Weapon.Ranged; diff --git a/Content.Server/Weapon/Ranged/GunSystem.cs b/Content.Server/Weapon/Ranged/GunSystem.cs index a801ab5175..879e6ff39e 100644 --- a/Content.Server/Weapon/Ranged/GunSystem.cs +++ b/Content.Server/Weapon/Ranged/GunSystem.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Server.Administration.Logs; using Content.Server.Atmos.EntitySystems; using Content.Server.Hands.Components; @@ -21,13 +19,9 @@ using Content.Shared.Weapons.Ranged.Components; using Robust.Server.GameObjects; using Robust.Shared.Audio; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Player; -using Robust.Shared.Prototypes; using Robust.Shared.Random; using Robust.Shared.Timing; diff --git a/Content.Server/Weapon/Ranged/RangedWeaponSystem.cs b/Content.Server/Weapon/Ranged/RangedWeaponSystem.cs index d4162fae71..e6a2e8a5af 100644 --- a/Content.Server/Weapon/Ranged/RangedWeaponSystem.cs +++ b/Content.Server/Weapon/Ranged/RangedWeaponSystem.cs @@ -1,5 +1,4 @@ using Content.Shared.Hands; -using Robust.Shared.GameObjects; namespace Content.Server.Weapon.Ranged { diff --git a/Content.Server/Weapon/Ranged/ServerRangedWeaponComponent.cs b/Content.Server/Weapon/Ranged/ServerRangedWeaponComponent.cs index ce48beca45..1719183f61 100644 --- a/Content.Server/Weapon/Ranged/ServerRangedWeaponComponent.cs +++ b/Content.Server/Weapon/Ranged/ServerRangedWeaponComponent.cs @@ -1,10 +1,5 @@ -using System; -using Content.Shared.Damage; using Content.Shared.Sound; using Content.Shared.Weapons.Ranged.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Weapon.Ranged { diff --git a/Content.Server/Whitelist/WhitelistCommands.cs b/Content.Server/Whitelist/WhitelistCommands.cs index f37218a6d0..c503c8453c 100644 --- a/Content.Server/Whitelist/WhitelistCommands.cs +++ b/Content.Server/Whitelist/WhitelistCommands.cs @@ -5,10 +5,7 @@ using Content.Shared.CCVar; using Robust.Server.Player; using Robust.Shared.Configuration; using Robust.Shared.Console; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Network; -using Robust.Shared.Player; namespace Content.Server.Whitelist; diff --git a/Content.Server/Wieldable/Components/IncreaseDamageOnWieldComponent.cs b/Content.Server/Wieldable/Components/IncreaseDamageOnWieldComponent.cs index 1961bd679b..8cc42e1846 100644 --- a/Content.Server/Wieldable/Components/IncreaseDamageOnWieldComponent.cs +++ b/Content.Server/Wieldable/Components/IncreaseDamageOnWieldComponent.cs @@ -1,8 +1,4 @@ using Content.Shared.Damage; -using Microsoft.CodeAnalysis.CSharp.Syntax; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Wieldable.Components { diff --git a/Content.Server/Wieldable/Components/WieldableComponent.cs b/Content.Server/Wieldable/Components/WieldableComponent.cs index ecc4b4cac3..2d66ef85ea 100644 --- a/Content.Server/Wieldable/Components/WieldableComponent.cs +++ b/Content.Server/Wieldable/Components/WieldableComponent.cs @@ -1,7 +1,4 @@ using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Wieldable.Components { diff --git a/Content.Server/Wires/BaseWireAction.cs b/Content.Server/Wires/BaseWireAction.cs index 6df793bec7..a58afd0ad2 100644 --- a/Content.Server/Wires/BaseWireAction.cs +++ b/Content.Server/Wires/BaseWireAction.cs @@ -1,8 +1,5 @@ using Content.Server.Power.Components; using Content.Shared.Wires; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Wires; diff --git a/Content.Server/Wires/IWireAction.cs b/Content.Server/Wires/IWireAction.cs index ee1d391053..a915b0e896 100644 --- a/Content.Server/Wires/IWireAction.cs +++ b/Content.Server/Wires/IWireAction.cs @@ -1,5 +1,4 @@ using Content.Shared.Wires; -using Robust.Shared.GameObjects; namespace Content.Server.Wires; diff --git a/Content.Server/Wires/WiresSystem.cs b/Content.Server/Wires/WiresSystem.cs index 536fad4e38..ba0c7a8783 100644 --- a/Content.Server/Wires/WiresSystem.cs +++ b/Content.Server/Wires/WiresSystem.cs @@ -2,7 +2,6 @@ using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Threading; using Content.Server.DoAfter; -using Content.Server.Hands.Systems; using Content.Server.Hands.Components; using Content.Server.Power.Components; using Content.Server.Tools; diff --git a/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Components/DiseaseArtifactComponent.cs b/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Components/DiseaseArtifactComponent.cs index 16854f6eb6..91ffa08e9d 100644 --- a/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Components/DiseaseArtifactComponent.cs +++ b/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Components/DiseaseArtifactComponent.cs @@ -1,5 +1,4 @@ using Content.Shared.Disease; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Xenoarchaeology.XenoArtifacts.Effects.Components; /// diff --git a/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/DiseaseArtifactSystem.cs b/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/DiseaseArtifactSystem.cs index 407bf4ce95..494a2dfd5d 100644 --- a/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/DiseaseArtifactSystem.cs +++ b/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/DiseaseArtifactSystem.cs @@ -6,7 +6,6 @@ using Content.Server.Disease.Components; using Robust.Shared.Random; using Robust.Shared.Prototypes; using Content.Shared.Interaction; -using Robust.Shared.Map; namespace Content.Server.Xenoarchaeology.XenoArtifacts.Effects.Systems { diff --git a/Content.Shared/AI/SharedAiDebug.cs b/Content.Shared/AI/SharedAiDebug.cs index 5f681fa959..add5f7da58 100644 --- a/Content.Shared/AI/SharedAiDebug.cs +++ b/Content.Shared/AI/SharedAiDebug.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Serialization; namespace Content.Shared.AI diff --git a/Content.Shared/AME/SharedAMEControllerComponent.cs b/Content.Shared/AME/SharedAMEControllerComponent.cs index 1d69c4d3b8..e782b4fcc9 100644 --- a/Content.Shared/AME/SharedAMEControllerComponent.cs +++ b/Content.Shared/AME/SharedAMEControllerComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.AME { diff --git a/Content.Shared/AME/SharedAMEShieldComponent.cs b/Content.Shared/AME/SharedAMEShieldComponent.cs index deb4da88db..31ebcb25df 100644 --- a/Content.Shared/AME/SharedAMEShieldComponent.cs +++ b/Content.Shared/AME/SharedAMEShieldComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.AME { diff --git a/Content.Shared/APC/SharedApc.cs b/Content.Shared/APC/SharedApc.cs index d11f1d27bc..c565adba1a 100644 --- a/Content.Shared/APC/SharedApc.cs +++ b/Content.Shared/APC/SharedApc.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.APC { diff --git a/Content.Shared/Access/AccessLevelPrototype.cs b/Content.Shared/Access/AccessLevelPrototype.cs index 607378c7b0..4444dd84af 100644 --- a/Content.Shared/Access/AccessLevelPrototype.cs +++ b/Content.Shared/Access/AccessLevelPrototype.cs @@ -1,7 +1,4 @@ -using Robust.Shared.Localization; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Access { diff --git a/Content.Shared/Access/Components/AccessComponent.cs b/Content.Shared/Access/Components/AccessComponent.cs index 1fe2afab89..0b22075408 100644 --- a/Content.Shared/Access/Components/AccessComponent.cs +++ b/Content.Shared/Access/Components/AccessComponent.cs @@ -1,10 +1,5 @@ -using System.Collections.Generic; using Content.Shared.Access.Systems; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Set; -using Robust.Shared.ViewVariables; namespace Content.Shared.Access.Components { diff --git a/Content.Shared/Access/Components/AccessReaderComponent.cs b/Content.Shared/Access/Components/AccessReaderComponent.cs index 83cb454348..2f86a96b47 100644 --- a/Content.Shared/Access/Components/AccessReaderComponent.cs +++ b/Content.Shared/Access/Components/AccessReaderComponent.cs @@ -1,8 +1,3 @@ -using System.Collections.Generic; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Shared.Access.Components { /// diff --git a/Content.Shared/Access/Systems/AccessSystem.cs b/Content.Shared/Access/Systems/AccessSystem.cs index 3d00072df4..539e607efd 100644 --- a/Content.Shared/Access/Systems/AccessSystem.cs +++ b/Content.Shared/Access/Systems/AccessSystem.cs @@ -1,6 +1,4 @@ using Content.Shared.Access.Components; -using Robust.Shared.GameObjects; -using System.Collections.Generic; using Robust.Shared.Prototypes; namespace Content.Shared.Access.Systems diff --git a/Content.Shared/Access/Systems/SharedIdCardSystem.cs b/Content.Shared/Access/Systems/SharedIdCardSystem.cs index f612d29a0c..b5f31b3dda 100644 --- a/Content.Shared/Access/Systems/SharedIdCardSystem.cs +++ b/Content.Shared/Access/Systems/SharedIdCardSystem.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Access.Systems; public abstract class SharedIdCardSystem : EntitySystem diff --git a/Content.Shared/Administration/AdminAnnounceEuiState.cs b/Content.Shared/Administration/AdminAnnounceEuiState.cs index 90b608f13c..67bb121c66 100644 --- a/Content.Shared/Administration/AdminAnnounceEuiState.cs +++ b/Content.Shared/Administration/AdminAnnounceEuiState.cs @@ -1,4 +1,3 @@ -using System; using Content.Shared.Eui; using Robust.Shared.Serialization; diff --git a/Content.Shared/Administration/AdminFlagsHelper.cs b/Content.Shared/Administration/AdminFlagsHelper.cs index 5a72d5f65e..d22ce33b62 100644 --- a/Content.Shared/Administration/AdminFlagsHelper.cs +++ b/Content.Shared/Administration/AdminFlagsHelper.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; +using System.Linq; using System.Numerics; namespace Content.Shared.Administration diff --git a/Content.Shared/Administration/AnyCommandAttribute.cs b/Content.Shared/Administration/AnyCommandAttribute.cs index a98ec7da95..52c8951631 100644 --- a/Content.Shared/Administration/AnyCommandAttribute.cs +++ b/Content.Shared/Administration/AnyCommandAttribute.cs @@ -1,5 +1,4 @@ -using System; -using JetBrains.Annotations; +using JetBrains.Annotations; using Robust.Shared.Console; namespace Content.Shared.Administration diff --git a/Content.Shared/Administration/EditSolutionsEuiState.cs b/Content.Shared/Administration/EditSolutionsEuiState.cs index a075f4bcb1..3e72298630 100644 --- a/Content.Shared/Administration/EditSolutionsEuiState.cs +++ b/Content.Shared/Administration/EditSolutionsEuiState.cs @@ -1,8 +1,5 @@ using Content.Shared.Eui; using Robust.Shared.Serialization; -using System; -using Robust.Shared.GameObjects; -using System.Collections.Generic; using Content.Shared.Chemistry.Components; namespace Content.Shared.Administration diff --git a/Content.Shared/Administration/Events/FullPlayerListEvent.cs b/Content.Shared/Administration/Events/FullPlayerListEvent.cs index 4b30b11c1e..3ea3f5ebe7 100644 --- a/Content.Shared/Administration/Events/FullPlayerListEvent.cs +++ b/Content.Shared/Administration/Events/FullPlayerListEvent.cs @@ -1,6 +1,3 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Administration.Events diff --git a/Content.Shared/Administration/Events/PlayerInfoChangedEvent.cs b/Content.Shared/Administration/Events/PlayerInfoChangedEvent.cs index d9285b1035..f82ca55542 100644 --- a/Content.Shared/Administration/Events/PlayerInfoChangedEvent.cs +++ b/Content.Shared/Administration/Events/PlayerInfoChangedEvent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Administration.Events { diff --git a/Content.Shared/Administration/IGamePrototypeLoadManager.cs b/Content.Shared/Administration/IGamePrototypeLoadManager.cs index 6f36f965fa..0437190d81 100644 --- a/Content.Shared/Administration/IGamePrototypeLoadManager.cs +++ b/Content.Shared/Administration/IGamePrototypeLoadManager.cs @@ -1,5 +1,3 @@ -using System; - namespace Content.Shared.Administration; public interface IGamePrototypeLoadManager diff --git a/Content.Shared/Administration/Logs/LogStringHandler.cs b/Content.Shared/Administration/Logs/LogStringHandler.cs index ffe7ecc1e6..8d06c448a5 100644 --- a/Content.Shared/Administration/Logs/LogStringHandler.cs +++ b/Content.Shared/Administration/Logs/LogStringHandler.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Runtime.CompilerServices; +using System.Runtime.CompilerServices; namespace Content.Shared.Administration.Logs; diff --git a/Content.Shared/Administration/Logs/SharedAdminLog.cs b/Content.Shared/Administration/Logs/SharedAdminLog.cs index bf44ba95d0..de4d1c8e2d 100644 --- a/Content.Shared/Administration/Logs/SharedAdminLog.cs +++ b/Content.Shared/Administration/Logs/SharedAdminLog.cs @@ -1,5 +1,4 @@ -using System; -using Content.Shared.Database; +using Content.Shared.Database; using Robust.Shared.Serialization; namespace Content.Shared.Administration.Logs; diff --git a/Content.Shared/Administration/Logs/SharedAdminLogSystem.cs b/Content.Shared/Administration/Logs/SharedAdminLogSystem.cs index 00b17c41f4..eb3f8ff98f 100644 --- a/Content.Shared/Administration/Logs/SharedAdminLogSystem.cs +++ b/Content.Shared/Administration/Logs/SharedAdminLogSystem.cs @@ -1,6 +1,4 @@ -using System.Globalization; -using Content.Shared.Database; -using Robust.Shared.GameObjects; +using Content.Shared.Database; namespace Content.Shared.Administration.Logs; diff --git a/Content.Shared/Administration/MsgUpdateAdminStatus.cs b/Content.Shared/Administration/MsgUpdateAdminStatus.cs index 5a310393d1..1caa4e78d3 100644 --- a/Content.Shared/Administration/MsgUpdateAdminStatus.cs +++ b/Content.Shared/Administration/MsgUpdateAdminStatus.cs @@ -1,5 +1,4 @@ -using System; -using Lidgren.Network; +using Lidgren.Network; using Robust.Shared.Network; namespace Content.Shared.Administration diff --git a/Content.Shared/Administration/PermissionsEuiState.cs b/Content.Shared/Administration/PermissionsEuiState.cs index e4de269ef9..428f15b536 100644 --- a/Content.Shared/Administration/PermissionsEuiState.cs +++ b/Content.Shared/Administration/PermissionsEuiState.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using Content.Shared.Eui; +using Content.Shared.Eui; using Robust.Shared.Network; using Robust.Shared.Serialization; diff --git a/Content.Shared/Administration/PlayerInfo.cs b/Content.Shared/Administration/PlayerInfo.cs index dcb188a9d5..d1634e313a 100644 --- a/Content.Shared/Administration/PlayerInfo.cs +++ b/Content.Shared/Administration/PlayerInfo.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Network; +using Robust.Shared.Network; using Robust.Shared.Serialization; namespace Content.Shared.Administration diff --git a/Content.Shared/Administration/SetOutfitEuiState.cs b/Content.Shared/Administration/SetOutfitEuiState.cs index c8cca5abec..495543509e 100644 --- a/Content.Shared/Administration/SetOutfitEuiState.cs +++ b/Content.Shared/Administration/SetOutfitEuiState.cs @@ -1,7 +1,5 @@ using Content.Shared.Eui; using Robust.Shared.Serialization; -using System; -using Robust.Shared.GameObjects; namespace Content.Shared.Administration { diff --git a/Content.Shared/Administration/SharedBwoinkSystem.cs b/Content.Shared/Administration/SharedBwoinkSystem.cs index 57d12aa893..b3be779568 100644 --- a/Content.Shared/Administration/SharedBwoinkSystem.cs +++ b/Content.Shared/Administration/SharedBwoinkSystem.cs @@ -1,9 +1,6 @@ #nullable enable -using System; using Robust.Shared.Network; using Robust.Shared.Serialization; -using Robust.Shared.GameObjects; -using Robust.Shared.Log; namespace Content.Shared.Administration { diff --git a/Content.Shared/Alert/AlertKey.cs b/Content.Shared/Alert/AlertKey.cs index f649bf7b6d..e22ad148a2 100644 --- a/Content.Shared/Alert/AlertKey.cs +++ b/Content.Shared/Alert/AlertKey.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; using Robust.Shared.Serialization.Manager; namespace Content.Shared.Alert; diff --git a/Content.Shared/Alert/AlertOrderPrototype.cs b/Content.Shared/Alert/AlertOrderPrototype.cs index 8725a471da..8366b10138 100644 --- a/Content.Shared/Alert/AlertOrderPrototype.cs +++ b/Content.Shared/Alert/AlertOrderPrototype.cs @@ -1,9 +1,5 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.Prototypes; +using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Alert { diff --git a/Content.Shared/Alert/AlertPrototype.cs b/Content.Shared/Alert/AlertPrototype.cs index 04ce3f6b9a..465a1959f0 100644 --- a/Content.Shared/Alert/AlertPrototype.cs +++ b/Content.Shared/Alert/AlertPrototype.cs @@ -1,11 +1,7 @@ -using System; -using System.Globalization; -using Robust.Shared.Log; +using System.Globalization; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Shared.Alert { diff --git a/Content.Shared/Alert/AlertState.cs b/Content.Shared/Alert/AlertState.cs index 21cf322fb6..b7244d3d4e 100644 --- a/Content.Shared/Alert/AlertState.cs +++ b/Content.Shared/Alert/AlertState.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Alert; diff --git a/Content.Shared/Alert/AlertSyncEvent.cs b/Content.Shared/Alert/AlertSyncEvent.cs index 3daf377085..3cff13529e 100644 --- a/Content.Shared/Alert/AlertSyncEvent.cs +++ b/Content.Shared/Alert/AlertSyncEvent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Alert; /// diff --git a/Content.Shared/Alert/AlertsComponent.cs b/Content.Shared/Alert/AlertsComponent.cs index b6f823c2c4..f1d5d01b9e 100644 --- a/Content.Shared/Alert/AlertsComponent.cs +++ b/Content.Shared/Alert/AlertsComponent.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.ViewVariables; namespace Content.Shared.Alert; diff --git a/Content.Shared/Alert/AlertsComponentState.cs b/Content.Shared/Alert/AlertsComponentState.cs index 9dea1d39b5..c503338ea8 100644 --- a/Content.Shared/Alert/AlertsComponentState.cs +++ b/Content.Shared/Alert/AlertsComponentState.cs @@ -1,6 +1,3 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Alert; diff --git a/Content.Shared/Alert/ClickAlertEvent.cs b/Content.Shared/Alert/ClickAlertEvent.cs index 04938b29e2..fe7ca97e4c 100644 --- a/Content.Shared/Alert/ClickAlertEvent.cs +++ b/Content.Shared/Alert/ClickAlertEvent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Alert; diff --git a/Content.Shared/Alert/IAlertClick.cs b/Content.Shared/Alert/IAlertClick.cs index a6287a22c3..c11fc10c0d 100644 --- a/Content.Shared/Alert/IAlertClick.cs +++ b/Content.Shared/Alert/IAlertClick.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Alert +namespace Content.Shared.Alert { /// /// Defines what should happen when an alert is clicked. diff --git a/Content.Shared/Arcade/BlockGameBlock.cs b/Content.Shared/Arcade/BlockGameBlock.cs index f554232dda..b47f5224ad 100644 --- a/Content.Shared/Arcade/BlockGameBlock.cs +++ b/Content.Shared/Arcade/BlockGameBlock.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.Maths; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Arcade { diff --git a/Content.Shared/Arcade/BlockGameMessages.cs b/Content.Shared/Arcade/BlockGameMessages.cs index 88e1bb71d7..fe55819472 100644 --- a/Content.Shared/Arcade/BlockGameMessages.cs +++ b/Content.Shared/Arcade/BlockGameMessages.cs @@ -1,6 +1,3 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Arcade diff --git a/Content.Shared/Arcade/BlockGamePlayerAction.cs b/Content.Shared/Arcade/BlockGamePlayerAction.cs index f88b213a56..9334fd5812 100644 --- a/Content.Shared/Arcade/BlockGamePlayerAction.cs +++ b/Content.Shared/Arcade/BlockGamePlayerAction.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Arcade { diff --git a/Content.Shared/Arcade/BlockGameUiKey.cs b/Content.Shared/Arcade/BlockGameUiKey.cs index 6ffb216668..8ab4359091 100644 --- a/Content.Shared/Arcade/BlockGameUiKey.cs +++ b/Content.Shared/Arcade/BlockGameUiKey.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Arcade { diff --git a/Content.Shared/Arcade/SharedSpaceVillainArcadeComponent.cs b/Content.Shared/Arcade/SharedSpaceVillainArcadeComponent.cs index f67966b0b4..b0bf87bd19 100644 --- a/Content.Shared/Arcade/SharedSpaceVillainArcadeComponent.cs +++ b/Content.Shared/Arcade/SharedSpaceVillainArcadeComponent.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Arcade diff --git a/Content.Shared/Atmos/AtmosCommandUtils.cs b/Content.Shared/Atmos/AtmosCommandUtils.cs index b0217fd489..fd37743ae3 100644 --- a/Content.Shared/Atmos/AtmosCommandUtils.cs +++ b/Content.Shared/Atmos/AtmosCommandUtils.cs @@ -1,5 +1,3 @@ -using System; - namespace Content.Shared.Atmos { public sealed class AtmosCommandUtils diff --git a/Content.Shared/Atmos/AtmosDirection.cs b/Content.Shared/Atmos/AtmosDirection.cs index 0639645c24..a25c9d553c 100644 --- a/Content.Shared/Atmos/AtmosDirection.cs +++ b/Content.Shared/Atmos/AtmosDirection.cs @@ -1,6 +1,4 @@ -using System; -using System.Runtime.CompilerServices; -using Robust.Shared.Maths; +using System.Runtime.CompilerServices; using Robust.Shared.Serialization; namespace Content.Shared.Atmos diff --git a/Content.Shared/Atmos/Atmospherics.cs b/Content.Shared/Atmos/Atmospherics.cs index b1fc05ed3e..f1a3f21c50 100644 --- a/Content.Shared/Atmos/Atmospherics.cs +++ b/Content.Shared/Atmos/Atmospherics.cs @@ -1,6 +1,4 @@ -using Robust.Shared.Maths; using Robust.Shared.Serialization; -using System; // ReSharper disable InconsistentNaming namespace Content.Shared.Atmos diff --git a/Content.Shared/Atmos/Components/SharedGasAnalyzerComponent.cs b/Content.Shared/Atmos/Components/SharedGasAnalyzerComponent.cs index e21f8d910f..bdc373ebeb 100644 --- a/Content.Shared/Atmos/Components/SharedGasAnalyzerComponent.cs +++ b/Content.Shared/Atmos/Components/SharedGasAnalyzerComponent.cs @@ -1,7 +1,4 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Localization; using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Components diff --git a/Content.Shared/Atmos/Components/SharedGasTankComponent.cs b/Content.Shared/Atmos/Components/SharedGasTankComponent.cs index bfab3e2e62..f6751a3ebc 100644 --- a/Content.Shared/Atmos/Components/SharedGasTankComponent.cs +++ b/Content.Shared/Atmos/Components/SharedGasTankComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Components { diff --git a/Content.Shared/Atmos/EntitySystems/SharedAtmosDebugOverlaySystem.cs b/Content.Shared/Atmos/EntitySystems/SharedAtmosDebugOverlaySystem.cs index e9c9db1bc3..cc955000a9 100644 --- a/Content.Shared/Atmos/EntitySystems/SharedAtmosDebugOverlaySystem.cs +++ b/Content.Shared/Atmos/EntitySystems/SharedAtmosDebugOverlaySystem.cs @@ -1,7 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Map; -using Robust.Shared.Maths; +using Robust.Shared.Map; using Robust.Shared.Serialization; namespace Content.Shared.Atmos.EntitySystems diff --git a/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs b/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs index 32841932ba..a7f2c8af33 100644 --- a/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs +++ b/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; -using Content.Shared.Atmos.Prototypes; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; +using Content.Shared.Atmos.Prototypes; using Robust.Shared.Prototypes; using Robust.Shared.Utility; diff --git a/Content.Shared/Atmos/EntitySystems/SharedGasTileOverlaySystem.cs b/Content.Shared/Atmos/EntitySystems/SharedGasTileOverlaySystem.cs index 7541f6a90f..b4d7c0aa8b 100644 --- a/Content.Shared/Atmos/EntitySystems/SharedGasTileOverlaySystem.cs +++ b/Content.Shared/Atmos/EntitySystems/SharedGasTileOverlaySystem.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.GameObjects; -using Robust.Shared.Map; -using Robust.Shared.Maths; +using Robust.Shared.Map; using Robust.Shared.Serialization; namespace Content.Shared.Atmos.EntitySystems diff --git a/Content.Shared/Atmos/FireVisuals.cs b/Content.Shared/Atmos/FireVisuals.cs index 7fb8e5ed57..aeab858a35 100644 --- a/Content.Shared/Atmos/FireVisuals.cs +++ b/Content.Shared/Atmos/FireVisuals.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Atmos { diff --git a/Content.Shared/Atmos/GasOverlayChunk.cs b/Content.Shared/Atmos/GasOverlayChunk.cs index 36a65b98ea..453cf26304 100644 --- a/Content.Shared/Atmos/GasOverlayChunk.cs +++ b/Content.Shared/Atmos/GasOverlayChunk.cs @@ -1,7 +1,5 @@ -using System.Collections.Generic; using Content.Shared.Atmos.EntitySystems; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Timing; using Robust.Shared.Utility; diff --git a/Content.Shared/Atmos/Monitor/AtmosAlarmThresholdPrototype.cs b/Content.Shared/Atmos/Monitor/AtmosAlarmThresholdPrototype.cs index 7d93d2e5b9..a671a1817d 100644 --- a/Content.Shared/Atmos/Monitor/AtmosAlarmThresholdPrototype.cs +++ b/Content.Shared/Atmos/Monitor/AtmosAlarmThresholdPrototype.cs @@ -1,10 +1,5 @@ -using System; -using Content.Shared.Atmos.Monitor; -using Robust.Shared.Log; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Atmos.Monitor { diff --git a/Content.Shared/Atmos/Monitor/AtmosMonitorAlarmType.cs b/Content.Shared/Atmos/Monitor/AtmosMonitorAlarmType.cs index 065311bff3..27f0320448 100644 --- a/Content.Shared/Atmos/Monitor/AtmosMonitorAlarmType.cs +++ b/Content.Shared/Atmos/Monitor/AtmosMonitorAlarmType.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Monitor diff --git a/Content.Shared/Atmos/Monitor/Components/SharedAirAlarmComponent.cs b/Content.Shared/Atmos/Monitor/Components/SharedAirAlarmComponent.cs index ceec55a592..5424c75920 100644 --- a/Content.Shared/Atmos/Monitor/Components/SharedAirAlarmComponent.cs +++ b/Content.Shared/Atmos/Monitor/Components/SharedAirAlarmComponent.cs @@ -1,8 +1,3 @@ -using System; -using System.Collections.Generic; -using Content.Shared.Atmos; -using Content.Shared.Atmos.Monitor; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Monitor.Components diff --git a/Content.Shared/Atmos/Monitor/Components/SharedFireAlarmComponent.cs b/Content.Shared/Atmos/Monitor/Components/SharedFireAlarmComponent.cs index 242d0e2124..cb684f969a 100644 --- a/Content.Shared/Atmos/Monitor/Components/SharedFireAlarmComponent.cs +++ b/Content.Shared/Atmos/Monitor/Components/SharedFireAlarmComponent.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Monitor.Components diff --git a/Content.Shared/Atmos/PipeDirection.cs b/Content.Shared/Atmos/PipeDirection.cs index 458908c167..d0dbf98176 100644 --- a/Content.Shared/Atmos/PipeDirection.cs +++ b/Content.Shared/Atmos/PipeDirection.cs @@ -1,7 +1,4 @@ -using System; -using Robust.Shared.Maths; using Robust.Shared.Serialization; -using Robust.Shared.ViewVariables; namespace Content.Shared.Atmos { diff --git a/Content.Shared/Atmos/Piping/Binary/Components/SharedGasCanisterComponent.cs b/Content.Shared/Atmos/Piping/Binary/Components/SharedGasCanisterComponent.cs index 63d1eb7a25..a8b17fe0b1 100644 --- a/Content.Shared/Atmos/Piping/Binary/Components/SharedGasCanisterComponent.cs +++ b/Content.Shared/Atmos/Piping/Binary/Components/SharedGasCanisterComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Piping.Binary.Components { diff --git a/Content.Shared/Atmos/Piping/Binary/Components/SharedGasPressurePumpComponent.cs b/Content.Shared/Atmos/Piping/Binary/Components/SharedGasPressurePumpComponent.cs index e677412e95..217d81e972 100644 --- a/Content.Shared/Atmos/Piping/Binary/Components/SharedGasPressurePumpComponent.cs +++ b/Content.Shared/Atmos/Piping/Binary/Components/SharedGasPressurePumpComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Piping.Binary.Components { diff --git a/Content.Shared/Atmos/Piping/Binary/Components/SharedGasVolumePumpComponent.cs b/Content.Shared/Atmos/Piping/Binary/Components/SharedGasVolumePumpComponent.cs index 095e6e2b1d..a89a5a7ed8 100644 --- a/Content.Shared/Atmos/Piping/Binary/Components/SharedGasVolumePumpComponent.cs +++ b/Content.Shared/Atmos/Piping/Binary/Components/SharedGasVolumePumpComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Piping.Binary.Components { diff --git a/Content.Shared/Atmos/Piping/EnabledAtmosDeviceVisuals.cs b/Content.Shared/Atmos/Piping/EnabledAtmosDeviceVisuals.cs index d5cc51895a..1ffbc31f35 100644 --- a/Content.Shared/Atmos/Piping/EnabledAtmosDeviceVisuals.cs +++ b/Content.Shared/Atmos/Piping/EnabledAtmosDeviceVisuals.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Piping diff --git a/Content.Shared/Atmos/Piping/PipeColorVisuals.cs b/Content.Shared/Atmos/Piping/PipeColorVisuals.cs index f579cb1f20..3f9f59ce3a 100644 --- a/Content.Shared/Atmos/Piping/PipeColorVisuals.cs +++ b/Content.Shared/Atmos/Piping/PipeColorVisuals.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Piping diff --git a/Content.Shared/Atmos/Piping/Trinary/Components/SharedGasFilterComponent.cs b/Content.Shared/Atmos/Piping/Trinary/Components/SharedGasFilterComponent.cs index ac5a91d8a3..a5e2b19612 100644 --- a/Content.Shared/Atmos/Piping/Trinary/Components/SharedGasFilterComponent.cs +++ b/Content.Shared/Atmos/Piping/Trinary/Components/SharedGasFilterComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Piping.Trinary.Components { diff --git a/Content.Shared/Atmos/Piping/Trinary/Components/SharedGasMixerComponent.cs b/Content.Shared/Atmos/Piping/Trinary/Components/SharedGasMixerComponent.cs index a02650e3e4..40659307a7 100644 --- a/Content.Shared/Atmos/Piping/Trinary/Components/SharedGasMixerComponent.cs +++ b/Content.Shared/Atmos/Piping/Trinary/Components/SharedGasMixerComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Piping.Trinary.Components { diff --git a/Content.Shared/Atmos/Piping/Unary/Components/SharedGasPortableComponent.cs b/Content.Shared/Atmos/Piping/Unary/Components/SharedGasPortableComponent.cs index d4b695bf13..e0963a610c 100644 --- a/Content.Shared/Atmos/Piping/Unary/Components/SharedGasPortableComponent.cs +++ b/Content.Shared/Atmos/Piping/Unary/Components/SharedGasPortableComponent.cs @@ -1,12 +1,11 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Piping.Unary.Components { - /// - /// Used in to determine which visuals to update. - /// - [Serializable, NetSerializable] + /// + /// Used in to determine which visuals to update. + /// + [Serializable, NetSerializable] public enum GasPortableVisuals { ConnectedState, diff --git a/Content.Shared/Atmos/Piping/Unary/Components/SharedVentPumpComponent.cs b/Content.Shared/Atmos/Piping/Unary/Components/SharedVentPumpComponent.cs index 7ad59604ee..ccad630dfa 100644 --- a/Content.Shared/Atmos/Piping/Unary/Components/SharedVentPumpComponent.cs +++ b/Content.Shared/Atmos/Piping/Unary/Components/SharedVentPumpComponent.cs @@ -1,4 +1,3 @@ -using System; using Content.Shared.Atmos.Monitor.Components; using Robust.Shared.Serialization; diff --git a/Content.Shared/Atmos/Piping/Unary/Components/SharedVentScrubberComponent.cs b/Content.Shared/Atmos/Piping/Unary/Components/SharedVentScrubberComponent.cs index c12790fd27..c8c4c2cc90 100644 --- a/Content.Shared/Atmos/Piping/Unary/Components/SharedVentScrubberComponent.cs +++ b/Content.Shared/Atmos/Piping/Unary/Components/SharedVentScrubberComponent.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Shared.Atmos.Monitor.Components; using Robust.Shared.Serialization; diff --git a/Content.Shared/Atmos/Piping/Unary/Visuals/ScrubberVisuals.cs b/Content.Shared/Atmos/Piping/Unary/Visuals/ScrubberVisuals.cs index c6cccad809..9f61dc14fc 100644 --- a/Content.Shared/Atmos/Piping/Unary/Visuals/ScrubberVisuals.cs +++ b/Content.Shared/Atmos/Piping/Unary/Visuals/ScrubberVisuals.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Piping.Unary.Visuals diff --git a/Content.Shared/Atmos/Piping/Unary/Visuals/VentPumpVisuals.cs b/Content.Shared/Atmos/Piping/Unary/Visuals/VentPumpVisuals.cs index a94a06e790..f15ccde5f2 100644 --- a/Content.Shared/Atmos/Piping/Unary/Visuals/VentPumpVisuals.cs +++ b/Content.Shared/Atmos/Piping/Unary/Visuals/VentPumpVisuals.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Visuals diff --git a/Content.Shared/Atmos/Prototypes/GasPrototype.cs b/Content.Shared/Atmos/Prototypes/GasPrototype.cs index 18ca116f6b..b382260fb8 100644 --- a/Content.Shared/Atmos/Prototypes/GasPrototype.cs +++ b/Content.Shared/Atmos/Prototypes/GasPrototype.cs @@ -1,8 +1,6 @@ using Content.Shared.Chemistry.Reagent; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Shared.Atmos.Prototypes { diff --git a/Content.Shared/Atmos/Visuals/AtmosPlaqueVisuals.cs b/Content.Shared/Atmos/Visuals/AtmosPlaqueVisuals.cs index 11da1d071b..66b3a5b229 100644 --- a/Content.Shared/Atmos/Visuals/AtmosPlaqueVisuals.cs +++ b/Content.Shared/Atmos/Visuals/AtmosPlaqueVisuals.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Visuals { diff --git a/Content.Shared/Audio/AmbientSoundComponent.cs b/Content.Shared/Audio/AmbientSoundComponent.cs index 752102bb12..39c31af34d 100644 --- a/Content.Shared/Audio/AmbientSoundComponent.cs +++ b/Content.Shared/Audio/AmbientSoundComponent.cs @@ -1,10 +1,6 @@ -using System; using Content.Shared.Sound; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Audio { diff --git a/Content.Shared/Audio/AudioHelpers.cs b/Content.Shared/Audio/AudioHelpers.cs index 877de36c9d..9c32ea8c2d 100644 --- a/Content.Shared/Audio/AudioHelpers.cs +++ b/Content.Shared/Audio/AudioHelpers.cs @@ -1,7 +1,4 @@ -using System; using Robust.Shared.Audio; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Shared/Audio/ContentAudioSystem.cs b/Content.Shared/Audio/ContentAudioSystem.cs index 693b777d69..d732f20506 100644 --- a/Content.Shared/Audio/ContentAudioSystem.cs +++ b/Content.Shared/Audio/ContentAudioSystem.cs @@ -1,6 +1,5 @@ using Content.Shared.Physics; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; namespace Content.Shared.Audio { diff --git a/Content.Shared/Audio/SharedAmbientSoundSystem.cs b/Content.Shared/Audio/SharedAmbientSoundSystem.cs index 0922024f0b..c6225e82a7 100644 --- a/Content.Shared/Audio/SharedAmbientSoundSystem.cs +++ b/Content.Shared/Audio/SharedAmbientSoundSystem.cs @@ -1,4 +1,3 @@ -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; namespace Content.Shared.Audio diff --git a/Content.Shared/Audio/SoundCollectionPrototype.cs b/Content.Shared/Audio/SoundCollectionPrototype.cs index 0b88ff9800..28520ae32b 100644 --- a/Content.Shared/Audio/SoundCollectionPrototype.cs +++ b/Content.Shared/Audio/SoundCollectionPrototype.cs @@ -1,8 +1,5 @@ -using System.Collections.Generic; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Shared.Audio { diff --git a/Content.Shared/Body/Components/MechanismComponent.cs b/Content.Shared/Body/Components/MechanismComponent.cs index 4ad4a98575..23a3f65515 100644 --- a/Content.Shared/Body/Components/MechanismComponent.cs +++ b/Content.Shared/Body/Components/MechanismComponent.cs @@ -1,9 +1,6 @@ using Content.Shared.Body.Events; using Content.Shared.Body.Part; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Body.Components { diff --git a/Content.Shared/Body/Components/SharedBodyComponent.cs b/Content.Shared/Body/Components/SharedBodyComponent.cs index 9598784484..47b9272df9 100644 --- a/Content.Shared/Body/Components/SharedBodyComponent.cs +++ b/Content.Shared/Body/Components/SharedBodyComponent.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Shared.Body.Part; @@ -8,14 +6,10 @@ using Content.Shared.CharacterAppearance.Systems; using Content.Shared.Damage; using Content.Shared.Damage.Prototypes; using Content.Shared.Standing; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Shared.Body.Components { diff --git a/Content.Shared/Body/Components/SharedBodyPartComponent.cs b/Content.Shared/Body/Components/SharedBodyPartComponent.cs index 6eaee0ebe5..97285f37a0 100644 --- a/Content.Shared/Body/Components/SharedBodyPartComponent.cs +++ b/Content.Shared/Body/Components/SharedBodyPartComponent.cs @@ -1,16 +1,10 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Shared.Body.Events; using Content.Shared.Body.Part; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Shared.Body.Components { diff --git a/Content.Shared/Body/Components/SharedBodyScannerComponent.cs b/Content.Shared/Body/Components/SharedBodyScannerComponent.cs index 0e7b1b112f..0549e7a9c1 100644 --- a/Content.Shared/Body/Components/SharedBodyScannerComponent.cs +++ b/Content.Shared/Body/Components/SharedBodyScannerComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Body.Components { diff --git a/Content.Shared/Body/Events/MechanismBodyEvents.cs b/Content.Shared/Body/Events/MechanismBodyEvents.cs index 909abac609..f14b346621 100644 --- a/Content.Shared/Body/Events/MechanismBodyEvents.cs +++ b/Content.Shared/Body/Events/MechanismBodyEvents.cs @@ -1,5 +1,4 @@ using Content.Shared.Body.Components; -using Robust.Shared.GameObjects; namespace Content.Shared.Body.Events { diff --git a/Content.Shared/Body/Events/ShiverAttemptEvent.cs b/Content.Shared/Body/Events/ShiverAttemptEvent.cs index 3fd433aa1b..8c2761f545 100644 --- a/Content.Shared/Body/Events/ShiverAttemptEvent.cs +++ b/Content.Shared/Body/Events/ShiverAttemptEvent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Body.Events +namespace Content.Shared.Body.Events { public sealed class ShiverAttemptEvent : CancellableEntityEventArgs { diff --git a/Content.Shared/Body/Events/SweatAttemptEvent.cs b/Content.Shared/Body/Events/SweatAttemptEvent.cs index 52b4c876a8..7f4b3fab15 100644 --- a/Content.Shared/Body/Events/SweatAttemptEvent.cs +++ b/Content.Shared/Body/Events/SweatAttemptEvent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Body.Events +namespace Content.Shared.Body.Events { public sealed class SweatAttemptEvent : CancellableEntityEventArgs { diff --git a/Content.Shared/Body/Part/BodyPartCompatibility.cs b/Content.Shared/Body/Part/BodyPartCompatibility.cs index 1af9d20148..1b15d63ba2 100644 --- a/Content.Shared/Body/Part/BodyPartCompatibility.cs +++ b/Content.Shared/Body/Part/BodyPartCompatibility.cs @@ -1,4 +1,3 @@ -using System; using Content.Shared.Body.Components; using Robust.Shared.Serialization; diff --git a/Content.Shared/Body/Part/BodyPartSlot.cs b/Content.Shared/Body/Part/BodyPartSlot.cs index 4fb5a72ff0..c3193be82f 100644 --- a/Content.Shared/Body/Part/BodyPartSlot.cs +++ b/Content.Shared/Body/Part/BodyPartSlot.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using Content.Shared.Body.Components; -using Robust.Shared.ViewVariables; +using Content.Shared.Body.Components; namespace Content.Shared.Body.Part { diff --git a/Content.Shared/Body/Part/BodyPartSymmetry.cs b/Content.Shared/Body/Part/BodyPartSymmetry.cs index 6c950a8716..52e2e7f71d 100644 --- a/Content.Shared/Body/Part/BodyPartSymmetry.cs +++ b/Content.Shared/Body/Part/BodyPartSymmetry.cs @@ -1,5 +1,4 @@ -using System; -using Content.Shared.Body.Components; +using Content.Shared.Body.Components; using Robust.Shared.Serialization; namespace Content.Shared.Body.Part diff --git a/Content.Shared/Body/Part/BodyPartType.cs b/Content.Shared/Body/Part/BodyPartType.cs index b8fc2fce28..7f90070859 100644 --- a/Content.Shared/Body/Part/BodyPartType.cs +++ b/Content.Shared/Body/Part/BodyPartType.cs @@ -1,4 +1,3 @@ -using System; using Content.Shared.Body.Components; using Robust.Shared.Serialization; diff --git a/Content.Shared/Body/Part/IBodyPartAdded.cs b/Content.Shared/Body/Part/IBodyPartAdded.cs index 74cbbd4da4..8e02d34cdd 100644 --- a/Content.Shared/Body/Part/IBodyPartAdded.cs +++ b/Content.Shared/Body/Part/IBodyPartAdded.cs @@ -1,6 +1,4 @@ -using System; -using Content.Shared.Body.Components; -using Robust.Shared.GameObjects; +using Content.Shared.Body.Components; using Robust.Shared.Serialization; namespace Content.Shared.Body.Part diff --git a/Content.Shared/Body/Part/IBodyPartRemoved.cs b/Content.Shared/Body/Part/IBodyPartRemoved.cs index 48910a9bcb..500d205560 100644 --- a/Content.Shared/Body/Part/IBodyPartRemoved.cs +++ b/Content.Shared/Body/Part/IBodyPartRemoved.cs @@ -1,5 +1,4 @@ -using System; -using Content.Shared.Body.Components; +using Content.Shared.Body.Components; using Robust.Shared.Serialization; namespace Content.Shared.Body.Part diff --git a/Content.Shared/Body/Prototypes/BodyPresetPrototype.cs b/Content.Shared/Body/Prototypes/BodyPresetPrototype.cs index af28adbbb8..0af30a9dfc 100644 --- a/Content.Shared/Body/Prototypes/BodyPresetPrototype.cs +++ b/Content.Shared/Body/Prototypes/BodyPresetPrototype.cs @@ -1,9 +1,5 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.Prototypes; +using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Body.Prototypes { diff --git a/Content.Shared/Body/Prototypes/BodyTemplatePrototype.cs b/Content.Shared/Body/Prototypes/BodyTemplatePrototype.cs index 085742d40c..64e03a4869 100644 --- a/Content.Shared/Body/Prototypes/BodyTemplatePrototype.cs +++ b/Content.Shared/Body/Prototypes/BodyTemplatePrototype.cs @@ -1,10 +1,6 @@ -using System; -using System.Collections.Generic; -using Content.Shared.Body.Part; +using Content.Shared.Body.Part; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Body.Prototypes { diff --git a/Content.Shared/Body/Prototypes/MetabolismGroupPrototype.cs b/Content.Shared/Body/Prototypes/MetabolismGroupPrototype.cs index 87bfe39cf0..bd8fb66edc 100644 --- a/Content.Shared/Body/Prototypes/MetabolismGroupPrototype.cs +++ b/Content.Shared/Body/Prototypes/MetabolismGroupPrototype.cs @@ -1,5 +1,4 @@ using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Body.Prototypes { diff --git a/Content.Shared/Body/Prototypes/MetabolizerTypePrototype.cs b/Content.Shared/Body/Prototypes/MetabolizerTypePrototype.cs index ac50b0162e..bb8619bab2 100644 --- a/Content.Shared/Body/Prototypes/MetabolizerTypePrototype.cs +++ b/Content.Shared/Body/Prototypes/MetabolizerTypePrototype.cs @@ -1,5 +1,4 @@ using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Body.Prototypes { diff --git a/Content.Shared/Botany/PlantHolderVisuals.cs b/Content.Shared/Botany/PlantHolderVisuals.cs index b7dd0e6bc9..76ea387d3d 100644 --- a/Content.Shared/Botany/PlantHolderVisuals.cs +++ b/Content.Shared/Botany/PlantHolderVisuals.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Botany { diff --git a/Content.Shared/Buckle/Components/SharedBuckleComponent.cs b/Content.Shared/Buckle/Components/SharedBuckleComponent.cs index b2b6521b92..df60a31a54 100644 --- a/Content.Shared/Buckle/Components/SharedBuckleComponent.cs +++ b/Content.Shared/Buckle/Components/SharedBuckleComponent.cs @@ -1,12 +1,7 @@ -using System; using Content.Shared.DragDrop; using Content.Shared.Interaction; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Buckle.Components { diff --git a/Content.Shared/Buckle/Components/SharedStrapComponent.cs b/Content.Shared/Buckle/Components/SharedStrapComponent.cs index d19ea58961..f658b14e1c 100644 --- a/Content.Shared/Buckle/Components/SharedStrapComponent.cs +++ b/Content.Shared/Buckle/Components/SharedStrapComponent.cs @@ -1,10 +1,6 @@ -using System; using Content.Shared.DragDrop; using Content.Shared.Interaction; -using Content.Shared.Interaction.Helpers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Serialization; namespace Content.Shared.Buckle.Components diff --git a/Content.Shared/Buckle/SharedBuckleSystem.cs b/Content.Shared/Buckle/SharedBuckleSystem.cs index 6bd95d61f5..6a9ad32114 100644 --- a/Content.Shared/Buckle/SharedBuckleSystem.cs +++ b/Content.Shared/Buckle/SharedBuckleSystem.cs @@ -3,7 +3,6 @@ using Content.Shared.Interaction.Events; using Content.Shared.Movement; using Content.Shared.Standing; using Content.Shared.Throwing; -using Robust.Shared.GameObjects; using Robust.Shared.Physics.Dynamics; namespace Content.Shared.Buckle diff --git a/Content.Shared/Cabinet/ItemCabinetVisuals.cs b/Content.Shared/Cabinet/ItemCabinetVisuals.cs index 9ac46e1fa8..d09e1ba9cf 100644 --- a/Content.Shared/Cabinet/ItemCabinetVisuals.cs +++ b/Content.Shared/Cabinet/ItemCabinetVisuals.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Cabinet { diff --git a/Content.Shared/Camera/CameraRecoilComponent.cs b/Content.Shared/Camera/CameraRecoilComponent.cs index 8bb7dded43..1234cc9a25 100644 --- a/Content.Shared/Camera/CameraRecoilComponent.cs +++ b/Content.Shared/Camera/CameraRecoilComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Maths; namespace Content.Shared.Camera; diff --git a/Content.Shared/Camera/CameraRecoilSystem.cs b/Content.Shared/Camera/CameraRecoilSystem.cs index 2fdbd4f2c6..3eb5e857be 100644 --- a/Content.Shared/Camera/CameraRecoilSystem.cs +++ b/Content.Shared/Camera/CameraRecoilSystem.cs @@ -1,8 +1,4 @@ -using System; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Log; -using Robust.Shared.Maths; using Robust.Shared.Player; using Robust.Shared.Serialization; diff --git a/Content.Shared/Cargo/CargoOrderData.cs b/Content.Shared/Cargo/CargoOrderData.cs index d8c54586ad..62e4594127 100644 --- a/Content.Shared/Cargo/CargoOrderData.cs +++ b/Content.Shared/Cargo/CargoOrderData.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Cargo diff --git a/Content.Shared/Cargo/CargoProductPrototype.cs b/Content.Shared/Cargo/CargoProductPrototype.cs index b529dd26c4..7cad752b40 100644 --- a/Content.Shared/Cargo/CargoProductPrototype.cs +++ b/Content.Shared/Cargo/CargoProductPrototype.cs @@ -1,12 +1,7 @@ -using System; -using Nett; -using Robust.Shared.IoC; -using Robust.Shared.Prototypes; +using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Shared.Cargo { diff --git a/Content.Shared/Cargo/Components/SharedCargoConsoleComponent.cs b/Content.Shared/Cargo/Components/SharedCargoConsoleComponent.cs index 0f7404f51e..19a2114207 100644 --- a/Content.Shared/Cargo/Components/SharedCargoConsoleComponent.cs +++ b/Content.Shared/Cargo/Components/SharedCargoConsoleComponent.cs @@ -1,7 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Prototypes; +using Robust.Shared.Prototypes; using Robust.Shared.Serialization; namespace Content.Shared.Cargo.Components diff --git a/Content.Shared/Cargo/Components/SharedCargoOrderDatabaseComponent.cs b/Content.Shared/Cargo/Components/SharedCargoOrderDatabaseComponent.cs index 922ae50770..c1a7e4b468 100644 --- a/Content.Shared/Cargo/Components/SharedCargoOrderDatabaseComponent.cs +++ b/Content.Shared/Cargo/Components/SharedCargoOrderDatabaseComponent.cs @@ -1,6 +1,3 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/Cargo/Components/SharedCargoTelepadComponent.cs b/Content.Shared/Cargo/Components/SharedCargoTelepadComponent.cs index 6b8df740e6..953c58396a 100644 --- a/Content.Shared/Cargo/Components/SharedCargoTelepadComponent.cs +++ b/Content.Shared/Cargo/Components/SharedCargoTelepadComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Cargo.Components; public abstract class SharedCargoTelepadComponent : Component diff --git a/Content.Shared/Cargo/SharedCargoSystem.cs b/Content.Shared/Cargo/SharedCargoSystem.cs index eba723261c..1931c0b95e 100644 --- a/Content.Shared/Cargo/SharedCargoSystem.cs +++ b/Content.Shared/Cargo/SharedCargoSystem.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Cargo; diff --git a/Content.Shared/CharacterAppearance/Components/HumanoidAppearanceComponent.cs b/Content.Shared/CharacterAppearance/Components/HumanoidAppearanceComponent.cs index 6dff0b2de5..7545aab680 100644 --- a/Content.Shared/CharacterAppearance/Components/HumanoidAppearanceComponent.cs +++ b/Content.Shared/CharacterAppearance/Components/HumanoidAppearanceComponent.cs @@ -1,14 +1,8 @@ -using System; -using Content.Shared.CharacterAppearance; using Content.Shared.CharacterAppearance.Systems; using Content.Shared.Species; -using Robust.Shared.Analyzers; using Robust.Shared.Enums; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.CharacterAppearance.Components { diff --git a/Content.Shared/CharacterAppearance/Components/SharedMagicMirrorComponent.cs b/Content.Shared/CharacterAppearance/Components/SharedMagicMirrorComponent.cs index 861516e14e..2a17437cec 100644 --- a/Content.Shared/CharacterAppearance/Components/SharedMagicMirrorComponent.cs +++ b/Content.Shared/CharacterAppearance/Components/SharedMagicMirrorComponent.cs @@ -1,6 +1,3 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; using Robust.Shared.Serialization; namespace Content.Shared.CharacterAppearance.Components diff --git a/Content.Shared/CharacterAppearance/HairStyles.cs b/Content.Shared/CharacterAppearance/HairStyles.cs index 99a016d741..027cee8b92 100644 --- a/Content.Shared/CharacterAppearance/HairStyles.cs +++ b/Content.Shared/CharacterAppearance/HairStyles.cs @@ -1,7 +1,3 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.Maths; - namespace Content.Shared.CharacterAppearance { public static class HairStyles diff --git a/Content.Shared/CharacterAppearance/HumanoidCharacterAppearance.cs b/Content.Shared/CharacterAppearance/HumanoidCharacterAppearance.cs index 6b08d93e25..95d2584ea6 100644 --- a/Content.Shared/CharacterAppearance/HumanoidCharacterAppearance.cs +++ b/Content.Shared/CharacterAppearance/HumanoidCharacterAppearance.cs @@ -1,7 +1,6 @@ using Content.Shared.Markings; using Robust.Shared.Random; using Robust.Shared.Serialization; -using System.Linq; namespace Content.Shared.CharacterAppearance { diff --git a/Content.Shared/CharacterAppearance/HumanoidVisualLayersExtension.cs b/Content.Shared/CharacterAppearance/HumanoidVisualLayersExtension.cs index c2fdead121..99053718da 100644 --- a/Content.Shared/CharacterAppearance/HumanoidVisualLayersExtension.cs +++ b/Content.Shared/CharacterAppearance/HumanoidVisualLayersExtension.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Shared.Body.Components; using Content.Shared.Body.Part; diff --git a/Content.Shared/CharacterAppearance/Sex.cs b/Content.Shared/CharacterAppearance/Sex.cs index 1e3116ff12..879df55322 100644 --- a/Content.Shared/CharacterAppearance/Sex.cs +++ b/Content.Shared/CharacterAppearance/Sex.cs @@ -1,7 +1,5 @@ -using System; -using Content.Shared.Dataset; +using Content.Shared.Dataset; using Content.Shared.Species; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Shared/CharacterAppearance/SpriteAccessoryCategories.cs b/Content.Shared/CharacterAppearance/SpriteAccessoryCategories.cs index 782894d5f8..cf13379c1d 100644 --- a/Content.Shared/CharacterAppearance/SpriteAccessoryCategories.cs +++ b/Content.Shared/CharacterAppearance/SpriteAccessoryCategories.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.CharacterAppearance { diff --git a/Content.Shared/CharacterAppearance/SpriteAccessoryManager.cs b/Content.Shared/CharacterAppearance/SpriteAccessoryManager.cs index 473539f484..4044daac98 100644 --- a/Content.Shared/CharacterAppearance/SpriteAccessoryManager.cs +++ b/Content.Shared/CharacterAppearance/SpriteAccessoryManager.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.IoC; -using Robust.Shared.Prototypes; +using Robust.Shared.Prototypes; namespace Content.Shared.CharacterAppearance { diff --git a/Content.Shared/CharacterAppearance/SpriteAccessoryPrototype.cs b/Content.Shared/CharacterAppearance/SpriteAccessoryPrototype.cs index 48a4b33d23..809bb3cb01 100644 --- a/Content.Shared/CharacterAppearance/SpriteAccessoryPrototype.cs +++ b/Content.Shared/CharacterAppearance/SpriteAccessoryPrototype.cs @@ -1,7 +1,5 @@ -using Robust.Shared.Localization; -using Robust.Shared.Prototypes; +using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Shared.CharacterAppearance diff --git a/Content.Shared/CharacterAppearance/Systems/SharedHumanoidAppearanceSystem.cs b/Content.Shared/CharacterAppearance/Systems/SharedHumanoidAppearanceSystem.cs index a1fec9999e..0c65e335cd 100644 --- a/Content.Shared/CharacterAppearance/Systems/SharedHumanoidAppearanceSystem.cs +++ b/Content.Shared/CharacterAppearance/Systems/SharedHumanoidAppearanceSystem.cs @@ -1,9 +1,7 @@ -using System; using Content.Shared.Body.Part; using Content.Shared.CharacterAppearance.Components; using Content.Shared.Preferences; using Robust.Shared.Enums; -using Robust.Shared.GameObjects; using Robust.Shared.GameObjects.Components.Localization; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/CharacterInfo/SharedCharacterInfoSystem.cs b/Content.Shared/CharacterInfo/SharedCharacterInfoSystem.cs index a1478782bb..7365229f2a 100644 --- a/Content.Shared/CharacterInfo/SharedCharacterInfoSystem.cs +++ b/Content.Shared/CharacterInfo/SharedCharacterInfoSystem.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using Content.Shared.Objectives; -using Robust.Shared.GameObjects; +using Content.Shared.Objectives; using Robust.Shared.Serialization; namespace Content.Shared.CharacterInfo; diff --git a/Content.Shared/Chat/ChatChannel.cs b/Content.Shared/Chat/ChatChannel.cs index 67cb3d7076..a2f5e99180 100644 --- a/Content.Shared/Chat/ChatChannel.cs +++ b/Content.Shared/Chat/ChatChannel.cs @@ -1,5 +1,3 @@ -using System; - namespace Content.Shared.Chat { /// diff --git a/Content.Shared/Chat/ChatSelectChannel.cs b/Content.Shared/Chat/ChatSelectChannel.cs index 3ec53706ba..f612b1d081 100644 --- a/Content.Shared/Chat/ChatSelectChannel.cs +++ b/Content.Shared/Chat/ChatSelectChannel.cs @@ -1,6 +1,4 @@ -using System; - -namespace Content.Shared.Chat +namespace Content.Shared.Chat { /// /// Chat channels that the player can select in the chat box. diff --git a/Content.Shared/Chat/MsgChatMessage.cs b/Content.Shared/Chat/MsgChatMessage.cs index 9852953b45..2969ea81f8 100644 --- a/Content.Shared/Chat/MsgChatMessage.cs +++ b/Content.Shared/Chat/MsgChatMessage.cs @@ -1,7 +1,5 @@ using JetBrains.Annotations; using Lidgren.Network; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; using Robust.Shared.Network; namespace Content.Shared.Chat diff --git a/Content.Shared/Chemistry/Components/FitsInDispenserComponent.cs b/Content.Shared/Chemistry/Components/FitsInDispenserComponent.cs index f4a75f6290..e008a02a7a 100644 --- a/Content.Shared/Chemistry/Components/FitsInDispenserComponent.cs +++ b/Content.Shared/Chemistry/Components/FitsInDispenserComponent.cs @@ -1,7 +1,4 @@ -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Chemistry.Components { diff --git a/Content.Shared/Chemistry/Components/MovespeedModifierMetabolismComponent.cs b/Content.Shared/Chemistry/Components/MovespeedModifierMetabolismComponent.cs index dd634ef474..12710a9790 100644 --- a/Content.Shared/Chemistry/Components/MovespeedModifierMetabolismComponent.cs +++ b/Content.Shared/Chemistry/Components/MovespeedModifierMetabolismComponent.cs @@ -1,13 +1,5 @@ -using Content.Shared.Movement.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.Players; using Robust.Shared.Serialization; -using Robust.Shared.ViewVariables; -using System; -using Robust.Shared.Analyzers; using Robust.Shared.GameStates; -using Robust.Shared.Timing; -using Robust.Shared.IoC; namespace Content.Shared.Chemistry.Components { diff --git a/Content.Shared/Chemistry/Components/SharedHyposprayComponent.cs b/Content.Shared/Chemistry/Components/SharedHyposprayComponent.cs index 88637bb9ad..c13981fc40 100644 --- a/Content.Shared/Chemistry/Components/SharedHyposprayComponent.cs +++ b/Content.Shared/Chemistry/Components/SharedHyposprayComponent.cs @@ -1,10 +1,6 @@ -using System; -using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Chemistry.Components { diff --git a/Content.Shared/Chemistry/Components/SharedInjectorComponent.cs b/Content.Shared/Chemistry/Components/SharedInjectorComponent.cs index 4b2fa63c21..a0d5c8c4be 100644 --- a/Content.Shared/Chemistry/Components/SharedInjectorComponent.cs +++ b/Content.Shared/Chemistry/Components/SharedInjectorComponent.cs @@ -1,6 +1,4 @@ -using System; using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/Chemistry/Components/Solution.Managerial.cs b/Content.Shared/Chemistry/Components/Solution.Managerial.cs index 0b21030a92..5319116307 100644 --- a/Content.Shared/Chemistry/Components/Solution.Managerial.cs +++ b/Content.Shared/Chemistry/Components/Solution.Managerial.cs @@ -1,9 +1,6 @@ using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Chemistry.Components { diff --git a/Content.Shared/Chemistry/Components/Solution.cs b/Content.Shared/Chemistry/Components/Solution.cs index 30fdf23e2c..4fb326dcd5 100644 --- a/Content.Shared/Chemistry/Components/Solution.cs +++ b/Content.Shared/Chemistry/Components/Solution.cs @@ -1,19 +1,12 @@ -using System; using System.Collections; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Shared.Chemistry.Components { diff --git a/Content.Shared/Chemistry/Dispenser/ReagentDispenserInventoryPrototype.cs b/Content.Shared/Chemistry/Dispenser/ReagentDispenserInventoryPrototype.cs index b3448e247e..0468b42ea7 100644 --- a/Content.Shared/Chemistry/Dispenser/ReagentDispenserInventoryPrototype.cs +++ b/Content.Shared/Chemistry/Dispenser/ReagentDispenserInventoryPrototype.cs @@ -1,11 +1,7 @@ -using System; -using System.Collections.Generic; -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; -using Robust.Shared.ViewVariables; namespace Content.Shared.Chemistry.Dispenser { diff --git a/Content.Shared/Chemistry/EntitySystems/SharedChemMasterSystem.cs b/Content.Shared/Chemistry/EntitySystems/SharedChemMasterSystem.cs index 3af9ba6297..87a941d675 100644 --- a/Content.Shared/Chemistry/EntitySystems/SharedChemMasterSystem.cs +++ b/Content.Shared/Chemistry/EntitySystems/SharedChemMasterSystem.cs @@ -1,6 +1,4 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Content.Shared.Containers.ItemSlots; using Content.Shared.Chemistry.Components; diff --git a/Content.Shared/Chemistry/MetabolismMovespeedModifierSystem.cs b/Content.Shared/Chemistry/MetabolismMovespeedModifierSystem.cs index f2a786546f..462a6c0d16 100644 --- a/Content.Shared/Chemistry/MetabolismMovespeedModifierSystem.cs +++ b/Content.Shared/Chemistry/MetabolismMovespeedModifierSystem.cs @@ -1,10 +1,6 @@ using Content.Shared.Chemistry.Components; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Timing; -using System.Collections.Generic; -using System.Linq; using Content.Shared.Movement.Components; using Content.Shared.Movement.EntitySystems; using static Content.Shared.Chemistry.Components.MovespeedModifierMetabolismComponent; diff --git a/Content.Shared/Chemistry/Reaction/ReactionPrototype.cs b/Content.Shared/Chemistry/Reaction/ReactionPrototype.cs index 665d78e219..23c8509f42 100644 --- a/Content.Shared/Chemistry/Reaction/ReactionPrototype.cs +++ b/Content.Shared/Chemistry/Reaction/ReactionPrototype.cs @@ -1,13 +1,9 @@ -using System.Collections.Generic; -using Content.Shared.Administration.Logs; using Content.Shared.Chemistry.Reagent; using Content.Shared.Database; using Content.Shared.FixedPoint; using Content.Shared.Sound; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Dictionary; -using Robust.Shared.ViewVariables; namespace Content.Shared.Chemistry.Reaction { diff --git a/Content.Shared/Chemistry/Reaction/ReactiveComponent.cs b/Content.Shared/Chemistry/Reaction/ReactiveComponent.cs index 7b3cc835eb..9bff7538cf 100644 --- a/Content.Shared/Chemistry/Reaction/ReactiveComponent.cs +++ b/Content.Shared/Chemistry/Reaction/ReactiveComponent.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; using Content.Shared.Chemistry.Reagent; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Dictionary; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Set; diff --git a/Content.Shared/Chemistry/Reaction/ReactiveGroupPrototype.cs b/Content.Shared/Chemistry/Reaction/ReactiveGroupPrototype.cs index 4504587f13..a2aacaf01b 100644 --- a/Content.Shared/Chemistry/Reaction/ReactiveGroupPrototype.cs +++ b/Content.Shared/Chemistry/Reaction/ReactiveGroupPrototype.cs @@ -1,5 +1,4 @@ using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Chemistry.Reaction; diff --git a/Content.Shared/Chemistry/Reaction/SharedChemicalReactionSystem.cs b/Content.Shared/Chemistry/Reaction/SharedChemicalReactionSystem.cs index 279e832c41..bed0109b8f 100644 --- a/Content.Shared/Chemistry/Reaction/SharedChemicalReactionSystem.cs +++ b/Content.Shared/Chemistry/Reaction/SharedChemicalReactionSystem.cs @@ -1,5 +1,3 @@ -using System.Collections.Generic; -using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Shared.Administration; using Content.Shared.Administration.Logs; @@ -7,9 +5,6 @@ using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; using Content.Shared.Database; using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Shared/Chemistry/ReactiveSystem.cs b/Content.Shared/Chemistry/ReactiveSystem.cs index 2bf1afa6f1..6b9e4a03af 100644 --- a/Content.Shared/Chemistry/ReactiveSystem.cs +++ b/Content.Shared/Chemistry/ReactiveSystem.cs @@ -5,8 +5,6 @@ using Content.Shared.Chemistry.Reagent; using Content.Shared.Database; using Content.Shared.FixedPoint; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; using Robust.Shared.Random; diff --git a/Content.Shared/Chemistry/Reagent/ReagentEffect.cs b/Content.Shared/Chemistry/Reagent/ReagentEffect.cs index 113e60584a..a04119be3f 100644 --- a/Content.Shared/Chemistry/Reagent/ReagentEffect.cs +++ b/Content.Shared/Chemistry/Reagent/ReagentEffect.cs @@ -1,16 +1,9 @@ -using System; -using System.Collections.Generic; -using System.Text.Json.Serialization; -using Content.Shared.Administration.Logs; +using System.Text.Json.Serialization; using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; using Content.Shared.Database; using Content.Shared.FixedPoint; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Random; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Chemistry.Reagent { diff --git a/Content.Shared/Chemistry/SharedTransferAmount.cs b/Content.Shared/Chemistry/SharedTransferAmount.cs index 7f2c4fec12..1d95d2d687 100644 --- a/Content.Shared/Chemistry/SharedTransferAmount.cs +++ b/Content.Shared/Chemistry/SharedTransferAmount.cs @@ -1,7 +1,4 @@ -using System; -using Content.Shared.Chemistry.Reagent; -using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; +using Content.Shared.FixedPoint; using Robust.Shared.Serialization; namespace Content.Shared.Chemistry diff --git a/Content.Shared/Climbing/SharedClimbableComponent.cs b/Content.Shared/Climbing/SharedClimbableComponent.cs index 61907d6c65..4e0a77cd44 100644 --- a/Content.Shared/Climbing/SharedClimbableComponent.cs +++ b/Content.Shared/Climbing/SharedClimbableComponent.cs @@ -1,5 +1,4 @@ -using Content.Shared.DragDrop; -using Content.Shared.Interaction; +using Content.Shared.Interaction; namespace Content.Shared.Climbing { diff --git a/Content.Shared/Cloning/AcceptCloningEuiMessage.cs b/Content.Shared/Cloning/AcceptCloningEuiMessage.cs index 3b4d02d1b2..cbd82cc91f 100644 --- a/Content.Shared/Cloning/AcceptCloningEuiMessage.cs +++ b/Content.Shared/Cloning/AcceptCloningEuiMessage.cs @@ -1,5 +1,4 @@ -using System; -using Content.Shared.Eui; +using Content.Shared.Eui; using Robust.Shared.Serialization; namespace Content.Shared.Cloning diff --git a/Content.Shared/Cloning/SharedCloningPodComponent.cs b/Content.Shared/Cloning/SharedCloningPodComponent.cs index 527dfb2bcc..dca2181b65 100644 --- a/Content.Shared/Cloning/SharedCloningPodComponent.cs +++ b/Content.Shared/Cloning/SharedCloningPodComponent.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Cloning { diff --git a/Content.Shared/Clothing/SharedMagbootsComponent.cs b/Content.Shared/Clothing/SharedMagbootsComponent.cs index dc37088364..189d35234e 100644 --- a/Content.Shared/Clothing/SharedMagbootsComponent.cs +++ b/Content.Shared/Clothing/SharedMagbootsComponent.cs @@ -1,7 +1,5 @@ using Content.Shared.Actions; using Content.Shared.Actions.ActionTypes; -using Content.Shared.Movement.EntitySystems; -using Robust.Shared.Containers; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/CombatMode/CombatModeSystemMessages.cs b/Content.Shared/CombatMode/CombatModeSystemMessages.cs index e547495b6d..1a728d7f88 100644 --- a/Content.Shared/CombatMode/CombatModeSystemMessages.cs +++ b/Content.Shared/CombatMode/CombatModeSystemMessages.cs @@ -1,6 +1,4 @@ -using System; using Content.Shared.Targeting; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.CombatMode diff --git a/Content.Shared/CombatMode/SharedCombatModeComponent.cs b/Content.Shared/CombatMode/SharedCombatModeComponent.cs index f8d1a54f17..790a2724bd 100644 --- a/Content.Shared/CombatMode/SharedCombatModeComponent.cs +++ b/Content.Shared/CombatMode/SharedCombatModeComponent.cs @@ -1,4 +1,3 @@ -using System; using Content.Shared.Actions; using Content.Shared.Actions.ActionTypes; using Content.Shared.Sound; diff --git a/Content.Shared/Communications/SharedCommunicationsConsoleComponent.cs b/Content.Shared/Communications/SharedCommunicationsConsoleComponent.cs index 0d3887c68e..0a572e36ec 100644 --- a/Content.Shared/Communications/SharedCommunicationsConsoleComponent.cs +++ b/Content.Shared/Communications/SharedCommunicationsConsoleComponent.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Communications diff --git a/Content.Shared/Computer/SharedComputerComponent.cs b/Content.Shared/Computer/SharedComputerComponent.cs index 2950fde4d0..5624e066d1 100644 --- a/Content.Shared/Computer/SharedComputerComponent.cs +++ b/Content.Shared/Computer/SharedComputerComponent.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Computer diff --git a/Content.Shared/Construction/Conditions/EmptyOrWindowValidInTile.cs b/Content.Shared/Construction/Conditions/EmptyOrWindowValidInTile.cs index ca2c6e05e0..f5a984102c 100644 --- a/Content.Shared/Construction/Conditions/EmptyOrWindowValidInTile.cs +++ b/Content.Shared/Construction/Conditions/EmptyOrWindowValidInTile.cs @@ -1,11 +1,6 @@ -using System.Collections.Generic; -using Content.Shared.Maps; +using Content.Shared.Maps; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Construction.Conditions { diff --git a/Content.Shared/Construction/Conditions/IConstructionCondition.cs b/Content.Shared/Construction/Conditions/IConstructionCondition.cs index ab5ecc8592..5c5ece5c0b 100644 --- a/Content.Shared/Construction/Conditions/IConstructionCondition.cs +++ b/Content.Shared/Construction/Conditions/IConstructionCondition.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Map; -using Robust.Shared.Maths; +using Robust.Shared.Map; namespace Content.Shared.Construction.Conditions { diff --git a/Content.Shared/Construction/Conditions/NoWindowsInTile.cs b/Content.Shared/Construction/Conditions/NoWindowsInTile.cs index 508a5d6101..448c84a881 100644 --- a/Content.Shared/Construction/Conditions/NoWindowsInTile.cs +++ b/Content.Shared/Construction/Conditions/NoWindowsInTile.cs @@ -1,11 +1,7 @@ using Content.Shared.Maps; using Content.Shared.Tag; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Construction.Conditions { diff --git a/Content.Shared/Construction/Conditions/TileNotBlocked.cs b/Content.Shared/Construction/Conditions/TileNotBlocked.cs index f209e5d072..02fecafd21 100644 --- a/Content.Shared/Construction/Conditions/TileNotBlocked.cs +++ b/Content.Shared/Construction/Conditions/TileNotBlocked.cs @@ -1,9 +1,6 @@ using Content.Shared.Maps; using JetBrains.Annotations; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Construction.Conditions { diff --git a/Content.Shared/Construction/Conditions/TileType.cs b/Content.Shared/Construction/Conditions/TileType.cs index 0ced74a200..8a4421168e 100644 --- a/Content.Shared/Construction/Conditions/TileType.cs +++ b/Content.Shared/Construction/Conditions/TileType.cs @@ -1,10 +1,6 @@ -using System.Collections.Generic; -using Content.Shared.Maps; +using Content.Shared.Maps; using JetBrains.Annotations; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Shared.Construction.Conditions diff --git a/Content.Shared/Construction/Conditions/WallmountCondition.cs b/Content.Shared/Construction/Conditions/WallmountCondition.cs index 362577d174..eed6bda482 100644 --- a/Content.Shared/Construction/Conditions/WallmountCondition.cs +++ b/Content.Shared/Construction/Conditions/WallmountCondition.cs @@ -2,13 +2,8 @@ using System.Linq; using Content.Shared.Physics; using Content.Shared.Tag; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Physics; -using Robust.Shared.Physics.Broadphase; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Shared.Construction.Conditions diff --git a/Content.Shared/Construction/ConstructionGraphEdge.cs b/Content.Shared/Construction/ConstructionGraphEdge.cs index 2a3abacb83..19659a0382 100644 --- a/Content.Shared/Construction/ConstructionGraphEdge.cs +++ b/Content.Shared/Construction/ConstructionGraphEdge.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using Content.Shared.Construction.Steps; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; +using Content.Shared.Construction.Steps; namespace Content.Shared.Construction { diff --git a/Content.Shared/Construction/ConstructionGraphNode.cs b/Content.Shared/Construction/ConstructionGraphNode.cs index 49d1afe089..9fdb8a0dab 100644 --- a/Content.Shared/Construction/ConstructionGraphNode.cs +++ b/Content.Shared/Construction/ConstructionGraphNode.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Diagnostics.CodeAnalysis; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; +using System.Diagnostics.CodeAnalysis; namespace Content.Shared.Construction { diff --git a/Content.Shared/Construction/ConstructionGuide.cs b/Content.Shared/Construction/ConstructionGuide.cs index f01703925e..9132c1851d 100644 --- a/Content.Shared/Construction/ConstructionGuide.cs +++ b/Content.Shared/Construction/ConstructionGuide.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; using Robust.Shared.Utility; diff --git a/Content.Shared/Construction/IGraphAction.cs b/Content.Shared/Construction/IGraphAction.cs index 2347396934..122ef478cc 100644 --- a/Content.Shared/Construction/IGraphAction.cs +++ b/Content.Shared/Construction/IGraphAction.cs @@ -1,8 +1,4 @@ -using System.Threading.Tasks; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - -namespace Content.Shared.Construction +namespace Content.Shared.Construction { [ImplicitDataDefinitionForInheritors] public interface IGraphAction diff --git a/Content.Shared/Construction/IGraphCondition.cs b/Content.Shared/Construction/IGraphCondition.cs index 1fec216194..fbeb9e4b1d 100644 --- a/Content.Shared/Construction/IGraphCondition.cs +++ b/Content.Shared/Construction/IGraphCondition.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; -using Content.Shared.Examine; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; +using Content.Shared.Examine; namespace Content.Shared.Construction { diff --git a/Content.Shared/Construction/Prototypes/ConstructionGraphPrototype.cs b/Content.Shared/Construction/Prototypes/ConstructionGraphPrototype.cs index bdc2506dbe..374f8a83a6 100644 --- a/Content.Shared/Construction/Prototypes/ConstructionGraphPrototype.cs +++ b/Content.Shared/Construction/Prototypes/ConstructionGraphPrototype.cs @@ -1,12 +1,7 @@ -using System; -using System.Collections.Generic; -using System.Diagnostics.CodeAnalysis; +using System.Diagnostics.CodeAnalysis; using System.IO; -using System.Reflection.Metadata; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Construction.Prototypes { diff --git a/Content.Shared/Construction/Prototypes/ConstructionPrototype.cs b/Content.Shared/Construction/Prototypes/ConstructionPrototype.cs index 6b17273201..8418595091 100644 --- a/Content.Shared/Construction/Prototypes/ConstructionPrototype.cs +++ b/Content.Shared/Construction/Prototypes/ConstructionPrototype.cs @@ -1,10 +1,7 @@ -using System.Collections.Generic; -using Content.Shared.Construction.Conditions; +using Content.Shared.Construction.Conditions; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Shared.Construction.Prototypes { diff --git a/Content.Shared/Construction/SharedCanBuildWindowOnTopComponent.cs b/Content.Shared/Construction/SharedCanBuildWindowOnTopComponent.cs index ae596d4106..13dedaa5d2 100644 --- a/Content.Shared/Construction/SharedCanBuildWindowOnTopComponent.cs +++ b/Content.Shared/Construction/SharedCanBuildWindowOnTopComponent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Construction +namespace Content.Shared.Construction { [RegisterComponent] public sealed class SharedCanBuildWindowOnTopComponent : Component diff --git a/Content.Shared/Construction/Steps/ArbitraryInsertConstructionGraphStep.cs b/Content.Shared/Construction/Steps/ArbitraryInsertConstructionGraphStep.cs index c7962c5eb9..ff057b2ff0 100644 --- a/Content.Shared/Construction/Steps/ArbitraryInsertConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/ArbitraryInsertConstructionGraphStep.cs @@ -1,6 +1,4 @@ using Content.Shared.Examine; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Shared.Construction.Steps diff --git a/Content.Shared/Construction/Steps/ComponentConstructionGraphStep.cs b/Content.Shared/Construction/Steps/ComponentConstructionGraphStep.cs index 057288359b..cd707ec5c6 100644 --- a/Content.Shared/Construction/Steps/ComponentConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/ComponentConstructionGraphStep.cs @@ -1,7 +1,4 @@ using Content.Shared.Examine; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Construction.Steps { diff --git a/Content.Shared/Construction/Steps/ConstructionGraphStep.cs b/Content.Shared/Construction/Steps/ConstructionGraphStep.cs index 40e83ebdf3..3e3a9da828 100644 --- a/Content.Shared/Construction/Steps/ConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/ConstructionGraphStep.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using Content.Shared.Examine; -using Robust.Shared.Serialization.Manager.Attributes; +using Content.Shared.Examine; namespace Content.Shared.Construction.Steps { diff --git a/Content.Shared/Construction/Steps/ConstructionGraphStepTypeSerializer.cs b/Content.Shared/Construction/Steps/ConstructionGraphStepTypeSerializer.cs index a5f5043277..4042c50e71 100644 --- a/Content.Shared/Construction/Steps/ConstructionGraphStepTypeSerializer.cs +++ b/Content.Shared/Construction/Steps/ConstructionGraphStepTypeSerializer.cs @@ -1,7 +1,4 @@ -using System; -using Robust.Shared.IoC; -using Robust.Shared.Serialization.Manager; -using Robust.Shared.Serialization.Manager.Attributes; +using Robust.Shared.Serialization.Manager; using Robust.Shared.Serialization.Markdown.Mapping; using Robust.Shared.Serialization.Markdown.Validation; using Robust.Shared.Serialization.TypeSerializers.Interfaces; diff --git a/Content.Shared/Construction/Steps/EntityInsertConstructionGraphStep.cs b/Content.Shared/Construction/Steps/EntityInsertConstructionGraphStep.cs index 45680b5d2d..0ce716ce86 100644 --- a/Content.Shared/Construction/Steps/EntityInsertConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/EntityInsertConstructionGraphStep.cs @@ -1,7 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - -namespace Content.Shared.Construction.Steps +namespace Content.Shared.Construction.Steps { [ImplicitDataDefinitionForInheritors] public abstract class EntityInsertConstructionGraphStep : ConstructionGraphStep diff --git a/Content.Shared/Construction/Steps/MaterialConstructionGraphStep.cs b/Content.Shared/Construction/Steps/MaterialConstructionGraphStep.cs index 71c7b1a735..c7f1ff0e2b 100644 --- a/Content.Shared/Construction/Steps/MaterialConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/MaterialConstructionGraphStep.cs @@ -1,11 +1,7 @@ using System.Diagnostics.CodeAnalysis; using Content.Shared.Examine; using Content.Shared.Stacks; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Shared.Construction.Steps diff --git a/Content.Shared/Construction/Steps/MultipleTagsConstructionGraphStep.cs b/Content.Shared/Construction/Steps/MultipleTagsConstructionGraphStep.cs index 7d4c300bee..da55054a8e 100644 --- a/Content.Shared/Construction/Steps/MultipleTagsConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/MultipleTagsConstructionGraphStep.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; using Content.Shared.Tag; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Construction.Steps { diff --git a/Content.Shared/Construction/Steps/PrototypeConstructionGraphStep.cs b/Content.Shared/Construction/Steps/PrototypeConstructionGraphStep.cs index 1c0ecc8359..cdf00a3c5f 100644 --- a/Content.Shared/Construction/Steps/PrototypeConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/PrototypeConstructionGraphStep.cs @@ -1,7 +1,4 @@ using Content.Shared.Examine; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Construction.Steps { diff --git a/Content.Shared/Construction/Steps/TagConstructionGraphStep.cs b/Content.Shared/Construction/Steps/TagConstructionGraphStep.cs index 38429e9d1a..5e12d0ee87 100644 --- a/Content.Shared/Construction/Steps/TagConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/TagConstructionGraphStep.cs @@ -1,6 +1,4 @@ using Content.Shared.Tag; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Construction.Steps { diff --git a/Content.Shared/Construction/Steps/ToolConstructionGraphStep.cs b/Content.Shared/Construction/Steps/ToolConstructionGraphStep.cs index fe6c383292..e9d79b6b9c 100644 --- a/Content.Shared/Construction/Steps/ToolConstructionGraphStep.cs +++ b/Content.Shared/Construction/Steps/ToolConstructionGraphStep.cs @@ -1,13 +1,7 @@ -using System.Linq; using Content.Shared.Examine; using Content.Shared.Tools; -using Content.Shared.Tools.Components; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.Utility; namespace Content.Shared.Construction.Steps { diff --git a/Content.Shared/Containers/ItemSlot/ItemSlotsComponent.cs b/Content.Shared/Containers/ItemSlot/ItemSlotsComponent.cs index ebe5971dd3..a8939b7c46 100644 --- a/Content.Shared/Containers/ItemSlot/ItemSlotsComponent.cs +++ b/Content.Shared/Containers/ItemSlot/ItemSlotsComponent.cs @@ -1,16 +1,10 @@ using Content.Shared.Sound; using Content.Shared.Whitelist; -using Robust.Shared.Analyzers; using Robust.Shared.Audio; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; -using System; -using System.Collections.Generic; namespace Content.Shared.Containers.ItemSlots { diff --git a/Content.Shared/Conveyor/SharedConveyorComponent.cs b/Content.Shared/Conveyor/SharedConveyorComponent.cs index 00b04cf917..3f9fb80c95 100644 --- a/Content.Shared/Conveyor/SharedConveyorComponent.cs +++ b/Content.Shared/Conveyor/SharedConveyorComponent.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Conveyor { diff --git a/Content.Shared/Cooldown/Cooldowns.cs b/Content.Shared/Cooldown/Cooldowns.cs index 7ad00bbb01..f56c78028f 100644 --- a/Content.Shared/Cooldown/Cooldowns.cs +++ b/Content.Shared/Cooldown/Cooldowns.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.IoC; -using Robust.Shared.Timing; +using Robust.Shared.Timing; namespace Content.Shared.Cooldown { diff --git a/Content.Shared/Cooldown/ItemCooldownComponent.cs b/Content.Shared/Cooldown/ItemCooldownComponent.cs index 49ece5431a..1a7c94c7fe 100644 --- a/Content.Shared/Cooldown/ItemCooldownComponent.cs +++ b/Content.Shared/Cooldown/ItemCooldownComponent.cs @@ -1,9 +1,5 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Players; using Robust.Shared.Serialization; -using Robust.Shared.ViewVariables; namespace Content.Shared.Cooldown { diff --git a/Content.Shared/Coordinates/EntityCoordinatesExtensions.cs b/Content.Shared/Coordinates/EntityCoordinatesExtensions.cs index 11c313d592..8ac3fbb43a 100644 --- a/Content.Shared/Coordinates/EntityCoordinatesExtensions.cs +++ b/Content.Shared/Coordinates/EntityCoordinatesExtensions.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Map; -using Robust.Shared.Maths; +using Robust.Shared.Map; namespace Content.Shared.Coordinates { diff --git a/Content.Shared/Cuffs/Components/SharedCuffableComponent.cs b/Content.Shared/Cuffs/Components/SharedCuffableComponent.cs index 4b19b158e1..42523e8843 100644 --- a/Content.Shared/Cuffs/Components/SharedCuffableComponent.cs +++ b/Content.Shared/Cuffs/Components/SharedCuffableComponent.cs @@ -1,9 +1,5 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Maths; using Robust.Shared.Serialization; -using Robust.Shared.ViewVariables; namespace Content.Shared.Cuffs.Components { diff --git a/Content.Shared/Cuffs/Components/SharedHandcuffComponent.cs b/Content.Shared/Cuffs/Components/SharedHandcuffComponent.cs index 6cab11dfcd..2210c6b890 100644 --- a/Content.Shared/Cuffs/Components/SharedHandcuffComponent.cs +++ b/Content.Shared/Cuffs/Components/SharedHandcuffComponent.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/Cuffs/SharedCuffableSystem.cs b/Content.Shared/Cuffs/SharedCuffableSystem.cs index 627fb8c1a6..403a177110 100644 --- a/Content.Shared/Cuffs/SharedCuffableSystem.cs +++ b/Content.Shared/Cuffs/SharedCuffableSystem.cs @@ -7,7 +7,6 @@ using Content.Shared.Item; using Content.Shared.Movement; using Content.Shared.Physics.Pull; using Content.Shared.Pulling.Components; -using Robust.Shared.GameObjects; namespace Content.Shared.Cuffs { diff --git a/Content.Shared/Damage/Components/SlowOnDamageComponent.cs b/Content.Shared/Damage/Components/SlowOnDamageComponent.cs index 7c02623855..0d60c0122e 100644 --- a/Content.Shared/Damage/Components/SlowOnDamageComponent.cs +++ b/Content.Shared/Damage/Components/SlowOnDamageComponent.cs @@ -1,8 +1,5 @@ -using System.Collections.Generic; -using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; +using Content.Shared.FixedPoint; using Robust.Shared.GameStates; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Damage.Components { diff --git a/Content.Shared/Damage/DamageModifierSet.cs b/Content.Shared/Damage/DamageModifierSet.cs index 854297824e..b47eab0122 100644 --- a/Content.Shared/Damage/DamageModifierSet.cs +++ b/Content.Shared/Damage/DamageModifierSet.cs @@ -1,8 +1,5 @@ -using System; -using System.Collections.Generic; -using Content.Shared.Damage.Prototypes; +using Content.Shared.Damage.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Dictionary; namespace Content.Shared.Damage diff --git a/Content.Shared/Damage/DamageSpecifier.cs b/Content.Shared/Damage/DamageSpecifier.cs index 54c79f10a3..04aea9066e 100644 --- a/Content.Shared/Damage/DamageSpecifier.cs +++ b/Content.Shared/Damage/DamageSpecifier.cs @@ -1,13 +1,7 @@ using Content.Shared.Damage.Prototypes; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Dictionary; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; -using System; -using System.Collections.Generic; using System.Linq; using System.Text.Json.Serialization; using Content.Shared.FixedPoint; diff --git a/Content.Shared/Damage/DamageVisualizerKeys.cs b/Content.Shared/Damage/DamageVisualizerKeys.cs index 01a96872ec..ba70ab3b91 100644 --- a/Content.Shared/Damage/DamageVisualizerKeys.cs +++ b/Content.Shared/Damage/DamageVisualizerKeys.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Robust.Shared.Serialization; namespace Content.Shared.Damage diff --git a/Content.Shared/Damage/Prototypes/DamageContainerPrototype.cs b/Content.Shared/Damage/Prototypes/DamageContainerPrototype.cs index 841d6a5771..0926c3197a 100644 --- a/Content.Shared/Damage/Prototypes/DamageContainerPrototype.cs +++ b/Content.Shared/Damage/Prototypes/DamageContainerPrototype.cs @@ -1,10 +1,6 @@ -using System; -using System.Collections.Generic; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; -using Robust.Shared.ViewVariables; namespace Content.Shared.Damage.Prototypes { diff --git a/Content.Shared/Damage/Prototypes/DamageGroupPrototype.cs b/Content.Shared/Damage/Prototypes/DamageGroupPrototype.cs index 0b4dec0e3c..1e3430ecae 100644 --- a/Content.Shared/Damage/Prototypes/DamageGroupPrototype.cs +++ b/Content.Shared/Damage/Prototypes/DamageGroupPrototype.cs @@ -1,8 +1,5 @@ -using System; -using System.Collections.Generic; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; namespace Content.Shared.Damage.Prototypes diff --git a/Content.Shared/Damage/Prototypes/DamageModifierSetPrototype.cs b/Content.Shared/Damage/Prototypes/DamageModifierSetPrototype.cs index fdb7a7394d..9d1d98b2c7 100644 --- a/Content.Shared/Damage/Prototypes/DamageModifierSetPrototype.cs +++ b/Content.Shared/Damage/Prototypes/DamageModifierSetPrototype.cs @@ -1,10 +1,4 @@ -using System; -using System.Collections.Generic; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Dictionary; -using Robust.Shared.ViewVariables; namespace Content.Shared.Damage.Prototypes { diff --git a/Content.Shared/Damage/Prototypes/DamageTypePrototype.cs b/Content.Shared/Damage/Prototypes/DamageTypePrototype.cs index 9b6a56b6de..dc8ceff456 100644 --- a/Content.Shared/Damage/Prototypes/DamageTypePrototype.cs +++ b/Content.Shared/Damage/Prototypes/DamageTypePrototype.cs @@ -1,7 +1,5 @@ -using System; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Damage.Prototypes { diff --git a/Content.Shared/Damage/Prototypes/ExaminableDamagePrototype.cs b/Content.Shared/Damage/Prototypes/ExaminableDamagePrototype.cs index baf7bcc7bc..22465e08a1 100644 --- a/Content.Shared/Damage/Prototypes/ExaminableDamagePrototype.cs +++ b/Content.Shared/Damage/Prototypes/ExaminableDamagePrototype.cs @@ -1,5 +1,4 @@ using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Damage.Prototypes; diff --git a/Content.Shared/Damage/Systems/DamageableSystem.cs b/Content.Shared/Damage/Systems/DamageableSystem.cs index f3354241e6..625fe1b371 100644 --- a/Content.Shared/Damage/Systems/DamageableSystem.cs +++ b/Content.Shared/Damage/Systems/DamageableSystem.cs @@ -3,10 +3,7 @@ using Content.Shared.Damage.Prototypes; using Content.Shared.FixedPoint; using Content.Shared.Inventory; using Content.Shared.Radiation.Events; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Prototypes; namespace Content.Shared.Damage diff --git a/Content.Shared/Damage/Systems/SlowOnDamageSystem.cs b/Content.Shared/Damage/Systems/SlowOnDamageSystem.cs index 99d2af251e..47475fadf9 100644 --- a/Content.Shared/Damage/Systems/SlowOnDamageSystem.cs +++ b/Content.Shared/Damage/Systems/SlowOnDamageSystem.cs @@ -1,9 +1,6 @@ -using System; -using Content.Shared.Damage.Components; +using Content.Shared.Damage.Components; using Content.Shared.FixedPoint; using Content.Shared.Movement.EntitySystems; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Shared.Damage { diff --git a/Content.Shared/Dataset/DatasetPrototype.cs b/Content.Shared/Dataset/DatasetPrototype.cs index fde288d8d8..277ea7a82a 100644 --- a/Content.Shared/Dataset/DatasetPrototype.cs +++ b/Content.Shared/Dataset/DatasetPrototype.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; -using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; +using Robust.Shared.Prototypes; namespace Content.Shared.Dataset { diff --git a/Content.Shared/Decals/Decal.cs b/Content.Shared/Decals/Decal.cs index 0da8a228ce..29c9bd78f6 100644 --- a/Content.Shared/Decals/Decal.cs +++ b/Content.Shared/Decals/Decal.cs @@ -1,7 +1,4 @@ -using System; -using Robust.Shared.Maths; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Decals { diff --git a/Content.Shared/Decals/DecalGridChunkCollectionTypeSerializer.cs b/Content.Shared/Decals/DecalGridChunkCollectionTypeSerializer.cs index f1ef3549e5..9840a65278 100644 --- a/Content.Shared/Decals/DecalGridChunkCollectionTypeSerializer.cs +++ b/Content.Shared/Decals/DecalGridChunkCollectionTypeSerializer.cs @@ -1,8 +1,4 @@ -using System.Collections.Generic; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Serialization.Manager; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.Markdown; using Robust.Shared.Serialization.Markdown.Mapping; using Robust.Shared.Serialization.Markdown.Validation; diff --git a/Content.Shared/Decals/DecalGridComponent.cs b/Content.Shared/Decals/DecalGridComponent.cs index 39601f8f5f..7fa2aaecf1 100644 --- a/Content.Shared/Decals/DecalGridComponent.cs +++ b/Content.Shared/Decals/DecalGridComponent.cs @@ -1,9 +1,3 @@ -using System.Collections.Generic; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Shared.Decals { [RegisterComponent] diff --git a/Content.Shared/Decals/DecalPrototype.cs b/Content.Shared/Decals/DecalPrototype.cs index 9da946afbd..eb87f9f4be 100644 --- a/Content.Shared/Decals/DecalPrototype.cs +++ b/Content.Shared/Decals/DecalPrototype.cs @@ -1,6 +1,4 @@ -using System.Collections.Generic; -using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; +using Robust.Shared.Prototypes; using Robust.Shared.Utility; namespace Content.Shared.Decals diff --git a/Content.Shared/Directions/SharedDirectionExtensions.cs b/Content.Shared/Directions/SharedDirectionExtensions.cs index d70ee27851..7b4e278fde 100644 --- a/Content.Shared/Directions/SharedDirectionExtensions.cs +++ b/Content.Shared/Directions/SharedDirectionExtensions.cs @@ -1,8 +1,5 @@ -using System.Collections.Generic; -using Content.Shared.Maps; -using Robust.Shared.IoC; +using Content.Shared.Maps; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Random; namespace Content.Shared.Directions diff --git a/Content.Shared/Disposal/Components/SharedDisposalRouterComponent.cs b/Content.Shared/Disposal/Components/SharedDisposalRouterComponent.cs index 9066971397..8a9c1112db 100644 --- a/Content.Shared/Disposal/Components/SharedDisposalRouterComponent.cs +++ b/Content.Shared/Disposal/Components/SharedDisposalRouterComponent.cs @@ -1,6 +1,4 @@ -using System; -using System.Text.RegularExpressions; -using Robust.Shared.GameObjects; +using System.Text.RegularExpressions; using Robust.Shared.Serialization; namespace Content.Shared.Disposal.Components diff --git a/Content.Shared/Disposal/Components/SharedDisposalTaggerComponent.cs b/Content.Shared/Disposal/Components/SharedDisposalTaggerComponent.cs index 18e01db58d..cd5bed4611 100644 --- a/Content.Shared/Disposal/Components/SharedDisposalTaggerComponent.cs +++ b/Content.Shared/Disposal/Components/SharedDisposalTaggerComponent.cs @@ -1,6 +1,4 @@ -using System; -using System.Text.RegularExpressions; -using Robust.Shared.GameObjects; +using System.Text.RegularExpressions; using Robust.Shared.Serialization; namespace Content.Shared.Disposal.Components diff --git a/Content.Shared/Disposal/Components/SharedDisposalTubeComponent.cs b/Content.Shared/Disposal/Components/SharedDisposalTubeComponent.cs index 2ae8747baf..fada7a423d 100644 --- a/Content.Shared/Disposal/Components/SharedDisposalTubeComponent.cs +++ b/Content.Shared/Disposal/Components/SharedDisposalTubeComponent.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Disposal.Components { diff --git a/Content.Shared/Disposal/Components/SharedDisposalUnitComponent.cs b/Content.Shared/Disposal/Components/SharedDisposalUnitComponent.cs index 816e55d1d3..d8562ea606 100644 --- a/Content.Shared/Disposal/Components/SharedDisposalUnitComponent.cs +++ b/Content.Shared/Disposal/Components/SharedDisposalUnitComponent.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using Content.Shared.DragDrop; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Players; using Robust.Shared.Serialization; namespace Content.Shared.Disposal.Components diff --git a/Content.Shared/Disposal/SharedDisposalUnitSystem.cs b/Content.Shared/Disposal/SharedDisposalUnitSystem.cs index acdb396ac2..1ecc0161b4 100644 --- a/Content.Shared/Disposal/SharedDisposalUnitSystem.cs +++ b/Content.Shared/Disposal/SharedDisposalUnitSystem.cs @@ -1,13 +1,10 @@ -using System; -using Content.Shared.Body.Components; +using Content.Shared.Body.Components; using Content.Shared.Disposal.Components; using Content.Shared.DragDrop; using Content.Shared.Item; using Content.Shared.MobState.Components; using Content.Shared.Throwing; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Physics; using Robust.Shared.Physics.Dynamics; using Robust.Shared.Timing; diff --git a/Content.Shared/Doors/AirlockWireStatus.cs b/Content.Shared/Doors/AirlockWireStatus.cs index 62c3400639..a50ee2c88e 100644 --- a/Content.Shared/Doors/AirlockWireStatus.cs +++ b/Content.Shared/Doors/AirlockWireStatus.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Doors { diff --git a/Content.Shared/Doors/Components/SharedAirlockComponent.cs b/Content.Shared/Doors/Components/SharedAirlockComponent.cs index f4ffabdbed..00a98ba546 100644 --- a/Content.Shared/Doors/Components/SharedAirlockComponent.cs +++ b/Content.Shared/Doors/Components/SharedAirlockComponent.cs @@ -1,9 +1,5 @@ -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; -using System; namespace Content.Shared.Doors.Components; diff --git a/Content.Shared/Doors/DoorEvents.cs b/Content.Shared/Doors/DoorEvents.cs index 953a694602..458218829c 100644 --- a/Content.Shared/Doors/DoorEvents.cs +++ b/Content.Shared/Doors/DoorEvents.cs @@ -1,5 +1,4 @@ using Content.Shared.Doors.Components; -using Robust.Shared.GameObjects; namespace Content.Shared.Doors { diff --git a/Content.Shared/Doors/Systems/SharedAirlockSystem.cs b/Content.Shared/Doors/Systems/SharedAirlockSystem.cs index fed0e32093..5b289cad5e 100644 --- a/Content.Shared/Doors/Systems/SharedAirlockSystem.cs +++ b/Content.Shared/Doors/Systems/SharedAirlockSystem.cs @@ -1,8 +1,5 @@ using Content.Shared.Doors.Components; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; -using System.Linq; namespace Content.Shared.Doors.Systems; diff --git a/Content.Shared/Doors/Systems/SharedDoorSystem.cs b/Content.Shared/Doors/Systems/SharedDoorSystem.cs index e94a396bd7..4b61af267a 100644 --- a/Content.Shared/Doors/Systems/SharedDoorSystem.cs +++ b/Content.Shared/Doors/Systems/SharedDoorSystem.cs @@ -1,7 +1,6 @@ using Content.Shared.Access.Components; using Content.Shared.Damage; using Content.Shared.Doors.Components; -using Content.Shared.Examine; using Content.Shared.Hands.Components; using Content.Shared.Interaction; using Content.Shared.Stunnable; diff --git a/Content.Shared/DragDrop/CanDragDropOnEvent.cs b/Content.Shared/DragDrop/CanDragDropOnEvent.cs index b8b6ffe150..9667bb7659 100644 --- a/Content.Shared/DragDrop/CanDragDropOnEvent.cs +++ b/Content.Shared/DragDrop/CanDragDropOnEvent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.DragDrop; +namespace Content.Shared.DragDrop; /// /// Event that gets send to the target of a drag drop action diff --git a/Content.Shared/DragDrop/DragDropRequestEvent.cs b/Content.Shared/DragDrop/DragDropRequestEvent.cs index 99abdcacbb..b48e3889e6 100644 --- a/Content.Shared/DragDrop/DragDropRequestEvent.cs +++ b/Content.Shared/DragDrop/DragDropRequestEvent.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.Map; using Robust.Shared.Serialization; diff --git a/Content.Shared/DragDrop/DropAttemptEvent.cs b/Content.Shared/DragDrop/DropAttemptEvent.cs index 50e83833da..033a14215f 100644 --- a/Content.Shared/DragDrop/DropAttemptEvent.cs +++ b/Content.Shared/DragDrop/DropAttemptEvent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.DragDrop +namespace Content.Shared.DragDrop { public sealed class DropAttemptEvent : CancellableEntityEventArgs { diff --git a/Content.Shared/DragDrop/IDragDropOn.cs b/Content.Shared/DragDrop/IDragDropOn.cs index 9087c1c3be..0fca993bc9 100644 --- a/Content.Shared/DragDrop/IDragDropOn.cs +++ b/Content.Shared/DragDrop/IDragDropOn.cs @@ -1,5 +1,3 @@ -using Robust.Shared.Analyzers; - namespace Content.Shared.DragDrop { /// diff --git a/Content.Shared/DragDrop/IDraggable.cs b/Content.Shared/DragDrop/IDraggable.cs index b5a52cd0df..23c48b5970 100644 --- a/Content.Shared/DragDrop/IDraggable.cs +++ b/Content.Shared/DragDrop/IDraggable.cs @@ -1,5 +1,3 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.Map; namespace Content.Shared.DragDrop diff --git a/Content.Shared/DragDrop/SharedDragDropSystem.cs b/Content.Shared/DragDrop/SharedDragDropSystem.cs index f75218e280..d6fab4b6ff 100644 --- a/Content.Shared/DragDrop/SharedDragDropSystem.cs +++ b/Content.Shared/DragDrop/SharedDragDropSystem.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.DragDrop; +namespace Content.Shared.DragDrop; public abstract class SharedDragDropSystem : EntitySystem { diff --git a/Content.Shared/Electrocution/ElectrocutedComponent.cs b/Content.Shared/Electrocution/ElectrocutedComponent.cs index 8b1ab07de2..3ecd884527 100644 --- a/Content.Shared/Electrocution/ElectrocutedComponent.cs +++ b/Content.Shared/Electrocution/ElectrocutedComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Electrocution { [RegisterComponent] diff --git a/Content.Shared/Electrocution/ElectrocutionEvents.cs b/Content.Shared/Electrocution/ElectrocutionEvents.cs index 2515cfab2b..daefcbb74f 100644 --- a/Content.Shared/Electrocution/ElectrocutionEvents.cs +++ b/Content.Shared/Electrocution/ElectrocutionEvents.cs @@ -1,5 +1,4 @@ using Content.Shared.Inventory; -using Robust.Shared.GameObjects; namespace Content.Shared.Electrocution { diff --git a/Content.Shared/Electrocution/InsulatedComponent.cs b/Content.Shared/Electrocution/InsulatedComponent.cs index 99c09320f0..cb2eceb089 100644 --- a/Content.Shared/Electrocution/InsulatedComponent.cs +++ b/Content.Shared/Electrocution/InsulatedComponent.cs @@ -1,9 +1,5 @@ -using System; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Electrocution { diff --git a/Content.Shared/Electrocution/SharedElectrocutionSystem.cs b/Content.Shared/Electrocution/SharedElectrocutionSystem.cs index 05ea50700e..315b4c4078 100644 --- a/Content.Shared/Electrocution/SharedElectrocutionSystem.cs +++ b/Content.Shared/Electrocution/SharedElectrocutionSystem.cs @@ -1,4 +1,3 @@ -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; namespace Content.Shared.Electrocution diff --git a/Content.Shared/Emoting/EmoteAttemptEvent.cs b/Content.Shared/Emoting/EmoteAttemptEvent.cs index 36db0236c5..359264664b 100644 --- a/Content.Shared/Emoting/EmoteAttemptEvent.cs +++ b/Content.Shared/Emoting/EmoteAttemptEvent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Emoting +namespace Content.Shared.Emoting { public sealed class EmoteAttemptEvent : CancellableEntityEventArgs { diff --git a/Content.Shared/Emoting/EmoteSystem.cs b/Content.Shared/Emoting/EmoteSystem.cs index 810f44c1a7..b710603c35 100644 --- a/Content.Shared/Emoting/EmoteSystem.cs +++ b/Content.Shared/Emoting/EmoteSystem.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Emoting +namespace Content.Shared.Emoting { public sealed class EmoteSystem : EntitySystem { diff --git a/Content.Shared/Emoting/SharedEmotingComponent.cs b/Content.Shared/Emoting/SharedEmotingComponent.cs index 3623beef65..5fb167943c 100644 --- a/Content.Shared/Emoting/SharedEmotingComponent.cs +++ b/Content.Shared/Emoting/SharedEmotingComponent.cs @@ -1,10 +1,5 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Players; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization; -using Robust.Shared.ViewVariables; namespace Content.Shared.Emoting { diff --git a/Content.Shared/EntityList/EntityListPrototype.cs b/Content.Shared/EntityList/EntityListPrototype.cs index 21975b5033..9a0e6f06b2 100644 --- a/Content.Shared/EntityList/EntityListPrototype.cs +++ b/Content.Shared/EntityList/EntityListPrototype.cs @@ -1,10 +1,6 @@ -using System.Collections.Generic; -using System.Collections.Immutable; -using Robust.Shared.IoC; +using System.Collections.Immutable; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; -using Robust.Shared.ViewVariables; namespace Content.Shared.EntityList { diff --git a/Content.Shared/Entry/EntryPoint.cs b/Content.Shared/Entry/EntryPoint.cs index 1fb5bfef31..0d3839568d 100644 --- a/Content.Shared/Entry/EntryPoint.cs +++ b/Content.Shared/Entry/EntryPoint.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Content.Shared.CharacterAppearance; using Content.Shared.Chemistry.Reaction; using Content.Shared.Chemistry.Reagent; @@ -8,8 +6,6 @@ using Content.Shared.Localizations; using Content.Shared.Maps; using Content.Shared.Markings; using Robust.Shared.ContentPack; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Map; using Robust.Shared.Prototypes; diff --git a/Content.Shared/Eui/EuiMessageBase.cs b/Content.Shared/Eui/EuiMessageBase.cs index 5a252572d5..8943337d98 100644 --- a/Content.Shared/Eui/EuiMessageBase.cs +++ b/Content.Shared/Eui/EuiMessageBase.cs @@ -1,6 +1,4 @@ -using System; - -namespace Content.Shared.Eui +namespace Content.Shared.Eui { [Serializable] public abstract class EuiMessageBase diff --git a/Content.Shared/Eui/EuiStateBase.cs b/Content.Shared/Eui/EuiStateBase.cs index c1fe469c35..4c67795581 100644 --- a/Content.Shared/Eui/EuiStateBase.cs +++ b/Content.Shared/Eui/EuiStateBase.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Eui { diff --git a/Content.Shared/Eui/MsgEuiMessage.cs b/Content.Shared/Eui/MsgEuiMessage.cs index 39a417f391..5f491dc521 100644 --- a/Content.Shared/Eui/MsgEuiMessage.cs +++ b/Content.Shared/Eui/MsgEuiMessage.cs @@ -1,7 +1,5 @@ -using System; -using System.IO; +using System.IO; using Lidgren.Network; -using Robust.Shared.IoC; using Robust.Shared.Network; using Robust.Shared.Serialization; diff --git a/Content.Shared/Eui/MsgEuiState.cs b/Content.Shared/Eui/MsgEuiState.cs index 8dd3115581..a8416450aa 100644 --- a/Content.Shared/Eui/MsgEuiState.cs +++ b/Content.Shared/Eui/MsgEuiState.cs @@ -1,7 +1,5 @@ -using System; -using System.IO; +using System.IO; using Lidgren.Network; -using Robust.Shared.IoC; using Robust.Shared.Network; using Robust.Shared.Serialization; diff --git a/Content.Shared/Examine/ExamineSystemMessages.cs b/Content.Shared/Examine/ExamineSystemMessages.cs index 4274974efe..628fedfd8c 100644 --- a/Content.Shared/Examine/ExamineSystemMessages.cs +++ b/Content.Shared/Examine/ExamineSystemMessages.cs @@ -1,6 +1,4 @@ -using System; using Content.Shared.Verbs; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; using Robust.Shared.Utility; diff --git a/Content.Shared/Examine/ExaminerComponent.cs b/Content.Shared/Examine/ExaminerComponent.cs index 55f0f4a3e2..7f9dce7caa 100644 --- a/Content.Shared/Examine/ExaminerComponent.cs +++ b/Content.Shared/Examine/ExaminerComponent.cs @@ -1,7 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; - namespace Content.Shared.Examine { /// diff --git a/Content.Shared/Explosion/SharedClusterGrenadeComponent.cs b/Content.Shared/Explosion/SharedClusterGrenadeComponent.cs index cd58fba5a1..602e0e4479 100644 --- a/Content.Shared/Explosion/SharedClusterGrenadeComponent.cs +++ b/Content.Shared/Explosion/SharedClusterGrenadeComponent.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Explosion diff --git a/Content.Shared/Extinguisher/SharedFireExtinguisherComponent.cs b/Content.Shared/Extinguisher/SharedFireExtinguisherComponent.cs index 147e82dc18..bfd4106b47 100644 --- a/Content.Shared/Extinguisher/SharedFireExtinguisherComponent.cs +++ b/Content.Shared/Extinguisher/SharedFireExtinguisherComponent.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Extinguisher diff --git a/Content.Shared/FixedPoint/FixedPoint2.cs b/Content.Shared/FixedPoint/FixedPoint2.cs index e6a3dcdb53..efe9d2a457 100644 --- a/Content.Shared/FixedPoint/FixedPoint2.cs +++ b/Content.Shared/FixedPoint/FixedPoint2.cs @@ -1,4 +1,3 @@ -using System; using System.Globalization; using System.Linq; using Robust.Shared.Serialization; diff --git a/Content.Shared/Flash/SharedFlashSystem.cs b/Content.Shared/Flash/SharedFlashSystem.cs index 984dc0414f..8712a52474 100644 --- a/Content.Shared/Flash/SharedFlashSystem.cs +++ b/Content.Shared/Flash/SharedFlashSystem.cs @@ -1,4 +1,3 @@ -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; namespace Content.Shared.Flash diff --git a/Content.Shared/Flash/SharedFlashableComponent.cs b/Content.Shared/Flash/SharedFlashableComponent.cs index 7d5e5211c5..b3617eb3bc 100644 --- a/Content.Shared/Flash/SharedFlashableComponent.cs +++ b/Content.Shared/Flash/SharedFlashableComponent.cs @@ -1,6 +1,3 @@ -using System; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/Fluids/PuddleVisuals.cs b/Content.Shared/Fluids/PuddleVisuals.cs index b0deefc249..0fab6ab88f 100644 --- a/Content.Shared/Fluids/PuddleVisuals.cs +++ b/Content.Shared/Fluids/PuddleVisuals.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Fluids { diff --git a/Content.Shared/Fluids/SharedSprayComponent.cs b/Content.Shared/Fluids/SharedSprayComponent.cs index 5c566621e2..f00d4e0c00 100644 --- a/Content.Shared/Fluids/SharedSprayComponent.cs +++ b/Content.Shared/Fluids/SharedSprayComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Fluids { diff --git a/Content.Shared/Foam/FoamVisuals.cs b/Content.Shared/Foam/FoamVisuals.cs index 676b1e4036..7767d49220 100644 --- a/Content.Shared/Foam/FoamVisuals.cs +++ b/Content.Shared/Foam/FoamVisuals.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Foam { diff --git a/Content.Shared/Foldable/FoldableComponent.cs b/Content.Shared/Foldable/FoldableComponent.cs index 6989b84313..c83d742da1 100644 --- a/Content.Shared/Foldable/FoldableComponent.cs +++ b/Content.Shared/Foldable/FoldableComponent.cs @@ -1,10 +1,5 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; -using System; namespace Content.Shared.Foldable; diff --git a/Content.Shared/Foldable/SharedFoldableSystem.cs b/Content.Shared/Foldable/SharedFoldableSystem.cs index fa96d32a5d..77487b9924 100644 --- a/Content.Shared/Foldable/SharedFoldableSystem.cs +++ b/Content.Shared/Foldable/SharedFoldableSystem.cs @@ -1,7 +1,5 @@ -using Content.Shared.Item; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; namespace Content.Shared.Foldable; diff --git a/Content.Shared/Follower/Components/FollowedComponent.cs b/Content.Shared/Follower/Components/FollowedComponent.cs index d8b2dd4d7f..2495775f1a 100644 --- a/Content.Shared/Follower/Components/FollowedComponent.cs +++ b/Content.Shared/Follower/Components/FollowedComponent.cs @@ -1,6 +1,3 @@ -using System.Collections.Generic; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; namespace Content.Shared.Follower.Components; diff --git a/Content.Shared/Follower/Components/FollowerComponent.cs b/Content.Shared/Follower/Components/FollowerComponent.cs index 9eddb86986..a216ce9953 100644 --- a/Content.Shared/Follower/Components/FollowerComponent.cs +++ b/Content.Shared/Follower/Components/FollowerComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; namespace Content.Shared.Follower.Components; diff --git a/Content.Shared/GameTicking/RoundRestartCleanupEvent.cs b/Content.Shared/GameTicking/RoundRestartCleanupEvent.cs index ef71be9a26..8dae533129 100644 --- a/Content.Shared/GameTicking/RoundRestartCleanupEvent.cs +++ b/Content.Shared/GameTicking/RoundRestartCleanupEvent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.GameTicking diff --git a/Content.Shared/GameWindow/RequestWindowAttentionEvent.cs b/Content.Shared/GameWindow/RequestWindowAttentionEvent.cs index 2d18460c8c..a587d7dda9 100644 --- a/Content.Shared/GameWindow/RequestWindowAttentionEvent.cs +++ b/Content.Shared/GameWindow/RequestWindowAttentionEvent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.GameWindow { diff --git a/Content.Shared/Ghost/Roles/GhostRolesEuiMessages.cs b/Content.Shared/Ghost/Roles/GhostRolesEuiMessages.cs index d8e95d0c53..d527620529 100644 --- a/Content.Shared/Ghost/Roles/GhostRolesEuiMessages.cs +++ b/Content.Shared/Ghost/Roles/GhostRolesEuiMessages.cs @@ -1,4 +1,3 @@ -using System; using Content.Shared.Eui; using Robust.Shared.Serialization; diff --git a/Content.Shared/Ghost/Roles/MakeGhostRoleEuiState.cs b/Content.Shared/Ghost/Roles/MakeGhostRoleEuiState.cs index 8f1df4f3ea..3bde2517c3 100644 --- a/Content.Shared/Ghost/Roles/MakeGhostRoleEuiState.cs +++ b/Content.Shared/Ghost/Roles/MakeGhostRoleEuiState.cs @@ -1,6 +1,4 @@ -using System; -using Content.Shared.Eui; -using Robust.Shared.GameObjects; +using Content.Shared.Eui; using Robust.Shared.Serialization; namespace Content.Shared.Ghost.Roles diff --git a/Content.Shared/Ghost/Roles/MakeGhostRoleWindowClosedMessage.cs b/Content.Shared/Ghost/Roles/MakeGhostRoleWindowClosedMessage.cs index dfcea80af3..ff9830da67 100644 --- a/Content.Shared/Ghost/Roles/MakeGhostRoleWindowClosedMessage.cs +++ b/Content.Shared/Ghost/Roles/MakeGhostRoleWindowClosedMessage.cs @@ -1,5 +1,4 @@ -using System; -using Content.Shared.Eui; +using Content.Shared.Eui; using Robust.Shared.Serialization; namespace Content.Shared.Ghost.Roles diff --git a/Content.Shared/Ghost/Roles/SharedGhostRoleSystem.cs b/Content.Shared/Ghost/Roles/SharedGhostRoleSystem.cs index d7d2582211..8aae54aa5b 100644 --- a/Content.Shared/Ghost/Roles/SharedGhostRoleSystem.cs +++ b/Content.Shared/Ghost/Roles/SharedGhostRoleSystem.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Ghost.Roles diff --git a/Content.Shared/Ghost/SharedGhostComponent.cs b/Content.Shared/Ghost/SharedGhostComponent.cs index 58eda01faf..c4075cc309 100644 --- a/Content.Shared/Ghost/SharedGhostComponent.cs +++ b/Content.Shared/Ghost/SharedGhostComponent.cs @@ -1,10 +1,5 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Players; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Ghost { diff --git a/Content.Shared/Ghost/SharedGhostSystem.cs b/Content.Shared/Ghost/SharedGhostSystem.cs index 1764993bc3..294efd0402 100644 --- a/Content.Shared/Ghost/SharedGhostSystem.cs +++ b/Content.Shared/Ghost/SharedGhostSystem.cs @@ -1,10 +1,7 @@ -using System; -using System.Collections.Generic; using Content.Shared.DragDrop; using Content.Shared.Emoting; using Content.Shared.Interaction.Events; using Content.Shared.Item; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Ghost diff --git a/Content.Shared/Gravity/GravityChangedMessage.cs b/Content.Shared/Gravity/GravityChangedMessage.cs index a25926db96..0437af98d8 100644 --- a/Content.Shared/Gravity/GravityChangedMessage.cs +++ b/Content.Shared/Gravity/GravityChangedMessage.cs @@ -1,4 +1,3 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Map; namespace Content.Shared.Gravity diff --git a/Content.Shared/Gravity/GravityComponent.cs b/Content.Shared/Gravity/GravityComponent.cs index 61d24223ee..52e83647b2 100644 --- a/Content.Shared/Gravity/GravityComponent.cs +++ b/Content.Shared/Gravity/GravityComponent.cs @@ -1,12 +1,6 @@ -using System; using Content.Shared.Sound; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Log; -using Robust.Shared.Players; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Gravity { diff --git a/Content.Shared/Gravity/SharedGravityGeneratorComponent.cs b/Content.Shared/Gravity/SharedGravityGeneratorComponent.cs index 50fc0b2a8d..78bec68e94 100644 --- a/Content.Shared/Gravity/SharedGravityGeneratorComponent.cs +++ b/Content.Shared/Gravity/SharedGravityGeneratorComponent.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/Gravity/SharedGravitySystem.cs b/Content.Shared/Gravity/SharedGravitySystem.cs index e3b651b87c..bcdce7277f 100644 --- a/Content.Shared/Gravity/SharedGravitySystem.cs +++ b/Content.Shared/Gravity/SharedGravitySystem.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Gravity { public abstract class SharedGravitySystem : EntitySystem diff --git a/Content.Shared/HUD/HudThemePrototype.cs b/Content.Shared/HUD/HudThemePrototype.cs index 824bdef021..9f1f02adbc 100644 --- a/Content.Shared/HUD/HudThemePrototype.cs +++ b/Content.Shared/HUD/HudThemePrototype.cs @@ -1,5 +1,4 @@ using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.HUD { diff --git a/Content.Shared/Hands/Components/HandVirtualItemComponent.cs b/Content.Shared/Hands/Components/HandVirtualItemComponent.cs index 7603fd623e..41231dfd1c 100644 --- a/Content.Shared/Hands/Components/HandVirtualItemComponent.cs +++ b/Content.Shared/Hands/Components/HandVirtualItemComponent.cs @@ -1,9 +1,6 @@ -using System; -using Content.Shared.Item; +using Content.Shared.Item; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Players; using Robust.Shared.Serialization; namespace Content.Shared.Hands.Components diff --git a/Content.Shared/Hands/SharedHandVirtualItemSystem.cs b/Content.Shared/Hands/SharedHandVirtualItemSystem.cs index fd7b2e8a22..f4d6558d33 100644 --- a/Content.Shared/Hands/SharedHandVirtualItemSystem.cs +++ b/Content.Shared/Hands/SharedHandVirtualItemSystem.cs @@ -1,7 +1,6 @@ using Content.Shared.Hands.Components; using Content.Shared.Interaction; using Content.Shared.Inventory.Events; -using Robust.Shared.GameObjects; namespace Content.Shared.Hands; diff --git a/Content.Shared/Instruments/SharedInstrumentComponent.cs b/Content.Shared/Instruments/SharedInstrumentComponent.cs index b8dfa30f1d..a88b5d94af 100644 --- a/Content.Shared/Instruments/SharedInstrumentComponent.cs +++ b/Content.Shared/Instruments/SharedInstrumentComponent.cs @@ -1,11 +1,6 @@ -using System; -using Robust.Shared.Analyzers; using Robust.Shared.Audio.Midi; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Instruments; diff --git a/Content.Shared/Instruments/SharedInstrumentSystem.cs b/Content.Shared/Instruments/SharedInstrumentSystem.cs index 79c7706df1..f356b722b4 100644 --- a/Content.Shared/Instruments/SharedInstrumentSystem.cs +++ b/Content.Shared/Instruments/SharedInstrumentSystem.cs @@ -1,4 +1,3 @@ -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; namespace Content.Shared.Instruments; diff --git a/Content.Shared/Interaction/BeforeInteract.cs b/Content.Shared/Interaction/BeforeInteract.cs index 76318e229f..d6603f8c96 100644 --- a/Content.Shared/Interaction/BeforeInteract.cs +++ b/Content.Shared/Interaction/BeforeInteract.cs @@ -1,5 +1,4 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; using Robust.Shared.Map; namespace Content.Shared.Interaction diff --git a/Content.Shared/Interaction/Events/ChangeDirectionAttemptEvent.cs b/Content.Shared/Interaction/Events/ChangeDirectionAttemptEvent.cs index 79ece52c0a..89460c15d0 100644 --- a/Content.Shared/Interaction/Events/ChangeDirectionAttemptEvent.cs +++ b/Content.Shared/Interaction/Events/ChangeDirectionAttemptEvent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Interaction.Events; public sealed class ChangeDirectionAttemptEvent : CancellableEntityEventArgs diff --git a/Content.Shared/Interaction/Events/InteractionAttemptEvent.cs b/Content.Shared/Interaction/Events/InteractionAttemptEvent.cs index 3f4e19d05c..46dfd20c34 100644 --- a/Content.Shared/Interaction/Events/InteractionAttemptEvent.cs +++ b/Content.Shared/Interaction/Events/InteractionAttemptEvent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Interaction.Events +namespace Content.Shared.Interaction.Events { /// /// Event raised directed at a user to see if they can perform a generic interaction. diff --git a/Content.Shared/Interaction/Events/UseAttemptEvent.cs b/Content.Shared/Interaction/Events/UseAttemptEvent.cs index f031f28ebe..3db185ed17 100644 --- a/Content.Shared/Interaction/Events/UseAttemptEvent.cs +++ b/Content.Shared/Interaction/Events/UseAttemptEvent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Interaction.Events +namespace Content.Shared.Interaction.Events { public sealed class UseAttemptEvent : CancellableEntityEventArgs { diff --git a/Content.Shared/Interaction/Helpers/SharedUnoccludedExtensions.cs b/Content.Shared/Interaction/Helpers/SharedUnoccludedExtensions.cs index 03e22dba5f..be610f3f44 100644 --- a/Content.Shared/Interaction/Helpers/SharedUnoccludedExtensions.cs +++ b/Content.Shared/Interaction/Helpers/SharedUnoccludedExtensions.cs @@ -1,8 +1,6 @@ using Content.Shared.DragDrop; using Content.Shared.Examine; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; using static Content.Shared.Examine.ExamineSystemShared; using static Content.Shared.Interaction.SharedInteractionSystem; diff --git a/Content.Shared/Interaction/IActivate.cs b/Content.Shared/Interaction/IActivate.cs index 4efdee64b2..c2bc023af0 100644 --- a/Content.Shared/Interaction/IActivate.cs +++ b/Content.Shared/Interaction/IActivate.cs @@ -1,7 +1,4 @@ -using System; using JetBrains.Annotations; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; namespace Content.Shared.Interaction { diff --git a/Content.Shared/Interaction/IAfterInteract.cs b/Content.Shared/Interaction/IAfterInteract.cs index ea2523793f..ba01d8d789 100644 --- a/Content.Shared/Interaction/IAfterInteract.cs +++ b/Content.Shared/Interaction/IAfterInteract.cs @@ -1,8 +1,5 @@ -using System; using System.Threading.Tasks; using JetBrains.Annotations; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.Map; diff --git a/Content.Shared/Interaction/IInteractUsing.cs b/Content.Shared/Interaction/IInteractUsing.cs index 52af732a2d..e27fcd05fd 100644 --- a/Content.Shared/Interaction/IInteractUsing.cs +++ b/Content.Shared/Interaction/IInteractUsing.cs @@ -1,8 +1,5 @@ -using System; using System.Threading.Tasks; using JetBrains.Annotations; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.Map; using Robust.Shared.Utility; diff --git a/Content.Shared/Interaction/IRangedInteract.cs b/Content.Shared/Interaction/IRangedInteract.cs index 0c9280adaa..13b678d40f 100644 --- a/Content.Shared/Interaction/IRangedInteract.cs +++ b/Content.Shared/Interaction/IRangedInteract.cs @@ -1,5 +1,4 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; using Robust.Shared.Map; namespace Content.Shared.Interaction diff --git a/Content.Shared/Interaction/ITargetedInteractEventArgs.cs b/Content.Shared/Interaction/ITargetedInteractEventArgs.cs index 13f415e5e9..0c55afb25a 100644 --- a/Content.Shared/Interaction/ITargetedInteractEventArgs.cs +++ b/Content.Shared/Interaction/ITargetedInteractEventArgs.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Interaction +namespace Content.Shared.Interaction { public interface ITargetedInteractEventArgs { diff --git a/Content.Shared/Interaction/RotateToFaceSystem.cs b/Content.Shared/Interaction/RotateToFaceSystem.cs index cbf2987907..65d47eeca8 100644 --- a/Content.Shared/Interaction/RotateToFaceSystem.cs +++ b/Content.Shared/Interaction/RotateToFaceSystem.cs @@ -1,26 +1,7 @@ -using System; -using System.Linq; -using System.Threading.Tasks; using Content.Shared.ActionBlocker; -using Content.Shared.Hands; -using Content.Shared.Hands.Components; using Content.Shared.Buckle.Components; using Content.Shared.Rotatable; -using Content.Shared.Inventory; -using Content.Shared.Physics; -using Content.Shared.Popups; -using Content.Shared.Throwing; -using Content.Shared.Timing; -using Content.Shared.Verbs; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Physics; -using Robust.Shared.Random; -using Robust.Shared.Serialization; using Content.Shared.MobState.Components; namespace Content.Shared.Interaction diff --git a/Content.Shared/Inventory/Events/EquipAttemptEvents.cs b/Content.Shared/Inventory/Events/EquipAttemptEvents.cs index fca7b1c004..c75c3d1418 100644 --- a/Content.Shared/Inventory/Events/EquipAttemptEvents.cs +++ b/Content.Shared/Inventory/Events/EquipAttemptEvents.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Inventory.Events; public abstract class EquipAttemptBase : CancellableEntityEventArgs diff --git a/Content.Shared/Inventory/Events/EquippedEvents.cs b/Content.Shared/Inventory/Events/EquippedEvents.cs index 718b5c9683..636b411d89 100644 --- a/Content.Shared/Inventory/Events/EquippedEvents.cs +++ b/Content.Shared/Inventory/Events/EquippedEvents.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Inventory.Events; public abstract class EquippedEventBase : EntityEventArgs diff --git a/Content.Shared/Inventory/Events/InventoryEquipActEvent.cs b/Content.Shared/Inventory/Events/InventoryEquipActEvent.cs index acd00fb71e..ec9fb7be91 100644 --- a/Content.Shared/Inventory/Events/InventoryEquipActEvent.cs +++ b/Content.Shared/Inventory/Events/InventoryEquipActEvent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Inventory.Events; diff --git a/Content.Shared/Inventory/Events/UnequipAttemptEvent.cs b/Content.Shared/Inventory/Events/UnequipAttemptEvent.cs index 52fb194654..d8d0a2a23b 100644 --- a/Content.Shared/Inventory/Events/UnequipAttemptEvent.cs +++ b/Content.Shared/Inventory/Events/UnequipAttemptEvent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Inventory.Events; public abstract class UnequipAttemptEventBase : CancellableEntityEventArgs diff --git a/Content.Shared/Inventory/Events/UnequippedEvents.cs b/Content.Shared/Inventory/Events/UnequippedEvents.cs index 8aa0681481..1ae68aeeb1 100644 --- a/Content.Shared/Inventory/Events/UnequippedEvents.cs +++ b/Content.Shared/Inventory/Events/UnequippedEvents.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Inventory.Events; +namespace Content.Shared.Inventory.Events; public abstract class UnequippedEventBase : EntityEventArgs { diff --git a/Content.Shared/Inventory/Events/UseSlotNetworkMessage.cs b/Content.Shared/Inventory/Events/UseSlotNetworkMessage.cs index d3b8c59db0..eac214f7b9 100644 --- a/Content.Shared/Inventory/Events/UseSlotNetworkMessage.cs +++ b/Content.Shared/Inventory/Events/UseSlotNetworkMessage.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Inventory.Events; diff --git a/Content.Shared/Inventory/InventorySystem.Equip.cs b/Content.Shared/Inventory/InventorySystem.Equip.cs index e5259f1e20..5742c49a77 100644 --- a/Content.Shared/Inventory/InventorySystem.Equip.cs +++ b/Content.Shared/Inventory/InventorySystem.Equip.cs @@ -12,7 +12,6 @@ using Content.Shared.Popups; using Content.Shared.Strip.Components; using Robust.Shared.Audio; using Robust.Shared.Containers; -using Robust.Shared.Map; using Robust.Shared.Network; using Robust.Shared.Player; using Robust.Shared.Timing; diff --git a/Content.Shared/Inventory/InventorySystem.Helpers.cs b/Content.Shared/Inventory/InventorySystem.Helpers.cs index f74f984327..8f20a48467 100644 --- a/Content.Shared/Inventory/InventorySystem.Helpers.cs +++ b/Content.Shared/Inventory/InventorySystem.Helpers.cs @@ -1,5 +1,4 @@ using Content.Shared.Item; -using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; namespace Content.Shared.Inventory; diff --git a/Content.Shared/Inventory/InventorySystem.Slots.cs b/Content.Shared/Inventory/InventorySystem.Slots.cs index 34242f3c58..571988bcce 100644 --- a/Content.Shared/Inventory/InventorySystem.Slots.cs +++ b/Content.Shared/Inventory/InventorySystem.Slots.cs @@ -1,9 +1,5 @@ -using System; -using System.Diagnostics.CodeAnalysis; -using System.Linq; +using System.Diagnostics.CodeAnalysis; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; namespace Content.Shared.Inventory; diff --git a/Content.Shared/Inventory/InventorySystem.cs b/Content.Shared/Inventory/InventorySystem.cs index 5b8a6585aa..906133e5ad 100644 --- a/Content.Shared/Inventory/InventorySystem.cs +++ b/Content.Shared/Inventory/InventorySystem.cs @@ -1,6 +1,4 @@ -using Content.Shared.Inventory.Events; - -namespace Content.Shared.Inventory; +namespace Content.Shared.Inventory; public partial class InventorySystem { diff --git a/Content.Shared/Inventory/InventoryTemplatePrototype.cs b/Content.Shared/Inventory/InventoryTemplatePrototype.cs index 6a50fc57f2..cffddc3eb5 100644 --- a/Content.Shared/Inventory/InventoryTemplatePrototype.cs +++ b/Content.Shared/Inventory/InventoryTemplatePrototype.cs @@ -1,9 +1,4 @@ -using System; -using Robust.Shared.Maths; -using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; -using Robust.Shared.Utility; +using Robust.Shared.Prototypes; namespace Content.Shared.Inventory; diff --git a/Content.Shared/Inventory/SlotFlags.cs b/Content.Shared/Inventory/SlotFlags.cs index 63a353e4d4..8d5e33e348 100644 --- a/Content.Shared/Inventory/SlotFlags.cs +++ b/Content.Shared/Inventory/SlotFlags.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Inventory; diff --git a/Content.Shared/IoC/SharedContentIoC.cs b/Content.Shared/IoC/SharedContentIoC.cs index 71136ff0b5..8d0f805ba2 100644 --- a/Content.Shared/IoC/SharedContentIoC.cs +++ b/Content.Shared/IoC/SharedContentIoC.cs @@ -1,6 +1,5 @@ using Content.Shared.CharacterAppearance; using Content.Shared.Markings; -using Robust.Shared.IoC; namespace Content.Shared.IoC { diff --git a/Content.Shared/Jittering/JitteringComponent.cs b/Content.Shared/Jittering/JitteringComponent.cs index 3bf05c6c82..8c8424dd9f 100644 --- a/Content.Shared/Jittering/JitteringComponent.cs +++ b/Content.Shared/Jittering/JitteringComponent.cs @@ -1,10 +1,5 @@ -using System; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Maths; using Robust.Shared.Serialization; -using Robust.Shared.ViewVariables; namespace Content.Shared.Jittering { diff --git a/Content.Shared/Jittering/SharedJitteringSystem.cs b/Content.Shared/Jittering/SharedJitteringSystem.cs index 7bd02f28f4..b9ecb9e895 100644 --- a/Content.Shared/Jittering/SharedJitteringSystem.cs +++ b/Content.Shared/Jittering/SharedJitteringSystem.cs @@ -1,8 +1,5 @@ -using System; using Content.Shared.StatusEffect; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Timing; namespace Content.Shared.Jittering diff --git a/Content.Shared/Kitchen/Components/SharedKitchenSpikeComponent.cs b/Content.Shared/Kitchen/Components/SharedKitchenSpikeComponent.cs index a0af75b342..53c263448e 100644 --- a/Content.Shared/Kitchen/Components/SharedKitchenSpikeComponent.cs +++ b/Content.Shared/Kitchen/Components/SharedKitchenSpikeComponent.cs @@ -1,12 +1,7 @@ -using System; using Content.Shared.DragDrop; using Content.Shared.Nutrition.Components; using Content.Shared.Sound; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Kitchen.Components { diff --git a/Content.Shared/Kitchen/Components/SharedMicrowaveComponent.cs b/Content.Shared/Kitchen/Components/SharedMicrowaveComponent.cs index 9c1a4ca01d..4749b27a95 100644 --- a/Content.Shared/Kitchen/Components/SharedMicrowaveComponent.cs +++ b/Content.Shared/Kitchen/Components/SharedMicrowaveComponent.cs @@ -1,6 +1,4 @@ -using System; using Content.Shared.Chemistry.Components; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/Kitchen/Components/SharedReagentGrinderComponent.cs b/Content.Shared/Kitchen/Components/SharedReagentGrinderComponent.cs index 41521fc971..eaa5485ad3 100644 --- a/Content.Shared/Kitchen/Components/SharedReagentGrinderComponent.cs +++ b/Content.Shared/Kitchen/Components/SharedReagentGrinderComponent.cs @@ -1,11 +1,9 @@ -using System; using Content.Shared.Chemistry.Components; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Kitchen.Components { - + public abstract class SharedReagentGrinderComponent : Component { public static string BeakerSlotId = "ReagentGrinder-reagentContainerContainer"; diff --git a/Content.Shared/Kitchen/MicrowaveMealRecipePrototype.cs b/Content.Shared/Kitchen/MicrowaveMealRecipePrototype.cs index 9b46cdf8f0..9517ad0064 100644 --- a/Content.Shared/Kitchen/MicrowaveMealRecipePrototype.cs +++ b/Content.Shared/Kitchen/MicrowaveMealRecipePrototype.cs @@ -1,12 +1,8 @@ -using System.Collections.Generic; -using Content.Shared.Chemistry.Reagent; +using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; -using Robust.Shared.Localization; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Dictionary; -using Robust.Shared.ViewVariables; namespace Content.Shared.Kitchen { diff --git a/Content.Shared/Kitchen/RecipeManager.cs b/Content.Shared/Kitchen/RecipeManager.cs index 8e9fd13206..8ab5db4451 100644 --- a/Content.Shared/Kitchen/RecipeManager.cs +++ b/Content.Shared/Kitchen/RecipeManager.cs @@ -1,6 +1,4 @@ -using System.Collections.Generic; -using Robust.Shared.IoC; -using Robust.Shared.Prototypes; +using Robust.Shared.Prototypes; namespace Content.Shared.Kitchen { diff --git a/Content.Shared/Kudzu/KudzuVisuals.cs b/Content.Shared/Kudzu/KudzuVisuals.cs index efd4e5ebd7..8c749aeb69 100644 --- a/Content.Shared/Kudzu/KudzuVisuals.cs +++ b/Content.Shared/Kudzu/KudzuVisuals.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Kudzu; diff --git a/Content.Shared/Labels/LabelEvents.cs b/Content.Shared/Labels/LabelEvents.cs index 32e249ae02..c8d6e950ef 100644 --- a/Content.Shared/Labels/LabelEvents.cs +++ b/Content.Shared/Labels/LabelEvents.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Labels diff --git a/Content.Shared/Lathe/SharedLatheDatabaseComponent.cs b/Content.Shared/Lathe/SharedLatheDatabaseComponent.cs index e15a4c71de..739a3de7e7 100644 --- a/Content.Shared/Lathe/SharedLatheDatabaseComponent.cs +++ b/Content.Shared/Lathe/SharedLatheDatabaseComponent.cs @@ -1,13 +1,8 @@ -using System; using System.Collections; -using System.Collections.Generic; using Content.Shared.Research.Prototypes; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; namespace Content.Shared.Lathe diff --git a/Content.Shared/Lathe/SharedMaterialStorageComponent.cs b/Content.Shared/Lathe/SharedMaterialStorageComponent.cs index 0dc3384169..da7fd191c2 100644 --- a/Content.Shared/Lathe/SharedMaterialStorageComponent.cs +++ b/Content.Shared/Lathe/SharedMaterialStorageComponent.cs @@ -1,11 +1,7 @@ -using System; using System.Collections; -using System.Collections.Generic; using Content.Shared.Materials; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.ViewVariables; namespace Content.Shared.Lathe { diff --git a/Content.Shared/Lathe/SharedProtolatheDatabaseComponent.cs b/Content.Shared/Lathe/SharedProtolatheDatabaseComponent.cs index 5b415de972..022eea1800 100644 --- a/Content.Shared/Lathe/SharedProtolatheDatabaseComponent.cs +++ b/Content.Shared/Lathe/SharedProtolatheDatabaseComponent.cs @@ -1,12 +1,7 @@ -using System; -using System.Collections.Generic; using Content.Shared.Research.Prototypes; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; namespace Content.Shared.Lathe diff --git a/Content.Shared/Light/Component/RgbLightControllerComponent.cs b/Content.Shared/Light/Component/RgbLightControllerComponent.cs index 6fa65f8130..bfcfba313b 100644 --- a/Content.Shared/Light/Component/RgbLightControllerComponent.cs +++ b/Content.Shared/Light/Component/RgbLightControllerComponent.cs @@ -1,12 +1,5 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Maths; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using System; -using System.Collections.Generic; -using System.Diagnostics.CodeAnalysis; namespace Content.Shared.Light.Component; diff --git a/Content.Shared/Light/Component/SharedEmergencyLightComponent.cs b/Content.Shared/Light/Component/SharedEmergencyLightComponent.cs index e534bd64d6..ec380880a5 100644 --- a/Content.Shared/Light/Component/SharedEmergencyLightComponent.cs +++ b/Content.Shared/Light/Component/SharedEmergencyLightComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.GameStates; +using Robust.Shared.GameStates; using Robust.Shared.Serialization; namespace Content.Shared.Light.Component diff --git a/Content.Shared/Light/Component/SharedExpendableLightComponent.cs b/Content.Shared/Light/Component/SharedExpendableLightComponent.cs index 80977352e5..2c0fcc190c 100644 --- a/Content.Shared/Light/Component/SharedExpendableLightComponent.cs +++ b/Content.Shared/Light/Component/SharedExpendableLightComponent.cs @@ -1,12 +1,7 @@ -using System; using Content.Shared.Sound; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Players; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Light.Component { diff --git a/Content.Shared/Light/SharedEmergencyLightSystem.cs b/Content.Shared/Light/SharedEmergencyLightSystem.cs index 38dc309c2b..65948cfb98 100644 --- a/Content.Shared/Light/SharedEmergencyLightSystem.cs +++ b/Content.Shared/Light/SharedEmergencyLightSystem.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Light { public abstract class SharedEmergencyLightSystem : EntitySystem diff --git a/Content.Shared/Light/SharedLightBulb.cs b/Content.Shared/Light/SharedLightBulb.cs index ce15e05625..7599c3340b 100644 --- a/Content.Shared/Light/SharedLightBulb.cs +++ b/Content.Shared/Light/SharedLightBulb.cs @@ -1,5 +1,4 @@ using Robust.Shared.Serialization; -using System; namespace Content.Shared.Light { diff --git a/Content.Shared/Light/SharedPoweredLightVisuals.cs b/Content.Shared/Light/SharedPoweredLightVisuals.cs index 8fe1e8f37c..6b954a8bf6 100644 --- a/Content.Shared/Light/SharedPoweredLightVisuals.cs +++ b/Content.Shared/Light/SharedPoweredLightVisuals.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Light diff --git a/Content.Shared/Light/SharedRgbLightControllerSystem.cs b/Content.Shared/Light/SharedRgbLightControllerSystem.cs index 6f04937c8b..d294e8a052 100644 --- a/Content.Shared/Light/SharedRgbLightControllerSystem.cs +++ b/Content.Shared/Light/SharedRgbLightControllerSystem.cs @@ -1,8 +1,5 @@ using Content.Shared.Light.Component; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using System; -using System.Collections.Generic; namespace Content.Shared.Light; diff --git a/Content.Shared/Light/SharedUnpoweredFlashlightVisuals.cs b/Content.Shared/Light/SharedUnpoweredFlashlightVisuals.cs index 6888cb65af..6f746a9448 100644 --- a/Content.Shared/Light/SharedUnpoweredFlashlightVisuals.cs +++ b/Content.Shared/Light/SharedUnpoweredFlashlightVisuals.cs @@ -1,5 +1,4 @@ using Robust.Shared.Serialization; -using System; namespace Content.Shared.Light { diff --git a/Content.Shared/Localizations/Localization.cs b/Content.Shared/Localizations/Localization.cs index cbcb8e0cbb..64c73c4348 100644 --- a/Content.Shared/Localizations/Localization.cs +++ b/Content.Shared/Localizations/Localization.cs @@ -1,8 +1,5 @@ -using System; -using System.Globalization; +using System.Globalization; using Robust.Shared.ContentPack; -using Robust.Shared.IoC; -using Robust.Shared.Localization; namespace Content.Shared.Localizations { diff --git a/Content.Shared/Localizations/Units.cs b/Content.Shared/Localizations/Units.cs index ca287bd2b5..1540d0e430 100644 --- a/Content.Shared/Localizations/Units.cs +++ b/Content.Shared/Localizations/Units.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; -using Robust.Shared.Localization; namespace Content.Shared.Localizations { diff --git a/Content.Shared/MachineLinking/SignalSwitchVisuals.cs b/Content.Shared/MachineLinking/SignalSwitchVisuals.cs index 7d1dbac983..f2b118d217 100644 --- a/Content.Shared/MachineLinking/SignalSwitchVisuals.cs +++ b/Content.Shared/MachineLinking/SignalSwitchVisuals.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.MachineLinking { diff --git a/Content.Shared/MachineLinking/TwoWayLeverSignal.cs b/Content.Shared/MachineLinking/TwoWayLeverSignal.cs index 75bdbe0220..02c88d4419 100644 --- a/Content.Shared/MachineLinking/TwoWayLeverSignal.cs +++ b/Content.Shared/MachineLinking/TwoWayLeverSignal.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.MachineLinking { diff --git a/Content.Shared/MachineLinking/UIKeys.cs b/Content.Shared/MachineLinking/UIKeys.cs index facd199551..1f3f1cbbd7 100644 --- a/Content.Shared/MachineLinking/UIKeys.cs +++ b/Content.Shared/MachineLinking/UIKeys.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.MachineLinking { diff --git a/Content.Shared/MachineLinking/UIMessages.cs b/Content.Shared/MachineLinking/UIMessages.cs index 9b4f4cb6bd..8a090d6f50 100644 --- a/Content.Shared/MachineLinking/UIMessages.cs +++ b/Content.Shared/MachineLinking/UIMessages.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.MachineLinking { diff --git a/Content.Shared/Maps/ContentTileDefinition.cs b/Content.Shared/Maps/ContentTileDefinition.cs index f2bd7e6362..edaadfe859 100644 --- a/Content.Shared/Maps/ContentTileDefinition.cs +++ b/Content.Shared/Maps/ContentTileDefinition.cs @@ -2,9 +2,7 @@ using Content.Shared.Sound; using JetBrains.Annotations; using Robust.Shared.Map; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using System.Collections.Generic; using Content.Shared.Atmos; namespace Content.Shared.Maps diff --git a/Content.Shared/Maps/TurfHelpers.cs b/Content.Shared/Maps/TurfHelpers.cs index 139025db65..a326759484 100644 --- a/Content.Shared/Maps/TurfHelpers.cs +++ b/Content.Shared/Maps/TurfHelpers.cs @@ -1,16 +1,8 @@ -using System; -using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Diagnostics.CodeAnalysis; using Content.Shared.Physics; -using Content.Shared.Random.Helpers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Physics; -using Robust.Shared.Physics.Broadphase; using Robust.Shared.Random; namespace Content.Shared.Maps diff --git a/Content.Shared/Markers/SharedSpawnPointComponent.cs b/Content.Shared/Markers/SharedSpawnPointComponent.cs index 2169a69504..845bee9bcf 100644 --- a/Content.Shared/Markers/SharedSpawnPointComponent.cs +++ b/Content.Shared/Markers/SharedSpawnPointComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Markers { [Virtual] diff --git a/Content.Shared/Markings/Marking.cs b/Content.Shared/Markings/Marking.cs index 213ce9ea62..40a7a8c167 100644 --- a/Content.Shared/Markings/Marking.cs +++ b/Content.Shared/Markings/Marking.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.Maths; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Markings { diff --git a/Content.Shared/Markings/MarkingCategories.cs b/Content.Shared/Markings/MarkingCategories.cs index cf432377ac..8e3045f116 100644 --- a/Content.Shared/Markings/MarkingCategories.cs +++ b/Content.Shared/Markings/MarkingCategories.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Markings diff --git a/Content.Shared/Markings/MarkingManager.cs b/Content.Shared/Markings/MarkingManager.cs index 1aede82c02..545fbed79f 100644 --- a/Content.Shared/Markings/MarkingManager.cs +++ b/Content.Shared/Markings/MarkingManager.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Prototypes; namespace Content.Shared.Markings diff --git a/Content.Shared/Markings/MarkingPrototype.cs b/Content.Shared/Markings/MarkingPrototype.cs index 927493edc7..dd8585bff4 100644 --- a/Content.Shared/Markings/MarkingPrototype.cs +++ b/Content.Shared/Markings/MarkingPrototype.cs @@ -1,9 +1,5 @@ -using System.Collections.Generic; using Content.Shared.CharacterAppearance; -using Robust.Shared.Localization; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Utility; namespace Content.Shared.Markings diff --git a/Content.Shared/Markings/MarkingsComponent.cs b/Content.Shared/Markings/MarkingsComponent.cs index fb9ad37ab7..3aff0ff213 100644 --- a/Content.Shared/Markings/MarkingsComponent.cs +++ b/Content.Shared/Markings/MarkingsComponent.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; using Content.Shared.CharacterAppearance; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Markings { diff --git a/Content.Shared/Markings/MarkingsSet.cs b/Content.Shared/Markings/MarkingsSet.cs index 332df3538f..9046f8030d 100644 --- a/Content.Shared/Markings/MarkingsSet.cs +++ b/Content.Shared/Markings/MarkingsSet.cs @@ -1,6 +1,5 @@ using System.Collections; using System.Linq; -using Robust.Shared.Prototypes; using Robust.Shared.Serialization; namespace Content.Shared.Markings; diff --git a/Content.Shared/Medical/SuitSensor/SharedSuitSensor.cs b/Content.Shared/Medical/SuitSensor/SharedSuitSensor.cs index 982efd9b3b..9031f875be 100644 --- a/Content.Shared/Medical/SuitSensor/SharedSuitSensor.cs +++ b/Content.Shared/Medical/SuitSensor/SharedSuitSensor.cs @@ -1,7 +1,4 @@ -using System; -using Content.Shared.FixedPoint; -using Robust.Shared.Map; -using Robust.Shared.Maths; +using Robust.Shared.Map; using Robust.Shared.Serialization; namespace Content.Shared.Medical.SuitSensor diff --git a/Content.Shared/MobState/Components/MobStateComponent.cs b/Content.Shared/MobState/Components/MobStateComponent.cs index a49f84c70b..7576417bdc 100644 --- a/Content.Shared/MobState/Components/MobStateComponent.cs +++ b/Content.Shared/MobState/Components/MobStateComponent.cs @@ -1,18 +1,11 @@ -using System; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Shared.Alert; using Content.Shared.Damage; using Content.Shared.FixedPoint; -using Content.Shared.MobState.EntitySystems; using Content.Shared.MobState.State; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.MobState.Components { diff --git a/Content.Shared/MobState/DamageStateHelpers.cs b/Content.Shared/MobState/DamageStateHelpers.cs index 462f4a9218..2b512f0c76 100644 --- a/Content.Shared/MobState/DamageStateHelpers.cs +++ b/Content.Shared/MobState/DamageStateHelpers.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; - -namespace Content.Shared.MobState +namespace Content.Shared.MobState { public static class DamageStateHelpers { diff --git a/Content.Shared/MobState/DamageStateVisuals.cs b/Content.Shared/MobState/DamageStateVisuals.cs index e332921ada..b04752b0d3 100644 --- a/Content.Shared/MobState/DamageStateVisuals.cs +++ b/Content.Shared/MobState/DamageStateVisuals.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.MobState diff --git a/Content.Shared/MobState/EntitySystems/MobStateSystem.cs b/Content.Shared/MobState/EntitySystems/MobStateSystem.cs index faedfc33ee..3884e2b8cf 100644 --- a/Content.Shared/MobState/EntitySystems/MobStateSystem.cs +++ b/Content.Shared/MobState/EntitySystems/MobStateSystem.cs @@ -12,7 +12,6 @@ using Content.Shared.Pulling.Events; using Content.Shared.Speech; using Content.Shared.Standing; using Content.Shared.Throwing; -using Robust.Shared.GameObjects; namespace Content.Shared.MobState.EntitySystems { diff --git a/Content.Shared/MobState/MobStateChangedEvent.cs b/Content.Shared/MobState/MobStateChangedEvent.cs index 75a60bd7d2..e761cc3b7f 100644 --- a/Content.Shared/MobState/MobStateChangedEvent.cs +++ b/Content.Shared/MobState/MobStateChangedEvent.cs @@ -1,6 +1,5 @@ using Content.Shared.MobState.Components; using Content.Shared.MobState.State; -using Robust.Shared.GameObjects; namespace Content.Shared.MobState { diff --git a/Content.Shared/MobState/State/BaseMobState.cs b/Content.Shared/MobState/State/BaseMobState.cs index 370cb7f5b0..06f72fb02b 100644 --- a/Content.Shared/MobState/State/BaseMobState.cs +++ b/Content.Shared/MobState/State/BaseMobState.cs @@ -1,6 +1,4 @@ using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.MobState.State { diff --git a/Content.Shared/MobState/State/IMobState.cs b/Content.Shared/MobState/State/IMobState.cs index acb9a468a5..dc6d5fdec4 100644 --- a/Content.Shared/MobState/State/IMobState.cs +++ b/Content.Shared/MobState/State/IMobState.cs @@ -1,6 +1,4 @@ -using Content.Shared.ActionBlocker; -using Content.Shared.FixedPoint; -using Robust.Shared.GameObjects; +using Content.Shared.FixedPoint; namespace Content.Shared.MobState.State { diff --git a/Content.Shared/MobState/State/SharedCriticalMobState.cs b/Content.Shared/MobState/State/SharedCriticalMobState.cs index c0a4e03609..92db3be97a 100644 --- a/Content.Shared/MobState/State/SharedCriticalMobState.cs +++ b/Content.Shared/MobState/State/SharedCriticalMobState.cs @@ -1,6 +1,5 @@ using Content.Shared.Alert; using Content.Shared.Standing; -using Robust.Shared.GameObjects; namespace Content.Shared.MobState.State { diff --git a/Content.Shared/MobState/State/SharedDeadMobState.cs b/Content.Shared/MobState/State/SharedDeadMobState.cs index d595d9923a..8621691006 100644 --- a/Content.Shared/MobState/State/SharedDeadMobState.cs +++ b/Content.Shared/MobState/State/SharedDeadMobState.cs @@ -1,6 +1,4 @@ -using Content.Shared.Hands; -using Content.Shared.Standing; -using Robust.Shared.GameObjects; +using Content.Shared.Standing; namespace Content.Shared.MobState.State { diff --git a/Content.Shared/MobState/State/SharedNormalMobState.cs b/Content.Shared/MobState/State/SharedNormalMobState.cs index 0a0f0d3a22..abb6d4a363 100644 --- a/Content.Shared/MobState/State/SharedNormalMobState.cs +++ b/Content.Shared/MobState/State/SharedNormalMobState.cs @@ -1,5 +1,4 @@ using Content.Shared.Standing; -using Robust.Shared.GameObjects; namespace Content.Shared.MobState.State diff --git a/Content.Shared/Module/SharedModuleTestingCallbacks.cs b/Content.Shared/Module/SharedModuleTestingCallbacks.cs index dfa0272b52..a3944bb3ee 100644 --- a/Content.Shared/Module/SharedModuleTestingCallbacks.cs +++ b/Content.Shared/Module/SharedModuleTestingCallbacks.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.ContentPack; namespace Content.Shared.Module diff --git a/Content.Shared/Morgue/SharedMorgue.cs b/Content.Shared/Morgue/SharedMorgue.cs index 091036cfbc..640f3b7a8f 100644 --- a/Content.Shared/Morgue/SharedMorgue.cs +++ b/Content.Shared/Morgue/SharedMorgue.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Morgue { diff --git a/Content.Shared/Movement/Components/IMobMoverComponent.cs b/Content.Shared/Movement/Components/IMobMoverComponent.cs index e2bd7a1414..4c22a181d6 100644 --- a/Content.Shared/Movement/Components/IMobMoverComponent.cs +++ b/Content.Shared/Movement/Components/IMobMoverComponent.cs @@ -1,4 +1,3 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Map; namespace Content.Shared.Movement.Components diff --git a/Content.Shared/Movement/Components/IMoverComponent.cs b/Content.Shared/Movement/Components/IMoverComponent.cs index 3b5ea08025..b70767d3cb 100644 --- a/Content.Shared/Movement/Components/IMoverComponent.cs +++ b/Content.Shared/Movement/Components/IMoverComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; - namespace Content.Shared.Movement.Components { // Does nothing except ensure uniqueness between mover components. diff --git a/Content.Shared/Movement/Components/MovementIgnoreGravityComponent.cs b/Content.Shared/Movement/Components/MovementIgnoreGravityComponent.cs index 573dc35009..1384dbb52a 100644 --- a/Content.Shared/Movement/Components/MovementIgnoreGravityComponent.cs +++ b/Content.Shared/Movement/Components/MovementIgnoreGravityComponent.cs @@ -1,8 +1,6 @@ using Content.Shared.Clothing; using Content.Shared.Gravity; using Content.Shared.Inventory; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Physics; diff --git a/Content.Shared/Movement/Components/MovementSpeedModifierComponent.cs b/Content.Shared/Movement/Components/MovementSpeedModifierComponent.cs index f26c7d19d4..5976c2a964 100644 --- a/Content.Shared/Movement/Components/MovementSpeedModifierComponent.cs +++ b/Content.Shared/Movement/Components/MovementSpeedModifierComponent.cs @@ -1,10 +1,5 @@ using Content.Shared.Movement.EntitySystems; -using Robust.Shared.Analyzers; -using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Movement.Components { diff --git a/Content.Shared/Movement/Components/SharedDummyInputMoverComponent.cs b/Content.Shared/Movement/Components/SharedDummyInputMoverComponent.cs index 857d4dc9f1..1736dfd7a4 100644 --- a/Content.Shared/Movement/Components/SharedDummyInputMoverComponent.cs +++ b/Content.Shared/Movement/Components/SharedDummyInputMoverComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; - namespace Content.Shared.Movement.Components { [RegisterComponent] diff --git a/Content.Shared/Movement/Components/SharedPlayerInputMoverComponent.cs b/Content.Shared/Movement/Components/SharedPlayerInputMoverComponent.cs index cc8958dca5..bd02ef5b63 100644 --- a/Content.Shared/Movement/Components/SharedPlayerInputMoverComponent.cs +++ b/Content.Shared/Movement/Components/SharedPlayerInputMoverComponent.cs @@ -1,5 +1,3 @@ -using System; -using Content.Shared.ActionBlocker; using Content.Shared.CCVar; using Robust.Shared.Configuration; using Robust.Shared.GameStates; diff --git a/Content.Shared/Movement/Components/SharedPlayerMobMoverComponent.cs b/Content.Shared/Movement/Components/SharedPlayerMobMoverComponent.cs index 71e9d1d338..f7365dd7c2 100644 --- a/Content.Shared/Movement/Components/SharedPlayerMobMoverComponent.cs +++ b/Content.Shared/Movement/Components/SharedPlayerMobMoverComponent.cs @@ -1,13 +1,6 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Players; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Movement.Components { diff --git a/Content.Shared/Movement/Components/SlowContactsComponent.cs b/Content.Shared/Movement/Components/SlowContactsComponent.cs index 791559c96c..ef4151935a 100644 --- a/Content.Shared/Movement/Components/SlowContactsComponent.cs +++ b/Content.Shared/Movement/Components/SlowContactsComponent.cs @@ -1,7 +1,4 @@ -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Movement.Components; diff --git a/Content.Shared/Movement/Components/SlowsOnContactComponent.cs b/Content.Shared/Movement/Components/SlowsOnContactComponent.cs index d11962ebb3..92a406b4d5 100644 --- a/Content.Shared/Movement/Components/SlowsOnContactComponent.cs +++ b/Content.Shared/Movement/Components/SlowsOnContactComponent.cs @@ -1,4 +1,3 @@ -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; namespace Content.Shared.Movement.Components; diff --git a/Content.Shared/Movement/EntitySystems/MovementSpeedModifierSystem.cs b/Content.Shared/Movement/EntitySystems/MovementSpeedModifierSystem.cs index 07bd37cb8d..61413582eb 100644 --- a/Content.Shared/Movement/EntitySystems/MovementSpeedModifierSystem.cs +++ b/Content.Shared/Movement/EntitySystems/MovementSpeedModifierSystem.cs @@ -1,9 +1,5 @@ -using System; -using System.Collections.Generic; -using System.Linq; using Content.Shared.Inventory; using Content.Shared.Movement.Components; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/Movement/EntitySystems/SharedMobMoverSystem.cs b/Content.Shared/Movement/EntitySystems/SharedMobMoverSystem.cs index 121c28836b..c0cccf795c 100644 --- a/Content.Shared/Movement/EntitySystems/SharedMobMoverSystem.cs +++ b/Content.Shared/Movement/EntitySystems/SharedMobMoverSystem.cs @@ -1,9 +1,6 @@ using Content.Shared.CCVar; using Content.Shared.Movement.Components; using Robust.Shared.Configuration; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Physics; using Robust.Shared.Physics.Dynamics; diff --git a/Content.Shared/Movement/EntitySystems/SlowContactsSystem.cs b/Content.Shared/Movement/EntitySystems/SlowContactsSystem.cs index 5601e4ec66..12b171ae9d 100644 --- a/Content.Shared/Movement/EntitySystems/SlowContactsSystem.cs +++ b/Content.Shared/Movement/EntitySystems/SlowContactsSystem.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; using Content.Shared.Movement.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Physics.Dynamics; namespace Content.Shared.Movement.EntitySystems; diff --git a/Content.Shared/Movement/RelayMovementEntityEvent.cs b/Content.Shared/Movement/RelayMovementEntityEvent.cs index ad8609aaf3..226aee739e 100644 --- a/Content.Shared/Movement/RelayMovementEntityEvent.cs +++ b/Content.Shared/Movement/RelayMovementEntityEvent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Movement { public sealed class RelayMovementEntityEvent : EntityEventArgs diff --git a/Content.Shared/Nuke/SharedNuke.cs b/Content.Shared/Nuke/SharedNuke.cs index 3be871804a..a134a084d7 100644 --- a/Content.Shared/Nuke/SharedNuke.cs +++ b/Content.Shared/Nuke/SharedNuke.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Nuke diff --git a/Content.Shared/Nutrition/Components/CreamPieComponent.cs b/Content.Shared/Nutrition/Components/CreamPieComponent.cs index 29b421acea..41952868d0 100644 --- a/Content.Shared/Nutrition/Components/CreamPieComponent.cs +++ b/Content.Shared/Nutrition/Components/CreamPieComponent.cs @@ -1,9 +1,5 @@ using Content.Shared.Nutrition.EntitySystems; using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Nutrition.Components { diff --git a/Content.Shared/Nutrition/Components/CreamPiedComponent.cs b/Content.Shared/Nutrition/Components/CreamPiedComponent.cs index 51fa1e2dd2..5086be612d 100644 --- a/Content.Shared/Nutrition/Components/CreamPiedComponent.cs +++ b/Content.Shared/Nutrition/Components/CreamPiedComponent.cs @@ -1,9 +1,5 @@ -using System; using Content.Shared.Nutrition.EntitySystems; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; -using Robust.Shared.ViewVariables; namespace Content.Shared.Nutrition.Components { diff --git a/Content.Shared/Nutrition/Components/SharedButcherableComponent.cs b/Content.Shared/Nutrition/Components/SharedButcherableComponent.cs index a2c5ecca66..547ce52b03 100644 --- a/Content.Shared/Nutrition/Components/SharedButcherableComponent.cs +++ b/Content.Shared/Nutrition/Components/SharedButcherableComponent.cs @@ -1,10 +1,5 @@ using Content.Shared.DragDrop; using Content.Shared.Storage; -using Robust.Shared.GameObjects; -using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Shared.Nutrition.Components { diff --git a/Content.Shared/Nutrition/Components/SharedFoodComponent.cs b/Content.Shared/Nutrition/Components/SharedFoodComponent.cs index 382d85e356..8147d4599b 100644 --- a/Content.Shared/Nutrition/Components/SharedFoodComponent.cs +++ b/Content.Shared/Nutrition/Components/SharedFoodComponent.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Nutrition.Components diff --git a/Content.Shared/Nutrition/Components/SharedHungerComponent.cs b/Content.Shared/Nutrition/Components/SharedHungerComponent.cs index 5e4e92d372..12499e463a 100644 --- a/Content.Shared/Nutrition/Components/SharedHungerComponent.cs +++ b/Content.Shared/Nutrition/Components/SharedHungerComponent.cs @@ -1,9 +1,5 @@ -using System; -using Content.Shared.Movement.Components; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.ViewVariables; namespace Content.Shared.Nutrition.Components { diff --git a/Content.Shared/Nutrition/EntitySystems/SharedCreamPieSystem.cs b/Content.Shared/Nutrition/EntitySystems/SharedCreamPieSystem.cs index d0e7149778..36e597d5f1 100644 --- a/Content.Shared/Nutrition/EntitySystems/SharedCreamPieSystem.cs +++ b/Content.Shared/Nutrition/EntitySystems/SharedCreamPieSystem.cs @@ -1,10 +1,7 @@ -using System; using Content.Shared.Nutrition.Components; using Content.Shared.Stunnable; using Content.Shared.Throwing; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Shared.Nutrition.EntitySystems { diff --git a/Content.Shared/Nutrition/EntitySystems/SharedHungerSystem.cs b/Content.Shared/Nutrition/EntitySystems/SharedHungerSystem.cs index 4843fdabbf..c9fa348ccf 100644 --- a/Content.Shared/Nutrition/EntitySystems/SharedHungerSystem.cs +++ b/Content.Shared/Nutrition/EntitySystems/SharedHungerSystem.cs @@ -1,6 +1,5 @@ using Content.Shared.Movement.EntitySystems; using Content.Shared.Nutrition.Components; -using Robust.Shared.GameObjects; namespace Content.Shared.Nutrition.EntitySystems { diff --git a/Content.Shared/Objectives/ConditionInfo.cs b/Content.Shared/Objectives/ConditionInfo.cs index e86f41df4d..3aa335c8f8 100644 --- a/Content.Shared/Objectives/ConditionInfo.cs +++ b/Content.Shared/Objectives/ConditionInfo.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; using Robust.Shared.Utility; namespace Content.Shared.Objectives diff --git a/Content.Shared/PDA/PDAMessagesUI.cs b/Content.Shared/PDA/PDAMessagesUI.cs index e40d816a31..a74e1515ee 100644 --- a/Content.Shared/PDA/PDAMessagesUI.cs +++ b/Content.Shared/PDA/PDAMessagesUI.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; -using System; namespace Content.Shared.PDA { diff --git a/Content.Shared/PDA/PDAUpdateState.cs b/Content.Shared/PDA/PDAUpdateState.cs index be939de65f..fe02db1ad2 100644 --- a/Content.Shared/PDA/PDAUpdateState.cs +++ b/Content.Shared/PDA/PDAUpdateState.cs @@ -1,7 +1,4 @@ -using Content.Shared.Traitor.Uplink; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; -using System; namespace Content.Shared.PDA diff --git a/Content.Shared/PDA/PDAVisuals.cs b/Content.Shared/PDA/PDAVisuals.cs index 7036044ae4..5abc340494 100644 --- a/Content.Shared/PDA/PDAVisuals.cs +++ b/Content.Shared/PDA/PDAVisuals.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.PDA diff --git a/Content.Shared/PDA/Ringer/RingerMessagesUI.cs b/Content.Shared/PDA/Ringer/RingerMessagesUI.cs index 8fb37746f5..4ae5664e8f 100644 --- a/Content.Shared/PDA/Ringer/RingerMessagesUI.cs +++ b/Content.Shared/PDA/Ringer/RingerMessagesUI.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; -using System; namespace Content.Shared.PDA.Ringer { diff --git a/Content.Shared/PDA/Ringer/RingerUpdateState.cs b/Content.Shared/PDA/Ringer/RingerUpdateState.cs index f61d339728..9d2eccd1a7 100644 --- a/Content.Shared/PDA/Ringer/RingerUpdateState.cs +++ b/Content.Shared/PDA/Ringer/RingerUpdateState.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; -using System; namespace Content.Shared.PDA.Ringer { diff --git a/Content.Shared/PDA/Ringer/RingerVisuals.cs b/Content.Shared/PDA/Ringer/RingerVisuals.cs index c99fed59ae..44e5e818d3 100644 --- a/Content.Shared/PDA/Ringer/RingerVisuals.cs +++ b/Content.Shared/PDA/Ringer/RingerVisuals.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.PDA.Ringer diff --git a/Content.Shared/PDA/SharedPDASystem.cs b/Content.Shared/PDA/SharedPDASystem.cs index 145fbd0720..eae10b1926 100644 --- a/Content.Shared/PDA/SharedPDASystem.cs +++ b/Content.Shared/PDA/SharedPDASystem.cs @@ -1,8 +1,6 @@ using Content.Shared.Access.Components; using Content.Shared.Containers.ItemSlots; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Shared.PDA { diff --git a/Content.Shared/PDA/SharedRingerSystem.cs b/Content.Shared/PDA/SharedRingerSystem.cs index 63519dbf61..7796351732 100644 --- a/Content.Shared/PDA/SharedRingerSystem.cs +++ b/Content.Shared/PDA/SharedRingerSystem.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.PDA; diff --git a/Content.Shared/PDA/UplinkStoreListingPrototype.cs b/Content.Shared/PDA/UplinkStoreListingPrototype.cs index 9442bdda3e..78a34e541e 100644 --- a/Content.Shared/PDA/UplinkStoreListingPrototype.cs +++ b/Content.Shared/PDA/UplinkStoreListingPrototype.cs @@ -1,8 +1,6 @@ using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Shared.PDA { diff --git a/Content.Shared/Pinpointer/PinpointerVisuals.cs b/Content.Shared/Pinpointer/PinpointerVisuals.cs index 46ee4a286e..fd190f068a 100644 --- a/Content.Shared/Pinpointer/PinpointerVisuals.cs +++ b/Content.Shared/Pinpointer/PinpointerVisuals.cs @@ -1,5 +1,4 @@ using Robust.Shared.Serialization; -using System; namespace Content.Shared.Pinpointer { diff --git a/Content.Shared/PneumaticCannon/SharedPneumaticCannon.cs b/Content.Shared/PneumaticCannon/SharedPneumaticCannon.cs index be65029f20..c5d6bba31d 100644 --- a/Content.Shared/PneumaticCannon/SharedPneumaticCannon.cs +++ b/Content.Shared/PneumaticCannon/SharedPneumaticCannon.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.PneumaticCannon { diff --git a/Content.Shared/Pointing/Components/SharedRoguePointingArrowComponent.cs b/Content.Shared/Pointing/Components/SharedRoguePointingArrowComponent.cs index 35e21135b0..e54892c86b 100644 --- a/Content.Shared/Pointing/Components/SharedRoguePointingArrowComponent.cs +++ b/Content.Shared/Pointing/Components/SharedRoguePointingArrowComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Pointing.Components { diff --git a/Content.Shared/Popups/SharedPopupExtensions.cs b/Content.Shared/Popups/SharedPopupExtensions.cs index 26cec77eda..8ab5473229 100644 --- a/Content.Shared/Popups/SharedPopupExtensions.cs +++ b/Content.Shared/Popups/SharedPopupExtensions.cs @@ -1,4 +1,3 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Map; using Robust.Shared.Player; diff --git a/Content.Shared/Popups/SharedPopupSystem.cs b/Content.Shared/Popups/SharedPopupSystem.cs index b31e0dea66..53b8a2fa90 100644 --- a/Content.Shared/Popups/SharedPopupSystem.cs +++ b/Content.Shared/Popups/SharedPopupSystem.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.Map; using Robust.Shared.Player; using Robust.Shared.Serialization; diff --git a/Content.Shared/Power/SharedPower.cs b/Content.Shared/Power/SharedPower.cs index 2bed839a3d..12d342cada 100644 --- a/Content.Shared/Power/SharedPower.cs +++ b/Content.Shared/Power/SharedPower.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Power { diff --git a/Content.Shared/Power/SharedPowerDevice.cs b/Content.Shared/Power/SharedPowerDevice.cs index 1083495611..8a99dc7d91 100644 --- a/Content.Shared/Power/SharedPowerDevice.cs +++ b/Content.Shared/Power/SharedPowerDevice.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Power diff --git a/Content.Shared/Power/SharedPowerItemCharger.cs b/Content.Shared/Power/SharedPowerItemCharger.cs index 1c3575468f..ec51a047a2 100644 --- a/Content.Shared/Power/SharedPowerItemCharger.cs +++ b/Content.Shared/Power/SharedPowerItemCharger.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Power diff --git a/Content.Shared/Power/SharedPowerMonitoringConsoleComponent.cs b/Content.Shared/Power/SharedPowerMonitoringConsoleComponent.cs index f2b3011b5a..9fdedc5a38 100644 --- a/Content.Shared/Power/SharedPowerMonitoringConsoleComponent.cs +++ b/Content.Shared/Power/SharedPowerMonitoringConsoleComponent.cs @@ -1,7 +1,4 @@ #nullable enable -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; using Robust.Shared.Serialization; namespace Content.Shared.Power; diff --git a/Content.Shared/PowerCell/Components/PowerCellComponent.cs b/Content.Shared/PowerCell/Components/PowerCellComponent.cs index ecff220927..b8424df0a8 100644 --- a/Content.Shared/PowerCell/Components/PowerCellComponent.cs +++ b/Content.Shared/PowerCell/Components/PowerCellComponent.cs @@ -1,9 +1,5 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.PowerCell; diff --git a/Content.Shared/PowerCell/Components/PowerCellSlotComponent.cs b/Content.Shared/PowerCell/Components/PowerCellSlotComponent.cs index 01da510c50..59896c83f4 100644 --- a/Content.Shared/PowerCell/Components/PowerCellSlotComponent.cs +++ b/Content.Shared/PowerCell/Components/PowerCellSlotComponent.cs @@ -1,7 +1,4 @@ using Content.Shared.Containers.ItemSlots; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.PowerCell.Components; diff --git a/Content.Shared/PowerCell/SharedPowerCellSystem.cs b/Content.Shared/PowerCell/SharedPowerCellSystem.cs index f68eeef4b9..3a0d819dfb 100644 --- a/Content.Shared/PowerCell/SharedPowerCellSystem.cs +++ b/Content.Shared/PowerCell/SharedPowerCellSystem.cs @@ -2,10 +2,6 @@ using Content.Shared.Containers.ItemSlots; using Content.Shared.Examine; using Content.Shared.PowerCell.Components; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Localization; -using System; namespace Content.Shared.PowerCell; diff --git a/Content.Shared/Preferences/GameSettings.cs b/Content.Shared/Preferences/GameSettings.cs index f41811bc36..456c08807c 100644 --- a/Content.Shared/Preferences/GameSettings.cs +++ b/Content.Shared/Preferences/GameSettings.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Preferences diff --git a/Content.Shared/Preferences/HumanoidCharacterProfile.cs b/Content.Shared/Preferences/HumanoidCharacterProfile.cs index 8782b1652b..ff0c38e26e 100644 --- a/Content.Shared/Preferences/HumanoidCharacterProfile.cs +++ b/Content.Shared/Preferences/HumanoidCharacterProfile.cs @@ -1,18 +1,13 @@ -using System; -using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using Content.Shared.CCVar; using Content.Shared.CharacterAppearance; -using Content.Shared.Dataset; using Content.Shared.GameTicking; using Content.Shared.Random.Helpers; using Content.Shared.Roles; using Content.Shared.Species; using Robust.Shared.Configuration; using Robust.Shared.Enums; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Prototypes; using Robust.Shared.Random; using Robust.Shared.Serialization; diff --git a/Content.Shared/Preferences/MsgPreferencesAndSettings.cs b/Content.Shared/Preferences/MsgPreferencesAndSettings.cs index 72859dcc56..f607596a25 100644 --- a/Content.Shared/Preferences/MsgPreferencesAndSettings.cs +++ b/Content.Shared/Preferences/MsgPreferencesAndSettings.cs @@ -1,6 +1,5 @@ using System.IO; using Lidgren.Network; -using Robust.Shared.IoC; using Robust.Shared.Network; using Robust.Shared.Serialization; diff --git a/Content.Shared/Preferences/MsgUpdateCharacter.cs b/Content.Shared/Preferences/MsgUpdateCharacter.cs index d98de44260..e958936d69 100644 --- a/Content.Shared/Preferences/MsgUpdateCharacter.cs +++ b/Content.Shared/Preferences/MsgUpdateCharacter.cs @@ -1,6 +1,5 @@ using System.IO; using Lidgren.Network; -using Robust.Shared.IoC; using Robust.Shared.Network; using Robust.Shared.Serialization; diff --git a/Content.Shared/Preferences/PlayerPreferences.cs b/Content.Shared/Preferences/PlayerPreferences.cs index bf6003dd82..cbda8f2c1d 100644 --- a/Content.Shared/Preferences/PlayerPreferences.cs +++ b/Content.Shared/Preferences/PlayerPreferences.cs @@ -1,6 +1,3 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.Maths; using Robust.Shared.Serialization; using Robust.Shared.Utility; diff --git a/Content.Shared/Projectiles/ProjectileSystem.cs b/Content.Shared/Projectiles/ProjectileSystem.cs index cb81df02f9..8b29a471cf 100644 --- a/Content.Shared/Projectiles/ProjectileSystem.cs +++ b/Content.Shared/Projectiles/ProjectileSystem.cs @@ -1,4 +1,3 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Physics.Dynamics; namespace Content.Shared.Projectiles diff --git a/Content.Shared/Projectiles/SharedProjectileComponent.cs b/Content.Shared/Projectiles/SharedProjectileComponent.cs index bb784f253c..99f52935ff 100644 --- a/Content.Shared/Projectiles/SharedProjectileComponent.cs +++ b/Content.Shared/Projectiles/SharedProjectileComponent.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/Prototypes/EntityPrototypeHelpers.cs b/Content.Shared/Prototypes/EntityPrototypeHelpers.cs index 2560efaa79..63091b6290 100644 --- a/Content.Shared/Prototypes/EntityPrototypeHelpers.cs +++ b/Content.Shared/Prototypes/EntityPrototypeHelpers.cs @@ -1,7 +1,4 @@ -using System; -using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; +using JetBrains.Annotations; using Robust.Shared.Prototypes; namespace Content.Shared.Prototypes diff --git a/Content.Shared/Pulling/Components/PullableComponent.cs b/Content.Shared/Pulling/Components/PullableComponent.cs index aac141dade..7e9e4e0738 100644 --- a/Content.Shared/Pulling/Components/PullableComponent.cs +++ b/Content.Shared/Pulling/Components/PullableComponent.cs @@ -1,9 +1,4 @@ -using System; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Map; using Robust.Shared.Physics.Dynamics.Joints; using Robust.Shared.Serialization; diff --git a/Content.Shared/Pulling/Components/SharedPullerComponent.cs b/Content.Shared/Pulling/Components/SharedPullerComponent.cs index 4e3976168b..8757ae93a5 100644 --- a/Content.Shared/Pulling/Components/SharedPullerComponent.cs +++ b/Content.Shared/Pulling/Components/SharedPullerComponent.cs @@ -1,9 +1,4 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Log; -using Robust.Shared.ViewVariables; - -namespace Content.Shared.Pulling.Components +namespace Content.Shared.Pulling.Components { [RegisterComponent] [Friend(typeof(SharedPullingStateManagementSystem))] diff --git a/Content.Shared/Pulling/Events/PullMessage.cs b/Content.Shared/Pulling/Events/PullMessage.cs index 77564aa075..422f2c20c1 100644 --- a/Content.Shared/Pulling/Events/PullMessage.cs +++ b/Content.Shared/Pulling/Events/PullMessage.cs @@ -1,5 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Physics; +using Robust.Shared.Physics; namespace Content.Shared.Physics.Pull { diff --git a/Content.Shared/Pulling/Events/StartPullAttemptEvent.cs b/Content.Shared/Pulling/Events/StartPullAttemptEvent.cs index 7d670c4a72..9ef2ef3198 100644 --- a/Content.Shared/Pulling/Events/StartPullAttemptEvent.cs +++ b/Content.Shared/Pulling/Events/StartPullAttemptEvent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Pulling.Events { /// diff --git a/Content.Shared/Pulling/PullableMoveMessage.cs b/Content.Shared/Pulling/PullableMoveMessage.cs index ae05d6cabd..46c6b1291d 100644 --- a/Content.Shared/Pulling/PullableMoveMessage.cs +++ b/Content.Shared/Pulling/PullableMoveMessage.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Pulling +namespace Content.Shared.Pulling { public sealed class PullableMoveMessage : EntityEventArgs { diff --git a/Content.Shared/Pulling/PullableStopMovingMessage.cs b/Content.Shared/Pulling/PullableStopMovingMessage.cs index 7ad111fe18..0233e32f2b 100644 --- a/Content.Shared/Pulling/PullableStopMovingMessage.cs +++ b/Content.Shared/Pulling/PullableStopMovingMessage.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Pulling +namespace Content.Shared.Pulling { public sealed class PullableStopMovingMessage : EntityEventArgs { diff --git a/Content.Shared/Pulling/Systems/SharedPullableSystem.cs b/Content.Shared/Pulling/Systems/SharedPullableSystem.cs index e53943431b..29610afb5b 100644 --- a/Content.Shared/Pulling/Systems/SharedPullableSystem.cs +++ b/Content.Shared/Pulling/Systems/SharedPullableSystem.cs @@ -1,8 +1,6 @@ using Content.Shared.ActionBlocker; using Content.Shared.Movement.EntitySystems; using Content.Shared.Pulling.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Shared.Pulling.Systems { diff --git a/Content.Shared/Pulling/Systems/SharedPullerSystem.cs b/Content.Shared/Pulling/Systems/SharedPullerSystem.cs index 10ff273900..24d2392b0d 100644 --- a/Content.Shared/Pulling/Systems/SharedPullerSystem.cs +++ b/Content.Shared/Pulling/Systems/SharedPullerSystem.cs @@ -4,8 +4,6 @@ using Content.Shared.Movement.EntitySystems; using Content.Shared.Physics.Pull; using Content.Shared.Pulling.Components; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Shared.Pulling.Systems { diff --git a/Content.Shared/Pulling/Systems/SharedPullingStateManagementSystem.cs b/Content.Shared/Pulling/Systems/SharedPullingStateManagementSystem.cs index 6c66af681f..fd28c293d5 100644 --- a/Content.Shared/Pulling/Systems/SharedPullingStateManagementSystem.cs +++ b/Content.Shared/Pulling/Systems/SharedPullingStateManagementSystem.cs @@ -1,24 +1,9 @@ -using System; using System.Linq; -using System.Collections.Generic; -using System.Diagnostics.CodeAnalysis; -using Content.Shared.GameTicking; -using Content.Shared.Input; using Content.Shared.Physics.Pull; using Content.Shared.Pulling.Components; -using Content.Shared.Pulling.Events; using JetBrains.Annotations; -using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.Input.Binding; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Physics; -using Robust.Shared.Physics.Dynamics.Joints; -using Robust.Shared.Players; -using Robust.Shared.Utility; namespace Content.Shared.Pulling { diff --git a/Content.Shared/Pulling/Systems/SharedPullingSystem.Actions.cs b/Content.Shared/Pulling/Systems/SharedPullingSystem.Actions.cs index 9406f58fca..ded840c598 100644 --- a/Content.Shared/Pulling/Systems/SharedPullingSystem.Actions.cs +++ b/Content.Shared/Pulling/Systems/SharedPullingSystem.Actions.cs @@ -4,11 +4,8 @@ using Content.Shared.Physics.Pull; using Content.Shared.Pulling.Components; using Content.Shared.Pulling.Events; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.IoC; using Robust.Shared.Physics; -using Robust.Shared.Log; namespace Content.Shared.Pulling { diff --git a/Content.Shared/Pulling/Systems/SharedPullingSystem.cs b/Content.Shared/Pulling/Systems/SharedPullingSystem.cs index 72cce36d5e..9783c0133c 100644 --- a/Content.Shared/Pulling/Systems/SharedPullingSystem.cs +++ b/Content.Shared/Pulling/Systems/SharedPullingSystem.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using Content.Shared.Alert; using Content.Shared.GameTicking; @@ -7,17 +5,11 @@ using Content.Shared.Input; using Content.Shared.Movement.Components; using Content.Shared.Physics.Pull; using Content.Shared.Pulling.Components; -using Content.Shared.Rotatable; using Content.Shared.Verbs; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.Input.Binding; -using Robust.Shared.IoC; -using Robust.Shared.Localization; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Physics; using Robust.Shared.Players; namespace Content.Shared.Pulling diff --git a/Content.Shared/Radar/RadarConsoleBoundInterfaceState.cs b/Content.Shared/Radar/RadarConsoleBoundInterfaceState.cs index 1ce897a752..ba6d858a9f 100644 --- a/Content.Shared/Radar/RadarConsoleBoundInterfaceState.cs +++ b/Content.Shared/Radar/RadarConsoleBoundInterfaceState.cs @@ -1,6 +1,3 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; using Robust.Shared.Serialization; namespace Content.Shared.Radar; diff --git a/Content.Shared/Radiation/SharedRadiationStorm.cs b/Content.Shared/Radiation/SharedRadiationStorm.cs index eedd39b160..bde87a1bfc 100644 --- a/Content.Shared/Radiation/SharedRadiationStorm.cs +++ b/Content.Shared/Radiation/SharedRadiationStorm.cs @@ -1,8 +1,5 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Radiation { diff --git a/Content.Shared/Random/Helpers/SharedEntityExtensions.cs b/Content.Shared/Random/Helpers/SharedEntityExtensions.cs index cb83761d27..5a37584bb4 100644 --- a/Content.Shared/Random/Helpers/SharedEntityExtensions.cs +++ b/Content.Shared/Random/Helpers/SharedEntityExtensions.cs @@ -1,8 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; -using Robust.Shared.Random; +using Robust.Shared.Random; using Robust.Shared.Utility; namespace Content.Shared.Random.Helpers diff --git a/Content.Shared/Recycling/SharedRecyclerComponent.cs b/Content.Shared/Recycling/SharedRecyclerComponent.cs index 203dc45906..33cbc5165c 100644 --- a/Content.Shared/Recycling/SharedRecyclerComponent.cs +++ b/Content.Shared/Recycling/SharedRecyclerComponent.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Recycling { diff --git a/Content.Shared/Research/Components/SharedResearchClientComponent.cs b/Content.Shared/Research/Components/SharedResearchClientComponent.cs index 52fc64a69d..82ee33ad2c 100644 --- a/Content.Shared/Research/Components/SharedResearchClientComponent.cs +++ b/Content.Shared/Research/Components/SharedResearchClientComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Research.Components { diff --git a/Content.Shared/Research/Components/SharedResearchConsoleComponent.cs b/Content.Shared/Research/Components/SharedResearchConsoleComponent.cs index 42f1d1fdad..19e0080967 100644 --- a/Content.Shared/Research/Components/SharedResearchConsoleComponent.cs +++ b/Content.Shared/Research/Components/SharedResearchConsoleComponent.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/Research/Components/SharedTechnologyDatabaseComponent.cs b/Content.Shared/Research/Components/SharedTechnologyDatabaseComponent.cs index 73b6edbdc8..500c80fce2 100644 --- a/Content.Shared/Research/Components/SharedTechnologyDatabaseComponent.cs +++ b/Content.Shared/Research/Components/SharedTechnologyDatabaseComponent.cs @@ -1,13 +1,8 @@ -using System; using System.Collections; -using System.Collections.Generic; using Content.Shared.Research.Prototypes; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Research.Components { diff --git a/Content.Shared/Research/Prototypes/TechnologyPrototype.cs b/Content.Shared/Research/Prototypes/TechnologyPrototype.cs index 78f85d0e56..dcf78c372f 100644 --- a/Content.Shared/Research/Prototypes/TechnologyPrototype.cs +++ b/Content.Shared/Research/Prototypes/TechnologyPrototype.cs @@ -1,11 +1,7 @@ -using System; -using System.Collections.Generic; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Shared.Research.Prototypes { diff --git a/Content.Shared/Roles/AntagPrototype.cs b/Content.Shared/Roles/AntagPrototype.cs index b7d60cd526..f64c161c86 100644 --- a/Content.Shared/Roles/AntagPrototype.cs +++ b/Content.Shared/Roles/AntagPrototype.cs @@ -1,6 +1,4 @@ using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Roles { diff --git a/Content.Shared/Roles/JobPrototype.cs b/Content.Shared/Roles/JobPrototype.cs index 44196b6059..9951756075 100644 --- a/Content.Shared/Roles/JobPrototype.cs +++ b/Content.Shared/Roles/JobPrototype.cs @@ -1,11 +1,7 @@ -using System; -using System.Collections.Generic; using Content.Shared.Access; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; -using Robust.Shared.ViewVariables; namespace Content.Shared.Roles { diff --git a/Content.Shared/Roles/JobSpecial.cs b/Content.Shared/Roles/JobSpecial.cs index 54259e3058..0a3d223728 100644 --- a/Content.Shared/Roles/JobSpecial.cs +++ b/Content.Shared/Roles/JobSpecial.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; - namespace Content.Shared.Roles { /// diff --git a/Content.Shared/Roles/StartingGearPrototype.cs b/Content.Shared/Roles/StartingGearPrototype.cs index ff0d2377f0..d1cd0ce3c3 100644 --- a/Content.Shared/Roles/StartingGearPrototype.cs +++ b/Content.Shared/Roles/StartingGearPrototype.cs @@ -1,9 +1,6 @@ -using System.Collections.Generic; using Content.Shared.Preferences; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Shared.Roles { diff --git a/Content.Shared/Rotatable/RotatableComponent.cs b/Content.Shared/Rotatable/RotatableComponent.cs index 24aedea6d3..7bf09d557b 100644 --- a/Content.Shared/Rotatable/RotatableComponent.cs +++ b/Content.Shared/Rotatable/RotatableComponent.cs @@ -1,8 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; -using Robust.Shared.Maths; - namespace Content.Shared.Rotatable { [RegisterComponent] diff --git a/Content.Shared/Rotation/SharedRotationComponent.cs b/Content.Shared/Rotation/SharedRotationComponent.cs index 4091b81141..99ffd6dd84 100644 --- a/Content.Shared/Rotation/SharedRotationComponent.cs +++ b/Content.Shared/Rotation/SharedRotationComponent.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Rotation { diff --git a/Content.Shared/Rounding/ContentHelpers.cs b/Content.Shared/Rounding/ContentHelpers.cs index f3f89184aa..65fcb7e367 100644 --- a/Content.Shared/Rounding/ContentHelpers.cs +++ b/Content.Shared/Rounding/ContentHelpers.cs @@ -1,6 +1,4 @@ -using System; - -namespace Content.Shared.Rounding +namespace Content.Shared.Rounding { public static class ContentHelpers { diff --git a/Content.Shared/SMES/SharedSmesComponent.cs b/Content.Shared/SMES/SharedSmesComponent.cs index c6bfd9a543..720e346a79 100644 --- a/Content.Shared/SMES/SharedSmesComponent.cs +++ b/Content.Shared/SMES/SharedSmesComponent.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.SMES { diff --git a/Content.Shared/Security/DeployableBarrierVisuals.cs b/Content.Shared/Security/DeployableBarrierVisuals.cs index a25a925d35..147ae23bac 100644 --- a/Content.Shared/Security/DeployableBarrierVisuals.cs +++ b/Content.Shared/Security/DeployableBarrierVisuals.cs @@ -1,9 +1,4 @@ using Robust.Shared.Serialization; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace Content.Shared.Security { diff --git a/Content.Shared/Shuttles/Components/PilotComponent.cs b/Content.Shared/Shuttles/Components/PilotComponent.cs index 66640ad705..2381274a7f 100644 --- a/Content.Shared/Shuttles/Components/PilotComponent.cs +++ b/Content.Shared/Shuttles/Components/PilotComponent.cs @@ -1,12 +1,7 @@ -using System; using Content.Shared.ActionBlocker; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Map; using Robust.Shared.Serialization; -using Robust.Shared.ViewVariables; namespace Content.Shared.Shuttles.Components { diff --git a/Content.Shared/Shuttles/Components/SharedDockingComponent.cs b/Content.Shared/Shuttles/Components/SharedDockingComponent.cs index 8cec8518eb..5c829e969c 100644 --- a/Content.Shared/Shuttles/Components/SharedDockingComponent.cs +++ b/Content.Shared/Shuttles/Components/SharedDockingComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; - namespace Content.Shared.Shuttles.Components { public abstract class SharedDockingComponent : Component diff --git a/Content.Shared/Shuttles/Components/SharedShuttleComponent.cs b/Content.Shared/Shuttles/Components/SharedShuttleComponent.cs index ec91a1f337..cce6eb0769 100644 --- a/Content.Shared/Shuttles/Components/SharedShuttleComponent.cs +++ b/Content.Shared/Shuttles/Components/SharedShuttleComponent.cs @@ -1,6 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; - namespace Content.Shared.Shuttles.Components { public abstract class SharedShuttleComponent : Component diff --git a/Content.Shared/Shuttles/Components/SharedShuttleConsoleComponent.cs b/Content.Shared/Shuttles/Components/SharedShuttleConsoleComponent.cs index e651eb18d4..f1aee2e2ed 100644 --- a/Content.Shared/Shuttles/Components/SharedShuttleConsoleComponent.cs +++ b/Content.Shared/Shuttles/Components/SharedShuttleConsoleComponent.cs @@ -1,4 +1,3 @@ -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; namespace Content.Shared.Shuttles.Components diff --git a/Content.Shared/Shuttles/Components/SharedThrusterComponent.cs b/Content.Shared/Shuttles/Components/SharedThrusterComponent.cs index 7b258be986..e159a560f0 100644 --- a/Content.Shared/Shuttles/Components/SharedThrusterComponent.cs +++ b/Content.Shared/Shuttles/Components/SharedThrusterComponent.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Shuttles.Components diff --git a/Content.Shared/Singularity/Components/SharedContainmentFieldComponent.cs b/Content.Shared/Singularity/Components/SharedContainmentFieldComponent.cs index b019070f18..e8d56d087a 100644 --- a/Content.Shared/Singularity/Components/SharedContainmentFieldComponent.cs +++ b/Content.Shared/Singularity/Components/SharedContainmentFieldComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Singularity.Components { public abstract class SharedContainmentFieldComponent : Component diff --git a/Content.Shared/Singularity/Components/SharedContainmentFieldGeneratorComponent.cs b/Content.Shared/Singularity/Components/SharedContainmentFieldGeneratorComponent.cs index 812a7215ff..1764e1f78e 100644 --- a/Content.Shared/Singularity/Components/SharedContainmentFieldGeneratorComponent.cs +++ b/Content.Shared/Singularity/Components/SharedContainmentFieldGeneratorComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Singularity.Components { public abstract class SharedContainmentFieldGeneratorComponent : Component diff --git a/Content.Shared/Singularity/Components/SharedEmitterComponent.cs b/Content.Shared/Singularity/Components/SharedEmitterComponent.cs index 6c5a82e196..2fca9d4d0a 100644 --- a/Content.Shared/Singularity/Components/SharedEmitterComponent.cs +++ b/Content.Shared/Singularity/Components/SharedEmitterComponent.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Singularity.Components { diff --git a/Content.Shared/Singularity/Components/SharedParticleAcceleratorComponent.cs b/Content.Shared/Singularity/Components/SharedParticleAcceleratorComponent.cs index c18649a0b7..ce747aafc9 100644 --- a/Content.Shared/Singularity/Components/SharedParticleAcceleratorComponent.cs +++ b/Content.Shared/Singularity/Components/SharedParticleAcceleratorComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Singularity.Components { diff --git a/Content.Shared/Singularity/Components/SharedRadiationCollectorComponent.cs b/Content.Shared/Singularity/Components/SharedRadiationCollectorComponent.cs index 32890c42c5..0553cc4054 100644 --- a/Content.Shared/Singularity/Components/SharedRadiationCollectorComponent.cs +++ b/Content.Shared/Singularity/Components/SharedRadiationCollectorComponent.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Singularity.Components { diff --git a/Content.Shared/Singularity/Components/SharedSingularityComponent.cs b/Content.Shared/Singularity/Components/SharedSingularityComponent.cs index 11fcd3d947..93e8f96774 100644 --- a/Content.Shared/Singularity/Components/SharedSingularityComponent.cs +++ b/Content.Shared/Singularity/Components/SharedSingularityComponent.cs @@ -1,9 +1,5 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Singularity.Components { diff --git a/Content.Shared/Singularity/SharedSingularitySystem.cs b/Content.Shared/Singularity/SharedSingularitySystem.cs index a318555ee5..8b1fda2d58 100644 --- a/Content.Shared/Singularity/SharedSingularitySystem.cs +++ b/Content.Shared/Singularity/SharedSingularitySystem.cs @@ -1,10 +1,6 @@ -using System; using Content.Shared.Ghost; using Content.Shared.Radiation; using Content.Shared.Singularity.Components; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; using Robust.Shared.Physics; using Robust.Shared.Physics.Collision.Shapes; using Robust.Shared.Physics.Dynamics; diff --git a/Content.Shared/Singularity/SingularityVisuals.cs b/Content.Shared/Singularity/SingularityVisuals.cs index b54e9d385a..f21bf113b6 100644 --- a/Content.Shared/Singularity/SingularityVisuals.cs +++ b/Content.Shared/Singularity/SingularityVisuals.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Singularity { diff --git a/Content.Shared/Slippery/NoSlipComponent.cs b/Content.Shared/Slippery/NoSlipComponent.cs index a4bfb7152a..1003c1deab 100644 --- a/Content.Shared/Slippery/NoSlipComponent.cs +++ b/Content.Shared/Slippery/NoSlipComponent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Slippery { [RegisterComponent] diff --git a/Content.Shared/Slippery/SharedSlipperySystem.cs b/Content.Shared/Slippery/SharedSlipperySystem.cs index a311e4d90f..979eb8961c 100644 --- a/Content.Shared/Slippery/SharedSlipperySystem.cs +++ b/Content.Shared/Slippery/SharedSlipperySystem.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Shared.Administration.Logs; using Content.Shared.Database; @@ -8,8 +6,6 @@ using Content.Shared.StatusEffect; using Content.Shared.Stunnable; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Physics; using Robust.Shared.Physics.Dynamics; diff --git a/Content.Shared/Slippery/SlipperyComponent.cs b/Content.Shared/Slippery/SlipperyComponent.cs index 4cc3fe3667..e366342054 100644 --- a/Content.Shared/Slippery/SlipperyComponent.cs +++ b/Content.Shared/Slippery/SlipperyComponent.cs @@ -1,14 +1,7 @@ -using System; -using System.Collections.Generic; using System.Linq; using Content.Shared.Sound; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Maths; -using Robust.Shared.Players; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Slippery { diff --git a/Content.Shared/Smoking/SmokableState.cs b/Content.Shared/Smoking/SmokableState.cs index ca49cf3975..3206acb15b 100644 --- a/Content.Shared/Smoking/SmokableState.cs +++ b/Content.Shared/Smoking/SmokableState.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Smoking { diff --git a/Content.Shared/Smoking/SmokeVisuals.cs b/Content.Shared/Smoking/SmokeVisuals.cs index 70dddff63a..5617942357 100644 --- a/Content.Shared/Smoking/SmokeVisuals.cs +++ b/Content.Shared/Smoking/SmokeVisuals.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Smoking { diff --git a/Content.Shared/Smoking/SmokingVisuals.cs b/Content.Shared/Smoking/SmokingVisuals.cs index c571852882..0d12292c83 100644 --- a/Content.Shared/Smoking/SmokingVisuals.cs +++ b/Content.Shared/Smoking/SmokingVisuals.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Smoking { diff --git a/Content.Shared/Solar/SharedSolarControlConsoleComponent.cs b/Content.Shared/Solar/SharedSolarControlConsoleComponent.cs index 6a174051b3..0e9f32a303 100644 --- a/Content.Shared/Solar/SharedSolarControlConsoleComponent.cs +++ b/Content.Shared/Solar/SharedSolarControlConsoleComponent.cs @@ -1,6 +1,3 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; using Robust.Shared.Serialization; namespace Content.Shared.Solar diff --git a/Content.Shared/Sound/SoundSpecifier.cs b/Content.Shared/Sound/SoundSpecifier.cs index 730a316e44..3996c5e960 100644 --- a/Content.Shared/Sound/SoundSpecifier.cs +++ b/Content.Shared/Sound/SoundSpecifier.cs @@ -1,7 +1,6 @@ using Content.Shared.Audio; using JetBrains.Annotations; using Robust.Shared.Audio; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Utility; diff --git a/Content.Shared/Sound/SoundSpecifierTypeSerializer.cs b/Content.Shared/Sound/SoundSpecifierTypeSerializer.cs index d6af1f1d4f..4667022ed7 100644 --- a/Content.Shared/Sound/SoundSpecifierTypeSerializer.cs +++ b/Content.Shared/Sound/SoundSpecifierTypeSerializer.cs @@ -1,7 +1,4 @@ -using System; -using Robust.Shared.IoC; using Robust.Shared.Serialization.Manager; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.Markdown.Mapping; using Robust.Shared.Serialization.Markdown.Validation; using Robust.Shared.Serialization.Markdown.Value; diff --git a/Content.Shared/Spawning/EntitySystemExtensions.cs b/Content.Shared/Spawning/EntitySystemExtensions.cs index 497852f3a2..8fb3d08535 100644 --- a/Content.Shared/Spawning/EntitySystemExtensions.cs +++ b/Content.Shared/Spawning/EntitySystemExtensions.cs @@ -1,10 +1,6 @@ using System.Diagnostics.CodeAnalysis; using Content.Shared.Physics; -using Robust.Shared.GameObjects; using Robust.Shared.Map; -using Robust.Shared.Maths; -using Robust.Shared.Physics; -using Robust.Shared.Physics.Broadphase; namespace Content.Shared.Spawning { diff --git a/Content.Shared/Species/SpeciesPrototype.cs b/Content.Shared/Species/SpeciesPrototype.cs index 03277bdb76..056d2929c0 100644 --- a/Content.Shared/Species/SpeciesPrototype.cs +++ b/Content.Shared/Species/SpeciesPrototype.cs @@ -1,7 +1,5 @@ using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Shared.Species; diff --git a/Content.Shared/Speech/EntitySystems/SharedStutteringSystem.cs b/Content.Shared/Speech/EntitySystems/SharedStutteringSystem.cs index 5d00175e98..f6aaa3c983 100644 --- a/Content.Shared/Speech/EntitySystems/SharedStutteringSystem.cs +++ b/Content.Shared/Speech/EntitySystems/SharedStutteringSystem.cs @@ -1,6 +1,4 @@ -using System; using Content.Shared.StatusEffect; -using Robust.Shared.GameObjects; namespace Content.Shared.Speech.EntitySystems { diff --git a/Content.Shared/Speech/SharedSpeechComponent.cs b/Content.Shared/Speech/SharedSpeechComponent.cs index 4440ba0f3e..d9378eb280 100644 --- a/Content.Shared/Speech/SharedSpeechComponent.cs +++ b/Content.Shared/Speech/SharedSpeechComponent.cs @@ -1,12 +1,5 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Audio; -using Content.Shared.Sound; -using Content.Shared.Speech; -using Robust.Shared.Prototypes; -using Robust.Shared.Timing; -using System; namespace Content.Shared.Speech { diff --git a/Content.Shared/Speech/SpeakAttemptEvent.cs b/Content.Shared/Speech/SpeakAttemptEvent.cs index 078abcc372..c76ef4df25 100644 --- a/Content.Shared/Speech/SpeakAttemptEvent.cs +++ b/Content.Shared/Speech/SpeakAttemptEvent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Speech +namespace Content.Shared.Speech { public sealed class SpeakAttemptEvent : CancellableEntityEventArgs { diff --git a/Content.Shared/Speech/SpeechSoundsPrototype.cs b/Content.Shared/Speech/SpeechSoundsPrototype.cs index 5e1976d135..396974fe69 100644 --- a/Content.Shared/Speech/SpeechSoundsPrototype.cs +++ b/Content.Shared/Speech/SpeechSoundsPrototype.cs @@ -1,9 +1,4 @@ -using System.Collections.Generic; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; -using Robust.Shared.Audio; using Content.Shared.Sound; namespace Content.Shared.Speech diff --git a/Content.Shared/Speech/SpeechSystem.cs b/Content.Shared/Speech/SpeechSystem.cs index 9d22073597..8b7db74699 100644 --- a/Content.Shared/Speech/SpeechSystem.cs +++ b/Content.Shared/Speech/SpeechSystem.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Speech +namespace Content.Shared.Speech { public sealed class SpeechSystem : EntitySystem { diff --git a/Content.Shared/Stacks/SharedStackComponent.cs b/Content.Shared/Stacks/SharedStackComponent.cs index 1695ff76be..b8d7f3d717 100644 --- a/Content.Shared/Stacks/SharedStackComponent.cs +++ b/Content.Shared/Stacks/SharedStackComponent.cs @@ -1,12 +1,6 @@ -using System; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Players; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Shared.Stacks { diff --git a/Content.Shared/Stacks/StackPrototype.cs b/Content.Shared/Stacks/StackPrototype.cs index 77b011242e..4d4423af11 100644 --- a/Content.Shared/Stacks/StackPrototype.cs +++ b/Content.Shared/Stacks/StackPrototype.cs @@ -1,8 +1,6 @@ using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Utility; -using Robust.Shared.ViewVariables; namespace Content.Shared.Stacks { diff --git a/Content.Shared/Stacks/StackVisuals.cs b/Content.Shared/Stacks/StackVisuals.cs index b4099abf96..2f29b303fb 100644 --- a/Content.Shared/Stacks/StackVisuals.cs +++ b/Content.Shared/Stacks/StackVisuals.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Stacks diff --git a/Content.Shared/Standing/StandingStateComponent.cs b/Content.Shared/Standing/StandingStateComponent.cs index d86ecddcf8..d36313ea38 100644 --- a/Content.Shared/Standing/StandingStateComponent.cs +++ b/Content.Shared/Standing/StandingStateComponent.cs @@ -1,4 +1,3 @@ -using System; using Content.Shared.Sound; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/StationEvents/MsgStationEvents.cs b/Content.Shared/StationEvents/MsgStationEvents.cs index f6739f071e..f6e17a4ffc 100644 --- a/Content.Shared/StationEvents/MsgStationEvents.cs +++ b/Content.Shared/StationEvents/MsgStationEvents.cs @@ -1,13 +1,11 @@ -using System; -using System.IO; +using System.IO; using Lidgren.Network; -using Robust.Shared.IoC; using Robust.Shared.Network; using Robust.Shared.Serialization; namespace Content.Shared.StationEvents { - public sealed class MsgStationEvents : NetMessage + public sealed class MsgStationEvents : NetMessage { public override MsgGroups MsgGroup => MsgGroups.Command; diff --git a/Content.Shared/StatusEffect/StatusEffectPrototype.cs b/Content.Shared/StatusEffect/StatusEffectPrototype.cs index b47af4d713..f3f2b8abf3 100644 --- a/Content.Shared/StatusEffect/StatusEffectPrototype.cs +++ b/Content.Shared/StatusEffect/StatusEffectPrototype.cs @@ -1,6 +1,5 @@ using Content.Shared.Alert; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.StatusEffect { diff --git a/Content.Shared/StatusEffect/StatusEffectsComponent.cs b/Content.Shared/StatusEffect/StatusEffectsComponent.cs index c95e57f85d..02f1aa9c09 100644 --- a/Content.Shared/StatusEffect/StatusEffectsComponent.cs +++ b/Content.Shared/StatusEffect/StatusEffectsComponent.cs @@ -1,11 +1,5 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.GameStates; +using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.StatusEffect { diff --git a/Content.Shared/StatusEffect/StatusEffectsSystem.cs b/Content.Shared/StatusEffect/StatusEffectsSystem.cs index 40019a8926..e445dbb5c7 100644 --- a/Content.Shared/StatusEffect/StatusEffectsSystem.cs +++ b/Content.Shared/StatusEffect/StatusEffectsSystem.cs @@ -1,9 +1,6 @@ -using System; using System.Diagnostics.CodeAnalysis; using Content.Shared.Alert; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Prototypes; using Robust.Shared.Timing; using Robust.Shared.Utility; diff --git a/Content.Shared/Storage/Components/ItemCounterComponent.cs b/Content.Shared/Storage/Components/ItemCounterComponent.cs index a56bfea063..2123bea9d3 100644 --- a/Content.Shared/Storage/Components/ItemCounterComponent.cs +++ b/Content.Shared/Storage/Components/ItemCounterComponent.cs @@ -1,8 +1,5 @@ using Content.Shared.Storage.EntitySystems; using Content.Shared.Whitelist; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Storage.Components { diff --git a/Content.Shared/Storage/Components/ItemMapperComponent.cs b/Content.Shared/Storage/Components/ItemMapperComponent.cs index c3a21ffc2a..c293802f58 100644 --- a/Content.Shared/Storage/Components/ItemMapperComponent.cs +++ b/Content.Shared/Storage/Components/ItemMapperComponent.cs @@ -1,9 +1,5 @@ -using System.Collections.Generic; -using Content.Shared.Storage.EntitySystems; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; +using Content.Shared.Storage.EntitySystems; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Storage.Components { diff --git a/Content.Shared/Storage/Components/SharedBagOpenVisuals.cs b/Content.Shared/Storage/Components/SharedBagOpenVisuals.cs index 7712a8ceb6..fa8c952136 100644 --- a/Content.Shared/Storage/Components/SharedBagOpenVisuals.cs +++ b/Content.Shared/Storage/Components/SharedBagOpenVisuals.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Storage.Components diff --git a/Content.Shared/Storage/Components/SharedMapLayerData.cs b/Content.Shared/Storage/Components/SharedMapLayerData.cs index 604b106cb3..112a787401 100644 --- a/Content.Shared/Storage/Components/SharedMapLayerData.cs +++ b/Content.Shared/Storage/Components/SharedMapLayerData.cs @@ -1,8 +1,5 @@ -using System; -using System.Collections.Generic; using Content.Shared.Whitelist; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Shared.Storage.Components { diff --git a/Content.Shared/Storage/EntitySystems/SharedItemCounterSystem.cs b/Content.Shared/Storage/EntitySystems/SharedItemCounterSystem.cs index b1715fdfdc..4082528da9 100644 --- a/Content.Shared/Storage/EntitySystems/SharedItemCounterSystem.cs +++ b/Content.Shared/Storage/EntitySystems/SharedItemCounterSystem.cs @@ -2,8 +2,6 @@ using Content.Shared.Storage.Components; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Shared.Storage.EntitySystems { diff --git a/Content.Shared/Storage/EntitySystems/SharedItemMapperSystem.cs b/Content.Shared/Storage/EntitySystems/SharedItemMapperSystem.cs index 5aabe3afb7..6e9d4f9c19 100644 --- a/Content.Shared/Storage/EntitySystems/SharedItemMapperSystem.cs +++ b/Content.Shared/Storage/EntitySystems/SharedItemMapperSystem.cs @@ -1,9 +1,6 @@ -using System.Collections.Generic; -using Content.Shared.Storage.Components; +using Content.Shared.Storage.Components; using JetBrains.Annotations; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Shared.Storage.EntitySystems { diff --git a/Content.Shared/Storage/SharedStorageComponent.cs b/Content.Shared/Storage/SharedStorageComponent.cs index 8bd1229c89..3b101a4366 100644 --- a/Content.Shared/Storage/SharedStorageComponent.cs +++ b/Content.Shared/Storage/SharedStorageComponent.cs @@ -1,7 +1,3 @@ -using System.Linq; -using Content.Shared.ActionBlocker; -using Content.Shared.DragDrop; -using Content.Shared.Placeable; using Robust.Shared.GameStates; using Robust.Shared.Map; using Robust.Shared.Serialization; diff --git a/Content.Shared/Strip/Components/SharedStrippingComponent.cs b/Content.Shared/Strip/Components/SharedStrippingComponent.cs index 33ea82fb64..9131b18edc 100644 --- a/Content.Shared/Strip/Components/SharedStrippingComponent.cs +++ b/Content.Shared/Strip/Components/SharedStrippingComponent.cs @@ -1,6 +1,4 @@ using Content.Shared.DragDrop; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; namespace Content.Shared.Strip.Components { diff --git a/Content.Shared/Stunnable/KnockedDownComponent.cs b/Content.Shared/Stunnable/KnockedDownComponent.cs index a3f0526203..81899e122d 100644 --- a/Content.Shared/Stunnable/KnockedDownComponent.cs +++ b/Content.Shared/Stunnable/KnockedDownComponent.cs @@ -1,11 +1,6 @@ -using System; -using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; +using Content.Shared.Sound; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Stunnable { diff --git a/Content.Shared/Stunnable/SharedStunSystem.cs b/Content.Shared/Stunnable/SharedStunSystem.cs index d9a8cd1823..9143dab672 100644 --- a/Content.Shared/Stunnable/SharedStunSystem.cs +++ b/Content.Shared/Stunnable/SharedStunSystem.cs @@ -1,4 +1,3 @@ -using System; using Content.Shared.ActionBlocker; using Content.Shared.Audio; using Content.Shared.DragDrop; @@ -7,19 +6,14 @@ using Content.Shared.Interaction.Events; using Content.Shared.Inventory.Events; using Content.Shared.Item; using Content.Shared.Movement; -using Content.Shared.Movement.Components; using Content.Shared.Movement.EntitySystems; -using Content.Shared.Speech; using Content.Shared.Standing; using Content.Shared.StatusEffect; using Content.Shared.Throwing; using JetBrains.Annotations; using Robust.Shared.Audio; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; using Robust.Shared.Player; -using Robust.Shared.Timing; namespace Content.Shared.Stunnable { diff --git a/Content.Shared/Stunnable/SlowedDownComponent.cs b/Content.Shared/Stunnable/SlowedDownComponent.cs index 68fd3d176b..4106814577 100644 --- a/Content.Shared/Stunnable/SlowedDownComponent.cs +++ b/Content.Shared/Stunnable/SlowedDownComponent.cs @@ -1,8 +1,4 @@ -using System; -using Content.Shared.Movement.Components; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; -using Robust.Shared.GameStates; +using Robust.Shared.GameStates; using Robust.Shared.Serialization; namespace Content.Shared.Stunnable diff --git a/Content.Shared/Stunnable/StunnedComponent.cs b/Content.Shared/Stunnable/StunnedComponent.cs index 0b50050b72..a03e4df1da 100644 --- a/Content.Shared/Stunnable/StunnedComponent.cs +++ b/Content.Shared/Stunnable/StunnedComponent.cs @@ -1,12 +1,4 @@ -using System; -using Content.Shared.Movement.Components; -using Content.Shared.Sound; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Stunnable { diff --git a/Content.Shared/SubFloor/SubFloorHideComponent.cs b/Content.Shared/SubFloor/SubFloorHideComponent.cs index c72e2518d0..5da08fd52f 100644 --- a/Content.Shared/SubFloor/SubFloorHideComponent.cs +++ b/Content.Shared/SubFloor/SubFloorHideComponent.cs @@ -1,5 +1,4 @@ using Robust.Shared.GameStates; -using Robust.Shared.Serialization; namespace Content.Shared.SubFloor { diff --git a/Content.Shared/Suspicion/SharedSuspicionRoleComponent.cs b/Content.Shared/Suspicion/SharedSuspicionRoleComponent.cs index e3018c19e6..09d8a6cd59 100644 --- a/Content.Shared/Suspicion/SharedSuspicionRoleComponent.cs +++ b/Content.Shared/Suspicion/SharedSuspicionRoleComponent.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/Suspicion/SuspicionMessages.cs b/Content.Shared/Suspicion/SuspicionMessages.cs index 41be6f0545..7254e2d177 100644 --- a/Content.Shared/Suspicion/SuspicionMessages.cs +++ b/Content.Shared/Suspicion/SuspicionMessages.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Suspicion { diff --git a/Content.Shared/Tabletop/Events/TabletopMoveEvent.cs b/Content.Shared/Tabletop/Events/TabletopMoveEvent.cs index 10a0d01e27..f6ac2e53a0 100644 --- a/Content.Shared/Tabletop/Events/TabletopMoveEvent.cs +++ b/Content.Shared/Tabletop/Events/TabletopMoveEvent.cs @@ -1,6 +1,4 @@ -using System; -using Content.Shared.Tabletop.Components; -using Robust.Shared.GameObjects; +using Content.Shared.Tabletop.Components; using Robust.Shared.Map; using Robust.Shared.Serialization; diff --git a/Content.Shared/Tabletop/Events/TabletopPlayEvent.cs b/Content.Shared/Tabletop/Events/TabletopPlayEvent.cs index 513750b9c6..dfd3079e2f 100644 --- a/Content.Shared/Tabletop/Events/TabletopPlayEvent.cs +++ b/Content.Shared/Tabletop/Events/TabletopPlayEvent.cs @@ -1,7 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Tabletop.Events { diff --git a/Content.Shared/Tabletop/Events/TabletopStopPlayingEvent.cs b/Content.Shared/Tabletop/Events/TabletopStopPlayingEvent.cs index 565ee1380a..f52bede662 100644 --- a/Content.Shared/Tabletop/Events/TabletopStopPlayingEvent.cs +++ b/Content.Shared/Tabletop/Events/TabletopStopPlayingEvent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Tabletop.Events { diff --git a/Content.Shared/Tabletop/SharedTabletopSystem.cs b/Content.Shared/Tabletop/SharedTabletopSystem.cs index 92476333f7..b3a713902b 100644 --- a/Content.Shared/Tabletop/SharedTabletopSystem.cs +++ b/Content.Shared/Tabletop/SharedTabletopSystem.cs @@ -1,7 +1,6 @@ using Content.Shared.ActionBlocker; using Content.Shared.Hands.Components; using Content.Shared.Interaction; -using Content.Shared.Stunnable; using Content.Shared.Tabletop.Components; using Robust.Shared.Network; using Robust.Shared.Serialization; diff --git a/Content.Shared/Tabletop/TabletopItemVisuals.cs b/Content.Shared/Tabletop/TabletopItemVisuals.cs index f6fff46057..94887feac7 100644 --- a/Content.Shared/Tabletop/TabletopItemVisuals.cs +++ b/Content.Shared/Tabletop/TabletopItemVisuals.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Tabletop { diff --git a/Content.Shared/Tag/TagComponentState.cs b/Content.Shared/Tag/TagComponentState.cs index 1ecce9fee2..9919aba108 100644 --- a/Content.Shared/Tag/TagComponentState.cs +++ b/Content.Shared/Tag/TagComponentState.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Tag diff --git a/Content.Shared/Tag/TagPrototype.cs b/Content.Shared/Tag/TagPrototype.cs index b653ec95c3..d1195e39cc 100644 --- a/Content.Shared/Tag/TagPrototype.cs +++ b/Content.Shared/Tag/TagPrototype.cs @@ -1,6 +1,4 @@ using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.Tag { diff --git a/Content.Shared/Targeting/TargetingZone.cs b/Content.Shared/Targeting/TargetingZone.cs index 2fb936bf41..733563d7e4 100644 --- a/Content.Shared/Targeting/TargetingZone.cs +++ b/Content.Shared/Targeting/TargetingZone.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Targeting diff --git a/Content.Shared/Temperature/IsHotEvent.cs b/Content.Shared/Temperature/IsHotEvent.cs index e68a6f2268..a473262649 100644 --- a/Content.Shared/Temperature/IsHotEvent.cs +++ b/Content.Shared/Temperature/IsHotEvent.cs @@ -1,7 +1,4 @@ -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; - -namespace Content.Shared.Temperature +namespace Content.Shared.Temperature { /// /// Directed event raised on entities to query whether they're "hot" or not. diff --git a/Content.Shared/Throwing/IThrown.cs b/Content.Shared/Throwing/IThrown.cs index c25f7da07f..7946ac1903 100644 --- a/Content.Shared/Throwing/IThrown.cs +++ b/Content.Shared/Throwing/IThrown.cs @@ -1,5 +1,4 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; namespace Content.Shared.Throwing { diff --git a/Content.Shared/Throwing/LandEvent.cs b/Content.Shared/Throwing/LandEvent.cs index 198aeeb5a4..5384cfff99 100644 --- a/Content.Shared/Throwing/LandEvent.cs +++ b/Content.Shared/Throwing/LandEvent.cs @@ -1,6 +1,4 @@ using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Map; namespace Content.Shared.Throwing { diff --git a/Content.Shared/Throwing/ThrowAttemptEvent.cs b/Content.Shared/Throwing/ThrowAttemptEvent.cs index 044ada0ebe..23ef048b0a 100644 --- a/Content.Shared/Throwing/ThrowAttemptEvent.cs +++ b/Content.Shared/Throwing/ThrowAttemptEvent.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; - -namespace Content.Shared.Throwing +namespace Content.Shared.Throwing { public sealed class ThrowAttemptEvent : CancellableEntityEventArgs { diff --git a/Content.Shared/Throwing/ThrowEvents.cs b/Content.Shared/Throwing/ThrowEvents.cs index 34a3145e95..da3948cd03 100644 --- a/Content.Shared/Throwing/ThrowEvents.cs +++ b/Content.Shared/Throwing/ThrowEvents.cs @@ -1,8 +1,3 @@ -using System; -using JetBrains.Annotations; -using Robust.Shared.Analyzers; -using Robust.Shared.GameObjects; - namespace Content.Shared.Throwing { /// diff --git a/Content.Shared/Throwing/ThrownItemComponent.cs b/Content.Shared/Throwing/ThrownItemComponent.cs index 6895e22404..d95eda3feb 100644 --- a/Content.Shared/Throwing/ThrownItemComponent.cs +++ b/Content.Shared/Throwing/ThrownItemComponent.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/Throwing/ThrownItemSystem.cs b/Content.Shared/Throwing/ThrownItemSystem.cs index 316b64f8a5..4a1ba3941e 100644 --- a/Content.Shared/Throwing/ThrownItemSystem.cs +++ b/Content.Shared/Throwing/ThrownItemSystem.cs @@ -4,10 +4,7 @@ using Content.Shared.Hands.Components; using Content.Shared.Physics; using Content.Shared.Physics.Pull; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.IoC; -using Robust.Shared.Log; using Robust.Shared.Physics; using Robust.Shared.Physics.Dynamics; using System.Linq; diff --git a/Content.Shared/Toilet/SharedWaterclosetVisuals.cs b/Content.Shared/Toilet/SharedWaterclosetVisuals.cs index 6c66ef8305..7471247004 100644 --- a/Content.Shared/Toilet/SharedWaterclosetVisuals.cs +++ b/Content.Shared/Toilet/SharedWaterclosetVisuals.cs @@ -1,4 +1,3 @@ -using System; using Robust.Shared.Serialization; namespace Content.Shared.Toilet diff --git a/Content.Shared/Tools/Components/SharedMultipleToolComponent.cs b/Content.Shared/Tools/Components/SharedMultipleToolComponent.cs index 597d6f1e3c..087d1b2ce3 100644 --- a/Content.Shared/Tools/Components/SharedMultipleToolComponent.cs +++ b/Content.Shared/Tools/Components/SharedMultipleToolComponent.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/Tools/Components/SharedWelderComponent.cs b/Content.Shared/Tools/Components/SharedWelderComponent.cs index fd8a3592f2..29ff5fe99b 100644 --- a/Content.Shared/Tools/Components/SharedWelderComponent.cs +++ b/Content.Shared/Tools/Components/SharedWelderComponent.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; diff --git a/Content.Shared/Tools/ToolQualityPrototype.cs b/Content.Shared/Tools/ToolQualityPrototype.cs index b8a52b9470..90263da1dd 100644 --- a/Content.Shared/Tools/ToolQualityPrototype.cs +++ b/Content.Shared/Tools/ToolQualityPrototype.cs @@ -1,6 +1,4 @@ -using Content.Shared.Sound; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Utility; diff --git a/Content.Shared/Traitor/Uplink/UplinkAccount.cs b/Content.Shared/Traitor/Uplink/UplinkAccount.cs index ec2684c6b9..f27399a2ae 100644 --- a/Content.Shared/Traitor/Uplink/UplinkAccount.cs +++ b/Content.Shared/Traitor/Uplink/UplinkAccount.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; - namespace Content.Shared.Traitor.Uplink { public sealed class UplinkAccount diff --git a/Content.Shared/Traitor/Uplink/UplinkAccountData.cs b/Content.Shared/Traitor/Uplink/UplinkAccountData.cs index dcbc548572..2b3cb4e149 100644 --- a/Content.Shared/Traitor/Uplink/UplinkAccountData.cs +++ b/Content.Shared/Traitor/Uplink/UplinkAccountData.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; -using System; namespace Content.Shared.Traitor.Uplink { diff --git a/Content.Shared/Traitor/Uplink/UplinkListingData.cs b/Content.Shared/Traitor/Uplink/UplinkListingData.cs index 3ac74eeff5..848054f0be 100644 --- a/Content.Shared/Traitor/Uplink/UplinkListingData.cs +++ b/Content.Shared/Traitor/Uplink/UplinkListingData.cs @@ -1,8 +1,6 @@ using Content.Shared.PDA; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; using Robust.Shared.Utility; -using System; namespace Content.Shared.Traitor.Uplink { diff --git a/Content.Shared/Traitor/Uplink/UplinkMessagesUI.cs b/Content.Shared/Traitor/Uplink/UplinkMessagesUI.cs index aa516e6a54..d783476285 100644 --- a/Content.Shared/Traitor/Uplink/UplinkMessagesUI.cs +++ b/Content.Shared/Traitor/Uplink/UplinkMessagesUI.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; -using System; namespace Content.Shared.Traitor.Uplink { diff --git a/Content.Shared/Traitor/Uplink/UplinkNetworkEvents.cs b/Content.Shared/Traitor/Uplink/UplinkNetworkEvents.cs index 88b7f2feda..b524f84df3 100644 --- a/Content.Shared/Traitor/Uplink/UplinkNetworkEvents.cs +++ b/Content.Shared/Traitor/Uplink/UplinkNetworkEvents.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; -using System; namespace Content.Shared.Traitor.Uplink { diff --git a/Content.Shared/Traitor/Uplink/UplinkUpdateState.cs b/Content.Shared/Traitor/Uplink/UplinkUpdateState.cs index a89a0a5bb5..6d13316ffe 100644 --- a/Content.Shared/Traitor/Uplink/UplinkUpdateState.cs +++ b/Content.Shared/Traitor/Uplink/UplinkUpdateState.cs @@ -1,6 +1,4 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; -using System; namespace Content.Shared.Traitor.Uplink { diff --git a/Content.Shared/Traitor/Uplink/UplinkVisuals.cs b/Content.Shared/Traitor/Uplink/UplinkVisuals.cs index 4d5204cd52..e171100608 100644 --- a/Content.Shared/Traitor/Uplink/UplinkVisuals.cs +++ b/Content.Shared/Traitor/Uplink/UplinkVisuals.cs @@ -1,5 +1,4 @@ using Robust.Shared.Serialization; -using System; namespace Content.Shared.Traitor.Uplink { diff --git a/Content.Shared/Transform/TransformExtensions.cs b/Content.Shared/Transform/TransformExtensions.cs index a8a389234a..89218c2eab 100644 --- a/Content.Shared/Transform/TransformExtensions.cs +++ b/Content.Shared/Transform/TransformExtensions.cs @@ -1,7 +1,4 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; - -namespace Content.Shared.Transform +namespace Content.Shared.Transform { public static class TransformExtensions { diff --git a/Content.Shared/Vapor/SharedVaporComponent.cs b/Content.Shared/Vapor/SharedVaporComponent.cs index 8ea575ed7f..4fe3335a6e 100644 --- a/Content.Shared/Vapor/SharedVaporComponent.cs +++ b/Content.Shared/Vapor/SharedVaporComponent.cs @@ -1,6 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Vapor { diff --git a/Content.Shared/Vehicle/Components/VehicleComponent.cs b/Content.Shared/Vehicle/Components/VehicleComponent.cs index bcb7204f8a..30464e5ddb 100644 --- a/Content.Shared/Vehicle/Components/VehicleComponent.cs +++ b/Content.Shared/Vehicle/Components/VehicleComponent.cs @@ -3,7 +3,6 @@ using Content.Shared.Sound; using Content.Shared.Containers.ItemSlots; using Robust.Shared.Audio; using Robust.Shared.Utility; -using Content.Shared.Whitelist; namespace Content.Shared.Vehicle.Components { diff --git a/Content.Shared/VendingMachines/SharedVendingMachineComponent.cs b/Content.Shared/VendingMachines/SharedVendingMachineComponent.cs index b6eadb3254..a122c6d4de 100644 --- a/Content.Shared/VendingMachines/SharedVendingMachineComponent.cs +++ b/Content.Shared/VendingMachines/SharedVendingMachineComponent.cs @@ -1,9 +1,5 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Serialization; -using Robust.Shared.ViewVariables; namespace Content.Shared.VendingMachines { diff --git a/Content.Shared/VendingMachines/VendingMachineInventoryPrototype.cs b/Content.Shared/VendingMachines/VendingMachineInventoryPrototype.cs index d38715fd8f..331fee3adb 100644 --- a/Content.Shared/VendingMachines/VendingMachineInventoryPrototype.cs +++ b/Content.Shared/VendingMachines/VendingMachineInventoryPrototype.cs @@ -1,9 +1,5 @@ -using System; -using System.Collections.Generic; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Shared.VendingMachines { diff --git a/Content.Shared/Verbs/SharedVerbSystem.cs b/Content.Shared/Verbs/SharedVerbSystem.cs index c7716757a3..0b8a93ec6d 100644 --- a/Content.Shared/Verbs/SharedVerbSystem.cs +++ b/Content.Shared/Verbs/SharedVerbSystem.cs @@ -1,13 +1,7 @@ -using System; -using System.Collections.Generic; using Content.Shared.ActionBlocker; -using Content.Shared.Examine; using Content.Shared.Hands.Components; using Content.Shared.Interaction; using Robust.Shared.Containers; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Utility; namespace Content.Shared.Verbs { diff --git a/Content.Shared/Verbs/Verb.cs b/Content.Shared/Verbs/Verb.cs index 0c585cb079..f23c68abff 100644 --- a/Content.Shared/Verbs/Verb.cs +++ b/Content.Shared/Verbs/Verb.cs @@ -1,9 +1,6 @@ -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; using Robust.Shared.Utility; -using System; using Content.Shared.Database; -using System.Collections.Generic; namespace Content.Shared.Verbs { diff --git a/Content.Shared/Verbs/VerbCategory.cs b/Content.Shared/Verbs/VerbCategory.cs index 96b0c1027e..eaa6b7521f 100644 --- a/Content.Shared/Verbs/VerbCategory.cs +++ b/Content.Shared/Verbs/VerbCategory.cs @@ -1,7 +1,5 @@ -using Robust.Shared.Localization; using Robust.Shared.Serialization; using Robust.Shared.Utility; -using System; namespace Content.Shared.Verbs { diff --git a/Content.Shared/Voting/MsgVoteCanCall.cs b/Content.Shared/Voting/MsgVoteCanCall.cs index 408bff8487..7618bfd518 100644 --- a/Content.Shared/Voting/MsgVoteCanCall.cs +++ b/Content.Shared/Voting/MsgVoteCanCall.cs @@ -1,5 +1,4 @@ -using System; -using Lidgren.Network; +using Lidgren.Network; using Robust.Shared.Network; namespace Content.Shared.Voting diff --git a/Content.Shared/Voting/MsgVoteData.cs b/Content.Shared/Voting/MsgVoteData.cs index b9df59a36c..108a5b0e0e 100644 --- a/Content.Shared/Voting/MsgVoteData.cs +++ b/Content.Shared/Voting/MsgVoteData.cs @@ -1,5 +1,4 @@ -using System; -using Lidgren.Network; +using Lidgren.Network; using Robust.Shared.Network; namespace Content.Shared.Voting diff --git a/Content.Shared/Wall/ReinforcedWallVisuals.cs b/Content.Shared/Wall/ReinforcedWallVisuals.cs index 17a99c033e..00a66b6787 100644 --- a/Content.Shared/Wall/ReinforcedWallVisuals.cs +++ b/Content.Shared/Wall/ReinforcedWallVisuals.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Wall { diff --git a/Content.Shared/Weapons/Melee/AttackEvent.cs b/Content.Shared/Weapons/Melee/AttackEvent.cs index 7331fb0056..06f238a625 100644 --- a/Content.Shared/Weapons/Melee/AttackEvent.cs +++ b/Content.Shared/Weapons/Melee/AttackEvent.cs @@ -1,5 +1,3 @@ -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Shared.Weapons.Melee diff --git a/Content.Shared/Weapons/Melee/MeleeWeaponAnimationPrototype.cs b/Content.Shared/Weapons/Melee/MeleeWeaponAnimationPrototype.cs index 947640859c..cdfc369393 100644 --- a/Content.Shared/Weapons/Melee/MeleeWeaponAnimationPrototype.cs +++ b/Content.Shared/Weapons/Melee/MeleeWeaponAnimationPrototype.cs @@ -1,9 +1,5 @@ -using System; -using Robust.Shared.Maths; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Robust.Shared.ViewVariables; namespace Content.Shared.Weapons.Melee { diff --git a/Content.Shared/Weapons/Melee/MeleeWeaponSystemMessages.cs b/Content.Shared/Weapons/Melee/MeleeWeaponSystemMessages.cs index 088fec634b..2b336af046 100644 --- a/Content.Shared/Weapons/Melee/MeleeWeaponSystemMessages.cs +++ b/Content.Shared/Weapons/Melee/MeleeWeaponSystemMessages.cs @@ -1,7 +1,3 @@ -using System; -using System.Collections.Generic; -using Robust.Shared.GameObjects; -using Robust.Shared.Maths; using Robust.Shared.Serialization; namespace Content.Shared.Weapons.Melee diff --git a/Content.Shared/Weapons/Ranged/Barrels/Components/SharedBoltActionBarrelComponent.cs b/Content.Shared/Weapons/Ranged/Barrels/Components/SharedBoltActionBarrelComponent.cs index 1fc9272274..ff87754280 100644 --- a/Content.Shared/Weapons/Ranged/Barrels/Components/SharedBoltActionBarrelComponent.cs +++ b/Content.Shared/Weapons/Ranged/Barrels/Components/SharedBoltActionBarrelComponent.cs @@ -1,6 +1,4 @@ -using System; -using Content.Shared.Weapons.Ranged.Components; -using Robust.Shared.GameObjects; +using Content.Shared.Weapons.Ranged.Components; using Robust.Shared.Serialization; namespace Content.Shared.Weapons.Ranged.Barrels.Components diff --git a/Content.Shared/Weapons/Ranged/Barrels/Components/SharedMagazineBarrelComponent.cs b/Content.Shared/Weapons/Ranged/Barrels/Components/SharedMagazineBarrelComponent.cs index aaeb58678f..6d07fcb6d5 100644 --- a/Content.Shared/Weapons/Ranged/Barrels/Components/SharedMagazineBarrelComponent.cs +++ b/Content.Shared/Weapons/Ranged/Barrels/Components/SharedMagazineBarrelComponent.cs @@ -1,6 +1,4 @@ -using System; using Content.Shared.Weapons.Ranged.Components; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Weapons.Ranged.Barrels.Components diff --git a/Content.Shared/Weapons/Ranged/Barrels/Components/SharedPumpBarrelComponent.cs b/Content.Shared/Weapons/Ranged/Barrels/Components/SharedPumpBarrelComponent.cs index 35353f4326..bb910abc2b 100644 --- a/Content.Shared/Weapons/Ranged/Barrels/Components/SharedPumpBarrelComponent.cs +++ b/Content.Shared/Weapons/Ranged/Barrels/Components/SharedPumpBarrelComponent.cs @@ -1,6 +1,4 @@ -using System; -using Content.Shared.Weapons.Ranged.Components; -using Robust.Shared.GameObjects; +using Content.Shared.Weapons.Ranged.Components; using Robust.Shared.Serialization; namespace Content.Shared.Weapons.Ranged.Barrels.Components diff --git a/Content.Shared/Weapons/Ranged/Barrels/Components/SharedRevolverBarrelComponent.cs b/Content.Shared/Weapons/Ranged/Barrels/Components/SharedRevolverBarrelComponent.cs index 17cb18216b..133ca84462 100644 --- a/Content.Shared/Weapons/Ranged/Barrels/Components/SharedRevolverBarrelComponent.cs +++ b/Content.Shared/Weapons/Ranged/Barrels/Components/SharedRevolverBarrelComponent.cs @@ -1,6 +1,4 @@ -using System; -using Content.Shared.Weapons.Ranged.Components; -using Robust.Shared.GameObjects; +using Content.Shared.Weapons.Ranged.Components; using Robust.Shared.Serialization; namespace Content.Shared.Weapons.Ranged.Barrels.Components diff --git a/Content.Shared/Weapons/Ranged/Components/SharedRangedBarrelComponent.cs b/Content.Shared/Weapons/Ranged/Components/SharedRangedBarrelComponent.cs index 62aa2d87d6..0e49acfe89 100644 --- a/Content.Shared/Weapons/Ranged/Components/SharedRangedBarrelComponent.cs +++ b/Content.Shared/Weapons/Ranged/Components/SharedRangedBarrelComponent.cs @@ -1,8 +1,4 @@ -using System; -using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; - -namespace Content.Shared.Weapons.Ranged.Components +namespace Content.Shared.Weapons.Ranged.Components { public abstract class SharedRangedBarrelComponent : Component { diff --git a/Content.Shared/Weapons/Ranged/Components/SharedRangedWeaponComponent.cs b/Content.Shared/Weapons/Ranged/Components/SharedRangedWeaponComponent.cs index 605dbc52fa..0a9749752c 100644 --- a/Content.Shared/Weapons/Ranged/Components/SharedRangedWeaponComponent.cs +++ b/Content.Shared/Weapons/Ranged/Components/SharedRangedWeaponComponent.cs @@ -1,8 +1,5 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Map; -using Robust.Shared.Maths; using Robust.Shared.Serialization; namespace Content.Shared.Weapons.Ranged.Components diff --git a/Content.Shared/Weapons/Ranged/MagazineAutoEjectEvent.cs b/Content.Shared/Weapons/Ranged/MagazineAutoEjectEvent.cs index ceca33c3ed..d241cb9703 100644 --- a/Content.Shared/Weapons/Ranged/MagazineAutoEjectEvent.cs +++ b/Content.Shared/Weapons/Ranged/MagazineAutoEjectEvent.cs @@ -1,5 +1,3 @@ -using System; -using Robust.Shared.GameObjects; using Robust.Shared.Serialization; namespace Content.Shared.Weapons.Ranged diff --git a/Content.Shared/Wires/SharedWireVisComponent.cs b/Content.Shared/Wires/SharedWireVisComponent.cs index df9f0837c2..532d197341 100644 --- a/Content.Shared/Wires/SharedWireVisComponent.cs +++ b/Content.Shared/Wires/SharedWireVisComponent.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Wires { diff --git a/Content.Shared/Wires/SharedWiresComponent.cs b/Content.Shared/Wires/SharedWiresComponent.cs index 5daf6b4c78..f10c5dd292 100644 --- a/Content.Shared/Wires/SharedWiresComponent.cs +++ b/Content.Shared/Wires/SharedWiresComponent.cs @@ -1,9 +1,5 @@ -using System; using System.Diagnostics.CodeAnalysis; using JetBrains.Annotations; -using Robust.Shared.GameObjects; -using Robust.Shared.Localization; -using Robust.Shared.Maths; using Robust.Shared.Serialization; namespace Content.Shared.Wires diff --git a/Content.Shared/Xenoarchaeology/XenoArtifacts/SharedArtifact.cs b/Content.Shared/Xenoarchaeology/XenoArtifacts/SharedArtifact.cs index d10c4a325d..917ed6bb97 100644 --- a/Content.Shared/Xenoarchaeology/XenoArtifacts/SharedArtifact.cs +++ b/Content.Shared/Xenoarchaeology/XenoArtifacts/SharedArtifact.cs @@ -1,5 +1,4 @@ -using System; -using Robust.Shared.Serialization; +using Robust.Shared.Serialization; namespace Content.Shared.Xenoarchaeology.XenoArtifacts; diff --git a/Content.Tests/Client/ClickMapTest.cs b/Content.Tests/Client/ClickMapTest.cs index 88e8e93e29..c8dc80a529 100644 --- a/Content.Tests/Client/ClickMapTest.cs +++ b/Content.Tests/Client/ClickMapTest.cs @@ -1,4 +1,3 @@ -using Content.Client; using Content.Client.Clickable; using NUnit.Framework; using SixLabors.ImageSharp; diff --git a/Content.Tests/ContentUnitTest.cs b/Content.Tests/ContentUnitTest.cs index 04bc5fa61d..827c4e2f43 100644 --- a/Content.Tests/ContentUnitTest.cs +++ b/Content.Tests/ContentUnitTest.cs @@ -1,10 +1,7 @@ using System.Collections.Generic; using System.Reflection; -using Content.Client; using Content.Client.IoC; -using Content.Server; using Content.Server.IoC; -using Content.Shared; using Content.Shared.IoC; using Robust.Shared.Analyzers; using Robust.UnitTesting; diff --git a/Content.Tests/Shared/Administration/Logs/LogTypeTests.cs b/Content.Tests/Shared/Administration/Logs/LogTypeTests.cs index 5ae269a8f3..da52469bd6 100644 --- a/Content.Tests/Shared/Administration/Logs/LogTypeTests.cs +++ b/Content.Tests/Shared/Administration/Logs/LogTypeTests.cs @@ -1,6 +1,5 @@ using System; using System.Linq; -using Content.Shared.Administration.Logs; using Content.Shared.Database; using NUnit.Framework; diff --git a/Content.Tests/Shared/Alert/AlertManagerTests.cs b/Content.Tests/Shared/Alert/AlertManagerTests.cs index 6c00b88c4f..3edf34bd20 100644 --- a/Content.Tests/Shared/Alert/AlertManagerTests.cs +++ b/Content.Tests/Shared/Alert/AlertManagerTests.cs @@ -1,7 +1,6 @@ using System.IO; using Content.Shared.Alert; using NUnit.Framework; -using NUnit.Framework.Interfaces; using Robust.Shared.GameObjects; using Robust.Shared.IoC; using Robust.Shared.Prototypes; diff --git a/Content.Tests/Shared/Alert/ServerAlertsComponentTests.cs b/Content.Tests/Shared/Alert/ServerAlertsComponentTests.cs index 6e1957b986..c47292a82d 100644 --- a/Content.Tests/Shared/Alert/ServerAlertsComponentTests.cs +++ b/Content.Tests/Shared/Alert/ServerAlertsComponentTests.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using Content.Server.Alert; using Content.Shared.Alert; diff --git a/Content.Tests/Shared/Chemistry/ReagentPrototype_Tests.cs b/Content.Tests/Shared/Chemistry/ReagentPrototype_Tests.cs index d728ad354f..19dee14cfe 100644 --- a/Content.Tests/Shared/Chemistry/ReagentPrototype_Tests.cs +++ b/Content.Tests/Shared/Chemistry/ReagentPrototype_Tests.cs @@ -1,5 +1,4 @@ using System.IO; -using Content.Shared.Chemistry; using Content.Shared.Chemistry.Reagent; using NUnit.Framework; using Robust.Shared.IoC; diff --git a/Content.Tools/Map.cs b/Content.Tools/Map.cs index ad98762307..fcd1203058 100644 --- a/Content.Tools/Map.cs +++ b/Content.Tools/Map.cs @@ -1,6 +1,5 @@ using System.IO; using System.Collections.Generic; -using System.Globalization; using System.Linq; using YamlDotNet.Core; using Robust.Shared.Utility; diff --git a/Content.Tools/MappingMergeDriver.cs b/Content.Tools/MappingMergeDriver.cs index f069a7a5bb..eb0396db54 100644 --- a/Content.Tools/MappingMergeDriver.cs +++ b/Content.Tools/MappingMergeDriver.cs @@ -1,9 +1,4 @@ using System; -using System.Collections.Generic; -using System.Globalization; -using System.Linq; -using YamlDotNet.Core; -using YamlDotNet.RepresentationModel; namespace Content.Tools { diff --git a/Content.Tools/Merger.cs b/Content.Tools/Merger.cs index 94ad9c7a60..6b87e17bcf 100644 --- a/Content.Tools/Merger.cs +++ b/Content.Tools/Merger.cs @@ -2,8 +2,6 @@ using System.IO; using System.Collections.Generic; using System.Globalization; -using System.Linq; -using YamlDotNet.Core; using YamlDotNet.RepresentationModel; namespace Content.Tools diff --git a/Content.Tools/YamlTools.cs b/Content.Tools/YamlTools.cs index 71c8699de4..18d4f51434 100644 --- a/Content.Tools/YamlTools.cs +++ b/Content.Tools/YamlTools.cs @@ -1,8 +1,5 @@ using System; -using System.Collections.Generic; -using System.Globalization; using System.Linq; -using YamlDotNet.Core; using YamlDotNet.RepresentationModel; namespace Content.Tools