remove temp folder structure

This commit is contained in:
Crum
2018-02-19 21:03:21 -06:00
parent 85a2a5bcf7
commit 611f11aff9
408 changed files with 0 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<Ui xmlns="http://www.blizzard.com/wow/ui/">
<Frame name="oUF_GroupHeaderTemplate" hidden="true" virtual="true">
<Scripts>
<OnLoad>
this:RegisterEvent("PARTY_MEMBERS_CHANGED")
this:RegisterEvent("RAID_ROSTER_UPDATE")
</OnLoad>
<OnEvent>
SecureGroupHeader_OnEvent(this, event)
</OnEvent>
<OnShow>
SecureGroupHeader_Update(this)
</OnShow>
</Scripts>
</Frame>
</Ui>