C# Class MBC.App.BattleshipConsole.MatchRun

Show file Open project: aiclub/Mohawk_Battleship

Public Methods

Method Description
Start ( int idx ) : void

Begins running the MatchRun.CurrentMatch continuously until it ends, or MatchRun.Running is made false.

Stop ( int idx ) : void

Stops and ends the MatchRun.CurrentMatch.

Method Details

Start() public static method

Begins running the MatchRun.CurrentMatch continuously until it ends, or MatchRun.Running is made false.
public static Start ( int idx ) : void
idx int The current index of the parameter stream.
return void

Stop() public static method

Stops and ends the MatchRun.CurrentMatch.
public static Stop ( int idx ) : void
idx int The current index of the parameter stream.
return void