First try: Transferring client action.
This commit is contained in:
@@ -39,6 +39,7 @@ public:
|
||||
int getPot() const { return pot;}
|
||||
void setPot(int theValue) { pot = theValue;}
|
||||
int getSets() const { return sets; }
|
||||
void setSets(int theValue) { sets = theValue; }
|
||||
|
||||
void collectSets();
|
||||
void collectPot();
|
||||
|
||||
Reference in New Issue
Block a user