Пример #1
0
    // RestartGame() funtion Restarts the game.

    public void RestartGame()
    {
        HomeScreenManager.StopAudio();
        SceneManager.LoadScene("Play");
    }
Пример #2
0
 void Awake()
 {
     instance = this;
 }