view SkeenMelee.xml @ 13:54bf2ad5e6d5 v1.3.3

Fixed a slider issue
author Emil Madsen <skeen@cs.au.dk>
date Tue, 21 Feb 2012 21:12:01 +0100
parents 6e44a9e52393
children
line wrap: on
line source
<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>