Prevent subfloor melee attacks (#12899)
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Content.Shared.Interaction.Events;
|
||||
|
||||
/// <summary>
|
||||
/// Raised directed on the target entity when being attacked.
|
||||
/// </summary>
|
||||
[ByRefEvent]
|
||||
public record struct GettingAttackedAttemptEvent(bool Cancelled);
|
||||
Reference in New Issue
Block a user