vanilla-wow-addons – Rev 1

Subversion Repositories:
Rev:
<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">

        <Script file="GFWUtils.lua"/>
        <Script file="GFWTable.lua"/>
        <Script file="EnchantSeller.lua"/>

        <Frame name="Frame_GFW_EnchantSeller" hidden="true">
                <Scripts>
                        <OnLoad>
                                FES_OnLoad();
                        </OnLoad>
                        <OnEvent>
                                FES_OnEvent(event, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9);
                        </OnEvent>
                </Scripts>
        </Frame>

</Ui>

Generated by GNU Enscript 1.6.5.90.