mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- removed the last remnants of Ace2 (AceOO-2.0 and AceLibrary) thanks to a huge amount of help from ckknight for metatables
This commit is contained in:
@ -1,6 +1,4 @@
|
||||
local AceOO = AceLibrary("AceOO-2.0")
|
||||
|
||||
local ComboPointsBar = AceOO.Class(IceBarElement)
|
||||
local ComboPointsBar = IceCore_CreateClass(IceBarElement)
|
||||
|
||||
function ComboPointsBar.prototype:init()
|
||||
ComboPointsBar.super.prototype.init(self, "ComboPointsBar")
|
||||
@ -56,7 +54,7 @@ end
|
||||
|
||||
function ComboPointsBar.prototype:CreateFrame()
|
||||
ComboPointsBar.super.prototype.CreateFrame(self)
|
||||
|
||||
|
||||
self:UpdateComboPoints()
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user