C# 클래스 MBC.App.BattleshipConsole.Save

Contains functions that are used for saving data to files.
파일 보기 프로젝트 열기: aiclub/Mohawk_Battleship

공개 메소드들

메소드 설명
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