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="EnchantSeller.lua"/>
6  
7 <Frame name="Frame_GFW_EnchantSeller" hidden="true">
8 <Scripts>
9 <OnLoad>
10 FES_OnLoad();
11 </OnLoad>
12 <OnEvent>
13 FES_OnEvent(event, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9);
14 </OnEvent>
15 </Scripts>
16 </Frame>
17  
18 </Ui>