vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <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/">
2 <Script file="localization.lua"/>
3 <Script file="localization.de.lua"/>
4 <Script file="ChatCast.lua"/>
5 <Script file="ChatCastTrade.lua"/>
6 <Frame name="ChatCastFrame" hidden="true">
7 <Scripts>
8 <OnLoad>
9 ChatCast_OnLoad()
10 </OnLoad>
11 <OnEvent>
12 ChatCast_OnEvent()
13 </OnEvent>
14 <OnUpdate>
15 ChatCast_Trade_OnUpdate()
16 </OnUpdate>
17 </Scripts>
18 </Frame>
19 </Ui>