BepInIncompatibility Class
Definition
Section titled “Definition”This attribute specifies other plugins that are incompatible with this plugin.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]public class BepInIncompatibility : Attribute, ICacheable
Inheritance object → Attribute
Implements ICacheable
Constructors
Section titled “Constructors”BepInIncompatibility(string)
Section titled “BepInIncompatibility(string)”Marks this BaseUnityPlugin as incompatible with another plugin. If the other plugin exists, this plugin will not be loaded and a warning will be shown.
public BepInIncompatibility(string IncompatibilityGUID)
Parameters
Section titled “Parameters”IncompatibilityGUID
string
The GUID of the referenced plugin.
Properties
Section titled “Properties”IncompatibilityGUID
Section titled “IncompatibilityGUID”The GUID of the referenced plugin.
public string IncompatibilityGUID { get; protected set; }