Simple Poker Template 0.0.1
|
Represents a pot in the poker game with the list of bets made to the pot. More...
Public Member Functions | |
Pot (GameManager.TurnPoker turnPoker) | |
void | AddBet (PlayerBase player, int chips) |
Adds a bet for the specified player. | |
Public Attributes | |
List< Bet > | BetList = new List<Bet>() |
Properties | |
GameManager.TurnPoker | TurnPoker [get] |
Represents a pot in the poker game with the list of bets made to the pot.
SimplePoker.Logic.Pot.Pot | ( | GameManager::TurnPoker | turnPoker | ) |
void SimplePoker.Logic.Pot.AddBet | ( | PlayerBase | player, |
int | chips ) |
Adds a bet for the specified player.
player | The player making the bet. |
chips | The number of chips being bet. |
|
get |