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

@@ -45,8 +45,6 @@ public sealed class StationSpawningSystem : SharedStationSpawningSystem
[Dependency] private readonly IPrototypeManager _prototypeManager = default!;
[Dependency] private readonly IRobustRandom _random = default!;
[Dependency] private readonly ActorSystem _actors = default!;
[Dependency] private readonly ArrivalsSystem _arrivalsSystem = default!;
[Dependency] private readonly ContainerSpawnPointSystem _containerSpawnPointSystem = default!;
[Dependency] private readonly HumanoidAppearanceSystem _humanoidSystem = default!;
[Dependency] private readonly IdCardSystem _cardSystem = default!;
[Dependency] private readonly IdentitySystem _identity = default!;