using Robust.Shared.GameStates; namespace Content.Shared.Trigger.Components.Triggers; /// /// Triggers when something is strapped to the entity. /// This is intended to be used on objects like chairs or beds. /// The user is the entity strapped to the component owner. /// [RegisterComponent, NetworkedComponent, AutoGenerateComponentState] public sealed partial class TriggerOnStrappedComponent : BaseTriggerOnXComponent;