Interface IGameStat
Represents the general game stats
Namespace: R6Stats.Stats.Interfaces
Assembly: R6Stat-Sharp.dll
Syntax
public interface IGameStat
Properties
| Improve this Doc View SourceLosses
Number of times the player lost the game
Declaration
int Losses { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
PlayTime
Total time spent playing
Declaration
TimeSpan PlayTime { get; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |
WinLose
Win/Lose ratio
Declaration
double WinLose { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Wins
Number of times the player won the game
Declaration
int Wins { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |