internal void LostGame() { gameStatus = GameStatus.LOST; ForgetPlayerVariables(); bm.ForgetBlocks(); setNewBestScore(); Instantiate(canvasGameOverModel); }