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