Show / Hide Table of Contents

Class ChampionStats

Stats for all champions (Stats API).

Inheritance
System.Object
ChampionStats
Namespace:RiotSharp.StatsEndpoint
Assembly:RiotSharp.dll
Syntax
public class ChampionStats : object

Properties

ChampionId

Champion ID. Note that champion ID 0 represents the combined stats for all champions.

Declaration
public int ChampionId { get; set; }
Property Value
Type Description
System.Int32

Stats

Champion stats associated with the champion.

Declaration
public ChampionStat Stats { get; set; }
Property Value
Type Description
ChampionStat
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX