2024-08-01 11:52:27 +03:00
|
|
|
namespace Content.Shared._CP14.MagicSpellStorage;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2024-11-05 19:05:40 +03:00
|
|
|
/// Denotes that this item's spells can be accessed while wearing it on your body
|
2024-08-01 11:52:27 +03:00
|
|
|
/// </summary>
|
|
|
|
|
[RegisterComponent, Access(typeof(CP14SpellStorageSystem))]
|
|
|
|
|
public sealed partial class CP14SpellStorageAccessWearingComponent : Component
|
|
|
|
|
{
|
|
|
|
|
}
|