Class StartingConsoleConfig
Implements
Inherited Members
Namespace: SadConsole.Configuration
Assembly: SadConsole.dll
Syntax
public class StartingConsoleConfig : IConfigurator
Constructors
StartingConsoleConfig()
Declaration
public StartingConsoleConfig()
Methods
Run(BuilderBase, GameHost)
Called by the Builder; Runs the specific config for this object.
Declaration
public void Run(BuilderBase configBuilder, GameHost game)
Parameters
| Type | Name | Description |
|---|---|---|
| BuilderBase | configBuilder | |
| GameHost | game | The game object being created. |