Optimize instruments (#7425)

This commit is contained in:
mirrorcult
2022-04-04 23:08:36 -07:00
committed by GitHub
parent 4f5864e121
commit b7ff72ba6e
3 changed files with 33 additions and 17 deletions

View File

@@ -32,3 +32,6 @@ public sealed class InstrumentComponent : SharedInstrumentComponent
[ViewVariables] public BoundUserInterface? UserInterface => Owner.GetUIOrNull(InstrumentUiKey.Key);
}
[RegisterComponent]
public sealed class ActiveInstrumentComponent : Component {}