C# 클래스 PacManDuel.Models.PlayerPool

파일 보기 프로젝트 열기: EntelectChallenge/2014-PacMan-TestHarness 1 사용 예제들

공개 메소드들

메소드 설명
GetNextPlayer ( ) : Player
GetPlayers ( ) : List
PlayerPool ( Player playerA, Player playerB ) : System.Collections.Generic

메소드 상세

GetNextPlayer() 공개 메소드

public GetNextPlayer ( ) : Player
리턴 Player

GetPlayers() 공개 메소드

public GetPlayers ( ) : List
리턴 List

PlayerPool() 공개 메소드

public PlayerPool ( Player playerA, Player playerB ) : System.Collections.Generic
playerA Player
playerB Player
리턴 System.Collections.Generic