예제 #1
0
파일: Timer.cs 프로젝트: gijsoman/GifCode
 public void SetTimer()
 {
     UITimer.ResetAnimatorBools();
     UITimer.EnableAllDots();
     UITimer.amountOfEnabledDots = amountOfDots;
     UITimer.lastTime            = currentTime = timePerQuestion;
 }