Exemplo n.º 1
0
 internal static void LuaCreateTable(IntPtr luaState, int narr, int nrec)
 {
     LuaInterop.LuaCreateTable(luaState, narr, nrec);
 }