Table of Contents

Interface IHasPlugin

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

Represents an interface for objects that have a plugin associated with them.

public interface IHasPlugin
Extension Methods

Properties

Plugin

Gets or sets the plugin associated with this object.

IPlugin Plugin { get; set; }

Property Value

IPlugin