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="Core.lua"/>
5  
6 <!-- Global Event Handler -->
7 <Frame name="BagnonForever" hidden="true">
8 <Scripts>
9 <OnLoad>
10 BagnonForever_OnLoad();
11 </OnLoad>
12 <OnEvent>
13 BagnonForever_OnEvent(event);
14 </OnEvent>
15 </Scripts>
16 </Frame>
17 </Ui>