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

@@ -28,7 +28,6 @@ public sealed class TraitorRuleSystem : GameRuleSystem<TraitorRuleComponent>
{
private static readonly Color TraitorCodewordColor = Color.FromHex("#cc3b3b");
[Dependency] private readonly IAdminLogManager _adminLogger = default!;
[Dependency] private readonly AntagSelectionSystem _antag = default!;
[Dependency] private readonly SharedJobSystem _jobs = default!;
[Dependency] private readonly MindSystem _mindSystem = default!;