OC-PsychOS2/module/devfs/cons.lua

9 lines
98 B
Lua

devfs.register("cons",function()
return function()
end,
function()
end,
function()
end
end)