vanilla-wow-addons – Blame information for rev 1
?pathlinks?
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" |
2 | xsi:schemaLocation="http://www.blizzard.com/wow/ui/ C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd"> |
||
3 | <!-- $Id: Sea.xml 2025 2005-07-02 23:51:34Z Sinaloit $ --> |
||
4 | |||
5 | <!-- Internationalized Text File --> |
||
6 | <Script file="localization.lua"/> |
||
7 | |||
8 | <!-- This is the Sea Library --> |
||
9 | <Script file="Sea.lua"/> |
||
10 | |||
11 | <!-- Data about various WoW things --> |
||
12 | <Script file="Sea.data.lua"/> |
||
13 | <Script file="Sea.data.item.lua"/> |
||
14 | <Script file="Sea.data.spell.lua"/> |
||
15 | |||
16 | <!-- Common IO Functions --> |
||
17 | <Script file="Sea.IO.lua"/> |
||
18 | |||
19 | <!-- Language Parsing --> |
||
20 | <Script file="Sea.lang.lua"/> |
||
21 | <Script file="Sea.math.lua"/> |
||
22 | <Script file="Sea.string.lua"/> |
||
23 | <Script file="Sea.table.lua"/> |
||
24 | <Script file="Sea.util.lua"/> |
||
25 | |||
26 | <!-- World of Warcraft Object Functions --> |
||
27 | <Script file="Sea.wow.lua"/> |
||
28 | <Script file="Sea.wow.item.lua"/> |
||
29 | <Script file="Sea.wow.tooltip.lua"/> |
||
30 | <Script file="Sea.wow.questLog.lua"/> |
||
31 | </Ui> |
||
32 |