destroy.lua 279 B

1234567891011
  1. return {
  2. tag = 'worldBasics',
  3. summary = 'Destroy the World!! Muahaha!',
  4. description = 'Destroy the World!',
  5. arguments = {},
  6. returns = {},
  7. notes = [[
  8. Bad things will happen if you destroy the world and then try to access it or anything that was
  9. in it.
  10. ]]
  11. }