vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <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/
2 C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
3 <Script file="CT_RADetectSpells.lua"/>
4 <Frame name="CT_RADetectSpellFrame" parent="UIParent">
5 <Scripts>
6 <OnLoad>
7 CT_RADetectSpells_OnLoad();
8 </OnLoad>
9 <OnEvent>
10 CT_RADetectSpells_OnEvent(event);
11 </OnEvent>
12 <OnUpdate>
13 CT_RADetectSpells_OnUpdate(arg1);
14 </OnUpdate>
15 </Scripts>
16 </Frame>
17 <GameTooltip name="CT_RADST" hidden="true" parent="UIParent" inherits="GameTooltipTemplate"/>
18 </Ui>