Ejemplo n.º 1
0
 internal void LostGame()
 {
     gameStatus = GameStatus.LOST;
     ForgetPlayerVariables();
     bm.ForgetBlocks();
     setNewBestScore();
     Instantiate(canvasGameOverModel);
 }