using Robust.Shared.GameStates; namespace Content.Shared.Trigger.Components.Triggers; /// /// Triggers when the entity exits a floating or thrown state and lands on a surface. /// The user is the thrower. /// [RegisterComponent, NetworkedComponent, AutoGenerateComponentState] public sealed partial class TriggerOnLandComponent : BaseTriggerOnXComponent;