Network code documentation for my turn-based game 1.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayerData Struct Reference

PlayerData is a struct containing the username of a player and its elo. More...

#include <types.h>

Public Attributes

std::string username
 
int elo
 

Detailed Description

PlayerData is a struct containing the username of a player and its elo.

Member Data Documentation

◆ elo

int PlayerData::elo

◆ username

std::string PlayerData::username

The documentation for this struct was generated from the following file: