10 lines
291 B
C#
10 lines
291 B
C#
|
|
namespace Content.Shared._CP14.Magic.Components;
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Requires the user to have at least one free hand to use this spell
|
||
|
|
/// </summary>
|
||
|
|
[RegisterComponent, Access(typeof(CP14SharedMagicSystem))]
|
||
|
|
public sealed partial class CP14MagicEffectSomaticAspectComponent : Component
|
||
|
|
{
|
||
|
|
}
|