add abstract player in expectance of draft players

This commit is contained in:
ebbit1q 2025-10-02 01:11:56 +02:00
parent 201750c89f
commit 9fde50c936
11 changed files with 1880 additions and 1733 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)