C# 클래스 TicTacToeGameUtil.TicTacToeGameBasic

파일 보기 프로젝트 열기: DXFrance/OfficeTicTacToe 1 사용 예제들

공개 메소드들

메소드 설명
GetPossiblePlays ( ) : List
TicTacToeGameBasic ( int fullStateToken ) : System.Collections.Generic
TicTacToeGameBasic ( int stateToken, int nextPlay ) : System.Collections.Generic

메소드 상세

GetPossiblePlays() 공개 메소드

public GetPossiblePlays ( ) : List
리턴 List

TicTacToeGameBasic() 공개 메소드

public TicTacToeGameBasic ( int fullStateToken ) : System.Collections.Generic
fullStateToken int
리턴 System.Collections.Generic

TicTacToeGameBasic() 공개 메소드

public TicTacToeGameBasic ( int stateToken, int nextPlay ) : System.Collections.Generic
stateToken int
nextPlay int
리턴 System.Collections.Generic