1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-18 03:21:47 +02:00

local reference to getmetatable

This commit is contained in:
grilledham 2019-06-04 13:58:05 +01:00
parent f2f562fb93
commit b269f1e18c

View File

@ -1,6 +1,7 @@
local type = type
local tostring = tostring
local setmetatable = setmetatable
local getmetatable = getmetatable
local Public = {}