namespace Content.Shared.Actions.Events;
///
/// Raised on the action entity when it is getting disabled on performer.
///
/// The entity that performed this action.
[ByRefEvent]
public readonly record struct ActionGettingDisabledEvent(EntityUid Performer);