Files
tbd-station-14/Content.Shared/Trigger/Components/Triggers/TriggerOnGotUnequippedHandComponent.cs
2025-08-17 16:47:26 -07:00

11 lines
387 B
C#

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