Table of Contents

Class BuffEngine

Namespace
RisingV.Core.Engines
Assembly
RisingV.Core.BuffEngine.dll

BuffEngine is responsible for managing buffs in the game.

public class BuffEngine : Engine<BuffEngineConfig>, IEngine<BuffEngineConfig>, IEngine, IManageableLifecycle<EngineManager>, IManageableLifecycle, IReloadable, IManageable<EngineManager>, IManageable, IEnableable
Inheritance
BuffEngine
Implements
Inherited Members
Extension Methods

Fields

Guid

public const string Guid = "RisingV.Core.BuffEngine"

Field Value

string

Methods

Load(EngineManager, List<IPlugin>)

Loads the manager and its dependencies with a specific type.

public override void Load(EngineManager manager, List<IPlugin> plugins)

Parameters

manager EngineManager
plugins List<IPlugin>

Ready(EngineManager, List<IPlugin>)

Prepares the manager for use with a specific type, typically after loading.

public override void Ready(EngineManager manager, List<IPlugin> plugins)

Parameters

manager EngineManager
plugins List<IPlugin>