Add more info to GettingAttackedAttemptEvent (#28548)
This commit is contained in:
@@ -4,4 +4,4 @@ namespace Content.Shared.Interaction.Events;
|
||||
/// Raised directed on the target entity when being attacked.
|
||||
/// </summary>
|
||||
[ByRefEvent]
|
||||
public record struct GettingAttackedAttemptEvent(bool Cancelled);
|
||||
public record struct GettingAttackedAttemptEvent(EntityUid Attacker, EntityUid? Weapon, bool Disarm, bool Cancelled = false);
|
||||
|
||||
Reference in New Issue
Block a user