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