using Content.Shared.Actions; namespace Content.Shared.ItemRecall; /// /// Raised when using the ItemRecall action. /// [ByRefEvent] public sealed partial class OnItemRecallActionEvent : InstantActionEvent;