Rather than messing up upstream folders and causing hundreds of merge conflicts when attempting to upstream (if you do want to upstream again) (even if you don't want to upstream you will eventually need to update your robust toolbox which will eventually cause certain methods to be obsolete or removed which will cause issues)
Using modules also increases buildtime by quite a bit
you should be using _folders for yaml and modules for c#
e.g
_persistence
Content.Persistance.Client
You can see examples of how this can be done in the traumastation repo or goobstation repo, I believe it's one of the first pr's in traumastation
Rather than messing up upstream folders and causing hundreds of merge conflicts when attempting to upstream (if you do want to upstream again) (even if you don't want to upstream you will eventually need to update your robust toolbox which will eventually cause certain methods to be obsolete or removed which will cause issues)
Using modules also increases buildtime by quite a bit
you should be using _folders for yaml and modules for c#
e.g
_persistence
Content.Persistance.Client
You can see examples of how this can be done in the traumastation repo or goobstation repo, I believe it's one of the first pr's in traumastation