Constructor: messages.highScores
Highscores in a game
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| scores | Array of HighScore | Yes | Highscores |
| users | Array of User | Yes | Users, associated to the highscores |
Type: messages.HighScores
Example:
$messages_highScores = ['_' => 'messages.highScores', 'scores' => [HighScore, HighScore], 'users' => [User, User]];