Files
coa-details/Details/Details.xml
T
florian.berthold 5bb7be4968 chore: hoist plugins to root and move main into Details/
Each Details_* plugin and the main Details addon now lives in its own
repo-root folder, matching the Exiles fork-layout convention.
2026-05-25 10:59:28 +02: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>