Show / Hide Table of Contents

Interface IWeaponCategoryResponse

API response containing stats for each weapon category

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 IWeaponCategoryResponse : IStat

Properties

| Improve this Doc View Source

WeaponCategories

Stats for every weapon category

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