Auto comp (#6416)
This commit is contained in:
@@ -9,8 +9,6 @@ namespace Content.Server.Wieldable.Components
|
||||
[RegisterComponent, Friend(typeof(WieldableSystem))]
|
||||
public class IncreaseDamageOnWieldComponent : Component
|
||||
{
|
||||
public override string Name { get; } = "IncreaseDamageOnWield";
|
||||
|
||||
[DataField("modifiers", required: true)]
|
||||
public DamageModifierSet Modifiers = default!;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user