mirror of
https://github.com/brues-code/Vanilla_MikScrollingBattleText.git
synced 2026-09-22 15:46:57 +00:00
73212ebe33
Clean MSBT 3.01 from Mik's
13 lines
412 B
XML
13 lines
412 B
XML
<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">
|
|
|
|
<!-- Frame that handles core events -->
|
|
<Frame name="MCEHEventFrame">
|
|
<Scripts>
|
|
<OnEvent>MikCEH.OnEvent();</OnEvent>
|
|
<OnLoad>MikCEH.OnLoad();</OnLoad>
|
|
<OnUpdate>MikCEH.OnUpdate();</OnUpdate>
|
|
</Scripts>
|
|
</Frame>
|
|
</Ui> |