namespace Content.Shared._NF.Interaction.Events; /// /// Raised on the used item when it was unsuccessfully used on another entity. /// [ByRefEvent] public readonly record struct InteractionPopupOnUseFailureEvent(EntityUid Object, EntityUid User, EntityUid Target);