IModular<T>.Register
Method in IModular<T>
Declaration
bool Register(T module)Description
Registers a module to the entity.
Parameters
| module | The module to register. |
Returns
| bool | True if the module was registered, false if the module cannot be registered. |