using Robust.Shared.GameStates; namespace Content.Shared.Trigger.Components.Triggers; /// /// Triggers an item when it is dropped from a hand slot. /// The user is the entity that dropped the item. /// [RegisterComponent, NetworkedComponent, AutoGenerateComponentState] public sealed partial class TriggerOnGotUnequippedHandComponent : BaseTriggerOnXComponent;