Example #1
0
 public void BlockDestroyed()
 {
     numOfBlocks--;
     if (numOfBlocks <= 0)
     {
         sc.ChangeTheScene();
     }
 }