Esempio n. 1
0
        public virtual bool OnBeginSpellCast(Mobile m, ISpell s)
        {
            if (m_Parent != null)
            {
                return(m_Parent.OnBeginSpellCast(m, s));
            }

            return(true);
        }