CMContrib icon indicating copy to clipboard operation
CMContrib copied to clipboard

.AsCoroutine updated to return IEnumerator

Open frankebersoll opened this issue 11 years ago • 0 comments

Coroutine.BeginExecute(myResult.AsCoroutine()) wont compile, because BeginExecute expects an IEnumerator, as of late; so I changed the return type to IEnumerator.

frankebersoll avatar Apr 25 '13 14:04 frankebersoll