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="CT_RADetectSpells.lua"/>
        <Frame name="CT_RADetectSpellFrame" parent="UIParent">
                <Scripts>
                        <OnLoad>
                                CT_RADetectSpells_OnLoad();
                        </OnLoad>
                        <OnEvent>
                                CT_RADetectSpells_OnEvent(event);
                        </OnEvent>
                        <OnUpdate>
                                CT_RADetectSpells_OnUpdate(arg1);
                        </OnUpdate>
                </Scripts>
        </Frame>
        <GameTooltip name="CT_RADST" hidden="true" parent="UIParent" inherits="GameTooltipTemplate"/>
</Ui>

Generated by GNU Enscript 1.6.5.90.