update server to get it to work

This commit is contained in:
RickyRister 2025-04-06 03:33:06 -07:00
parent 917f10bffb
commit 95668add3c
2 changed files with 56 additions and 9 deletions

View file

@ -84,6 +84,7 @@ private:
bool conceded;
bool sideboardLocked;
void revealTopCardIfNeeded(Server_CardZone *zone, GameEventStorage &ges);
void sendCreateTokenEvents(Server_CardZone *zone, Server_Card *card, int xCoord, int yCoord, GameEventStorage &ges);
public:
mutable QMutex playerMutex;