C# 클래스 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.
파일 보기 프로젝트 열기: aj-r/RiotNet

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Game ( ) : System

Creates a new Game instance.

메소드 상세

Game() 공개 메소드

Creates a new Game instance.
public Game ( ) : System
리턴 System