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.
20 lines
906 B
20 lines
906 B
|
3 years ago
|
<!--Neuron is a World of Warcraft® user interface addon.
|
||
|
|
Copyright (c) 2017-2021 Britt W. Yazel
|
||
|
|
Copyright (c) 2006-2014 Connor H. Chenoweth
|
||
|
|
This code is licensed under the MIT license (see LICENSE for details)-->
|
||
|
|
|
||
|
|
<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_shared.xsd">
|
||
|
|
<!-- Registered GUI Data is a table for building the Bar config form in a generic way -->
|
||
|
|
<Script file="RegisteredGUIData.lua"/>
|
||
|
|
<Script file="MainWindow.lua"/>
|
||
|
|
<Script file="InterfacePanel.lua"/>
|
||
|
|
<Script file="BarEditTab.lua"/>
|
||
|
|
<Script file="BarEditTab_GeneralConfigPanel.lua"/>
|
||
|
|
<Script file="BarEditTab_BarStatesPanel.lua"/>
|
||
|
|
<Script file="BarEditTab_BarVisibilityPanel.lua"/>
|
||
|
|
<Script file="ButtonEditTab.lua"/>
|
||
|
|
<Script file="ButtonStatusEditTab.lua"/>
|
||
|
|
<Script file="IconSelectorPanel.lua"/>
|
||
|
|
</Ui>
|