add abstract player in expectance of draft players (#6210)

* add abstract player in expectance of draft players
This commit is contained in:
ebbit1q
2025-10-07 15:09:30 +02:00
committed by GitHub
parent c25b153185
commit 3cff55b0bb
11 changed files with 1854 additions and 1707 deletions

View File

@@ -21,13 +21,13 @@
#include "../rng_abstract.h"
#include "pb/command_move_card.pb.h"
#include "server_abstract_player.h"
#include "server_card.h"
#include "server_player.h"
#include <QDebug>
#include <QSet>
Server_CardZone::Server_CardZone(Server_Player *_player,
Server_CardZone::Server_CardZone(Server_AbstractPlayer *_player,
const QString &_name,
bool _has_coords,
ServerInfo_Zone::ZoneType _type)