Cavoke
1.1.0
A Platform for creating and hosting multiplayer turn-based board games
|
Public Member Functions | |
Player (int _player_id, User _user) | |
void | read (const QJsonObject &json) |
Static Public Member Functions | |
static void | write (QJsonObject &json) |
Public Attributes | |
int | player_id {} |
User | user |
Player::Player | ( | int | _player_id, |
User | _user | ||
) |
Definition at line 5 of file player.cpp.
void Player::read | ( | const QJsonObject & | json | ) |
Definition at line 9 of file player.cpp.
|
static |
Definition at line 20 of file player.cpp.