vanilla-wow-addons – Rev 1

Subversion Repositories:
Rev:
<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">
        <Script file="GFWUtils.lua"/>
        <Script file="GFWTable.lua"/>
        <Script file="GFWZones.lua"/>
        <Script file="localization.lua"/>
        <Script file="localization_BeastNames.lua"/>
        <Script file="HuntersHelper_BeastInfo.lua"/>
        <Script file="HuntersHelper_BeastLevels.lua"/>
        <Script file="HuntersHelper_SpellInfo.lua"/>
        <Script file="HuntersHelper.lua"/>
        <Script file="HuntersHelper_Tests.lua"/>

        <Frame name="HuntersHelperFrame">
                <Scripts>
                        <OnLoad>
                                FHH_OnLoad();
                        </OnLoad>
                        <OnEvent>
                                FHH_OnEvent(event, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9);
                        </OnEvent>
                </Scripts>
        </Frame>

</Ui>