C# Class PacManDuel.Models.PlayerPool

Show file Open project: EntelectChallenge/2014-PacMan-TestHarness Class Usage Examples

Public Methods

Method Description
GetNextPlayer ( ) : Player
GetPlayers ( ) : List
PlayerPool ( Player playerA, Player playerB ) : System.Collections.Generic

Method Details

GetNextPlayer() public method

public GetNextPlayer ( ) : Player
return Player

GetPlayers() public method

public GetPlayers ( ) : List
return List

PlayerPool() public method

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