public void BlockDestroyed() { breakableBlocks--; if (breakableBlocks <= 0) { sceneLoader.LoadNextScene(); } }