Enum IncompatibleConfigHandling
- Namespace
- MonkeyLoader.Configuration
- Assembly
- MonkeyLoader.dll
Defines options for the handling of incompatible configuration versions.
public enum IncompatibleConfigHandling
Fields
Clobber = 1Destroy the saved config and start over from scratch.
Error = 0Fail to read the config, and block saving over the config on disk.
ForceLoad = 2Ignore the version number and attempt to load the config from disk.