Fix punching (#4141)
This commit is contained in:
committed by
GitHub
parent
3af9c334ea
commit
62ce603858
@@ -2,7 +2,9 @@
|
||||
|
||||
namespace Content.Server.GameObjects.Components.Weapon.Melee
|
||||
{
|
||||
// TODO: Remove this, just use MeleeWeapon...
|
||||
[RegisterComponent]
|
||||
[ComponentReference(typeof(MeleeWeaponComponent))]
|
||||
public class UnarmedCombatComponent : MeleeWeaponComponent
|
||||
{
|
||||
public override string Name => "UnarmedCombat";
|
||||
|
||||
Reference in New Issue
Block a user