コード例 #1
0
	    public virtual bool AllowAutoClaim(Mobile from)
	    {
	        if (m_Parent != null)
	            return m_Parent.AllowAutoClaim( from );

	        return true;
	    }
コード例 #2
0
        public virtual bool AllowAutoClaim(Mobile from)
        {
            if (m_Parent != null)
            {
                return(m_Parent.AllowAutoClaim(from));
            }

            return(true);
        }