Class BannedChampion
Class representing a banned champion (Game API).
Inheritance
System.Object
BannedChampion
Namespace:RiotSharp.MatchEndpoint
Assembly:RiotSharp.dll
Syntax
public class BannedChampion : object
Properties
ChampionId
Banned champion ID.
Declaration
public int ChampionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PickTurn
Turn during which the champion was banned.
Declaration
public int PickTurn { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |