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