Files
coa-details/Details.xml
T
2022-10-20 09:47:48 -03:00

18 lines
434 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">
<!-- event listener -->
<Frame name="_detalhes_listener">
<Scripts>
<OnLoad>
self:RegisterEvent("ADDON_LOADED");
</OnLoad>
<OnEvent>
_detalhes.OnEvent (self, event, ...);
</OnEvent>
</Scripts>
</Frame>
</Ui>