void Start() { doors = GameObject.Find ("Gates"); ga = GetComponent<GeneticAlgorithm>(); ga.shufflePopulation (); spawnWave(1); }