Method ListFromJson
| Improve this Doc View SourceListFromJson(string)
Loads a list of SkillConfigs from a JSON string.
Declaration
public static List<SkillConfig> ListFromJson(string json)
Parameters
Type | Name | Description |
---|---|---|
string | json | JSON text |
Returns
Type | Description |
---|---|
List<SkillConfig> | Loaded list of SkillConfigs |