Click or drag to resize
GameStartGame Method (IAttributeTable)
Starts this game, beginning to tick all systems.

Namespace: Slash.Application.Games
Assembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void StartGame(
	IAttributeTable gameConfiguration
)

Parameters

gameConfiguration
Type: Slash.Collections.AttributeTablesIAttributeTable
Configuration for game systems.
See Also