Interface IPreset
Holds a group of serialized values which can be merged in a corresponding
Namespace: DaggerfallWorkshop.Game.Utility.ModSupport.ModSettings
Assembly: Assembly-CSharp.dll
Syntax
public interface IPreset
Properties
| Improve this Doc View SourceSettingsVersion
Declaration
string SettingsVersion { get; set; }
Property Value
Type | Description |
---|---|
String |
Values
Declaration
Dictionary<string, Dictionary<string, string>> Values { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<String, Dictionary<String, String>> |