Popup ECS Refactor (#4692)

This commit is contained in:
Vera Aguilera Puerto
2021-09-26 15:18:45 +02:00
committed by GitHub
parent 2051970cc1
commit 0767bd3777
142 changed files with 513 additions and 705 deletions

View File

@@ -9,17 +9,14 @@ using Content.Server.Connection;
using Content.Server.Database;
using Content.Server.DeviceNetwork;
using Content.Server.EUI;
using Content.Server.GameTicking;
using Content.Server.Holiday;
using Content.Server.Holiday.Interfaces;
using Content.Server.Module;
using Content.Server.MoMMI;
using Content.Server.NodeContainer.NodeGroups;
using Content.Server.Notification.Managers;
using Content.Server.Objectives;
using Content.Server.Objectives.Interfaces;
using Content.Server.PDA.Managers;
using Content.Server.Power.Components;
using Content.Server.Preferences.Managers;
using Content.Server.Sandbox;
using Content.Server.Speech;
@@ -28,8 +25,6 @@ using Content.Shared.Actions;
using Content.Shared.Alert;
using Content.Shared.Kitchen;
using Content.Shared.Module;
using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using Robust.Shared.IoC;
namespace Content.Server.IoC
@@ -38,8 +33,6 @@ namespace Content.Server.IoC
{
public static void Register()
{
IoCManager.Register<ISharedNotifyManager, ServerNotifyManager>();
IoCManager.Register<IServerNotifyManager, ServerNotifyManager>();
IoCManager.Register<IChatManager, ChatManager>();
IoCManager.Register<IMoMMILink, MoMMILink>();
IoCManager.Register<ISandboxManager, SandboxManager>();