C# Класс MBC.App.BattleshipConsole.MatchRun

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Start() публичный статический Метод

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.
Результат void

Stop() публичный статический Метод

Stops and ends the MatchRun.CurrentMatch.
public static Stop ( int idx ) : void
idx int The current index of the parameter stream.
Результат void