Remove unused IoC dependency references. (#31704)

Remove unused IoC dependencies
This commit is contained in:
Mervill
2024-09-01 14:22:50 -07:00
committed by GitHub
parent a18e89557a
commit 3414abb970
21 changed files with 0 additions and 33 deletions

View File

@@ -35,7 +35,6 @@ public sealed class NewsSystem : SharedNewsSystem
[Dependency] private readonly PopupSystem _popup = default!;
[Dependency] private readonly StationSystem _station = default!;
[Dependency] private readonly GameTicker _ticker = default!;
[Dependency] private readonly AccessReaderSystem _accessReader = default!;
[Dependency] private readonly IdCardSystem _idCardSystem = default!;
[Dependency] private readonly IChatManager _chatManager = default!;