Wizard Item Recall Spell (#34411)

This commit is contained in:
ScarKy0
2025-02-08 22:56:08 +01:00
committed by GitHub
parent 1ef6e0bd57
commit bf6fd4d581
16 changed files with 376 additions and 20 deletions

View File

@@ -0,0 +1,11 @@
using Content.Shared.ItemRecall;
namespace Content.Client.ItemRecall;
/// <summary>
/// System for handling the ItemRecall ability for wizards.
/// </summary>
public sealed partial class ItemRecallSystem : SharedItemRecallSystem
{
}