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:ProjectsWoWBinInterfaceFrameXMLUI.xsd">
2  
3 <Script file="GFWUtils.lua"/>
4 <Script file="GFWTable.lua"/>
5 <Script file="ReagentCost_VendorPrices.lua"/>
6 <Script file="ReagentCost.lua"/>
7  
8 <Frame name="Frame_GFW_ReagentCost">
9 <Scripts>
10 <OnLoad>
11 FRC_OnLoad();
12 </OnLoad>
13 <OnUpdate>
14 FRC_OnUpdate(arg1);
15 </OnUpdate>
16 <OnEvent>
17 FRC_OnEvent(event, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9);
18 </OnEvent>
19 </Scripts>
20 </Frame>
21  
22 </Ui>