コード例 #1
0
ファイル: Timer.cs プロジェクト: gijsoman/GifCode
 public void SetTimer()
 {
     UITimer.ResetAnimatorBools();
     UITimer.EnableAllDots();
     UITimer.amountOfEnabledDots = amountOfDots;
     UITimer.lastTime            = currentTime = timePerQuestion;
 }