Files
crystall-punk-14/Content.Shared/_CP14/MagicSpell/Components/CP14MagicCasterComponent.cs

12 lines
281 B
C#
Raw Permalink Normal View History

namespace Content.Shared._CP14.MagicSpell.Components;
/// <summary>
///
/// </summary>
[RegisterComponent, Access(typeof(CP14SharedMagicSystem))]
public sealed partial class CP14MagicCasterComponent : Component
{
[DataField]
public List<EntityUid> CastedSpells = new();
}