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