lastMoneyWon
This commit is contained in:
@@ -306,6 +306,18 @@ ClientPlayer::getMyRoundStartCash() const
|
||||
return myRoundStartCash;
|
||||
}
|
||||
|
||||
void
|
||||
ClientPlayer::setLastMoneyWon ( int theValue )
|
||||
{
|
||||
lastMoneyWon = theValue;
|
||||
}
|
||||
|
||||
int
|
||||
ClientPlayer::getLastMoneyWon() const
|
||||
{
|
||||
return lastMoneyWon;
|
||||
}
|
||||
|
||||
void
|
||||
ClientPlayer::setMyAverageSets(int theValue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user