C# Class Compete.Model.Game.Competition

Afficher le fichier Open project: aaronjensen/compete Class Usage Examples

Méthodes publiques

Méthode Description
AddPlayer ( BotPlayer player ) : void
Competition ( IGame game ) : System
PlayRound ( IEnumerable teamNames ) : IEnumerable

Private Methods

Méthode Description
PlayRound ( IEnumerable teams ) : IEnumerable

Method Details

AddPlayer() public méthode

public AddPlayer ( BotPlayer player ) : void
player BotPlayer
Résultat void

Competition() public méthode

public Competition ( IGame game ) : System
game IGame
Résultat System

PlayRound() public méthode

public PlayRound ( IEnumerable teamNames ) : IEnumerable
teamNames IEnumerable
Résultat IEnumerable