Enum VersionStrictness
Enum used for telling whether or not the same mod version should be used by both the server and the clients.
This enum is only useful with certain CompatibilityLevel values.
Namespace: Jotunn.Utils
Assembly: Jotunn.dll
Syntax
public enum VersionStrictness
Fields
Name | Description |
---|---|
Major | Mod must have the same Major version |
Minor | Mods must have the same Minor version |
None | No version check is done |
Patch | Mods must have the same Patch version |