1
0
Fork 0
AllTheLittleThings/modules/staging.lua

14 lines
270 B
Lua

local core = LibStub("AceAddon-3.0"):GetAddon("AllTheLittleThings")
local mod = core:NewModule("Staging", "AceEvent-3.0")
local db
local defaults = {
}
local options = {
}
function mod:OnInitialize()
self:RegisterOptions(options, defaults, function(d) db=d end)
end