Responsible for:
More...
Responsible for:
- Allowing bets to be added and removed.
- Maintaining a list of bets placed.
| Roulette.Table.Table |
( |
ushort |
limit, |
|
|
ushort |
minimum |
|
) |
| |
| void Roulette.Table.ClearBets |
( |
| ) |
|
| void Roulette.Table.PlaceBet |
( |
Bet |
bet | ) |
|
Adds a bet to the table's bet list.
- Parameters
-
| override string Roulette.Table.ToString |
( |
| ) |
|
Informational string representation of this object.
- Returns
- Table's information.
| string Roulette.Table.ToStringFriendly |
( |
| ) |
|
A user-facing representation of this object.
- Returns
- A user-friendly string.
| void Roulette.Table.ValidateBets |
( |
| ) |
|
Throws an exception if any bet is invalid.
| ReadOnlyCollection<Bet> Roulette.Table.Bets |
|
get |
The list of bets placed on the table.
| ushort Roulette.Table.limit |
|
get |
| ushort Roulette.Table.minimum |
|
get |
The documentation for this class was generated from the following file:
- E:/@Documents/My Open Source Repos/ItMayBeAHackOOD/Assets/01_Roulette/Table.cs