Beispiel #1
0
 void AddSpace()
 {
     if (added == false)
     {
         popc.IncreasePopulationLimit(hasSpace);
         added = true;
     }
 }