Interface ISeasonalResponse
API response containing seasonal game stats
Inherited Members
Namespace: R6Stats.Response.Interfaces
Assembly: R6Stat-Sharp.dll
Syntax
public interface ISeasonalResponse : IStat
Properties
| Improve this Doc View SourceSeasonalStats
Stats for every season, keyed with their respective name
Declaration
IReadOnlyDictionary<string, SeasonalStat> SeasonalStats { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyDictionary<System.String, SeasonalStat> |