namespace Content.Server.Magic.Events; public interface ISpeakSpell // The speak n spell interface { /// /// Localized string spoken by the caster when casting this spell. /// public string? Speech { get; } }