Files
OldThink/Content.Shared/Weapons/Melee/Events/AttemptMeleeEvent.cs
Aviu00 74941f06bb Cult item stuff & robe fix (#35)
* - tweak: New cult item behavior

* - fix: Fix cult robe modifier

* - fix: Fix runic wall cgraph
2024-02-08 09:44:02 +00:00

8 lines
259 B
C#

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