1
0
Fork 0
AllTheLittleThings/modules/template.lua

13 lines
245 B
Lua
Raw Normal View History

2011-05-30 13:01:19 -04:00
local core = LibStub("AceAddon-3.0"):GetAddon("AllTheLittleThings")
local mod = core:NewModule("Battlegrounds", "AceEvent-3.0")
local defaults = {
}
local options = {
}
function mod:OnInitialize()
core:RegisterOptions(options, defaults)
end