Split the window_playerbreakdown_spells.lua into three more files

This commit is contained in:
Tercio Jose
2023-06-08 22:03:37 -03:00
parent 631b3ceaa0
commit cc09a733bf
15 changed files with 1608 additions and 1494 deletions
@@ -0,0 +1,16 @@
local addonName, Details222 = ...
local breakdownWindow = Details.BreakdownWindow
local Loc = LibStub("AceLocale-3.0"):GetLocale("Details")
local SharedMedia = LibStub:GetLibrary("LibSharedMedia-3.0")
local unpack = unpack
local GetTime = GetTime
local CreateFrame = CreateFrame
local GetSpellLink = GetSpellLink
local GetSpellInfo = GetSpellInfo
local _GetSpellInfo = Details.GetSpellInfo
local GameTooltip = GameTooltip
local IsShiftKeyDown = IsShiftKeyDown
local DF = DetailsFramework
local tinsert = tinsert