updates
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
<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="_detalhes_listener">
|
||||
<Scripts>
|
||||
<OnLoad>
|
||||
self:RegisterEvent ("ADDON_LOADED");
|
||||
self:RegisterEvent ("PLAYER_LOGOUT");
|
||||
</OnLoad>
|
||||
<OnEvent>
|
||||
_detalhes.OnEvent (self, event, ...);
|
||||
</OnEvent>
|
||||
</Scripts>
|
||||
</Frame>
|
||||
</Ui>
|
||||
Reference in New Issue
Block a user