Cleanup warning CS0414 (#37648)

This commit is contained in:
Tayrtahn
2025-05-20 17:14:10 -04:00
committed by GitHub
parent c406fa2d1e
commit 6f46698410
6 changed files with 0 additions and 7 deletions

View File

@@ -38,7 +38,6 @@ public sealed partial class CargoSystem : SharedCargoSystem
[Dependency] private readonly PricingSystem _pricing = default!;
[Dependency] private readonly SharedAppearanceSystem _appearance = default!;
[Dependency] private readonly SharedAudioSystem _audio = default!;
[Dependency] private readonly ShuttleConsoleSystem _console = default!;
[Dependency] private readonly StackSystem _stack = default!;
[Dependency] private readonly StationSystem _station = default!;
[Dependency] private readonly UserInterfaceSystem _uiSystem = default!;