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"
2 xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd">
3  
4 <!-- Frame to handle core events -->
5 <Frame name="RestedBonus_Frame" parent="UIParent">
6 <Scripts>
7 <OnLoad>
8 this:RegisterEvent("VARIABLES_LOADED");
9 </OnLoad>
10 <OnEvent>
11 if(event=="VARIABLES_LOADED") then
12 RestedBonus_Init();
13 end
14 </OnEvent>
15 </Scripts>
16 </Frame>
17 </Ui>