diff --git a/Content.Client/UserInterface/Systems/Hands/HandsUIController.cs b/Content.Client/UserInterface/Systems/Hands/HandsUIController.cs index 9ee429ba7e..9083adba7b 100644 --- a/Content.Client/UserInterface/Systems/Hands/HandsUIController.cs +++ b/Content.Client/UserInterface/Systems/Hands/HandsUIController.cs @@ -13,6 +13,7 @@ using Robust.Client.UserInterface.Controllers; using Robust.Shared.Input; using Robust.Shared.Timing; using Robust.Shared.Utility; +using Content.Shared._NF.Interaction.Components; namespace Content.Client.UserInterface.Systems.Hands; @@ -133,6 +134,13 @@ public sealed class HandsUIController : UIController, IOnStateEntered +