namespace Content.Shared._CP14.MagicSpell.Events; public interface ICP14DelayedMagicEffect // The speak n spell interface { /// /// Localized string spoken by the caster when casting this spell. /// public float Delay { get; } public bool BreakOnMove { get; } public bool BreakOnDamage { get; } public bool Hidden{ get; } }