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

Contains functions for modifying variables within the application.
파일 보기 프로젝트 열기: aiclub/Mohawk_Battleship

공개 메소드들

메소드 설명
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.

메소드 상세

Config() 공개 정적인 메소드

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.
리턴 void