C# Class MBC.App.BattleshipConsole.Set

Contains functions for modifying variables within the application.
Afficher le fichier Open project: aiclub/Mohawk_Battleship

Méthodes publiques

Méthode Description
Config ( int idx ) : void

A MBCShellCommandHandler that is used to set the value in a given key to the one in the input. Outputs an indication of success to the console afterwards.

Method Details

Config() public static méthode

A MBCShellCommandHandler that is used to set the value in a given key to the one in the input. Outputs an indication of success to the console afterwards.
public static Config ( int idx ) : void
idx int The current index of the parameter stream.
Résultat void