|
R-Type
2
Doom but in better
|
Represents information about a player, specifically their username. More...
#include <PlayerInfo.hpp>

Data Fields | |
| uint32_t | id |
| std::string | username |
Represents information about a player, specifically their username.
This structure is used to store basic information about a player, such as their username. It can be expanded in the future to include additional player-related data if needed.
Definition at line 13 of file PlayerInfo.hpp.
| uint32_t PlayerInfo::id |
The client id of the player
Definition at line 14 of file PlayerInfo.hpp.
| std::string PlayerInfo::username |
The username of the player.
Definition at line 15 of file PlayerInfo.hpp.