public static void StartCoroutine(IEnumerator routine) { NLCoroutine c = new NLCoroutine(routine); coroutines.AddLast(c); }