Mercurial > wow > dependencyloader
comparison DependencyLoader/Core.lua @ 10:e0a4a8b5b389
lots more modifications...
author | mckenziemc |
---|---|
date | Sun, 05 Dec 2010 03:10:07 -0800 |
parents | 5362e308c3eb |
children | 78b28ebdc169 |
comparison
equal
deleted
inserted
replaced
9:5362e308c3eb | 10:e0a4a8b5b389 |
---|---|
1 | 1 |
2 | 2 |
3 | 3 |
4 local addonName, addonTable = ... | 4 local addonName, addonTable = ... |
5 | 5 |
6 | |
7 if true then | |
8 return | |
9 end | |
6 | 10 |
7 local Core, core = addonTable:NewClass("Core") | 11 local Core, core = addonTable:NewClass("Core") |
8 | 12 |
9 | 13 |
10 function Core:New() | 14 function Core:New() |