gpg::
  #include <stats_manager.h>
  Holds all PlayerStats data, along with a response status.
Summary
| Public attributes | |
|---|---|
| data | Data associated with the statistics collected for this player.  | 
| status | Can be one of the values enumerated in ResponseStatus.  | 
Public attributes
data
PlayerStats gpg::StatsManager::FetchForPlayerResponse::data
Data associated with the statistics collected for this player.
status
ResponseStatus gpg::StatsManager::FetchForPlayerResponse::status
Can be one of the values enumerated in ResponseStatus.
If the response is unsuccessful, FetchForPlayerResponse data object comes back empty.
