-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTalentEmu-Mists.xml
More file actions
30 lines (24 loc) · 983 Bytes
/
TalentEmu-Mists.xml
File metadata and controls
30 lines (24 loc) · 983 Bytes
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
<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">
<!--
<Include file = "..\..\sharedxml\hybridscrollframe.xml"/>
<Include file = "template.xml"/>
-->
<include file = "libs\libs.xml" />
<script file = "Core\init.lua" />
<include file = "Locale\Locale.xml" />
<include file = "Data\Data.xml" />
<script file = "Core-Mists\data.lua" />
<script file = "Core\setting.lua" />
<script file = "Core-Mists\method.lua" />
<include file = "Core\UI\UI.xml" />
<include file = "Core-Mists\UI\UI.xml" />
<script file = "Core\inspect.lua" />
<script file = "Core\raidtool.lua" />
<script file = "Core\external.lua" />
<script file = "Core\comm.lua" />
<script file = "Core\tooltip.lua" />
<script file = "Core\misc.lua" />
<script file = "Core\fix.lua" />
<script file = "Core\dev.lua" />
</Ui>