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
|
|
|
|
|
{
|
|
|
|
|
}
|