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.
Afficher le fichier Open project: aj-r/RiotNet

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Game ( ) : System

Creates a new Game instance.

Method Details

Game() public méthode

Creates a new Game instance.
public Game ( ) : System
Résultat System