using Content.Shared.Interaction; using Robust.Shared.GameStates; namespace Content.Shared.Trigger.Components.Triggers; /// /// Trigger on , aka clicking on an entity with an empty hand. /// User is the player with the hand doing the clicking. /// [RegisterComponent, NetworkedComponent, AutoGenerateComponentState] public sealed partial class TriggerOnInteractHandComponent : BaseTriggerOnXComponent;