Class Mastery
Class representing a Mastery in the API.
Inheritance
System.Object
Mastery
Namespace:RiotSharp.CurrentGameEndpoint
Assembly:RiotSharp.dll
Syntax
public class Mastery : object
Properties
MasteryId
The ID of the mastery
Declaration
public long MasteryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Rank
The number of points put into this mastery by the user
Declaration
public int Rank { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |