mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- added local copy of _G.IceHUD to modules that reference it frequently for a minor lookup speed boost
This commit is contained in:
@ -7,6 +7,8 @@ Description: adds a threat bar to IceHUD
|
||||
|
||||
IceThreat = IceCore_CreateClass(IceUnitBar)
|
||||
|
||||
local IceHUD = _G.IceHUD
|
||||
|
||||
IceThreat.prototype.color = nil
|
||||
IceThreat.aggroBar = nil
|
||||
IceThreat.aggroBarMulti = nil
|
||||
|
Reference in New Issue
Block a user