Files
crystall-punk-14/Content.Server/Abilities/Boxer/Boxer/BoxingGlovesComponent.cs
2022-07-26 18:34:19 -07:00

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
{}
}