ItemRecallSystem.cs 236 B

1234567891011
  1. using Content.Shared.ItemRecall;
  2. namespace Content.Client.ItemRecall;
  3. /// <summary>
  4. /// System for handling the ItemRecall ability for wizards.
  5. /// </summary>
  6. public sealed partial class ItemRecallSystem : SharedItemRecallSystem
  7. {
  8. }