mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40: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:
@ -4,9 +4,7 @@ Author: Caryna/Turalyon EU (Alliance) (updated for Threat-2.0 by 'acapela' of Wo
|
||||
Description: adds a threat bar to IceHUD
|
||||
]]
|
||||
|
||||
local AceOO = AceLibrary("AceOO-2.0")
|
||||
|
||||
IceThreat = AceOO.Class(IceUnitBar)
|
||||
IceThreat = IceCore_CreateClass(IceUnitBar)
|
||||
|
||||
IceThreat.prototype.color = nil
|
||||
IceThreat.aggroBar = nil
|
||||
|
Reference in New Issue
Block a user