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

파일 보기 프로젝트 열기: aiclub/Mohawk_Battleship

공개 메소드들

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