forked from aim2kill/FishingBuddy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFishingBuddy.xml
executable file
·28 lines (27 loc) · 960 Bytes
/
FishingBuddy.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<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="localization.lua"/>
<Script file="localization.de.lua"/>
<Script file="localization.fr.lua"/>
<Script file="FishingSetup.lua"/>
<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>
<OnEvent>
FishingBuddy.OnEvent();
</OnEvent>
</Scripts>
</Frame>
<Frame name="FishingBuddy_RecastUpdateFrame" hidden="true">
<Scripts>
<OnUpdate>
-- FishingBuddy_RecastOnUpdate(arg1);
</OnUpdate>
</Scripts>
</Frame>
</Ui>