mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 03:53:56 -07:00
renamed playerzone to cardzone
This commit is contained in:
parent
141b116528
commit
8782438fcc
28 changed files with 106 additions and 106 deletions
|
|
@ -52,7 +52,7 @@ private:
|
|||
CardDatabase *db;
|
||||
public:
|
||||
Client *client;
|
||||
void addZone(PlayerZone *z);
|
||||
void addZone(CardZone *z);
|
||||
void addCounter(Counter *c);
|
||||
Player(const QString &_name, int _id, QPointF _base, bool _local, CardDatabase *_db, Client *_client);
|
||||
~Player();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue