Esempio n. 1
0
 /// <summary>
 /// Implements coroutine.yield. </summary>
 private static int @yield(Lua L)
 {
     return(L.@yield(L.Top));
 }