C# Class MBC.App.BattleshipConsole.Help

Provides functions to display help information to the console.
Afficher le fichier Open project: aiclub/Mohawk_Battleship

Méthodes publiques

Méthode Description
Commands ( int idx ) : void

Displays the Input.CommandDescriptions of all existing commands.

Method Details

Commands() public static méthode

Displays the Input.CommandDescriptions of all existing commands.
public static Commands ( int idx ) : void
idx int The current index of the parameter stream.
Résultat void