mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-29 02:44:34 +00:00
17 lines
482 B
XML
17 lines
482 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 name="RPLL">
|
|
<Scripts>
|
|
<OnEvent>
|
|
RPLL[event](arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12)
|
|
</OnEvent>
|
|
<OnUpdate>
|
|
RPLL:OnUpdate()
|
|
</OnUpdate>
|
|
</Scripts>
|
|
</Frame>
|
|
|
|
</Ui> |