Class Plugin
- Namespace
- VAMP
- Assembly
- VAMP.dll
[BepInPlugin("VAMP", "VAMP", "1.0.0")]
public class Plugin : BasePlugin
- Inheritance
-
BasePluginPlugin
- Inherited Members
-
BasePlugin.AddComponent<T>()BasePlugin.LogBasePlugin.Config
Fields
OnCoreLoaded
Event that is triggered when the Core system has finished loading. This action can be subscribed to for executing code after core initialization is complete.
[Obsolete("Use VAMP.Events.OnCoreLoaded instead. Will be removed in a future version.")]
public static Action OnCoreLoaded
Field Value
SpawnDebug
public static bool SpawnDebug
Field Value
Properties
Harmony
public static Harmony Harmony { get; }
Property Value
- Harmony
Instance
public static Plugin Instance { get; }
Property Value
LogInstance
public static ManualLogSource LogInstance { get; }
Property Value
- ManualLogSource
Methods
Load()
public override void Load()
Unload()
public override bool Unload()