mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 06:52:15 -07:00
format
This commit is contained in:
parent
fe0e061bfe
commit
64bbde08b6
24 changed files with 52 additions and 51 deletions
|
|
@ -21,12 +21,12 @@
|
|||
|
||||
#include "server_cardzone.h"
|
||||
#include "server_player.h"
|
||||
|
||||
#include <QVariant>
|
||||
#include <libcockatrice/protocol/pb/event_set_card_attr.pb.h>
|
||||
#include <libcockatrice/protocol/pb/event_set_card_counter.pb.h>
|
||||
#include <libcockatrice/protocol/pb/serverinfo_card.pb.h>
|
||||
|
||||
#include <QVariant>
|
||||
|
||||
Server_Card::Server_Card(const CardRef &cardRef, int _id, int _coord_x, int _coord_y, Server_CardZone *_zone)
|
||||
: zone(_zone), id(_id), coord_x(_coord_x), coord_y(_coord_y), cardRef(cardRef), tapped(false), attacking(false),
|
||||
facedown(false), destroyOnZoneChange(false), doesntUntap(false), parentCard(0), stashedCard(nullptr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue