initial commit

This commit is contained in:
Torsten Brendgen
2026-04-10 21:30:31 +02:00
commit fc5a8aa361
108 changed files with 40568 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<Ui xmlns="http://www.blizzard.com/wow/ui/">
<Button name="HMGTMapOverlayPinTemplate" mixin="HMGTMapOverlayPinMixin" virtual="true">
<Size x="16" y="16" />
<Scripts>
<OnLoad method="OnLoad" />
<OnEnter method="OnMouseEnter" />
<OnLeave method="OnMouseLeave" />
<OnClick method="OnClick" />
</Scripts>
</Button>
</Ui>