16 lines
268 B
XML
16 lines
268 B
XML
<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/">
|
|
|
|
<Script file="static.lua"/>
|
|
|
|
<Frame>
|
|
<Scripts>
|
|
<OnLoad>
|
|
this:RegisterEvent('VARIABLES_LOADED')
|
|
</OnLoad>
|
|
<OnEvent>
|
|
Aux.static.on_event()
|
|
</OnEvent>
|
|
</Scripts>
|
|
</Frame>
|
|
</Ui>
|