vantaMOO/world
vanta black 318fc79b8b vantaMOO! 2023-01-06 03:50:33 +00:00
..
README.md vantaMOO! 2023-01-06 03:50:33 +00:00
__init__.py vantaMOO! 2023-01-06 03:50:33 +00:00
batch_cmds.ev vantaMOO! 2023-01-06 03:50:33 +00:00
help_entries.py vantaMOO! 2023-01-06 03:50:33 +00:00
prototypes.py vantaMOO! 2023-01-06 03:50:33 +00:00

README.md

world/

This folder is meant as a miscellaneous folder for all that other stuff related to the game. Code which are not commands or typeclasses go here, like custom economy systems, combat code, batch-files etc.

You can restructure and even rename this folder as best fits your sense of organisation. Just remember that if you add new sub directories, you must add (optionally empty) __init__.py files in them for Python to be able to find the modules within.