public void SpawnBlocks()
 {
     gameStartNotifier.isGameStarted = false;
     blockSpawner.SpawnRandomBlockType();
 }