Beispiel #1
0
 void Update()
 {
     if (Input.GetKey("space"))
     {
         PopulationManager.AdvanceGeneration();
     }
 }