Remove some unused fields again-ing

This commit is contained in:
metalgearsloth
2021-10-27 19:43:57 +11:00
parent 3833389481
commit 3b508b041b
5 changed files with 0 additions and 6 deletions

View File

@@ -42,9 +42,7 @@ namespace Content.Server.Interaction
public sealed class InteractionSystem : SharedInteractionSystem
{
[Dependency] private readonly IEntityManager _entityManager = default!;
[Dependency] private readonly IRobustRandom _random = default!;
[Dependency] private readonly ActionBlockerSystem _actionBlockerSystem = default!;
[Dependency] private readonly VerbSystem _verbSystem = default!;
[Dependency] private readonly PullingSystem _pullSystem = default!;
public override void Initialize()