mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-22 16:17:00 +03:00
5 lines
125 B
C#
5 lines
125 B
C#
namespace Content.Shared.Stunnable.Events;
|
|
|
|
[ByRefEvent]
|
|
public record struct KnockdownOnHitAttemptEvent(bool Cancelled);
|