Class MasteryTreeItemStatic
Class representing a mastery tree item or talent (Static API).
Inheritance
System.Object
MasteryTreeItemStatic
Namespace:RiotSharp.StaticDataEndpoint
Assembly:RiotSharp.dll
Syntax
public class MasteryTreeItemStatic : object
Properties
MasteryId
Id of the mastery.
Declaration
public int MasteryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Prerequisite
Prerequisite.
Declaration
public string Prerequisite { get; set; }
Property Value
Type | Description |
---|---|
System.String |