12 lines
397 B
XML
12 lines
397 B
XML
<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>
|