mirror of
https://github.com/TangentFoxy/Pop.Box.git
synced 2024-12-15 12:44:20 +00:00
forgot to compile
This commit is contained in:
parent
559fa50459
commit
022ac10eb6
@ -1,5 +1,5 @@
|
|||||||
local Class
|
local Class
|
||||||
Class = function(name, parent)
|
Class = function(name)
|
||||||
local newClass, base
|
local newClass, base
|
||||||
base = {
|
base = {
|
||||||
__index = base,
|
__index = base,
|
||||||
@ -16,5 +16,6 @@ Class = function(name, parent)
|
|||||||
return self
|
return self
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
return newClass
|
||||||
end
|
end
|
||||||
return Class
|
return Class
|
||||||
|
Loading…
Reference in New Issue
Block a user