Method CreateStat
CreateStat(string)
Creates a new StatDefinitionConfig instance.
Declaration
public StatDefinitionConfig CreateStat(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | The identifier of the StatDefinitionConfig to create. |
Returns
| Type | Description |
|---|---|
| StatDefinitionConfig | The new StatDefinitionConfig instance. |