19 lines
435 B
XML
19 lines
435 B
XML
<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/">
|
|
|
|
<Script file="Core.lua"/>
|
|
|
|
<!-- Frame to handle all core events -->
|
|
<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> |