<!--

XP Gain Notify (XGN for short)

*By Dissonance (AKA Caelus)*

-->
<!-- Note to others: This is the XML Schema - Don't change this! -->

<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/
C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
	
	<Script file="XP_Gain_Notify.lua"/>
	<!-- 	
	
	Why do I have a frame again?  Oh yea... 

	-->
	<Frame name="XGNFrame">
		<!-- Have to add my events here, or else my addon is useless! -->
		<Scripts>
			<OnLoad>
				XGN.OnLoad();
			</OnLoad>
			<OnEvent>
				XGN.OnEvent(event, arg1, arg2)
			</OnEvent>
		</Scripts>
	</Frame>
</Ui>

