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 ..\FrameXML\UI.xsd">
3 <Script file="CastingBarTime.lua"/>
4 <Frame name="CastingBarTimeFrame" parent="CastingBarFrame">
5 <Scripts>
6 <OnLoad>
7 CastingBarTime_OnLoad();
8 </OnLoad>
9 <OnEvent>
10 CastingBarTime_OnEvent();
11 </OnEvent>
12 <OnUpdate>
13 CastingBarTime_OnUpdate();
14 </OnUpdate>
15 </Scripts>
16 </Frame>
17 </Ui>