Remove all Assigned Values that are Never Used (#30110)

Remove all Assigned Values that are never used
This commit is contained in:
Cojoke
2024-07-18 19:22:23 -05:00
committed by GitHub
parent 84fe6bcde4
commit b57174007c
30 changed files with 0 additions and 38 deletions

View File

@@ -30,7 +30,6 @@ public sealed partial class InstrumentSystem : SharedInstrumentSystem
[Dependency] private readonly UserInterfaceSystem _bui = default!;
[Dependency] private readonly PopupSystem _popup = default!;
[Dependency] private readonly TransformSystem _transform = default!;
[Dependency] private readonly InteractionSystem _interactions = default!;
[Dependency] private readonly ExamineSystemShared _examineSystem = default!;
private const float MaxInstrumentBandRange = 10f;