10 lines
170 B
Lua
10 lines
170 B
Lua
return {
|
|
basalt = function()
|
|
return {
|
|
cool = function()
|
|
print("ello")
|
|
sleep(2)
|
|
end
|
|
}
|
|
end
|
|
} |