Files
aux-addon-ClassicAPI/Core.xml
T
2015-09-08 22:11:48 +02:00

16 lines
317 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")
</OnLoad>
<OnEvent>
Auctionator_Core_OnEvent()
</OnEvent>
</Scripts>
</Frame>
</Ui>