GameListGameField
@available(*, deprecated)
public struct GameListGameField
The struct for game information from gamelist
-
Game ID
Declaration
Swift
public let id: String
-
Game title
Declaration
Swift
public let title: String
-
Game song count
Declaration
Swift
public let songCount: UInt
-
Resolve the partial game to full game
Declaration
Swift
public func resolveGame() throws -> Game