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

@@ -25,7 +25,6 @@ public sealed class GatewayGeneratorSystem : EntitySystem
{
[Dependency] private readonly IConfigurationManager _cfgManager = default!;
[Dependency] private readonly IGameTiming _timing = default!;
[Dependency] private readonly IMapManager _mapManager = default!;
[Dependency] private readonly IPrototypeManager _protoManager = default!;
[Dependency] private readonly IRobustRandom _random = default!;
[Dependency] private readonly ITileDefinitionManager _tileDefManager = default!;