Class TeamId
Inheritance
System.Object
TeamId
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 TeamId
Fields
| Improve this Doc View SourceBlue
Team ID for Summoner's Rift blue side (100).
Declaration
public const int Blue = 100
Field Value
Type | Description |
---|---|
System.Int32 |
Lose
Loss string for TeamStats#win. "Fail".
Declaration
public const string Lose = "Fail"
Field Value
Type | Description |
---|---|
System.String |
Red
Team ID for Summoner's Rift red side (200).
Declaration
public const int Red = 200
Field Value
Type | Description |
---|---|
System.Int32 |
Win
Win string for TeamStats#win. "Win".
Declaration
public const string Win = "Win"
Field Value
Type | Description |
---|---|
System.String |