Exemplo n.º 1
0
 public void Stop(ScheduledTask task)
 {
     if (task != null && Coroutines.ContainsKey(task.Parent))
     {
         Coroutines.Remove(task.Parent);
     }
 }