Class StatDictionary
Namespace: ReAgent.State
Assembly: ReAgent.dll
Syntax
public class StatDictionary
Properties
this[GameStat]
Declaration
public Stat this[GameStat id] { get; }
Parameters
Type | Name | Description |
---|---|---|
GameStat | id |
Property Value
Type | Description |
---|---|
Stat |
Methods
Has(GameStat)
Declaration
public bool Has(GameStat id)
Parameters
Type | Name | Description |
---|---|---|
GameStat | id |
Returns
Type | Description |
---|---|
bool |