public virtual bool OnDecay(Item item) { if (m_Parent != null) { return(m_Parent.OnDecay(item)); } return(true); }