コード例 #1
0
 public void Run()
 {
     timeDelegate.Invoke();
 }
コード例 #2
0
 private void OnTimerEnd()
 {
     onTimerEndEvent?.Invoke();
 }