Пример #1
0
 public YieldNestedCoroutine(PausableCoroutine coroutine)
 {
     this.coroutine = coroutine;
 }
Пример #2
0
 // Start is called before the first frame update
 void Start()
 {
     _p = new PausableCoroutine(this, Kuku());
 }