refactoring Bugfix
This commit is contained in:
@@ -41,6 +41,18 @@ ClientBeRo::setHighestCardsValue(int theValue)
|
||||
highestCardsValue = theValue;
|
||||
}
|
||||
|
||||
void
|
||||
ClientBeRo::setLastActionPlayer ( int theValue )
|
||||
{
|
||||
lastActionPlayer = theValue;
|
||||
}
|
||||
|
||||
int
|
||||
ClientBeRo::getLastActionPlayer() const
|
||||
{
|
||||
return lastActionPlayer;
|
||||
}
|
||||
|
||||
void
|
||||
ClientBeRo::setPlayersTurn(int theValue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user