mirror of
https://github.com/QbiXibQ/FBHealBox.git
synced 2026-09-22 15:46:58 +00:00
22 lines
709 B
XML
22 lines
709 B
XML
<Ui xmlns="http://www.blizzard.com/wow/ui/">
|
|
<!--
|
|
Heal Box Vanilla
|
|
Original: "Heal Box" von Dourd (Argent Dawn EU) - UI Overhauled.
|
|
Vanilla-Portierung und Funktionserweiterung 09/2026 von Mquadrat.
|
|
-->
|
|
<!-- Die Lua-Dateien laedt ausschliesslich die .toc (FBHealBox.lua,
|
|
FBHealBox_Raid.lua). Ein <Script file="..."/> hier wuerde den Kern
|
|
ein zweites Mal ausfuehren. -->
|
|
|
|
<Frame name="FBHealBoxEventFrame" parent="UIParent">
|
|
<Scripts>
|
|
<OnLoad>
|
|
FBHealBox_OnLoad();
|
|
</OnLoad>
|
|
<OnEvent>
|
|
FBHealBox_OnEvent(event, arg1);
|
|
</OnEvent>
|
|
</Scripts>
|
|
</Frame>
|
|
</Ui>
|