Files
aux-addon-ClassicAPI/core.xml
T
2015-10-01 02:22:36 +02:00

18 lines
392 B
XML

<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/">
<Script file="core.lua"/>
<Frame>
<Scripts>
<OnLoad>
this:RegisterEvent("VARIABLES_LOADED")
this:RegisterEvent("ADDON_LOADED")
this:RegisterEvent("AUCTION_HOUSE_SHOW")
this:RegisterEvent("AUCTION_HOUSE_CLOSED")
</OnLoad>
<OnEvent>
Aux_OnEvent()
</OnEvent>
</Scripts>
</Frame>
</Ui>