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
scoresA list of game high scores
View on GitHub
Install in Dash
GameHighScores Structure Reference