Files
crystall-punk-14/Content.Server/Atmos/Components/IgniteOnMeleeHitComponent.cs

9 lines
198 B
C#
Raw Normal View History

2022-06-23 21:27:28 -04:00
namespace Content.Server.Atmos.Components;
[RegisterComponent]
public sealed class IgniteOnMeleeHitComponent : Component
{
[DataField("fireStacks")]
public float FireStacks { get; set; }
}