Mercurial > wow > skeenmelee
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SkeenMelee.xml Sun Jun 26 17:20:50 2011 +0200 @@ -0,0 +1,12 @@ +<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/ ..\FrameXML\UI.xsd"> + <Script file="SkeenMelee.lua"/> + <Frame name="SkeenMelee_Frame"> + <Scripts> + <OnLoad>self.TimeSinceLastUpdate = 0 </OnLoad> + <OnUpdate function="SkeenMelee_OnUpdate" /> + </Scripts> + </Frame> +</Ui> +
