Show / Hide Table of Contents

Interface ISeasonalResponse

API response containing seasonal game stats

Inherited Members
IStat.Username
IStat.Platform
IStat.UbisoftID
IStat.UplayID
IStat.Avatar146
IStat.Avatar256
IStat.LastUpdated
Namespace: R6Stats.Response.Interfaces
Assembly: R6Stat-Sharp.dll
Syntax
public interface ISeasonalResponse : IStat

Properties

| Improve this Doc View Source

SeasonalStats

Stats for every season, keyed with their respective name

Declaration
IReadOnlyDictionary<string, SeasonalStat> SeasonalStats { get; }
Property Value
Type Description
IReadOnlyDictionary<System.String, SeasonalStat>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX