IExitSystem

Namespace: Bang.Systems
Assembly: Bang.dll

public abstract IExitSystem : ISystem

A system called when the world is shutting down.

Implements: ISystem

⭐ Methods

Exit(Context)

public abstract void Exit(Context context)

Called when everything is turning off (this is your last chance).

Parameters
context Context