Files
crystall-punk-14/Content.Shared/_CP14/MagicSpell/Components/CP14MagicEffectPacifiedBlockComponent.cs

10 lines
286 B
C#
Raw Permalink Normal View History

2025-02-26 12:01:14 +03:00
namespace Content.Shared._CP14.MagicSpell.Components;
/// <summary>
/// Blocks the target from using magic if they are pacified.
/// </summary>
2025-06-21 20:51:07 +03:00
[RegisterComponent, Access(typeof(CP14SharedMagicSystem))]
2025-02-26 12:01:14 +03:00
public sealed partial class CP14MagicEffectPacifiedBlockComponent : Component
{
}