C# Class RiotNet.Models.Game

Contains information about a historical game, as well as stats associated with the player for which this game was requested.
This object comes from the Games API, which gets the 10 most recent games played by a player. For more detailed game information, use the MatchDetail object from the Match API instead.
Show file Open project: aj-r/RiotNet

Private Properties

Property Type Description

Public Methods

Method Description
Game ( ) : System

Creates a new Game instance.

Method Details

Game() public method

Creates a new Game instance.
public Game ( ) : System
return System