Operating system for OpenComputers
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

9 行
98B

  1. devfs.register("cons",function()
  2. return function()
  3. end,
  4. function()
  5. end,
  6. function()
  7. end
  8. end)