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