Enum BepInDependency.DependencyFlags
Flags that are applied to a dependency
Namespace: BepInEx
Assembly: BepInEx.dll
Syntax
[Flags]
public enum DependencyFlags
Fields
Name | Description |
---|---|
HardDependency |
The plugin has a hard dependency on the referenced plugin, and will not run without it. |
SoftDependency |
This plugin has a soft dependency on the referenced plugin, and is able to run without it. |