<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">
	<Frame name="HunterBindingsFrame">
		<Scripts>
			<OnLoad>
				HunterBindings_OnLoad();
			</OnLoad>
			<OnEvent>
				HunterBindings_OnEvent()
			</OnEvent>
		</Scripts>
	</Frame>
	<GameTooltip name="HunterBindingsTooltip" hidden="false" inherits="GameTooltipTemplate">
		<Scripts>
			<OnLoad>
				this:SetAnchor(this, "ANCHOR_NONE");
			</OnLoad>
		</Scripts>
	</GameTooltip>
</Ui>
