This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
vwowrla/VWoWRLAHelper/VWoWRLAHelper.xml

20 lines
649 B
XML

<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/ C:\Program%20Files\World%20of%20Warcraft\UI.xsd">
<Script file="data_lists.lua"/>
<Script file="utils.lua"/>
<Script file="matchers.lua"/>
<Script file="event_handler.lua"/>
<Script file="core.lua"/>
<GameTooltip name="VWoWRLA_tooltip" frameStrata="TOOLTIP" hidden="true" parent="UIParent" inherits="GameTooltipTemplate"/>
<Frame name="VWoWRLA_events">
<Scripts>
<OnLoad>
VWoWRLA_on_load()
</OnLoad>
<OnEvent>
VWoWRLA_on_event()
</OnEvent>
</Scripts>
</Frame>
</Ui>