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