Files
tbd-station-14/Content.Server/Atmos/Components/IgniteOnMeleeHitComponent.cs

9 lines
206 B
C#

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