Esempio n. 1
0
 public void EveryUpdateWith(Action action)
 {
     self = self.ParallelWith(GeneralR.Infinite(action));
 }
Esempio n. 2
0
 public void Clear()
 {
     self = GeneralR.EmptyCoroutine();
 }