Interface IGamemodeStat
Represents the stats for a game mode type
Namespace: R6Stats.Stats.Interfaces
Assembly: R6Stat-Sharp.dll
Syntax
public interface IGamemodeStat : IGameStat
Properties
| Improve this Doc View SourceBestScore
Best score achieved in the game mode
Declaration
int BestScore { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
GamesPlayed
Number of games played in the game mode
Declaration
int GamesPlayed { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |