Show / Hide Table of Contents

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 Source

Blue

Team ID for Summoner's Rift blue side (100).

Declaration
public const int Blue = 100
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Lose

Loss string for TeamStats#win. "Fail".

Declaration
public const string Lose = "Fail"
Field Value
Type Description
System.String
| Improve this Doc View Source

Red

Team ID for Summoner's Rift red side (200).

Declaration
public const int Red = 200
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Win

Win string for TeamStats#win. "Win".

Declaration
public const string Win = "Win"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX