* healing staff sprite * new back slot and move all big things to whis slot * replace ring to staff * caster sowdown! Mole rebalance * loadouts fix * fix weapon rotation * Update spawners.yml
10 lines
305 B
C#
10 lines
305 B
C#
namespace Content.Shared._CP14.MagicSpellStorage;
|
|
|
|
/// <summary>
|
|
/// Denotes that this item's spells can be accessed while wearing it on your body
|
|
/// </summary>
|
|
[RegisterComponent, Access(typeof(CP14SpellStorageSystem))]
|
|
public sealed partial class CP14SpellStorageAccessWearingComponent : Component
|
|
{
|
|
}
|