Files

12 lines
236 B
C#
Raw Permalink Normal View History

2025-02-08 22:56:08 +01:00
using Content.Shared.ItemRecall;
namespace Content.Server.ItemRecall;
/// <summary>
/// System for handling the ItemRecall ability for wizards.
/// </summary>
public sealed partial class ItemRecallSystem : SharedItemRecallSystem
{
}