![]() |
Roulette 1.0
Roulette game template
|
This class manages the PoolList of all the chips in the game (10, 25, 50, 100, 500 and 1000). More...
Public Member Functions | |
Chip | GetSleepChip (int value) |
Gets the sleep chip. | |
void | GeneratePools (Roulette roulette) |
Generates the pools. | |
Properties | |
PoolList< Chip > | chip10 = new PoolList<Chip>() [get] |
PoolList< Chip > | chip25 = new PoolList<Chip>() [get] |
PoolList< Chip > | chip50 = new PoolList<Chip>() [get] |
PoolList< Chip > | chip100 = new PoolList<Chip>() [get] |
PoolList< Chip > | chip500 = new PoolList<Chip>() [get] |
PoolList< Chip > | chip1000 = new PoolList<Chip>() [get] |
This class manages the PoolList of all the chips in the game (10, 25, 50, 100, 500 and 1000).
void GBTemplates.Roulette.RoulettePoolsHandler.GeneratePools | ( | Roulette | roulette | ) |
Generates the pools.
roulette | The roulette. |
Chip GBTemplates.Roulette.RoulettePoolsHandler.GetSleepChip | ( | int | value | ) |
Gets the sleep chip.
value | The value. |