Remove unused dependencies (#19490)

This commit is contained in:
Visne
2023-08-24 19:55:15 +02:00
committed by GitHub
parent d56c917380
commit c7b21b631b
44 changed files with 0 additions and 61 deletions

View File

@@ -25,8 +25,6 @@ namespace Content.Server.Interaction
[UsedImplicitly]
public sealed partial class InteractionSystem : SharedInteractionSystem
{
[Dependency] private readonly IAdminLogManager _adminLogger = default!;
[Dependency] private readonly IRobustRandom _random = default!;
[Dependency] private readonly ActionBlockerSystem _actionBlockerSystem = default!;
[Dependency] private readonly SharedContainerSystem _container = default!;
[Dependency] private readonly UserInterfaceSystem _uiSystem = default!;