Table of Contents

OnModuleEnable

Methods
protected virtual void OnModuleEnable()

Derived types can optionally implement this execute code when the module is enabled.

Remarks

Derived types do not need to execute base.OnModuleEnable() when overriding this method, the base implementation will always be empty.