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="IMBA_Tracker.lua"/>

        <Frame name="IMBA_Tracker">             
                <Scripts>
                        <OnLoad>
                                IMBA_Tracker_OnLoad();
                        </OnLoad>
                        <OnUpdate>
                                IMBA_Tracker_OnUpdate();
                        </OnUpdate>
                        <OnEvent>
                                IMBA_Tracker_OnEvent(event);
                        </OnEvent>
                </Scripts>
        </Frame>

</Ui>

Generated by GNU Enscript 1.6.5.90.