Fire Axe [New syndie item] (#9088)

This commit is contained in:
EmoGarbage404
2022-06-23 21:27:28 -04:00
committed by GitHub
parent bbb4537f53
commit 1c7a09b736
11 changed files with 84 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
namespace Content.Server.Atmos.Components;
[RegisterComponent]
public sealed class IgniteOnMeleeHitComponent : Component
{
[DataField("fireStacks")]
public float FireStacks { get; set; }
}