public void EveryUpdateWith(Action action) { self = self.ParallelWith(GeneralR.Infinite(action)); }
public void Clear() { self = GeneralR.EmptyCoroutine(); }