![]() |
Cavoke
1.1.0
A Platform for creating and hosting multiplayer turn-based board games
|
Serializable representation of participant for client. More...
#include <game_session.h>
Public Attributes | |
UserInfo | user |
int | player_id |
Serializable representation of participant for client.
Definition at line 91 of file game_session.h.
int cavoke::server::model::GameSessionAccessObject::PlayerInfo::player_id |
Definition at line 93 of file game_session.h.
UserInfo cavoke::server::model::GameSessionAccessObject::PlayerInfo::user |
Definition at line 92 of file game_session.h.