namespace Content.Server.Atmos.Components; /// /// Component that can be used to add (or remove) fire stacks when used as a melee weapon. /// [RegisterComponent] public sealed partial class IgniteOnMeleeHitComponent : Component { [DataField] public float FireStacks { get; set; } }