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

8 lines
219 B
C#
Raw Normal View History

namespace Content.Shared.Interaction.Events;
/// <summary>
/// Raised on the target when failing to pet/hug something.
/// </summary>
[ByRefEvent]
public readonly record struct InteractionFailureEvent(EntityUid User);