Beispiel #1
0
 internal static void LuaSetTable(IntPtr luaState, int index)
 {
     LuaInterop.LuaSetTable(luaState, index);
 }