C# Class MBC.App.BattleshipConsole.Create

Afficher le fichier Open project: aiclub/Mohawk_Battleship

Méthodes publiques

Méthode Description
Config ( int idx ) : void

Creates a new Configuration with a specific name and changes the application Configuration.Global Configuration with it.

Match ( int idx ) : void

Replaces the MatchRun.CurrentMatch with a new Match with specific indexes given for Shared.Controllers.

Method Details

Config() public static méthode

Creates a new Configuration with a specific name and changes the application Configuration.Global Configuration with it.
public static Config ( int idx ) : void
idx int The current index of the parameter stream.
Résultat void

Match() public static méthode

Replaces the MatchRun.CurrentMatch with a new Match with specific indexes given for Shared.Controllers.
public static Match ( int idx ) : void
idx int The current index of the parameter stream.
Résultat void