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.Enable(ManualLogSource, string) Method

Enables Multiplayer Testing so that the mod creator can connect using two instances of the game.

public static void Enable(ManualLogSource logger, string message="Multiplayer Testing is enabled! If you see this message, report this as a bug to the mod developer!");

Parameters

logger BepInEx.Logging.ManualLogSource
BepInEx logger instance

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