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