Table of Contents

Class CustomRoles

Namespace
Exiled.CustomRoles
Assembly
Exiled.CustomRoles.dll

Handles all custom role API functions.

public class CustomRoles : Plugin<Config>, IPlugin<Config>, IComparable<IPlugin<IConfig>>
Inheritance
CustomRoles
Implements
Inherited Members
Extension Methods

Constructors

CustomRoles()

Initializes a new instance of the CustomRoles class.

public CustomRoles()

Properties

Instance

Gets a static reference to the plugin's instance.

public static CustomRoles Instance { get; }

Property Value

CustomRoles

Methods

OnDisabled()

Fired after disabling the plugin.

public override void OnDisabled()

OnEnabled()

Fired after enabling the plugin.

public override void OnEnabled()