20 lines
649 B
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> |