|
@@ -125,6 +125,7 @@ public:
|
|
|
class CClient : public Environment, public IClient
|
|
|
{
|
|
|
std::shared_ptr<CGameState> gamestate;
|
|
|
+ int requestCounter = 1;
|
|
|
public:
|
|
|
std::map<PlayerColor, std::shared_ptr<CGameInterface>> playerint;
|
|
|
std::map<PlayerColor, std::shared_ptr<CBattleGameInterface>> battleints;
|