1
0

ItemRecallEvents.cs 230 B

123456789
  1. using Content.Shared.Actions;
  2. namespace Content.Shared.ItemRecall;
  3. /// <summary>
  4. /// Raised when using the ItemRecall action.
  5. /// </summary>
  6. [ByRefEvent]
  7. public sealed partial class OnItemRecallActionEvent : InstantActionEvent;