R-Type  2
Doom but in better
Loading...
Searching...
No Matches
PlayerInfo Struct Reference

Represents information about a player, specifically their username. More...

#include <PlayerInfo.hpp>

Collaboration diagram for PlayerInfo:
Collaboration graph

Data Fields

uint32_t id
 
std::string username
 

Detailed Description

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.

Field Documentation

◆ id

uint32_t PlayerInfo::id

The client id of the player

Definition at line 14 of file PlayerInfo.hpp.

◆ username

std::string PlayerInfo::username

The username of the player.

Definition at line 15 of file PlayerInfo.hpp.


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