Enum ConfigType
The different types of configuration files distribution.
Namespace: Exiled.API.Enums
Assembly: Exiled.API.dll
Syntax
public enum ConfigType
Fields
Name | Description |
---|---|
Default | Default distribution, every plugin will share the same config file. |
Separated | Separated distribution, each plugin will have an individual config file. |