InteractionFailureEvent.cs 374 B

123456789
  1. namespace Content.Shared.Interaction.Events;
  2. /// <summary>
  3. /// Raised on the target when failing to pet/hug something.
  4. /// </summary>
  5. // TODO INTERACTION
  6. // Rename this, or move it to another namespace to make it clearer that this is specific to "petting/hugging" (InteractionPopupSystem)
  7. [ByRefEvent]
  8. public readonly record struct InteractionFailureEvent(EntityUid User);