Prevent subfloor melee attacks (#12899)

Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
metalgearsloth
2022-12-17 14:47:15 +11:00
committed by GitHub
parent 127d0e93da
commit 8bc5f29f9f
4 changed files with 40 additions and 3 deletions

View File

@@ -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);