예제 #1
0
 private static void smethod_0(IRoutine iroutine_1, RoutineEvent routineEvent_6)
 {
     if (routineEvent_6 != null)
     {
         try
         {
             routineEvent_6(iroutine_1);
         }
         catch (Exception exception)
         {
             ilog_0.Error("[Invoke] Error during execution:", exception);
         }
     }
 }
 public void StartEvent(RoutineEvent e)
 {
     StartCoroutine(e());
 }
예제 #3
0
 private void Routine()
 {
     RoutineEvent?.Invoke(this.progress);
 }