Exemplo n.º 1
0
	    public virtual bool AllowFlying(Mobile from)
	    {
	        if (m_Parent != null)
	            return m_Parent.AllowFlying(from);

	        return true;
	    }
Exemplo n.º 2
0
        public virtual bool AllowFlying(Mobile from)
        {
            if (m_Parent != null)
            {
                return(m_Parent.AllowFlying(from));
            }

            return(true);
        }