Interface IOperatorResponse
API response containing the operator stats of a player
Inherited Members
Namespace: R6Stats.Response.Interfaces
Assembly: R6Stat-Sharp.dll
Syntax
public interface IOperatorResponse : IStat
Properties
| Improve this Doc View SourceOperators
Collection for the stats of the operators played by the user
Declaration
IReadOnlyDictionary<string, OperatorStat> Operators { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyDictionary<System.String, OperatorStat> |