diff --git a/Content.Client/UserInterface/Systems/Hands/HandsUIController.cs b/Content.Client/UserInterface/Systems/Hands/HandsUIController.cs index edc0260061..67a30c61f8 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; @@ -138,6 +139,13 @@ public sealed class HandsUIController : UIController, IOnStateEntered +