Class Rune
Class representing a Rune in the API.
Inheritance
System.Object
Rune
Namespace:RiotSharp.CurrentGameEndpoint
Assembly:RiotSharp.dll
Syntax
public class Rune : object
Properties
Count
The count of this rune used by the participant
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RuneId
The ID of the rune
Declaration
public long RuneId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |