Skip to content

BepInDependency.DependencyFlags Enum

Flags that are applied to a dependency

C#
[Flags]
public enum BepInDependency.DependencyFlags

The plugin has a hard dependency on the referenced plugin, and will not run without it.

C#
HardDependency = 1

This plugin has a soft dependency on the referenced plugin, and is able to run without it.

C#
SoftDependency = 2