LuPPC/src/lua/core/computer.lua

7 lines
76 B
Lua
Raw Normal View History

2016-01-06 08:29:49 +11:00
local computer = {}
2016-01-05 04:20:40 +11:00
2016-01-06 08:29:49 +11:00
function computer.prepare( ... )
end
return computer