Class Mastery
Class representing a mastery of a participant (Match API).
Inheritance
System.Object
Mastery
Namespace:RiotSharp.MatchEndpoint
Assembly:RiotSharp.dll
Syntax
public class Mastery : object
Properties
MasteryId
Mastery ID.
Declaration
public long MasteryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Rank
Mastery rank.
Declaration
public long Rank { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |