public virtual void OnSpellCast(Mobile m, ISpell s) { if (m_Parent != null) { m_Parent.OnSpellCast(m, s); } }