Exemplo n.º 1
0
 public virtual void MakeGuard(Mobile focus)
 {
     if (m_Parent != null)
     {
         m_Parent.MakeGuard(focus);
     }
 }