Proto-kinetic crusher (#16277)
Co-authored-by: AJCM-git <60196617+AJCM-git@users.noreply.github.com>
This commit is contained in:
7
Content.Shared/Weapons/Melee/Events/AttemptMeleeEvent.cs
Normal file
7
Content.Shared/Weapons/Melee/Events/AttemptMeleeEvent.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
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);
|
||||
Reference in New Issue
Block a user