Remove unused dependencies (#19490)

This commit is contained in:
Visne
2023-08-24 19:55:15 +02:00
committed by GitHub
parent d56c917380
commit c7b21b631b
44 changed files with 0 additions and 61 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 EntityLookupSystem _lookup = default!;
[Dependency] private readonly InteractionSystem _interactions = default!;
private const float MaxInstrumentBandRange = 10f;