Files
crystall-punk-14/Content.Shared/Interaction/Events/InteractionSuccessEvent.cs

8 lines
229 B
C#
Raw Normal View History

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