Interface IConfigurator
Configuration interface that's added to the Builder object.
Namespace: SadConsole.Configuration
Assembly: SadConsole.dll
Syntax
public interface IConfigurator
Methods
Run(Builder, GameHost)
Called by the Builder; Runs the specific config for this object.
Declaration
void Run(Builder config, GameHost game)