Files
crystall-punk-14/Content.Shared/Trigger/Components/Triggers/TriggerOnGotEquippedHandComponent.cs

11 lines
388 B
C#
Raw Normal View History

2025-08-18 01:47:26 +02:00
using Robust.Shared.GameStates;
namespace Content.Shared.Trigger.Components.Triggers;
/// <summary>
/// Triggers an item when it is equipped into a hand slot.
/// The user is the entity that picked the item up.
/// </summary>
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState]
public sealed partial class TriggerOnGotEquippedHandComponent : BaseTriggerOnXComponent;