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 <Script file="IMBA_Tracker.lua"/>
4  
5 <Frame name="IMBA_Tracker">
6 <Scripts>
7 <OnLoad>
8 IMBA_Tracker_OnLoad();
9 </OnLoad>
10 <OnUpdate>
11 IMBA_Tracker_OnUpdate();
12 </OnUpdate>
13 <OnEvent>
14 IMBA_Tracker_OnEvent(event);
15 </OnEvent>
16 </Scripts>
17 </Frame>
18  
19 </Ui>