a query function that will be called to retrieve information about a game.
The game object passed in in a union of the IGameStored and IDiscoveryResult data
structures for the game but keep in mind that the game may not be discovered or
it may be a custom-added game so either structure may be empty. When accessing any
field that doesn't exist in both IGameStored and IDiscoveryResult, please assume
it may be undefined.
a query function that will be called to retrieve information about a game. The game object passed in in a union of the IGameStored and IDiscoveryResult data structures for the game but keep in mind that the game may not be discovered or it may be a custom-added game so either structure may be empty. When accessing any field that doesn't exist in both IGameStored and IDiscoveryResult, please assume it may be undefined.