namespace Content.Shared.Weapons.Melee.Events; /// /// Event raised on the user after attacking with a melee weapon, regardless of whether it hit anything. /// [ByRefEvent] public record struct MeleeAttackEvent(EntityUid Weapon);