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

@@ -21,7 +21,6 @@ namespace Content.Server.GameObjects.Components.Sound
#pragma warning disable 649
[Dependency] private readonly IPrototypeManager _prototypeManager;
[Dependency] private readonly IRobustRandom _footstepRandom;
[Dependency] private readonly IEntitySystemManager _entitySystemManager;
#pragma warning restore 649
/// <inheritdoc />
///