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

local rawset

This commit is contained in:
grilledham 2019-02-02 17:28:01 +00:00
parent 0398a9ae88
commit ab15c1149f

View File

@ -7,6 +7,7 @@ local concat = table.concat
local inspect = table.inspect
local pcall = pcall
local loadstring = loadstring
local rawset = rawset
local Public = {}