C# Class MBC.App.BattleshipConsole.Load

Provides functions for loading data from files.
Show file Open project: aiclub/Mohawk_Battleship

Public Methods

Method Description
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.

Method Details

Config() public static method

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.
return void

Match() public static method

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.
return void