Пример #1
0
 public static void RunCoroutine(IEnumerator coroutine)
 {
     init(); inst.StartCoroutine(coroutine);
 }