WoWInterface SVN NakasBot

[/] [trunk/] [NakasBot/] [NakasBot.xml] - Rev 3

Compare with Previous | Blame | View Log

<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="NakasBot.lua"/>
        <Frame name="NakasBotFrame" hidden="true">
                <Scripts>
                        <OnLoad>NakasBot_OnLoad();</OnLoad>
                        <OnEvent>NakasBot_OnEvent(event);</OnEvent>
                        <OnShow>NakasBot_OnShow();</OnShow>
                </Scripts>
        </Frame>
</Ui>

Compare with Previous | Blame