Table of Contents

Class LoadPersistenceSystemHook

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

Hook for the LoadPersistenceSystemV2 to publish events during the loading process.

[HarmonyPatch]
public static class LoadPersistenceSystemHook
Inheritance
LoadPersistenceSystemHook
Inherited Members

Methods

SetLoadState_Postfix(State, LoadPersistenceSystemV2)

[HarmonyPatch(typeof(LoadPersistenceSystemV2), "SetLoadState")]
[HarmonyPostfix]
public static void SetLoadState_Postfix(ServerStartupState.State loadState, LoadPersistenceSystemV2 __instance)

Parameters

loadState ServerStartupState.State
__instance LoadPersistenceSystemV2