C# 클래스 MBC.App.BattleshipConsole.Help

Provides functions to display help information to the console.
파일 보기 프로젝트 열기: aiclub/Mohawk_Battleship

공개 메소드들

메소드 설명
Commands ( int idx ) : void

Displays the Input.CommandDescriptions of all existing commands.

메소드 상세

Commands() 공개 정적인 메소드

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