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

@@ -30,9 +30,6 @@ namespace Content.Server.GameObjects.Components
[ComponentReference(typeof(IStorageComponent))]
public class EntityStorageComponent : Component, IActivate, IStorageComponent, IInteractUsing
{
#pragma warning disable 649
[Dependency] private readonly IEntitySystemManager _entitySystemManager;
#pragma warning restore 649
public override string Name => "EntityStorage";
private const float MaxSize = 1.0f; // maximum width or height of an entity allowed inside the storage.