Delta-v/Content.Server/Atmos/Components/IgniteOnMeleeHitComponent.cs

9 lines
198 B
C#

namespace Content.Server.Atmos.Components;
[RegisterComponent]
public sealed class IgniteOnMeleeHitComponent : Component
{
[DataField("fireStacks")]
public float FireStacks { get; set; }
}