예제 #1
0
 private void UpdateGameTimer(long timeLeft)
 {
     _gameTimeLeft   = timeLeft;
     _timerText.text = UtilFunc.FormatSecondsToMinutes((int)_gameTimeLeft);
 }