Class Position
Roles used for positional ranks.
Inheritance
System.Object
Position
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 Position
Fields
| Improve this Doc View SourceAPEX
Apex role. For ranks in apex tiers (master, gm, challenger) of positional queue types.
Declaration
public const string APEX = "APEX"
Field Value
Type | Description |
---|---|
System.String |
BOTTOM
Bottom (ADC) role.
Declaration
public const string BOTTOM = "BOTTOM"
Field Value
Type | Description |
---|---|
System.String |
JUNGLE
Jungle role.
Declaration
public const string JUNGLE = "JUNGLE"
Field Value
Type | Description |
---|---|
System.String |
MIDDLE
Mid role.
Declaration
public const string MIDDLE = "MIDDLE"
Field Value
Type | Description |
---|---|
System.String |
NONE
None role. For ranks in non-positional queues.
Declaration
public const string NONE = "NONE"
Field Value
Type | Description |
---|---|
System.String |
TOP
Top role.
Declaration
public const string TOP = "TOP"
Field Value
Type | Description |
---|---|
System.String |
UTILITY
Utility (support) role.
Declaration
public const string UTILITY = "UTILITY"
Field Value
Type | Description |
---|---|
System.String |