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

@@ -54,7 +54,6 @@ public sealed partial class ShuttleSystem : SharedShuttleSystem
[Dependency] private readonly DungeonSystem _dungeon = default!;
[Dependency] private readonly EntityLookupSystem _lookup = default!;
[Dependency] private readonly FixtureSystem _fixtures = default!;
[Dependency] private readonly InventorySystem _inventorySystem = default!;
[Dependency] private readonly MapLoaderSystem _loader = default!;
[Dependency] private readonly MapSystem _mapSystem = default!;
[Dependency] private readonly MetaDataSystem _metadata = default!;