Enum BepInDependency.DependencyFlags
Flags that are applied to a dependency
Namespace: BepInEx
  Assembly: BepInEx.Core.dll
  
  Syntax
[Flags]
public enum DependencyFlagsFields
| 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. |