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

Provides functions for loading data from files.
파일 보기 프로젝트 열기: aiclub/Mohawk_Battleship

공개 메소드들

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

Loads a Configuration file with a specific name to the Configuration.Global Configuration.

Match ( int idx ) : void

Loads a Match from a specific file name into the MatchRun.CurrentMatch.

메소드 상세

Config() 공개 정적인 메소드

Loads a Configuration file with a specific name to the Configuration.Global Configuration.
public static Config ( int idx ) : void
idx int The current index of the parameter stream.
리턴 void

Match() 공개 정적인 메소드

Loads a Match from a specific file name into the MatchRun.CurrentMatch.
public static Match ( int idx ) : void
idx int The current index of the parameter stream.
리턴 void