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,7 +1,4 @@
using System;
using Robust.Shared.ViewVariables;
namespace Content.Server.Cargo
namespace Content.Server.Cargo
{
public sealed class CargoBankAccount : ICargoBankAccount
{

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,4 @@
using Content.Shared.Cargo.Components;
using Robust.Shared.GameObjects;
using Robust.Shared.Players;
namespace Content.Server.Cargo.Components
{

View File

@@ -1,6 +1,4 @@
using System;
namespace Content.Server.Cargo
namespace Content.Server.Cargo
{
public interface ICargoBankAccount
{