Click or drag to resize
SystemManager Constructor
Constructs a new system manager without any systems.

Namespace: Slash.Application.Systems
Assembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SystemManager(
	Game game
)

Parameters

game
Type: Slash.Application.GamesGame
Game to manage the systems for.
See Also