Interface IPluginConfiguration
Configuration to store settings for a dalamud plugin.
Namespace: Dalamud.Configuration
Assembly: Dalamud.dll
Syntax
public interface IPluginConfiguration
Properties
| Improve this Doc View SourceVersion
Gets or sets configuration version.
Declaration
int Version { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |