|
|
@ -10,7 +10,6 @@ local ipairs, pairs = ipairs, pairs |
|
|
|
local string = string |
|
|
|
local string = string |
|
|
|
local table = table |
|
|
|
local table = table |
|
|
|
local tostring = tostring |
|
|
|
local tostring = tostring |
|
|
|
local rawget = rawget |
|
|
|
|
|
|
|
local pcall = pcall |
|
|
|
local pcall = pcall |
|
|
|
local getmetatable, setmetatable = getmetatable, setmetatable |
|
|
|
local getmetatable, setmetatable = getmetatable, setmetatable |
|
|
|
local rawget, rawset = rawget, rawset |
|
|
|
local rawget, rawset = rawget, rawset |
|
|
|