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

Contains functions that are used for saving data to files.
Показать файл Открыть проект

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

Метод Описание
Config ( int idx ) : void

Saves the Core.Util.Configuration.Global Core.Util.Configuration to a file.

Match ( int idx ) : void

Saves the MatchRun.CurrentMatch to a file.

Описание методов

Config() публичный статический Метод

Saves the Core.Util.Configuration.Global Core.Util.Configuration to a file.
public static Config ( int idx ) : void
idx int The current index of the parameter stream.
Результат void

Match() публичный статический Метод

Saves the MatchRun.CurrentMatch to a file.
public static Match ( int idx ) : void
idx int The current index of the parameter stream.
Результат void