Receives events for the NPC. It then calls any EventHandlers that have been added for that type of event.

Namespace: BaseLib
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public override void ReceiveEvent(
	EventBase e
)

Implements

IEventSubscriber..::..ReceiveEvent(EventBase)

See Also