Table of Contents

Class SettingsManagerHook

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

Patch for the SettingsManager to hook into the VerifyServerGameSettings method.

[HarmonyPatch]
public class SettingsManagerHook
Inheritance
SettingsManagerHook
Inherited Members
Extension Methods

Methods

VerifyServerGameSettings_Postfix()

[HarmonyPatch(typeof(SettingsManager), "VerifyServerGameSettings")]
[HarmonyPostfix]
public static void VerifyServerGameSettings_Postfix()