Click or drag to resize
EventManagerEventDelegate Delegate
Signature of the event callbacks.

Namespace: Slash.ECS.Events
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public delegate void EventDelegate(
	GameEvent e
)

Parameters

e
Type: Slash.ECS.EventsGameEvent
Event which occurred.
See Also