режим предателя + UI референсы и DragonUI
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
function CooldownFrame_SetTimer(self, start, duration, enable)
|
||||
if ( start > 0 and duration > 0 and enable > 0) then
|
||||
self:SetCooldown(start, duration);
|
||||
self:Show();
|
||||
else
|
||||
self:Hide();
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user