Ejemplo n.º 1
0
 public static Coroutine Start(IEnumerator func)
 {
     return(Instance.StartCoroutine(func));
 }