Class SettingsData
- Namespace
- AshesOfVelsingrad.Managers
- Assembly
- Ashes of Velsingrad.dll
Data structure for settings storage
public class SettingsData
- Inheritance
-
SettingsData
- Inherited Members
Remarks
This class holds the settings data, including dialogue size and custom settings. It is serialized to and from JSON format for persistence.
Properties
CustomSettings
public Dictionary<string, object> CustomSettings { get; set; }
Property Value
DialogueSize
public float DialogueSize { get; set; }
Property Value
InputBindings
public Dictionary<string, Dictionary<string, object>> InputBindings { get; set; }