GameHighScores
public struct GameHighScores : Codable, Equatable, FunctionResult
Contains a list of game high scores
-
A list of game high scores
Declaration
Swift
public let scores: [GameHighScore]
-
Contains a list of game high scores
Declaration
Swift
public init(scores: [GameHighScore])
Parameters
scores
A list of game high scores