Пример #1
0
 // behaviour of game over.
 public void EndTheGame()
 {
     PlayerPrefs.SetInt("SessionScore", point); // saving session point to the memory
     lh.ChangeScenes("Score Scene");            // Changing to game over screen
 }