Remove unused IEntitySystemManager dependencies.

This commit is contained in:
Víctor Aguilera Puerto
2020-05-31 19:58:49 +02:00
parent 916a67d113
commit a9a43f25ce
21 changed files with 0 additions and 39 deletions

View File

@@ -23,10 +23,6 @@ namespace Content.Server.GameObjects.Components.Power
[RegisterComponent]
public class PoweredLightComponent : Component, IInteractHand, IInteractUsing
{
#pragma warning disable 649
[Dependency] private readonly IEntitySystemManager _entitySystemManager;
#pragma warning restore 649
public override string Name => "PoweredLight";
private static readonly TimeSpan _thunkDelay = TimeSpan.FromSeconds(2);