Exemplo n.º 1
0
    public void ShowHighScores()
    {
        timeStart = false;
        timePanel.gameObject.SetActive(false);

        highScorePanel.AddScoreAndShow(time);
    }