Exemplo n.º 1
0
 private void StartGame()
 {
     _mygame.generateLevel();
     _backgroundChanel.Stop();
     _backgroundMusic  = null;
     _backgroundChanel = null;
     Destroy();
 }