You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
384 B

local AS, L, S, R = unpack(AddOnSkins)
function R:CoolLine()
CoolLineDB.bgcolor = { r = 0, g = 0, b = 0, a = 0, }
CoolLineDB.border = 'None'
CoolLine.updatelook()
S:HandleFrame(CoolLine, true)
CoolLine.backdrop:SetAllPoints(CoolLine)
CoolLine.backdrop:CreateShadow()
AS:RegisterForPetBattleHide(CoolLine)
end
AS:RegisterSkin('CoolLine', nil, '[ElvUI_CoolLine]')