Represents statistics for the current state of the poker game, including the total pot, current bet amount, and the last player who took action.
More...
Represents statistics for the current state of the poker game, including the total pot, current bet amount, and the last player who took action.
◆ PokerStats()
SimplePoker.Logic.PokerStats.PokerStats |
( |
PlayerBase | lastPlayerAction, |
|
|
int | totalPot, |
|
|
int | bet ) |
◆ Bet
int SimplePoker.Logic.PokerStats.Bet |
|
get |
◆ LastPlayerAction
PlayerBase SimplePoker.Logic.PokerStats.LastPlayerAction |
|
get |
◆ TotalPot
int SimplePoker.Logic.PokerStats.TotalPot |
|
get |
The documentation for this class was generated from the following file:
- C:/Users/USER/Documents/Github/Poker Offline AssetStore/Assets/Simple Poker Template/Scripts/Game Scene/Poker Logics/PokerStats.cs