vanilla-wow-addons – Rev 1

Subversion Repositories:
Rev:
<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">
        <Frame name="SmartHealFrame" parent="UIParent" hidden="false" frameStrata="LOW">
                <Scripts>
                        <OnLoad>
                                SmartHeal:OnLoad();
                        </OnLoad>
                        <OnEvent>
                                SmartHeal:OnEvent(event,arg1,arg2);
                        </OnEvent>
                        <OnUpdate>
                                SmartHeal:StopCasting_OnUpdate(arg1)
                                SmartHeal:ResumeAttack_OnUpdate(arg1)
                        </OnUpdate>
                </Scripts>
        </Frame>
        <GameTooltip name="SmartHealSpellTooltip" frameStrata="TOOLTIP" hidden="true" inherits="GameTooltipTemplate">
                <Scripts>
                        <OnLoad>
                                this:SetOwner(this, "ANCHOR_NONE");
                        </OnLoad>
                </Scripts>
        </GameTooltip>
</Ui>

Generated by GNU Enscript 1.6.5.90.