Skip to content

StartingConsoleConfig Class

C#
public class StartingConsoleConfig : IConfigurator

Inheritance object

Implements IConfigurator

C#
public StartingConsoleConfig()

Called by the Builder; Runs the specific config for this object.

C#
public void Run(BuilderBase configBuilder, GameHost game)

configBuilder BuilderBase

game GameHost
The game object being created.