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;

View File

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

View File

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