vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <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/
2 ..\FrameXML\UI.xsd">
3  
4 <Script file="localization.lua"/>
5 <Script file="Beastmaster.lua"/>
6  
7 <Frame name="BeastmasterFrame" frameStrata="LOW" enableMouse="false" parent="UIParent" hidden="false">
8 <Scripts>
9 <OnLoad>
10 Beastmaster_OnLoad();
11 </OnLoad>
12 <OnEvent>
13 Beastmaster_OnEvent(event);
14 </OnEvent>
15 </Scripts>
16 </Frame>
17  
18 </UI>
19