Interface IWeaponCategoryResponse
API response containing stats for each weapon category
Inherited Members
Namespace: R6Stats.Response.Interfaces
Assembly: R6Stat-Sharp.dll
Syntax
public interface IWeaponCategoryResponse : IStat
Properties
| Improve this Doc View SourceWeaponCategories
Stats for every weapon category
Declaration
IReadOnlyDictionary<string, WeaponCategoryStat> WeaponCategories { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyDictionary<System.String, WeaponCategoryStat> |