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:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
        <Script file="SimpleComm.lua"/>
        <Frame name="SimpleComm" hidden="true">
                <Scripts>
                        <OnLoad>
                                SimpleComm_OnLoad();
                        </OnLoad>
                        <OnEvent>
                                SimpleComm_ParseEvent(event);
                        </OnEvent>
                        <OnUpdate>
                                SimpleComm_OnUpdate(arg1);
                        </OnUpdate>
                </Scripts>
        </Frame>
</Ui>