<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="HealBot_Titan.lua" />
	
	<GameTooltip name="Titan_HBTooltip" frameStrata="TOOLTIP" hidden="true" parent="UIParent" inherits="GameTooltipTemplate" />
    
	<Frame parent="UIParent">
		<Frames>
			<Button name="TitanPanelHealBotButton" inherits="TitanPanelComboTemplate" frameStrata="FULLSCREEN" toplevel="true">
				<Scripts>
					<OnLoad>
						TitanPanelHealBotButton_OnLoad(self);
						TitanPanelButton_OnLoad(self);
					</OnLoad>
					<OnClick>
						TitalPanelHealBotButton_OnClick(self, arg1);
						TitanPanelButton_OnClick(self, arg1);
					</OnClick>
                </Scripts>
			</Button>
		</Frames>
	</Frame>
</Ui>
