Example #1
0
        private void UpdateUI()
        {
            //Log.Message("UpdateUI " + stopwatch.ToString());

            seconds.text = stopwatch.Second.ToString("00");
            minutes.text = stopwatch.Minute.ToString("00");

            stopwatch.AddSecond();
        }