Skip to content

Instantly share code, notes, and snippets.

@moyotar
moyotar / big_tbl.lua
Created March 22, 2022 03:17
test lua mode
local CfgTbl = {
[0] = function(a, b, c)
return function(d,e,f)
print("test")
end
end,
[1] = function(a, b, c)
return function(d,e,f)
print("test")
end