Files
crystall-punk-14/Content.Server/_CP14/MeleeWeapon/Components/CP14MeleeSelfDamageComponent.cs

11 lines
252 B
C#
Raw Permalink Normal View History

using Content.Shared.Damage;
namespace Content.Server._CP14.MeleeWeapon.Components;
[RegisterComponent]
public sealed partial class CP14MeleeSelfDamageComponent : Component
{
[DataField(required: true)]
public DamageSpecifier DamageToSelf;
}