Upload files to 'Turtle'
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
Turtle = {}
|
||||
|
||||
function Turtle:new(t)
|
||||
t = t or {}
|
||||
setmetatable(t, self)
|
||||
self.__index = self
|
||||
return t
|
||||
end
|
||||
Reference in New Issue
Block a user