Table of Contents

Interface IPlugin<T>

Namespace
RisingV.Shared.Plugins
Assembly
RisingV.Shared.dll

Represents a plugin in the RisingV framework with a specific plugin context.

public interface IPlugin<out T> : IPlugin, IManageable<PluginManager>, IReloadable<PluginManager>, IReloadable, IDisposable, IHasPluginContext<T>, IPluginContext, IPluginComponent, IManageable<PluginComponentsManager>, IManageable where T : IPluginContext

Type Parameters

T

The type of the plugin context, which must implement IPluginContext.

Inherited Members
Extension Methods