initial commit
This commit is contained in:
11
Modules/MapOverlay/MapOverlay.xml
Normal file
11
Modules/MapOverlay/MapOverlay.xml
Normal 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>
|
||||
Reference in New Issue
Block a user