C# Class MBC.App.BattleshipConsole.Save

Contains functions that are used for saving data to files.
Show file Open project: aiclub/Mohawk_Battleship

Public Methods

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

Method Details

Config() public static method

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

Match() public static method

Saves the MatchRun.CurrentMatch to a file.
public static Match ( int idx ) : void
idx int The current index of the parameter stream.
return void