Ejemplo n.º 1
0
 internal static int LuaNext(IntPtr luaState, int index)
 {
     return(LuaInterop.LuaNext(luaState, index));
 }