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

@@ -14,8 +14,6 @@ namespace Content.Server.Traitor.Systems;
public sealed class TraitorCodePaperSystem : EntitySystem
{
[Dependency] private readonly GameTicker _gameTicker = default!;
[Dependency] private readonly TraitorRuleSystem _traitorRuleSystem = default!;
[Dependency] private readonly IRobustRandom _random = default!;
[Dependency] private readonly PaperSystem _paper = default!;
[Dependency] private readonly CodewordSystem _codewordSystem = default!;