ECS component: per-player scoreboard statistics for the current match.
Definition PlayerMatchStats.hpp:16
int score
Player's current score.
Definition PlayerMatchStats.hpp:17
uint16_t rttMs
Last RTT this player's client reported to the server (ms).
Definition PlayerMatchStats.hpp:30
int deaths
Number of deaths this match.
Definition PlayerMatchStats.hpp:19
bool hasWon
True if the player reached the kill threshold.
Definition PlayerMatchStats.hpp:20
int kills
Number of kills achieved this match.
Definition PlayerMatchStats.hpp:18