namespace Content.Shared._CP14.Magic; 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; } }