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

Contains information about a single mastery in a mastery page. More...

Properties

int Id [get, set]
 Gets or sets the ID of this mastery. This is equal to MasteryId, but it is set by the Summoner API. More...
 
int MasteryId [get, set]
 Gets or sets the ID of this mastery. This is equal to Id, but it is set by the Match and Spectator APIs. More...
 
int Rank [get, set]
 Gets or sets the number of mastery points put into this mastery. More...
 

Detailed Description

Contains information about a single mastery in a mastery page.

Property Documentation

int RiotNet.Models.Mastery.Id
getset

Gets or sets the ID of this mastery. This is equal to MasteryId, but it is set by the Summoner API.

int RiotNet.Models.Mastery.MasteryId
getset

Gets or sets the ID of this mastery. This is equal to Id, but it is set by the Match and Spectator APIs.

int RiotNet.Models.Mastery.Rank
getset

Gets or sets the number of mastery points put into this mastery.


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