模块:Time

来自维阿百科
跳转至: 导航搜索

此模块的文档可以在模块:Time/doc创建

local p = {}

function p.now(frame)
	return os.time()
end

return p