C# Class Dominion.Game

Afficher le fichier Open project: NathanTeeuwen/Dominulator Class Usage Examples

Méthodes publiques

Свойство Type Description
ApproxNumberOfDifferentCards int
ExpectedNumberOfGameTurns int
MaxSimultaneousGames int

Méthodes publiques

Méthode Description
Dispose ( ) : void
Game ( Random random, GameConfig gameConfig, IGameLog gameLog ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Game() public méthode

public Game ( Random random, GameConfig gameConfig, IGameLog gameLog ) : System
random System.Random
gameConfig GameConfig
gameLog IGameLog
Résultat System

Property Details

ApproxNumberOfDifferentCards public_oe static_oe property

public static int ApproxNumberOfDifferentCards
Résultat int

ExpectedNumberOfGameTurns public_oe static_oe property

public static int ExpectedNumberOfGameTurns
Résultat int

MaxSimultaneousGames public_oe static_oe property

public static int MaxSimultaneousGames
Résultat int