Files
crystall-punk-14/Content.Shared/_CP14/MagicSpellStorage/CP14SpellStorageAccessWearingComponent.cs

10 lines
305 B
C#
Raw Normal View History

namespace Content.Shared._CP14.MagicSpellStorage;
/// <summary>
/// Denotes that this item's spells can be accessed while wearing it in your body
/// </summary>
[RegisterComponent, Access(typeof(CP14SpellStorageSystem))]
public sealed partial class CP14SpellStorageAccessWearingComponent : Component
{
}