C# 클래스 TexasHoldem.Logic.GameMechanics.TwoPlayersHandLogic

파일 보기 프로젝트 열기: NikolayIT/TexasHoldemGameEngine

공개 메소드들

메소드 설명
Play ( ) : void
TwoPlayersHandLogic ( IList players, int handNumber, int smallBlind ) : System.Collections.Generic

비공개 메소드들

메소드 설명
DetermineWinnerAndAddPot ( int pot ) : void
PlayRound ( GameRoundType gameRoundType, int communityCardsCount ) : void

메소드 상세

Play() 공개 메소드

public Play ( ) : void
리턴 void

TwoPlayersHandLogic() 공개 메소드

public TwoPlayersHandLogic ( IList players, int handNumber, int smallBlind ) : System.Collections.Generic
players IList
handNumber int
smallBlind int
리턴 System.Collections.Generic