comparison SkeenMelee.xml @ 0:6e44a9e52393 v1.0.6

initial update
author Emil Madsen <skeen@cs.au.dk>
date Sun, 26 Jun 2011 17:20:50 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:6e44a9e52393
1 <Ui xmlns="http://www.blizzard.com/wow/ui/"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd">
4 <Script file="SkeenMelee.lua"/>
5 <Frame name="SkeenMelee_Frame">
6 <Scripts>
7 <OnLoad>self.TimeSinceLastUpdate = 0 </OnLoad>
8 <OnUpdate function="SkeenMelee_OnUpdate" />
9 </Scripts>
10 </Frame>
11 </Ui>
12