Example #1
0
 public static IEnumerator GmCommand(Coroutine co, string commond, AsyncReturnValue <ErrorCodes> err)
 {
     return(mImpl.GmCommand(co, commond, err));
 }