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

파일 보기 프로젝트 열기: aiclub/Mohawk_Battleship

공개 메소드들

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

메소드 상세

Config() 공개 정적인 메소드

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

Match() 공개 정적인 메소드

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