public void Run()
 {
     timeDelegate.Invoke();
 }
Esempio n. 2
0
 private void OnTimerEnd()
 {
     onTimerEndEvent?.Invoke();
 }