public virtual bool AllowFlying(Mobile from) { if (m_Parent != null) return m_Parent.AllowFlying(from); return true; }
public virtual bool AllowFlying(Mobile from) { if (m_Parent != null) { return(m_Parent.AllowFlying(from)); } return(true); }