Class GenericQueueStats
Object contatining the overall game stats for game queues like "Ranked", "Casual" ...
Inheritance
System.Object
GenericQueueStats
Namespace: R6Stats.Stats
Assembly: R6Stat-Sharp.dll
Syntax
public class GenericQueueStats : object
Properties
| Improve this Doc View SourceCasual
Stats for casual queue
Declaration
public QueueStat Casual { get; }
Property Value
| Type | Description |
|---|---|
| QueueStat |
Other
Stats for queues other than ranked and casual
Declaration
public QueueStat Other { get; }
Property Value
| Type | Description |
|---|---|
| QueueStat |
Ranked
Stats for ranked queue
Declaration
public QueueStat Ranked { get; }
Property Value
| Type | Description |
|---|---|
| QueueStat |