Exemple #1
0
    private void LogTimeAndScore(Timer tempTimer, GameManager tempManager)
    {
        string tempString = tempTimer.mTimeLabel.text;

        mEndGameUI.UpdateTimeOne(tempString);

        tempString = tempManager.mScore.ToString();
        mEndGameUI.UpdateScoreOne(tempString);
    }