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="GFWUtils.lua"/>
4 <Script file="GFWTable.lua"/>
5 <Script file="GFWZones.lua"/>
6 <Script file="localization.lua"/>
7 <Script file="localization_BeastNames.lua"/>
8 <Script file="HuntersHelper_BeastInfo.lua"/>
9 <Script file="HuntersHelper_BeastLevels.lua"/>
10 <Script file="HuntersHelper_SpellInfo.lua"/>
11 <Script file="HuntersHelper.lua"/>
12 <Script file="HuntersHelper_Tests.lua"/>
13  
14 <Frame name="HuntersHelperFrame">
15 <Scripts>
16 <OnLoad>
17 FHH_OnLoad();
18 </OnLoad>
19 <OnEvent>
20 FHH_OnEvent(event, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9);
21 </OnEvent>
22 </Scripts>
23 </Frame>
24  
25 </Ui>