Files
wwdpublic/Content.Client/ItemRecall/ItemRecallSystem.cs
ScarKy0 f6cd6b0f9e Wizard Item Recall Spell (#34411)
(cherry picked from commit bf6fd4d581de27b8b293411c409aa7ed2c332b78)
2025-09-20 20:31:51 +03:00

12 lines
236 B
C#

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