namespace Content.Shared.Interaction.Events; /// /// Raised on the target when successfully petting/hugging something. /// [ByRefEvent] public readonly record struct InteractionSuccessEvent(EntityUid User);