C# Class MBC.App.BattleshipConsole.MatchRun

Afficher le fichier Open project: aiclub/Mohawk_Battleship

Méthodes publiques

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

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

Stop() public static méthode

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