namespace Content.Shared.Weapons.Melee.Events; /// /// Raised directed on a weapon when attempt a melee attack. /// [ByRefEvent] public record struct AttemptMeleeEvent(EntityUid User, bool Cancelled = false, string? Message = null);