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

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
using System;
using Robust.Shared.Utility;
using Robust.Shared.Utility;
namespace Content.Server.Objectives.Interfaces
{

View File

@@ -1,6 +1,4 @@
using System.Collections.Generic;
namespace Content.Server.Objectives.Interfaces
namespace Content.Server.Objectives.Interfaces
{
public interface IObjectivesManager
{

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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