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,7 +1,5 @@
|
||||
local AceOO = AceLibrary("AceOO-2.0")
|
||||
|
||||
-- needs to not be local so that we can inherit from it
|
||||
TargetCC = AceOO.Class(IceUnitBar)
|
||||
TargetCC = IceCore_CreateClass(IceUnitBar)
|
||||
|
||||
TargetCC.prototype.debuffName = nil
|
||||
TargetCC.prototype.debuffRemaining = 0
|
||||
|
Reference in New Issue
Block a user