mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Moved version 0.11 to SVN
This commit is contained in:
20
IceHUD.lua
Normal file
20
IceHUD.lua
Normal file
@ -0,0 +1,20 @@
|
||||
IceHUD = AceLibrary("AceAddon-2.0"):new("AceDebug-2.0")
|
||||
local AceOO = AceLibrary("AceOO-2.0")
|
||||
|
||||
IceHUD.Location = "Interface\\AddOns\\IceHUD"
|
||||
|
||||
function IceHUD:OnInitialize()
|
||||
self:SetDebugging(false)
|
||||
self:Debug("IceHUD:OnInitialize()")
|
||||
|
||||
self.IceCore = IceCore:new()
|
||||
end
|
||||
|
||||
|
||||
function IceHUD:OnEnable()
|
||||
self:Debug("IceHUD:OnEnable()")
|
||||
|
||||
self.IceCore:Enable()
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user