The PlantType.JuniperBush, true, false, false
=
public bool ContainsPlant { get { return m_ContainsPlant; } } << Plant type
public bool Flowery { get { return m_Flowery; } } << Does it produce flowers?
public bool Crossable { get { return m_Crossable; } } << can it be crossed with other...