Table of Contents

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

Dictionary<string, object>

DialogueSize

public float DialogueSize { get; set; }

Property Value

float

InputBindings

public Dictionary<string, Dictionary<string, object>> InputBindings { get; set; }

Property Value

Dictionary<string, Dictionary<string, object>>