Quantcast
<Ui xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.blizzard.com/wow/ui/">
	<Script file="Autogratzer.lua" />
	<Frame name="autogratzerMainFrame">
		<Scripts>
			<OnLoad>
				AG_OnLoad(self);
			</OnLoad>
			<OnEvent>
				AG_OnEvent(self,event,...);
			</OnEvent>
		</Scripts>
	</Frame>
</Ui>