Refactored GalacticBankManager (#1089)

This commit is contained in:
DamianX
2020-06-12 18:31:57 +02:00
committed by GitHub
parent 48d9ffa78b
commit 7817681894
8 changed files with 161 additions and 152 deletions

View File

@@ -1,9 +1,7 @@
using Content.Server.Cargo;
using Content.Server.Interfaces;
using Content.Server.Interfaces;
using Content.Server.Interfaces.Chat;
using Content.Server.Interfaces.GameTicking;
using Content.Server.Interfaces.PDA;
using Content.Server.Preferences;
using Content.Server.Sandbox;
using Content.Shared.Kitchen;
using Robust.Server.Interfaces.Player;
@@ -98,7 +96,6 @@ namespace Content.Server
case ModUpdateLevel.PreEngine:
{
_gameTicker.Update(frameEventArgs);
IoCManager.Resolve<IGalacticBankManager>().Update(frameEventArgs);
break;
}
}