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