view modules/modules.xml @ 75:06cd74bdc7da

- Cleaned up Bar interface - Move all attribute setting from Bar into State - Separated Moonkin and Tree of Life - Removed PossessBar module - Added some infrastructure for paged/mind control support to Action
author Flick <flickerstreak@gmail.com>
date Mon, 16 Jun 2008 18:46:08 +0000
parents a785d6708388
children 42ec2938d65a
line wrap: on
line source
<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">

<!-- config/layout modules -->
<Include file="ReAction_ConfigUI\ReAction_ConfigUI.xml"/>
<Include file="ReAction_HideBlizzard\ReAction_HideBlizzard.xml"/>


<!-- button modules -->
<Include file="ReAction_Action\ReAction_Action.xml"/>
<Include file="ReAction_PetAction\ReAction_PetAction.xml"/>

<!-- not yet implemented
<Include file="ReAction_BagBar\ReAction_BagBar.xml"/>
<Include file="ReAction_Label\ReAction_Label.xml"/>
<Include file="ReAction_MicroMenu\ReAction_MicroMenu.xml"/>
<Include file="ReAction_Paging\ReAction_Paging.xml"/>
<Include file="ReAction_PopBar\ReAction_PopBar.lua"/>
<Include file="ReAction_StanceBar\ReAction_StanceBar.xml"/>
<Include file="ReAction_Visibility\ReAction_Visibility.xml"/>
-->

</Ui>