Modulo:Sandbox/Sakretsu: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
test |
test |
||
Riga 1:
local p = {}
function p.get()
return _G.abc
end
function p.
_G.abc = 'abc'
end
|
test |
test |
||
Riga 1:
local p = {}
function p.get()
return _G.abc
end
function p.
_G.abc = 'abc'
end
|