C# Class MBC.App.BattleshipConsole.Load

Provides functions for loading data from files.
Afficher le fichier Open project: aiclub/Mohawk_Battleship

Méthodes publiques

Méthode 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 méthode

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.
Résultat void

Match() public static méthode

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.
Résultat void