<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="TitanClassicDefense.lua"/> <Script file="TitanClassicDefense_subzones.lua"/> <GameTooltip name="TitanDefenseTooltip" inherits="GameTooltipTemplate" parent="UIParent" hidden="true"/> <Frame parent="UIParent"> <Frames> <Button name="TitanPanelDefenseButton" inherits="TitanPanelComboTemplate" frameStrata="FULLSCREEN" toplevel="true"> <Scripts> <OnLoad> TitanPanelDefenseButton_OnLoad(self); TitanPanelButton_OnLoad(self); </OnLoad> <OnEvent> TitanPanelDefense_OnEvent(self, event, ...); </OnEvent> </Scripts> </Button> </Frames> </Frame> </Ui>