Cleanup the namespaces (#8132)

This commit is contained in:
wrexbe
2022-05-13 00:59:03 -07:00
committed by GitHub
parent 61d147aea9
commit bc68ac96dd
1648 changed files with 339 additions and 5284 deletions

View File

@@ -1,4 +1,3 @@
using System.Linq;
using Content.Server.Chat.Managers;
using Content.Server.Disease.Components;
using Content.Server.Disease;

View File

@@ -1,5 +1,4 @@
using JetBrains.Annotations;
using Robust.Shared.GameObjects;
namespace Content.Server.StationEvents.Events
{

View File

@@ -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;

View File

@@ -1,4 +1,3 @@
using Content.Shared.Sound;
using Robust.Shared.Map;
using Robust.Shared.Random;

View File

@@ -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
{

View File

@@ -1,4 +1,3 @@
using System.Linq;
using Content.Server.Radiation;
using Content.Server.Station.Components;
using Content.Server.Station.Systems;

View File

@@ -1,4 +1,3 @@
using System.Linq;
using Content.Server.Administration.Logs;
using Content.Server.Atmos.EntitySystems;
using Content.Server.Chat.Managers;

View File

@@ -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;