using Robust.Shared.GameStates; namespace Content.Shared.Trigger.Components.Effects; /// /// This trigger removes all the fire stacks on a target with . /// If TargetUser is true, the entity that caused this trigger will be extinguished instead. /// [RegisterComponent, NetworkedComponent, AutoGenerateComponentState] public sealed partial class ExtinguishOnTriggerComponent : BaseXOnTriggerComponent;