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/
..\FrameXML\UI.xsd">
        <Script file="SimpleSelfCast.lua"/>
        <Frame name="SimpleSelfCastFrame" visible="false" parent="UIParent">
                <Scripts>
                        <OnLoad>
                                SimpleSelfCast_OnLoad();
                        </OnLoad>
                        <OnEvent>
                                SimpleSelfCast_OnEvent(event);
                        </OnEvent>
                </Scripts>
        </Frame>
</Ui>