view MapFrame.xml @ 106:1197c8825eda

- remove 7.2.5 changes from live
author Nenue
date Sun, 28 May 2017 19:58:56 -0400
parents 4d1520186ea4
children b67ba1078824
line wrap: on
line source
<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="MapFrame.lua" />

    <Frame name="WorldPlanMapFrame" mixin="WorldPlanMapFrameMixin">
        <Scripts>
            <OnShow method="OnShow" />
            <OnHide method="OnHide" />
            <OnUpdate method="OnUpdate" />
        </Scripts>
    </Frame>

</Ui>