RoR2-ChensHelpers

Contains simple and useful helpers for RoR2 mod creators to use. Mainly caters to Chen's mods.

View on GitHub

ChensHelpers

Chen.Helpers.GeneralHelpers.MultiplayerTest

MultiplayerTest.Disable(ManualLogSource, string) Method

Disables Multiplayer Testing.

public static void Disable(ManualLogSource logger, string message="Multiplayer Testing disabled.");

Parameters

logger BepInEx.Logging.ManualLogSource
BepInEx logger instance

message System.String
Message to display when Multiplayer Testing is disabled