Hey I was writing a simple MUD the other day and it hit me that it would be better if I made the whole thing it's own object and module, so I decided on creating a Roleplay module!
Currently it's formatted with just a single Module, called Roleplay but that module is doing nothing...
Is it okay for me to have an empty namespace (Roleplay) and go straight for Roleplay::Player or Roleplay::Goblin?