Class SeasonalResponse
Contains game stats of a player for each season
Inherited Members
Namespace: R6Stats.Response
Assembly: R6Stat-Sharp.dll
Syntax
public class SeasonalResponse : BaseResponse, IAlias, IPayload, ISeasonalResponse, IStat
Properties
| Improve this Doc View SourceCurrentRankedData
Get the ranked data from the current season
Declaration
public IRankedData CurrentRankedData { get; }
Property Value
| Type | Description |
|---|---|
| IRankedData |
Remarks
Returns the most recent ranked data from any of the regions since all regions are now treated as one
SeasonalStats
Declaration
public IReadOnlyDictionary<string, SeasonalStat> SeasonalStats { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyDictionary<System.String, SeasonalStat> |