C# Class Compete.Model.Game.Competition

Mostrar archivo Open project: aaronjensen/compete Class Usage Examples

Public Methods

Method Description
AddPlayer ( BotPlayer player ) : void
Competition ( IGame game ) : System
PlayRound ( IEnumerable teamNames ) : IEnumerable

Private Methods

Method Description
PlayRound ( IEnumerable teams ) : IEnumerable

Method Details

AddPlayer() public method

public AddPlayer ( BotPlayer player ) : void
player BotPlayer
return void

Competition() public method

public Competition ( IGame game ) : System
game IGame
return System

PlayRound() public method

public PlayRound ( IEnumerable teamNames ) : IEnumerable
teamNames IEnumerable
return IEnumerable