1
1
mirror of https://git.shadowkat.net/izaya/OC-PsychOS2.git synced 2024-11-13 00:27:00 -05:00
OC-PsychOS2/module/devfs/cons.lua

9 lines
98 B
Lua
Raw Normal View History

2019-10-27 08:34:02 -04:00
devfs.register("cons",function()
return function()
end,
function()
end,
function()
end
end)