Class: Game

Game(id, platformName, name, coverImage, playerNames)

Game with all Informations

Constructor

new Game(id, platformName, name, coverImage, playerNames)

Parameters:
Name Type Description
id string ID of the game
platformName string Name of the platform
name string name of the game
coverImage path path to the image on the server
playerNames Array.<string> all names of players that own the game
Source: