Class GenericGamemodeStats
Object contating the game stats for gamemodes like "Bomb", "Hostage", "Secure Area"
Inheritance
System.Object
GenericGamemodeStats
Namespace: R6Stats.Stats
Assembly: R6Stat-Sharp.dll
Syntax
public class GenericGamemodeStats : object
Properties
| Improve this Doc View SourceBomb
Stats for the gamemode "Bomb"
Declaration
public BombStats Bomb { get; }
Property Value
| Type | Description |
|---|---|
| BombStats |
Hostage
Stats for the gamemode "Hostage"
Declaration
public HostageStats Hostage { get; }
Property Value
| Type | Description |
|---|---|
| HostageStats |
SecureArea
Stats for the gamemode "Secure Area"
Declaration
public SecureAreaStats SecureArea { get; }
Property Value
| Type | Description |
|---|---|
| SecureAreaStats |