C# 클래스 Dominion.Game

파일 보기 프로젝트 열기: NathanTeeuwen/Dominulator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ApproxNumberOfDifferentCards int
ExpectedNumberOfGameTurns int
MaxSimultaneousGames int

공개 메소드들

메소드 설명
Dispose ( ) : void
Game ( Random random, GameConfig gameConfig, IGameLog gameLog ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Game() 공개 메소드

public Game ( Random random, GameConfig gameConfig, IGameLog gameLog ) : System
random System.Random
gameConfig GameConfig
gameLog IGameLog
리턴 System

프로퍼티 상세

ApproxNumberOfDifferentCards 공개적으로 정적으로 프로퍼티

public static int ApproxNumberOfDifferentCards
리턴 int

ExpectedNumberOfGameTurns 공개적으로 정적으로 프로퍼티

public static int ExpectedNumberOfGameTurns
리턴 int

MaxSimultaneousGames 공개적으로 정적으로 프로퍼티

public static int MaxSimultaneousGames
리턴 int