OC-PsychOS2/module/devfs/null.lua

4 lines
93 B
Lua

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