namespace Content.Shared._CP14.MagicSpellStorage;
///
/// Located on the action entity, stores a reference to the object from which the action was created.
///
[RegisterComponent, Access(typeof(CP14SpellStorageSystem))]
public sealed partial class CP14ProvidedBySpellStorageComponent : Component
{
[DataField]
public Entity? SpellStorage;
}