Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. private MyLib.Coroutine StartCoroutineCommon(string methodName, IEnumerator routine)
  2. {
  3. return Main.AddRoutine(this, methodName, routine);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement