Add stay on table animation for inactive network players which doent leave the table. some vote kick fixes.
This commit is contained in:
@@ -68,6 +68,9 @@ public:
|
||||
virtual void setMyActiveStatus(bool theValue) =0;
|
||||
virtual bool getMyActiveStatus() const =0;
|
||||
|
||||
virtual void setMyStayOnTableStatus(bool theValue) =0;
|
||||
virtual bool getMyStayOnTableStatus() const =0;
|
||||
|
||||
virtual void setMyCards(int* theValue) =0;
|
||||
virtual void getMyCards(int* theValue) const =0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user