C# Класс MBC.App.BattleshipConsole.Load

Provides functions for loading data from files.
Показать файл Открыть проект

Открытые методы

Метод Описание
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