Class LeaderboardUserStats
User stats for a player in a leaderboard
Inheritance
System.Object
LeaderboardUserStats
Namespace: R6Stats.Stats
Assembly: R6Stat-Sharp.dll
Syntax
public class LeaderboardUserStats : object
Properties
| Improve this Doc View SourceKD
Kill/Death ratio of the player
Declaration
public double KD { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Level
Level of the player
Declaration
public int Level { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
WL
Win/Lose ratio of the player
Declaration
public double WL { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |