Added type checking

This commit is contained in:
Justin van der Leij 2018-04-07 01:42:00 +02:00
parent fda6cd7237
commit 281bb53a5b
7 changed files with 101 additions and 8 deletions

View file

@ -11,6 +11,8 @@ System.mt = {
__all = {},
__pools = {},
__instance = nil,
__isSystem = true,
}, systemProto)
for _, filter in pairs(systemProto.__filter) do