Files
FBHealBox/FBHealBox.xml
T
2026-09-04 16:43:34 +02:00

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>