12 lines
287 B
C#
12 lines
287 B
C#
using Content.Shared.Damage;
|
|
|
|
namespace Content.Server.Abilities.Boxer
|
|
{
|
|
/// <summary>
|
|
/// Boxer gets a bonus for these, and their fists, but not other unarmed weapons.
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed class BoxingGlovesComponent : Component
|
|
{}
|
|
}
|