Files
tbd-station-14/Content.Server/ItemRecall/ItemRecallSystem.cs
2025-02-08 16:56:08 -05:00

12 lines
236 B
C#

using Content.Shared.ItemRecall;
namespace Content.Server.ItemRecall;
/// <summary>
/// System for handling the ItemRecall ability for wizards.
/// </summary>
public sealed partial class ItemRecallSystem : SharedItemRecallSystem
{
}