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="KillMore.lua"/>
4 <Frame name="KillMoreFrame" parent="UIParent" hidden="true">
5 <Scripts>
6 <OnEvent>
7 KillMore_OnEvent();
8 </OnEvent>
9 <OnLoad>
10 KillMore_GetLocalizedStrings();
11 KillMore_OnLoad();
12 </OnLoad>
13 </Scripts>
14 </Frame>
15 </Ui>