Beispiel #1
0
 void stage5()
 {
     if (int.Parse(compressionGame.compressionCounter.text) >= 30)
     {
         nextStage();
         compressionGame.reset();
     }
 }