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="localization.lua"/>
        <Script file="Beastmaster.lua"/>

        <Frame name="BeastmasterFrame" frameStrata="LOW" enableMouse="false" parent="UIParent" hidden="false">
                <Scripts>
                        <OnLoad>
                                Beastmaster_OnLoad();
                        </OnLoad>
                        <OnEvent>
                                Beastmaster_OnEvent(event);
                        </OnEvent>
                </Scripts>
        </Frame>

</UI>