5 lines
57 B
Text
5 lines
57 B
Text
|
local test = {}
|
||
|
|
||
|
test.address = tostring(_G)
|
||
|
|
||
|
return test
|