Пример #1
0
 public static new void StopCoroutine(Coroutine coroutine)
 {
     TryCreateInstance();
     instance.BaseStopCoroutine(coroutine);
 }