Table of Contents

Class CustomItems

Namespace
Exiled.CustomItems
Assembly
Exiled.CustomItems.dll

Handles all CustomItem API.

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

Properties

Instance

Gets the static reference to this CustomItems class.

public static CustomItems? Instance { get; }

Property Value

CustomItems

Methods

OnDisabled()

Fired after disabling the plugin.

public override void OnDisabled()

OnEnabled()

Fired after enabling the plugin.

public override void OnEnabled()