We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f889c commit 0dd8c71Copy full SHA for 0dd8c71
Core/API.lua
@@ -1,5 +1,7 @@
1
local _, BCDM = ...
2
local LEMO = BCDM.LEMO
3
+local Serialize = LibStub:GetLibrary("AceSerializer-3.0")
4
+local Compress = LibStub:GetLibrary("LibDeflate")
5
6
function BCDMG:ExportBCDM(profileKey)
7
local profile = BCDM.db.profiles[profileKey]
0 commit comments