• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
no edit summary
Line 81: Line 81:  
     end
 
     end
 
     return arr1
 
     return arr1
 +
end
 +
 +
function Utils.copy(tbl)
 +
    local result = {}
 +
    for k, v in pairs(tbl) do
 +
        result[k] = v
 +
    end
 +
    return result
 
end
 
end
  
cssedit, gkautomate
6,941

edits

Navigation menu