<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="FishingBuddy.lua"/>
    <Script file="FishingInit.lua"/>
    <!-- Frame to handle all core events --> 
    <Frame name="FishingBuddyRoot" toplevel="true" enableMouse="false" movable="true" parent="UIParent" hidden="true">
        <Scripts>
	    <OnLoad>
			FishingBuddy.OnLoad();
	    </OnLoad>
        </Scripts>
    </Frame>

	<Frame name="FishingBuddy_PostCastUpdateFrame" hidden="true">
		<Scripts>
			<OnUpdate>
				FishingBuddy.PostCastUpdate();
			</OnUpdate>
		</Scripts>
	</Frame>
</Ui>

