Simple Poker Template 0.0.1
Loading...
Searching...
No Matches
SimplePoker.Logic.PokerStats Class Reference

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...

Public Member Functions

 PokerStats (PlayerBase lastPlayerAction, int totalPot, int bet)
 

Properties

int TotalPot [get]
 
int Bet [get]
 
PlayerBase LastPlayerAction [get]
 

Detailed Description

Represents statistics for the current state of the poker game, including the total pot, current bet amount, and the last player who took action.

Constructor & Destructor Documentation

◆ PokerStats()

SimplePoker.Logic.PokerStats.PokerStats ( PlayerBase lastPlayerAction,
int totalPot,
int bet )

Property Documentation

◆ 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: