Table of Contents

Class OnUserConnectedHook

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

Patch for handling user connection events in the server.

[HarmonyPatch]
public static class OnUserConnectedHook
Inheritance
OnUserConnectedHook
Inherited Members

Methods

OnUserConnected_Postfix(ServerBootstrapSystem, NetConnectionId)

[HarmonyPatch(typeof(ServerBootstrapSystem), "OnUserConnected")]
[HarmonyPostfix]
public static void OnUserConnected_Postfix(ServerBootstrapSystem __instance, NetConnectionId netConnectionId)

Parameters

__instance ServerBootstrapSystem
netConnectionId NetConnectionId