mirror of
https://github.com/QbiXibQ/FBHealBox.git
synced 2026-09-23 16:16:57 +00:00
20 lines
555 B
XML
20 lines
555 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.
|
|
-->
|
|
<Script file="FBHealBox.lua"/>
|
|
|
|
<Frame name="FBHealBoxEventFrame" parent="UIParent">
|
|
<Scripts>
|
|
<OnLoad>
|
|
FBHealBox_OnLoad();
|
|
</OnLoad>
|
|
<OnEvent>
|
|
FBHealBox_OnEvent(event, arg1);
|
|
</OnEvent>
|
|
</Scripts>
|
|
</Frame>
|
|
</Ui>
|