LocalEventHandler.

OnEnable() Method

Summary

Subscribes to Local event system, when a local event is trigger the OnLocalEvent function will be called.
Namespace
ASL.LocalEventSystem
Containing Type
LocalEventHandler

Syntax

protected virtual void OnEnable()

Return Value

Type Description
void