//clone constructor public SeedListEntry( SeedListEntry entry ) : base( entry ) { _PlantType = entry.PlantType; _PlantHue = entry.PlantHue; _ShowType = entry.ShowType; }
//clone constructor public SeedListEntry(SeedListEntry entry) : base(entry) { _PlantType = entry.PlantType; _PlantHue = entry.PlantHue; _ShowType = entry.ShowType; }