Stores instructions on how to build controllers, components and entities. This object is only used internally by scorpion for initialization and bootstrapping of the server.
Scans a module for controllers, components and entities and adds the instructions for initialization in the register.
Starts the server by reading the configuration files and runs it. This function starts the event loop snd rever returns.
See Implementation
Stores instructions on how to build controllers, components and entities. This object is only used internally by scorpion for initialization and bootstrapping of the server.