Exemple #1
0
    public void saveHighScore()
    {
        if (!tmpplayerInfo.activeSelf)
        {
            Debug.Log("Score Recorded");

            SaveGameManager.SaveHighScore(highScoreCounter);
        }
    }