Beispiel #1
0
 public void onStartButtonClick()
 {
     if (timer.prepare > -1 && timer.work > -1 && timer.rest > -1 && timer.cycles != 0 && timer.tabatas != 0)
     {
         BigCounterScript bigCounterScript = (BigCounterScript)bigCounter.GetComponent(typeof(BigCounterScript));
         bigCounterScript.startSessionCountdown();
     }
 }
Beispiel #2
0
 private void Awake()
 {
     instance = this;
 }