изменил структуру

This commit is contained in:
2026-03-28 13:44:26 +04:00
parent e71f9608c3
commit e4a0cc2c36
513 changed files with 99 additions and 72 deletions
@@ -0,0 +1,19 @@
<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">
<Script file="GlueParent.lua"/>
<Frame name="GlueParent" setAllPoints="true">
<Scripts>
<!-- Register here for any events you want to monitor globally -->
<OnLoad>
GlueParent_OnLoad(self);
</OnLoad>
<!-- Respond here to any events you want to monitor globally -->
<OnEvent>
GlueParent_OnEvent(event, ...);
</OnEvent>
<OnUpdate>
GlueFrameFadeUpdate(elapsed);
</OnUpdate>
</Scripts>
</Frame>
</Ui>