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/ C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
2 <Script file="LootCounter.lua"/>
3  
4 <Frame name="LootCounter_EventHandler">
5 <Scripts>
6 <OnEvent>
7 LootCounter_OnEvent(event);
8 </OnEvent>
9 <OnLoad>
10 LootCounter_OnLoad();
11 </OnLoad>
12 </Scripts>
13 </Frame>
14  
15 </Ui>