Remastering engine
This commit is contained in:
@@ -34,16 +34,6 @@ function table.deepcopy(orig)
|
||||
return copy
|
||||
end
|
||||
|
||||
function table.merge(table1, table2)
|
||||
local newTable = table.deepcopy(table1)
|
||||
|
||||
for k, v in pairs(table2) do
|
||||
newTable[k] = v
|
||||
end
|
||||
|
||||
return newTable
|
||||
end
|
||||
|
||||
function table.contains(tbl, ...)
|
||||
local argCount = #arg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user