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

Contains information on the perks (runes) chosen by a participant in a match. More...

Properties

long PerkStyle [get, set]
 Gets or sets the main perk style chosen. More...
 
ListOfLong PerkIds [get, set]
 Gets or sets the chosen perk IDs. More...
 
long PerkSubStyle = new ListOfLong() [get, set]
 Gets or sets the perk sub-style chosen. More...
 

Detailed Description

Contains information on the perks (runes) chosen by a participant in a match.

Property Documentation

ListOfLong RiotNet.Models.Perks.PerkIds
getset

Gets or sets the chosen perk IDs.

long RiotNet.Models.Perks.PerkStyle
getset

Gets or sets the main perk style chosen.

long RiotNet.Models.Perks.PerkSubStyle = new ListOfLong()
getset

Gets or sets the perk sub-style chosen.


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