BepInDependency.DependencyFlags Enum
Definition
Section titled “Definition”Flags that are applied to a dependency
[Flags]public enum BepInDependency.DependencyFlags
Fields
Section titled “Fields”HardDependency
Section titled “HardDependency”The plugin has a hard dependency on the referenced plugin, and will not run without it.
HardDependency = 1
SoftDependency
Section titled “SoftDependency”This plugin has a soft dependency on the referenced plugin, and is able to run without it.
SoftDependency = 2