Class Tier
Contains tier names (CHALLENGER, MASTER, etc.)
Inheritance
System.Object
Tier
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: MingweiSamuel.Camille.Enums
Assembly: Camille.dll
Syntax
public static class Tier
Fields
| Improve this Doc View SourceBronze
Declaration
public const string Bronze = "BRONZE"
Field Value
Type | Description |
---|---|
System.String |
Challenger
Declaration
public const string Challenger = "CHALLENGER"
Field Value
Type | Description |
---|---|
System.String |
Diamond
Declaration
public const string Diamond = "DIAMOND"
Field Value
Type | Description |
---|---|
System.String |
Gold
Declaration
public const string Gold = "GOLD"
Field Value
Type | Description |
---|---|
System.String |
Grandmaster
Declaration
public const string Grandmaster = "GRANDMASTER"
Field Value
Type | Description |
---|---|
System.String |
Iron
Declaration
public const string Iron = "IRON"
Field Value
Type | Description |
---|---|
System.String |
Master
Declaration
public const string Master = "MASTER"
Field Value
Type | Description |
---|---|
System.String |
Platinum
Declaration
public const string Platinum = "PLATINUM"
Field Value
Type | Description |
---|---|
System.String |
Silver
Declaration
public const string Silver = "SILVER"
Field Value
Type | Description |
---|---|
System.String |
Unranked
In most endpoints, tier will not be provided if related summoner is unranked.
Declaration
public const string Unranked = "UNRANKED"
Field Value
Type | Description |
---|---|
System.String |