Interface IWeaponResponse
API response containing statistics for each weapon used by a player
Inherited Members
Namespace: R6Stats.Response.Interfaces
Assembly: R6Stat-Sharp.dll
Syntax
public interface IWeaponResponse : IStat
Properties
| Improve this Doc View SourceWeapons
Collection of stats for different weapons
Declaration
IReadOnlyDictionary<string, WeaponStat> Weapons { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyDictionary<System.String, WeaponStat> |