Modules<T>.Register
Method in Modules<T>
Implements IModular<T>.Register
Declaration
public 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. |