RiotNet  8.0.0
A C#/.NET client for the Riot Games API.
Properties | List of all members
RiotNet.Models.Player Class Reference

Basic info about a player in a game. More...

Properties

int ChampionId [get, set]
 Gets or sets the champion id associated with player. More...
 
long SummonerId [get, set]
 Gets or sets the summoner id associated with player. More...
 
TeamSide TeamId [get, set]
 Gets or sets the team id associated with player (team 1 or team 2). More...
 

Detailed Description

Basic info about a player in a game.

Property Documentation

int RiotNet.Models.Player.ChampionId
getset

Gets or sets the champion id associated with player.

long RiotNet.Models.Player.SummonerId
getset

Gets or sets the summoner id associated with player.

TeamSide RiotNet.Models.Player.TeamId
getset

Gets or sets the team id associated with player (team 1 or team 2).


The documentation for this class was generated from the following file: