2025-01-05 17:46:54 +03:00
|
|
|
namespace Content.Shared._CP14.MagicSpellStorage.Components;
|
2024-08-01 11:52:27 +03:00
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// The ability to access spellcasting is limited by the attuning requirement
|
|
|
|
|
/// </summary>
|
|
|
|
|
[RegisterComponent, Access(typeof(CP14SpellStorageSystem))]
|
|
|
|
|
public sealed partial class CP14SpellStorageRequireAttuneComponent : Component
|
|
|
|
|
{
|
|
|
|
|
}
|