Game
data class Game( val sdkActive: Boolean, val paused: Boolean, val timestamps: Timestamp, val multiplayerTimeOffset: Long, val version: Versions, val gameType: GameType, val gameTime: Int, val maxTrailerCount: Int, val scale: Int)
Class that hold general information about the game
Author
Felipe Gonzalez