프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DrawCommunityCards | void | ||
DrawGameBox | void | ||
DrawSingleCard | void | ||
GetCardColor | ConsoleColor | ||
UpdateCommonRow | void |
메소드 | 설명 | |
---|---|---|
ConsoleUiDecorator ( IPlayer player, int row, int width, int commonRow ) : System | ||
GetTurn ( TexasHoldem.Logic.Players.GetTurnContext context ) : TexasHoldem.Logic.Players.PlayerAction | ||
StartHand ( StartHandContext context ) : void | ||
StartRound ( TexasHoldem.Logic.Players.StartRoundContext context ) : void |
메소드 | 설명 | |
---|---|---|
DrawCommunityCards ( ) : void | ||
DrawGameBox ( ) : void | ||
DrawSingleCard ( int row, int col, Card card ) : void | ||
GetCardColor ( Card card ) : ConsoleColor | ||
UpdateCommonRow ( int pot ) : void |
public ConsoleUiDecorator ( IPlayer player, int row, int width, int commonRow ) : System | ||
player | IPlayer | |
row | int | |
width | int | |
commonRow | int | |
리턴 | System |
public GetTurn ( TexasHoldem.Logic.Players.GetTurnContext context ) : TexasHoldem.Logic.Players.PlayerAction | ||
context | TexasHoldem.Logic.Players.GetTurnContext | |
리턴 | TexasHoldem.Logic.Players.PlayerAction |
public StartHand ( StartHandContext context ) : void | ||
context | StartHandContext | |
리턴 | void |
public StartRound ( TexasHoldem.Logic.Players.StartRoundContext context ) : void | ||
context | TexasHoldem.Logic.Players.StartRoundContext | |
리턴 | void |