C# Class MBC.App.BattleshipConsole.Save

Contains functions that are used for saving data to files.
Afficher le fichier Open project: aiclub/Mohawk_Battleship

Méthodes publiques

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

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

Match() public static méthode

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