Show / Hide Table of Contents

Class MasteryTreeStatic

Mastery tree.

Inheritance
System.Object
MasteryTreeStatic
Namespace:RiotSharp.StaticDataEndpoint
Assembly:RiotSharp.dll
Syntax
public class MasteryTreeStatic : object

Properties

Defense

List of list of objects (masteryId, prereq) in the defense tree.

Declaration
public List<MasteryTreeListStatic> Defense { get; set; }
Property Value
Type Description
List<><MasteryTreeListStatic>

Offense

List of list of objects (masteryId, prereq) in the offense tree.

Declaration
public List<MasteryTreeListStatic> Offense { get; set; }
Property Value
Type Description
List<><MasteryTreeListStatic>

Utility

List of list of objects (masteryId, prereq) in the utility tree.

Declaration
public List<MasteryTreeListStatic> Utility { get; set; }
Property Value
Type Description
List<><MasteryTreeListStatic>
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX