Class SettingsValues
Settings values serialized on disk.
Implements
Namespace: DaggerfallWorkshop.Game.Utility.ModSupport.ModSettings
Assembly: Assembly-CSharp.dll
Syntax
[fsObject("v1", new Type[]{})]
public class SettingsValues : IPreset
Properties
| Improve this Doc View SourceSettingsVersion
Declaration
public string SettingsVersion { get; set; }
Property Value
Type | Description |
---|---|
String |
Values
Declaration
public Dictionary<string, Dictionary<string, string>> Values { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<String, Dictionary<String, String>> |