I have the namespaces like so:
namespace Jimmyt1988
{
namespace PlatformGame
{
namespace Helpers
{
}
}
}
I'd be just as happy to do something like this:
namespace Jimmyt1988\PlatformGame\Helpers
{
}
How do i/Can i do this?
Was struggling to find anything in google
EDIT:
Considering this is a "duplicate" and was unfindable in google... I suggest you re-tag/name/whatever the "duplicate" entry.