Cleanup unused/redundant dependencies (#38099)

This commit is contained in:
Tayrtahn
2025-06-06 12:11:52 -04:00
committed by GitHub
parent a332817803
commit 95632859b7
12 changed files with 1 additions and 15 deletions

View File

@@ -15,7 +15,6 @@ namespace Content.Server.Actions;
public sealed class ActionOnInteractSystem : EntitySystem
{
[Dependency] private readonly IRobustRandom _random = default!;
[Dependency] private readonly IGameTiming _timing = default!;
[Dependency] private readonly SharedActionsSystem _actions = default!;
[Dependency] private readonly ActionContainerSystem _actionContainer = default!;
[Dependency] private readonly SharedChargesSystem _charges = default!;