-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathLight.xml
35 lines (34 loc) · 1.61 KB
/
Light.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
<!-- CORE ADDON FILES -->
<Script file="system\support\init.lua" />
<Script file="system\support\ext.lua" />
<Script file="system\interface\interface.lua" />
<Script file="system\interface\color.lua" />
<Script file="system\support\logger.lua" />
<Script file="system\support\event.lua" />
<Script file="system\support\storage.lua" />
<Script file="system\support\commands.lua" />
<Script file="system\support\data\data.lua" />
<Script file="system\support\data\removables.lua" />
<Script file="system\interface\window.lua" />
<Script file="system\interface\buttons.lua" />
<Script file="system\environment\environment.lua" />
<Script file="system\environment\logical.lua" />
<Script file="system\environment\virtual.lua" />
<Script file="system\environment\cast.lua" />
<Script file="system\environment\modifiers.lua" />
<Script file="system\environment\buff.lua" />
<Script file="system\environment\debuff.lua" />
<Script file="system\environment\health.lua" />
<Script file="system\environment\runes.lua" />
<Script file="system\environment\powertype.lua" />
<Script file="system\environment\power.lua" />
<Script file="system\environment\spell.lua" />
<Script file="system\environment\glow.lua" />
<Script file="system\environment\group.lua" />
<Script file="system\environment\enemies.lua" />
<Script file="system\environment\unit.lua" />
<Script file="system\rotation\rotation.lua" />
<Script file="system\rotation\timer.lua" />
</Ui>