Table of Contents

Class GameBootstrapHook

Namespace
RisingV.Core.Hooks.Server
Assembly
RisingV.Core.dll

Hooks for the ProjectM.GameBootstrap class.

[HarmonyPatch]
public static class GameBootstrapHook
Inheritance
GameBootstrapHook
Inherited Members

Methods

GameBootstrapQuit_Postfix()

[HarmonyPatch(typeof(GameBootstrap), "OnApplicationQuit")]
[HarmonyPostfix]
public static void GameBootstrapQuit_Postfix()

GameBootstrapStart_Postfix()

[HarmonyPatch(typeof(GameBootstrap), "Start")]
[HarmonyPostfix]
public static void GameBootstrapStart_Postfix()