This repository was archived by the owner on Sep 25, 2023. It is now read-only.

Description
Namespaces in Game are implemented as structs with methods.
This is not composable: e.g. one cannot expose a task in a namespace by assigning a function/Runnable a name, as one can do with regular tasks.
Investigate alternate ways to describe namespaces that do not involve creating a whole package.