scores property

vector<GameHighScore>? scores
getter/setter pair

A list of game high scores

Implementation

vector<GameHighScore>? scores;